@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif; 
}
 
.top-nav {
    background-color: #3E4B3A;
}
.logo-top-nav{
    background-color: #ddd;
}
.danger-bg{
    color: #fff;
    background-color: #3E4B3A; 
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    font-weight: 600 !important;
}



  .update-buttons {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .update-buttons::-webkit-scrollbar {
    height: 5px; 
  } 

  .update-buttons::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }

  .update-buttons .tab-btn {
    flex: 0 0 auto;
    padding: 10px 15px;
   
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    white-space: nowrap;
  }

  .update-buttons .tab-btn.active {
    background: #374550;
    color: #fff;
  }

  .update-buttons .content-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 10px;
  }

.circle {
    width: 35px;
    height: 35px;
    line-height: 11px;
    text-align: center;
}

.bg-red {
    background-color: #9B8154 !important;

}

.same-btn{
    background-color: #3E4B3A;
    color: #fff;
    padding: 8px;
    border-radius: 12px;
}

.bg-blue {
    background-color: #1a1919;
}

.color-red {
    color: #661B16;
    font-weight: 600;
}
.modal-body img{
    width: 100%;
    height: 18rem;
}
.text-suffron{
    color: #661B16;
    font-weight: 600;
    font-size: 20px;
}
.bg-saffron{
    background-color: #661B16;
}
.nav-logo-name{
    font-size: 20px;
}

.nav-item a {
    font-size: 14px;
    font-weight: 600;
}
.nav-all-logo img{
    width: 70px;
    object-fit: contain;
}

.abs-text {
    position: absolute;
    top: 0;
    background-color: #fd0503;
    left: 40%;
    padding: 3px 30px;
    border-radius: 0px 0px 10px 10px;
    color: white;
    font-weight: 600;
}
.slick-slide img{
    width: 100%;
    height: 9rem;
    object-fit: cover;
}

.relative {
    position: relative !important;
}
.breadcrum {
    background-image: url(../images/bredcrum.webp);
    background-size: cover;
}

.tabs {
    display: flex;
    margin-bottom: 10px;
}

.tab-button {
    padding: 5px 25px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin-right: 5px;
    border-radius: 5px;
}

.tab-button:hover {
    background-color: #ddd;
}

.tab-button.active {
    background-color: #fd0503;
    /* Active button color */
    color: white;
    /* Change text color of active button */
}

.tab-content {
    display: flex;
    flex-direction: column;
}

.tab-panel {
    display: none;
    /* Hide all panels initially */
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 5px;
}

.tab-panel.active {
    display: block;
    /* Only the active panel will be displayed */
}

.play-abs {
    position: absolute;
    top: 50%;
    left: 50%;
}

.play-abs i {
    font-size: 50px;
    background-color: #fd0503;
    color: white;
    padding: 21px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 30px;
}

.abs-video {
    position: absolute;
    bottom: -30px;
    left: 50%;
    background-color: #00007e;
    left: 40%;
    padding: 3px 30px;
    border-radius: 0px 0px 10px 10px;
    color: white;
    font-weight: 600;
}

footer h4 {
    color: #fd0503;
    font-size: 20px;
}

