a {
    text-decoration: none;
}

/*--- Btn Start ---*/
.button-animation {
    animation: example 1.2s infinite;
    /* animation-duration: 4s; */
}

.theam_btn {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    text-align: center;
    transition: all .4s linear 0s;
    /* width: 100%; */
}
.theam_btn_two {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    background-color: #b00909;
    color: #fff;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.theam_btn_two:hover {
    background-color: #900707;
    color: #fff;
    text-decoration: none;
}

.theam_btn_blog {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #b00909;
    color: #585757;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.theam_btn_blog:hover {
    color: #b00909;
}

/*-- btn end ---*/
.team-designation-heading {
    font-size: 20px;
    font-weight: 600;
    color: #002147; 
    line-height: 1.5;
    min-height: 48px;
    padding: 20px 0px;
}
.team-designation-heading a{
    color: #002147; 
}
.sub-title-h4 {
    font-size: 28px;
    font-weight: 600;
    color: #002147;
    line-height: 1.5;
}

.sub-title h4 {
    font-weight: 600;
    font-size: 100px;
    color: #002147;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h3.team-title {
    color: #4b40e7;
    font-size: 17px;
    text-transform: capitalize;
}

.section-title-dark h3 {
    text-transform: capitalize;
    color: #222;
    font-size: 32px;
}

.inner-title-light h2 {
    font-size: 50px;
    font-weight: 600;
    color: #002147;
    line-height: 1.5;
}
.outdoor_training_heading{
    color: #002147;
    /* font-weight: 400; */
    font-size: 30px;
    line-height: 1.75;
}
.theam_paragrap_small{
    color: #212529;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
}
.theam_paragrap {
    color: #212529;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75;
}

.theam_paragrap a {
    color: #212529;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75;
    text-decoration: none;
}

.theam_paragrap_dark {
    color: #e2e2e2;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75;
}

.theam_small_icons {
    font-size: 10px;
    padding: 3px 3px;
    color: #ffff;
    background-color: #2b344e;
    border-radius: 50%;
    display: block;
    text-align: center;
}
.theam_goal_icons {
    font-size: 14px;
    padding: 5px 5px;
    color: crimson;
    display: block;
    text-align: center;
}
.goal_text_list ul li a{
    font-size: 16px;
    color : #707070;
    margin-top : 5px;
}
.bg-red {
    background-color: crimson;
}

.bg-deafult {
    background-color: #0d1028;
}

.bg-red {
    background-color: #b00909;
}

.bg-hover:hover {
    background-color: #b00909;
}

/*----header --*/
.header_content {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
}

.top_socials_icons a {
    display: inline-block;
    /* margin-right: 5px */
}

.navbar-nav .nav-link li a {
    color: #fff;
}

.top_socials_icons a i {
    width: 40px;
    height: 40px;
    border: 1px solid #2b344e;
    color: #ffff;
    background-color: #2b344e;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 37px;
}

.top_socials_icons a i:hover {
    background-color: #b00909;
}

#mainNavbar li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
     /*margin: 0 5px; */
}

#mainNavbar li a i {
    margin: 0 3px;
}

#mainNavbar .dropdown-menu li a {
    color: #eeececff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
    background-color: #0D1028;
}
#mainNavbar .dropdown-menu {
    padding:0;
}
.navbar {
    background-color: #0D1028;
}
/* Dropdown Item Style */
#mainNavbar .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: #0D1028; 
}


#mainNavbar .dropdown-menu .dropdown-item:hover {
    background-color: #b00909; 
    color: #fff; 
}


#mainNavbar .dropdown-menu .dropdown-item:focus,
#mainNavbar .dropdown-menu .dropdown-item.active {
    background-color: #b00909;
    color: #fff;
}


#mainNavbar .nav-item.dropdown:hover > .nav-link {
    background-color: #b00909;
    color: #fff;
}

/*-----*/
/* @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: #0D1028;
    }
}

.navbar .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
    }
} */

.button-animation2 {
    animation: example2 1.2s infinite;
}