footer ul {
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

footer ul li {
    list-style: none;
    margin-top: 13px;
}

footer ul li a {
    color: white;
    font-size: 15px;
}

select:focus,
select:active,
input:focus,
input:active {
    outline: none;
}
 
 
.footer-img img {
    object-fit: contain;
    width: 100%;
    height: 8rem;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .nav-item a {
        font-size: 15px;
        font-weight: 600;
        border-bottom:1px solid #ddd;
    }

    .home-banner img {
        height: auto;
        object-fit: cover;
    }

    .top-socail {
        justify-content: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    .logo-right{
        margin: 0 auto;
    }
}


@media screen and(max-width:375px){
    .flexwrap{
        flex-wrap: wrap;
    }
    
    .text-size{
        font-size:15px;
    }
}

.VIpgJd-ZVi9od-ORHb-OEVmcd, .goog-te-gadget img{
    display: none;
}

body{
    top: 0 !important;
}

.goog-te-gadget-simple{
    background-color: #ffffff !important;
    color: white !important;
    border: none !important;
    margin-top: 7px;
    padding: 10px 20px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
    color: rgb(0, 0, 0) !important;
}

.add-poster img{
    width: 100%;
    height: 18rem;
    object-fit: cover;
}

/* TOP NAV BOX  */
#top-nav-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 40px 20px;
    background-color: #f8f9fa;
}
.case-box {
    width: 120px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
}
.case-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.case-box i {
    font-size: 30px;
    color: #3E4B3A;
}
.case-box h5 {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}

.banner-notification{
    background-color: #ffffff4d;
    color: #000;
}
.banner-notification a{
   color:#ffff;
    
}
.slick-prev:before, .slick-next:before{
    display: none;
}

  #aft-history {
      padding: 3rem 0rem;
      background-color: #ddd;
    }

    .aft-history-img img {
      width: 100%;
      height: 100%;
    }

    .vacancies-list {

      overflow: hidden;
      position: relative;
      background: #ebebeb;
      color: #000000;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }
    .side-nav-container {
        position: sticky;
        top: 10px;  /* Adjust as needed */
        z-index: 1000;
        padding: 1rem;
    }
    .vacancy-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px;
      border-bottom: 2px solid #9B8154;
      animation: scrollUp 6s infinite linear;
    }


    #vacancies {
      padding: 3rem 0rem;
    }

    .vacancies-hed {
      padding: 12px 25px;
      border-radius: 8px;
      color: #fff;
      background-color: #3E4B3A;
      text-align: center;
      margin:0rem 0rem 1rem 0rem;
    }

    .vacancies-listing marquee {
      height: 400px;

    }

    .vacancies-listing {
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .contact-box {
      background: #fff;
      padding: 15px;
      height: 100%;
      border-radius: 8px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    .contact-header{
        display:flex;
        gap:1rem;
        margin-bottom:6px;
    }

    .contact-box i {
      font-size: 17px;
      color: #fff;
      padding:12px;
      background:#3E4B3A;
      border-radius:50%;
      margin-bottom: 10px;
    }

    .contact-box h5 {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: bold;
    }

    .contact-box p {
      margin: 0;
      font-size: 14px;
    }

  
    .circle-btn a{
      padding: 12px 18px;
      border-radius: 5px;
      text-decoration: none;
      color: #fff;
      background-color: #9B8154;
      text-align: center;
    }
    .members-section {
        background-color: #ddd;
        padding: 40px 0;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    
    .members-container {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        width: max-content;
        animation: scrollLeft 15s linear infinite;
        justify-content: center;
        width: 100%;
    }
    
    .members-container:hover {
        animation-play-state: paused;
    }
    
    /* @keyframes scrollLeft {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(-100%);
        }
    } */
    
    .profile-card {
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease-in-out;
        width: 210px;
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .profile-card:hover {
        transform: scale(1.05);
    }
    
    .profile-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    margin-bottom: 15px;
    border: 3px solid #3E4B3A;
    }
   .profile-card .card-footer{
       background:#3E4B3A;
       padding:1rem;
       color:#fff;
       border-radius:12px !important;
   }
   .profile-card .card-footer a{
       color:#fff;
   } 
    
        .daily-updates {
            padding: 0px 20px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            height: 100%;
        } 
        .update-buttons {
            display: flex;
            justify-content: start;
            gap: 10px;
            margin-bottom: 8px;
            overflow: hidden;
    overflow-x: auto;
        } 
        .tab-btn {
            padding: 8px;
            border: none;
            background-color: #9B8154;
            color: white;
            font-size: 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s ease, transform 0.2s ease;
        }
        .tab-btn.active {
            background-color: #3E4B3A;
            transform: scale(1.05);
        }
        .content-wrapper {
            font-size: 18px;
            color: #333;
        }
        .content-wrapper ul li{
          margin-bottom: 8px;
          font-size: 15px;
        }
        .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
        }
        #hone-links{
          padding: 1rem 0rem 3rem 0rem;
        }
        .all-session,.all-image{
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          padding: 1rem;
          height: 100%;
        }
        .aaa {
            height: 300px;
            overflow-y: scroll;
        }

        @media(max-width:768px){
          .nav-all-logo img {
    width: 40px;
    object-fit: contain;
}
.nav-logo-name{
  font-size: 16px;
}

.profile-card{
  width: 100%;
}
.profile-card img {
    width: 230px;
    height: 180px;
}
.footer-tag-line{
  font-size: 11px;
}
.footer-img img {
    object-fit: contain;
    width: 100%;
    height: 4rem;
}
.case-box{
  width: 160px;
}
.tab-btn{
    padding: 12px;
    font-size: 11px;
  }
  .daily-updates {
padding: 15px;
}
.profile-card img {
width: 214px;
height: 214px;
}

        }



 /* e-filling css         */
 #e-filling{
    background: #ddd;
     
     padding: 3rem 0rem;
   }
   .e-side-img img{
       height: 16rem;
       object-fit: contain;
   }
   .forgot-link {
       text-align: right;
       display: block;
       font-size: 0.9rem;
       color: #B24A3B;
       margin-top: 0.5rem;
   }
   .forgot-link:hover {
       text-decoration: underline;
   }
  /* e-filling css end         */

   /* case-study css end         */
   #case-status {
    padding: 3rem 0rem;
}