/*-----*/
/*.recent-post-box {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 15px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.recent-post-box .comments-img {*/
/*    width: 100%;*/
/*    flex-shrink: 0;*/
/*}*/

/*.recent-post-box .comments-img img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*}*/
/*-- Recent post ---*/
 .recent-post-box {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .recent-post-box .comments-img {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .recent-post-box .comments-img img {
        width: 100% !important;
        height: auto;
    }

    .recent-post-box .recent-post-content {
        width: 100%;
    }
/*----- Career Opportinitis ----*/
.carousel-nav-buttons button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.carousel-nav-buttons button:hover {
    background-color: #b00909;
    color: #fff;
}

/*--- end ---*/
/*----- Footer Css ---*/
footer {
    background-color: #0b0e2d;
    color: #fff;
    padding: 20px 0px 0px;
    margin-top: 10%;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 26px;
}

.about-text-two {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.footer-links a {
    color: #fff;
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
}

.footer-links a:hover {
    color: #b00909;
}

.about-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
}

.refund_policy_links ul li {
    display: inline;
}
.refund_policy_links ul li a{
    color: #fff;
}
.bottom-bar {
    background-color: #fff;
}

/*-----*/
.subscribe-wrapper input {
    border: 2px solid #b00909;
    border-radius: 0;
    height: 60px;
    border-radius: 35px;
    position: relative;
    padding: 0 15px;
    font-size: 14px;
}

.subscribe-wrapper input {
    font-style: italic;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.subscribe-wrapper button[type="submit"] {
    background-color: #b00909;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    height: 100%;
    border-radius: 35px;
    right: 0;
    top: 0;
    border: 0;
    width: 165px;
    font-size: 16px;
}

.subscribe-wrapper h2 {
    font-size: 50px;
    font-weight: 600;
    color: #002147;
}

/*------*/
.subscribe-wrapper {
    border-top: 10px solid #b00909;
    border-bottom: none;
    border-radius: 0;
    margin-top: -13%;
    padding: 3rem 2rem;
    position: relative;
}

/* .subscribe-wrapper {
    position: relative;
    border-top: 10px solid #b00909;
    padding: 3rem 2rem;
    background: #fff;
} */

.subscribe-wrapper::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 10px;
    height: 108px;
    background-color: #b00909;
}

.subscribe-wrapper::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 10px;
    height: 108px;
    background-color: #b00909;
}

/*---- Text scrolling ----*/
.updates-wrapper {
    height: 80px;
    overflow: hidden;
    position: relative;
}

.updates-wrapper ul li:hover {
    color: #b00909;
}

.updates-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    animation: scroll-up 6s linear infinite;
}