.case-status-btn .case-type-btn.active {
    background-color: #661B16;
    color: #fff;
    position: relative;

}
.case-type-btn.active:after {
position: absolute;
content: "";
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 10px solid #661B16;
right: 50%;
left: 43%;
bottom: -13px;
}

.case-status-btn .case-type-btn {
    background-color: #9B8154;
    color: #fff;
    padding: 12px 1.5rem;
}

.case-status-btn  .case-type-btn:hover {
    background-color: #661B16;
    color: #fff;
}

.case-status-btn .tab-content {
    display: none;
}

.case-status-btn  .tab-content.active {
    display: block;
}
    /* case-study css end         */



    /* gallery image css  */
    .case-status-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    } 
    
    #image-gallery{
        padding: 3rem 0rem;
    }
    
/*    .image-gallery {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
/*    gap: 15px;*/
/*    padding: 20px;*/
/*}*/
    .image-gallery {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.gallery-item {
    width:100%;
    /*height: 200px;*/
    /*object-fit: cover;*/
    object-fit: fill;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.gallery-item:hover {
    transform: scale(1.05);
}
 
@media (max-width: 768px) {
    .image-gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

/* gallery image css end  */


/* news update css  */
#news-update{
    padding: 3rem 0rem;
  }
  .update-list ul li{
    margin-bottom: 8px;
    font-size: 13px; 
    list-style: none;
  }
  .news-container img{
    height: 9rem;
  }
  
  .news-ul-list {
    margin: 0px 0px 8px -18px;
    padding: 11px 30px;
  }

  /* news update css end  */

  /* member details  */

  #member-detail {
      padding: 50px 0;
      background-color: #f8f9fa;
  }

  .member-box {
      transition: all 0.3s ease-in-out;
  }

  .member-box:hover {
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  }

  .member-image img {
      width: 100%;
      max-height: 250px;
      object-fit: contain;
      border-radius: 8px;
  }

  .member-des h4 {
      font-size: 20px;
      font-weight: bold;
      color: #374550;
  }

  .member-description {
      margin-top: 30px;
      background: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  .member-description ul {
      list-style-type: none;
      padding: 0;
  }

  .member-description li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 15px;
      font-size: 16px;
      color: #333;
      line-height: 1.6;
      text-align: justify;
  }

  .member-description li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 3px;
      color: #F68C20;
      font-size: 18px;
  }

  @media (max-width: 768px) {
      .member-image-box {
          text-align: center;
      }

      .member-box {
          margin: 0 auto;
      }

      .member-des h4 {
          font-size: 18px;
      }
  }



  
/* member details end  */

/* acts and rule  */
#acts-rule {
    padding: 3rem 0;
    background: #f4f6f9; 
}

.side-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.side-nav .acts-rule-btn {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    text-align: left;
    border: none; 
    background: #e9ecef;
    color: #333;
    font-weight: 600; 
    transition: 0.3s;
    border-radius: 5px;
}

.side-nav .acts-rule-btn:hover, 
.side-nav .acts-rule-btn.active {
    background: #9B8154;
    color: #fff;
}
 
.rules-details {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*height: 509px;*/
}

/* acts and rule css end  */


@media(max-width:768px){
    .members-container {
        padding: 12px;
        display: flex;
        flex-direction: column;
    }
    .profile-card img {
        width: 150px;
        height: 150px;
    }
    .more-news-btn{
        width: 10rem !important;
    }
    .side-nav-container {
        position: relative !important;

    }
}