.updates-list li {
    padding: 5px 0;
    font-size: 15px;
    white-space: nowrap;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.updates-wrapper:hover .updates-list {
    animation-play-state: paused;
}

/*----Right Side socials Icons ---*/
.float-container {
    position: fixed;
    top: 41%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 9999999;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 30px;
    margin-right: -157px;
    margin-bottom: 5px;
    padding: 1.5rem 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #ff0000;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:nth-of-type(2) {
    background-color: green;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #5c0100;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

/* Icon settings - remove if not needed*/
.float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.icon.one:before {
    content: "\f0e0";
}

.icon.two:before {
    content: "\f232";
    font-family: 'Font Awesome 5 Brands';
    animation: bounceWhatsApp 1.2s infinite linear;
}

.icon.three:before {
    content: "\f167";
    font-family: 'Font Awesome 5 Brands';
}

@keyframes bounceWhatsApp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

/* Media queries */
@media screen and (max-width:440px) {
    .float-container .icon:last-child {
        display: none;
    }

    .float-container {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }

    .float-container a.icon {
        right: 0;
        bottom: 0;

        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;

        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
        box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid darkorange;
        border-right: 1px solid darkorange;
    }
}

/*---- End ---*/
/*--- Left Side social btn---*/
/*.left_side_social_icons {*/
/*    position: fixed;*/
/*    left: 20px;*/
/*    z-index: 9999;*/
/*    cursor: pointer;*/
/*    transition: all .4s linear 0s;*/
/*    bottom: -11px;*/
/*    margin: 20px 0px;*/
/*}*/

/*.left_side_social_icons .scroll-icon {*/
/*    width: 37px;*/
/*    height: 37px;*/
/*    border-radius: 50%;*/
/*    background-color: #03a84e;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    line-height: 36px;*/
/*    text-align: center;*/
/*    margin: 5px 0px;*/
/*}*/
.social-slider {
  position: fixed;
  top: 75%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 999;
}

.social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.6s ease;
}

.social-icons a {
  width: 40px;
  height: 40px;
  margin: 8px 0;
  border-radius: 50%;
  background: #03a84e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Platform colors */
.messenger { background: #0084ff; }
.telegram { background: #0088cc; }
.whatsapp { background: #25d366; }
.line { background: #00c300; }
.skype { background: #00aff0; }

.toggle-btn {
  width: 55px;
  height: 55px;
  background: #ff0000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-top: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}


.social-slider.closed .social-icons {
  opacity: 0;
  transform: translateX(-80px);
  pointer-events: none;
}

@keyframes contactZoom {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(66, 219, 135, 0.6);
  }
  50% {
    transform: scale(1.18);
    box-shadow: 0 0 20px 8px rgba(66, 219, 135, 0.35);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(66, 219, 135, 0);
  }
}

.contact_icon {
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;

  /* 🔥 Apply only this animation to contact icon */
  animation: contactZoom 1.5s infinite ease-in-out;
}

/*--- about css --*/
.about_counter {
    background-color: #021D41;
}

.counter-title-border {
    border: 6px solid #212529;
}

.counter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.about_services{
    border : 1px solid #dee2e6;
}

/*----- Admission Notice ---*/
 .selection_method {
      background-color: #f8f9fa;
    }
.nav-pills .nav-link {
        border-radius: 6px;
        padding: 10px 15px;
        font-weight: 500;
        color: #002147;
    }

    

    .download-btn {
        background: #a00000;
        color: #fff;
        font-weight: 600;
        padding: 8px 15px;
        margin: 5px 0;
        display: block;
        text-decoration: none;
        transition: background 0.3s;
    }

    .download-btn:hover {
        background: #cc0000;
        color: #fff;
    }
    /*--- Admission Eligibility ---*/
     .admission_eligibility_table .table th {
        background-color: #002147;
        color: #fff;
        font-size : 17px;
        padding : 15px;
    }

    .admission_eligibility_table .info-box {
        /*background: #fff;*/
        padding: 20px;
        border-radius: 8px;
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    }
    .admission_eligibility_table .list-documents ul li {
        margin-bottom: 20px;
        font-size: 1.1rem;
    }
    /*---- Selection Methos ---*/
     .selection_method_cards .step-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      border-left: 8px solid #D9534F;
    }
    .selection_method_cards .step-card h4 {
      font-size: 1.3rem;
      font-weight: bold;
      color: #D9534F;
    }
   .selection_method_cards .step-card p {
      margin-bottom: 10px;
    }
    .selection_method_cards .step-number {
      font-weight: bold;
      color: #fff;
      background-color: #002147;
      padding: 12px 15px;
      border-radius: 50%;
      font-size: 1.1rem;
      display: inline-block;
      margin-bottom: 15px;
    }
   .selection_method_cards ul.custom-list {
      padding-left: 20px;
      margin-top: 10px;
    }
    /*---- Sample Question Paper ---*/
     .sample_question_paper .nav-tabs {
        justify-content: center;
        margin-bottom: 30px;
        border-bottom: none;
    }

   .sample_question_paper .nav-tabs .nav-link {
        font-weight: 600;
        color: #444;
        padding: 12px 20px;
        margin: 0 5px;
        background: #f1f1f1;
        transition: 0.3s ease;
    }

    .sample_question_paper .nav-tabs .nav-link.active {
        color: #fff;
        background: linear-gradient(135deg, #eb2f09ff, #002147);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .sample_question_paper .tab-content {
        animation: fadeIn 0.6s ease-in-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .sample_question_paper .card-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .sample_question_paper .card-custom {
        background: #fff;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
    }

    .sample_question_paper .card-custom:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    }

    .sample_question_paper .card-custom i {
        font-size: 2rem;
        color: #ff512f;
        margin-bottom: 10px;
    }

    .sample_question_paper .card-custom a {
        display: block;
        text-decoration: none;
        color: #2c3e50;
        font-weight: 600;
        transition: 0.3s;
    }

    .sample_question_paper .card-custom a:hover {
        color: #dd2476;
    }

    /*---- scholarship ---*/
    .scholarship_container .scholarship-section {
        /*background: #fff;*/
        padding: 50px 20px;
        /*box-shadow: 0 8px 20px rgba(0,0,0,0.1);*/
        margin-top: 30px;
    }
    .scholarship_container .highlight {
        font-weight: bold;
        color: #d62828;
    }
   .scholarship_container .criteria-box {
        background: #ffefef;
        border-left: 6px solid #d62828;
        padding: 15px;
        margin-bottom: 30px;
    }
    .scholarship_container .icon-box {
        text-align: center;
        margin-bottom: 10px;
    }
   .scholarship_container .icon-box i {
        font-size: 3rem;
        color: #d62828;
    }

    /*----- syllabus ---*/
    .syllabus-container a{
        color : #002147;
    }
     .syllabus-container {
        text-align: center;
        padding: 50px 20px;
    }

    .syllabus-card {
        border: 1px solid #ddd;
        padding: 20px 20px;
        text-align: center;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
    }

    .syllabus-icon {
        font-size: 3rem;
        color: #e60000;
        margin-bottom: 18px;
        transition: transform 0.5s ease;
    }

    .syllabus-card hr {
        width: 100%;
        color: #0c0c0cff;
        height: 3px;
    }

    .team-designation-heading {
        font-weight: 600;
        color: #333;
        margin-top: 15px;
    }

    .syllabus-card img {
        max-width: 80px;
        height: auto;
    }
    /*--- Prepartion nda for exam --*/

.selection_method_interview .card {
   border: 2px solid #ddd;
  border-radius : 0px;
  transition: all .4s linear 0s;
/* transition: all 0.3s ease; */
border-radius: 5px;
}
.selection_method_interview .card:hover {
  border-color : red;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  /* transition-delay: .5s; */

}
/*--- end ---*/
/*------counselling ----*/
.counselling_heading h2{
        color: #002147;
        font-size: 25px;
    }
/*---- sports ---*/
.sport-img-wrapper {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sport-img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sport-title {
    font-size: 20px;
    margin-top: 10px;
}


/*------ end -----*/


.sports_main .sports_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.sports_main .sport_card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.sports_main .sport_card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.sports_main .sport_card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

@media only screen and (max-width: 600px) {
  .sports_main .sports_container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/*---- General-----*/
 .cadet_heading h6{
           color: #002147;
    font-size: 20px;
    text-transform: capitalize;
        }

.house-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.house-card img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.house-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.house-card:hover img {
  transform: scale(1.05);
}
/*---- Blog Details ----*/
 .blog_details a{
                color: rgb(71, 71, 71);
            }
            .recent-post-box  .lpa-right {
    width: 100px;
  }

  .recent-post-box .lpa-right img {
    border-radius: 3px;
  }

  .blog-aside .latest-post-aside .lpa-left {
    padding-right: 15px;
  }
  .lpa-left a{
    font-size : 14px;
    color :#505050;
  }
  /*----- testimonial ------*/
  .testimonial-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; 
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.testimonial-play-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

/*----- Career ----*/
 .job-apply-container {
        /* max-width: 800px; */
        margin: 50px auto;
        /* background: #fff; */
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .job-apply-container h2 {
        text-align: center;
        font-size: 2rem;
        color: #1d3557;
        margin-bottom: 10px;
    }

    .job-apply-container p {
        text-align: center;
        color: #6c757d;
        font-size: 1rem;
        margin-bottom: 30px;
    }

   .job-apply-container form label {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #333;
        font-size : 18px;
    }

   .job-apply-container .form-group {
        margin-bottom: 20px;
    }

    .job-apply-container .form-row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .job-apply-container .form-row .form-group {
        flex: 1;
        min-width: 250px;
    }

   .job-apply-container input[type="text"],
    input[type="email"],
    input[type="file"],
    select,
    textarea {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 1rem;
        background: #f8f9fc;
        transition: all 0.3s ease;
    }

  .job-apply-container input:focus, select:focus, textarea:focus {
        border-color: #1d3557;
        background: #fff;
        outline: none;
        box-shadow: 0 0 5px rgba(29, 53, 87, 0.2);
    }

   .job-apply-container textarea {
        resize: none;
        height: 100px;
    }

    /*----- kolhapur_paragraph ---*/
    .kolhapur_paragraph p{
        font-size : 15px;
    }
    .kolhapur_gallery h3{
        font-size : 22px;
    }
     .kolhapur_gallery h3 a:hover{
        color : rgb(143, 19, 19);
    }

    /*---- House OF syastem ---*/
     .house_dca_philosophy {
      background-color: #f8f9fa;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .hero-section_philosophy {
      background: linear-gradient(to right, #f9f9f9, #ffffff);
      padding: 50px 20px;
      border-radius: 15px;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    }
     .hero-section_philosophy h2 {
    color: #1f3c88;
    font-weight: 700;
    font-size: 2rem;
    border-left: 5px solid #1f3c88;
    padding-left: 12px;
    margin-bottom: 20px;
  }
   .hero-section_philosophy h3 {
      color: #b22222;
      margin-top: 30px;
    }
    .hero-section_philosophy p {
      text-align: justify;
      line-height: 1.7;
    }
    .hero-section_philosophy .highlight {
      background: #ffe6cc;
      padding: 10px;
      border-left: 5px solid #ff6600;
      border-radius: 5px;
      margin: 20px 0;
    }

    /*--- Mandodary Policy ---*/
     .mandatory_public_disclosure .table thead th {
      background-color: #b30000;
      color: #fff;
      text-align: center;
    }
    .mandatory_public_disclosure .section-title {
      background: #f8f9fa;
      margin : 30px 0px;
      font-weight: bold;
      font-size: 18px;
    }
    .mandatory_public_disclosure table td{
        font-size : 14px;
        color : #4d4c4cff;
    }
   .mandatory_public_disclosure .btn-view {
      color: #b30000;
      font-weight: 600;
      text-decoration: none;
    }
    .mandatory_public_disclosure .btn-view:hover {
      text-decoration: underline;
    }
    
    
    
    /*-- Dark Mode ---*/ 
.dark-contrast-mode {
    background-color: #000 !important;
    color: #fff !important;
}

.dark-contrast-mode * {
    background-color: transparent !important;
    color: #fff !important;
    /* border-color: #fff !important; */
}
.dark-contrast-mode *:not(.theam_btn_two):not(.theam_btn_two *):not(.access-btn):not(.access-btn *) {
    background-color: transparent !important;
    color: #fff !important;
    /* border-color: #fff !important; */
}
.dark-contrast-mode *.theam_btn_two {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    background-color: #b00909 !important;  
    color: #fff !important;
    transition: background-color 0.3s ease;
    display: inline-block;
}
.dark-contrast-mode .left_side_social_icons .scroll-icon {
    background-color: rgb(3, 168, 78);
    color: #fff !important;
}
.dark-contrast-mode .subscribe-wrapper::before {
    background-color: #b00909 !important;
}
.dark-contrast-mode .accessibility-popup {
    background: #000 !important;
    border: 1px solid #444 !important;
}

.dark-contrast-mode .accessibility-popup .modal-header {
    background: #000 !important;
}

.dark-contrast-mode .accessibility-popup .modal-title,
.dark-contrast-mode .accessibility-popup .btn-close {
    color: #fff !important;
}

.dark-contrast-mode .access-btn {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #666 !important;
}

.dark-contrast-mode .access-btn i {
    color: #fff !important;
}

.dark-contrast-mode .btn-success {
    color: #fff;
    background-color: #449d44;
}
/*--- Highlighted Links ---*/
.highlight-links-mode a {
    background-color: #ffc845 !important;
    color: black !important;
    text-decoration: underline !important;
    padding: 2px 4px;
    border-radius: 3px;
}
/*--- End ---*/
.accessibility-btn {
    width: 50px;
    height: 50px;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.accessibility-btn:hover {
    background-color : green;
}
.accessibility-popup {
    background: #1e1e1e;
    border-radius: 8px;
    padding: 12px 15px;
}
.access-btn {
    background: #ff0000;
    border: none;
    padding: 7px 5px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    height: 100%;
    transition: 0.2s;
}
.access-btn i {
    font-size: 15px;
    margin-bottom: 5px;
}

/* ---- Responsive ---- */
@media (min-width:1281px) { 
    .accessibility-popup {  
        /*top : 5px; */
    left : 100%; }
}
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 92%;
        margin: 10px auto;
    }
    .access-btn {
        padding: 7px 5px;
        font-size: 11px;
    }
    .access-btn i {
        font-size: 22px;
    }
}

/* Tablet (≥577px and ≤768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .modal-dialog {
        max-width: 80%;
    }
    .access-btn {
        padding: 16px 10px;
        font-size: 15px;
    }
    .access-btn i {
        font-size: 25px;
    }
     .marquee-content {
        animation-duration: 10s; 
    }
    .marquee-container {
        white-space: nowrap;
    }
    .marquee-content div {
        font-size: 14px;
        line-height: 18px;
    }
    .latest.blog.img {
        max-width: 30px !important;
    }
    .duplicate{
        display : none;
    }
}

/* Large devices (>768px) */
@media (min-width: 769px) {
    .modal-dialog {
        max-width: 500px;
    }
    .access-btn {
        padding: 18px 12px;
        font-size: 16px;
    }
    .access-btn i {
        font-size: 28px;
    }
}



/*------- End -----*/ 
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    animation: scroll-left 20s linear infinite;
    padding-right: 50px;
}

.marquee-content.duplicate {
    position: absolute;
    left: 100%;
    top: 0;
}

/* Pause on hover */
.marquee-container.pause .marquee-content {
    animation-play-state: paused !important;
}

/* Infinite loop keyframes */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* MOBILE FIXES */
@media (max-width: 576px) {
    .marquee-content {
        animation-duration: 20s; 
    }
    .marquee-container {
        white-space: nowrap;
    }
    .marquee-content div {
        font-size: 14px;
        line-height: 18px;
    }
    .latest.blog.img {
        max-width: 30px !important;
    }
    .duplicate{
        display : none;
    }
}
/*--- End ---*/
@media only screen and (max-width: 600px) {
  .mobile_view_display{
     display: none !important;
  }
  .mobile_view_button{
    align-items: center;
  }
   .header-content-desktop-only {
        display: none !important;
    }

    .navbar-toggler-icon {
        display: block !important;
        margin-left: auto;
    }
    #mainNavbar .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
}
/*-- Recent post ---*/
 .recent-post-box {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .recent-post-box .comments-img {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .recent-post-box .comments-img img {
        width: 100% !important;
        height: auto;
    }

    .recent-post-box .recent-post-content {
        width: 100%;
    }
    /*---- footer ---*/
    footer{
        padding : 20px 10px;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .main_logo img{
    max-width : 100px;
  }
  .mobile_view_display {
    display: none !important;
  }

  .mobile_view_button {
    align-items: center;
    width: 100%;
  }

  .header-content-desktop-only {
    display: none !important;
  }

  .navbar-toggler-icon {
    display: block !important;
    margin-left: auto;
  }

  #mainNavbar .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
  }

  /* --- New: Align logo + buttons side by side --- */
  .container-fluid > .row {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: space-between !important;
  }

  /* Make all columns shrink appropriately */
  .container-fluid > .row > .col-md-2 {
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
  }

  /* Logo column adjustments */
  .container-fluid > .row > .col-md-2:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* Button group responsiveness */
  .mobile_view_button .d-grid {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
  }

  .mobile_view_button a {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
}
