@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Malayalam:wght@100..900&display=swap');


html,body{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    font-family: 'Poppins', sans-serif !important;
}
header{
    border-bottom: 1px solid #ffffff4a;
    padding: 0.5rem;
    background: #0c5194;
}
.navitems{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.logo_main img{
    width: 171px;
}
.navs_main{
    display: flex;
    align-items: center;
}
.navs_main ul{
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 2.5rem;
    font-size: 15px;
    margin: 0;
    color: #fff;
}
.navs_main ul a{
    color: #fff;
    text-decoration: none;
}
.contact_btn_main{
    display: flex;
    align-items: center;
}
.contact_btn_main button{
    background-color: #fff;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 12px;
    color: #0D78BC;
    font-weight: 500;
}

#menuToggle{
    display: none;
}

/* ==========END HEADER================== */


.banner{
    /* background-image: url(../images/banner_bg.png); */
    /* background-image:linear-gradient(0deg, #00000073 0%, #00000000 100%), url(../images/banner-new.png); */
    background-image: url(../images/new-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: fit-content;
    position: relative;
    height: 100vh;
}
.banner-thankyou{
    background:#7bbeeb;
    position: relative;
}
.banner_title{
    display: flex;
    align-items: center;
}
.banner_title h1{
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
}
.banner_title span{
    font-weight: 600;
    font-size: 3.6rem;
}

.banner_counter {
    width: auto;
    display: flex;
    gap: 5rem;
    border-bottom: 1px solid #ffffff88;
}
.banner_counter .main_heading {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.banner_counter .para {
    font-size: 16px;
    /* font-weight: 300; */
    color: #fff;
}
.enq_frm{
    background-color: #00000041;
    padding: 3rem 2.5rem;
    border-radius: 20px;
    margin: 0.6rem;
    backdrop-filter: blur(10px);
    overflow: hidden;
}
.grecaptcha-badge{
  opacity: 0 !important;
}
.enq_frm h6{
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 24px;
    color: #fff;
}
.enq_frm input, textarea{
    width: 100%;
    border: none;
    background-color: #F6F6F6;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 8px;
    outline: none !important;
}
.frm_btn{
    margin-top: 2rem;
    text-align: center;
}
.frm_btn button{
    background-color: #319BDC;
    border-radius: 8px;
    border: none;
    padding: 0.5rem 2rem;
    font-size: 17px;
    color: #fff;
}
.placement_item{
    display: inline-flex;
    gap: 1rem;
    background-color: white;
    position: absolute;
    bottom: 8rem;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    box-shadow: 9px 20px 35px 8px rgb(13 120 188 / 48%);
    left: 16rem;
    animation: mymove 6s infinite;
}
@keyframes mymove {
    0% {
      transform: translatex(0);
    }
    50% {
      transform: translatex(-18px);
    }
  }
.globel_alumni_item{
   display: inline-flex;
    gap: 1rem;
    background-color: white;
    position: relative;
    bottom: 1.5rem;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    box-shadow: 9px 20px 35px 8px rgb(13 120 188 / 48%);
    left: 30rem;
    animation: move 6s infinite;
}
.year_expe_item{
    display: inline-flex;
    gap: 1rem;
    background-color: white;
    position: absolute;
    top: 8rem;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    box-shadow: 9px 20px 35px 8px rgb(13 120 188 / 48%);
    left: 35rem;
    animation: move 6s infinite;
}
@keyframes move {
    0% {
      transform: translatex(0);
    }
    50% {
      transform: translatex(-15px);
    }
  }
.play_btn{
    position: absolute;
    top: 24rem;
    left: 42rem;
}

.play_btn i{
    background-color: #fff;
    padding: 18px 19px;
    border-radius: 50px;
    font-size: 25px;
    color: #268ecd;
    animation: at-ripple-pink 0.6s linear infinite;
}


.play_btn img{
    width: 9rem;
    
}
  /* Pink Animate */
  @-webkit-keyframes at-ripple-pink {
    0% {
      box-shadow: 0 4px 10px rgba(255, 255, 255, 0.288), 0 0 0 0 rgba(255, 255, 255, 0.288), 0 0 0 5px rgba(255, 255, 255, 0.288), 0 0 0 10px rgba(255, 255, 255, 0.288);
    }
    100% {
      box-shadow: 0 4px 10px rgba(255, 255, 255, 0.288), 0 0 0 5px rgba(255, 255, 255, 0.288), 0 0 0 10px rgba(255, 255, 255, 0.288), 0 0 0 20px rgba(255, 65, 130, 0);
    }
  }
  @keyframes at-ripple-pink {
    0% {
      box-shadow: 0 4px 10px rgba(255, 255, 255, 0.288), 0 0 0 0 rgba(255, 255, 255, 0.288), 0 0 0 5px rgba(255, 255, 255, 0.288), 0 0 0 10px rgba(255, 255, 255, 0.288);
    }
    100% {
      box-shadow: 0 4px 10px rgba(255, 255, 255, 0.288), 0 0 0 5px rgba(255, 255, 255, 0.288), 0 0 0 10px rgba(255, 255, 255, 0.288), 0 0 0 20px rgba(255, 65, 130, 0);
    }
  }
.why_britco{
    text-align: center;
}
.why_britco h5{
    color: #0D78BC;
    font-size: 30px;
}
.why_britco p{
    font-size: 15px;
    line-height: 1.8;
}
.variable-width{
    gap: 2rem;
    display: block;
}
.vid_items{
    margin: 0rem 1rem;
    position: relative;
    height: 380px;
}
.vid_items img{
    border-radius: 15px;
}
.vid_items button{
    position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: none;
padding: 10px 17px;
border-radius: 50px;
font-size: 22px;
box-shadow: 0px 0px 0px 4px #fff9;
color: #268ecd;
}
.slider_main{
    position: relative;
    margin-top: 5rem;
}
.next_button{
    background-color: #E1F3FE;
    color: #024B8D;
    border: none;
    border-radius: 50px;
    padding: 2px 15px;
    font-size: 23px;
    position: absolute;
    top: -3.5rem;
    right: 0rem;
}
.prev_button{
    background-color: #E1F3FE;
    color: #024B8D;
    border: none;
    border-radius: 50px;
    padding: 2px 15px;
    font-size: 23px;
    right: 3rem;
    position: absolute;
    top: -3.5rem;
}
.testmonial_main{
    margin-top: 5rem;
    margin-bottom: 6rem;
}
.testmonial_main h5{
    color: #0D78BC;
    font-size: 30px;
    text-align: center;
    margin-bottom: 1rem;
}
.place-items{
    display: flex;
    justify-content: space-between;
    background-color: #F5FBFF;
    padding: 0.5rem;
    border-radius: 12px;
}
.place-items img{
    width: 35%;
}
.palce_cnt{
    margin: auto;
}
.palce_cnt h6{
    margin-bottom: 2px;
    padding-left: 0.5rem;
    color: #0d78bc;
    font-size: 15px;
}
.palce_cnt p{
    font-size: 13px;
    padding-left: 0.5rem;
    margin: 0;
    font-weight: 400;
}
.place_main h5{
    color: #0D78BC;
    font-size: 30px;
    text-align: center;
    margin-bottom: 1rem;
}
.place_main h4{
    text-align: center;
    width: 65%;
    margin: auto;
    font-size: 18px;
    margin-bottom: 3rem;
}
.testi_view{
    text-align: center;
}
.testi_view button{
    background-color: #0d78bc;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 500;
}






#video-popup-container {
    display:none;
    position: fixed;
    z-index: 9999;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
  }
  
  #video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 8;
  }
  
  #video-popup-iframe-container {
    position: absolute;
    z-index: 99999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
  }
  
  #video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
  }
  
  #video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }
  .vpop{
    cursor: pointer !important;
  }


  .lines{
    display: none;
  }





.ftr_bg{
    background-color: #EDEDED;
    
}

.ftr_bg a{
    color: inherit;
    text-decoration: none;
}

.footer_main{
    padding: 3rem 0rem;
}
.footer_main p{
    margin-bottom: 5px;
}
.ftr_bg ul{
    list-style: none;
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 0;
}
.ftr_bg ul li{
    padding: 4px 11px;
    background-color: #d6d6d6;
    border-radius: 50px;
}
.ftr_bg ul li a{
    text-decoration: none;
    color: #000;
}

.cp_text{
    border-top: 1px solid #66666642;
    padding: 1.5rem 0rem;
}
.cp_text p{
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.cp_text p a{
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cp_text p a:hover{
    color: #0D78BC;
    text-decoration: none;
    transition: all 0.3s ease;
}


.whatsapp{
    position: fixed;
    bottom: 10%;
    left: 40px;
}
.whatsapp button{
    background-color: #4acf7b;
    color: #fff;
    border: none;
    padding: 4px 11px;
    font-size: 25px;
    border-radius: 25px;
}

/* ----------------- */
.thank_you{
  padding: 100px 0px;
 }
 .thank_you_text{
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 300px;
  padding: 0px 20px;
 }
 .thank_you_text .subhead{
  margin-bottom: 20px;
 }
  .thank_you_btn{
margin-top: 20px;
  }


  .after_li li{
  position: relative;
  list-style: none;
}
.after_li li::before{
  content: "";
    position: absolute;
    background-image: url(/images/dots.svg);
    background-size: contain;
    height: 10px;
    width: 25px;
    top: 13px;
    left: -32px;
}
.certificate_cnt{
  margin-top: 2rem;
}
.certificate_cnt li{
  line-height: 2;
}
.certificate_cnt h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #1865AB;
    font-size: 40px;
    line-height: 1;
    margin: 20px 0;
}
.certificate_cnt p{
  width: 80%;
  font-size: 15px;
}

.certi-tssc img{
    width: 100%;
    border-radius: 18px;
}
.certi-main{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.message-text{
    font-size: 13px;
    margin-top: 5rem;
    color: #6a6a6a;
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0;
    background-color: #f9f9f9;
    margin-top: 5rem;
}

.faq-section .section-title h5 {
    color: #0D78BC;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.faq-section .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #0065a7;
}
.faq-section .section-title h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #0065a7;
}

.accordion {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 84px rgb(0 0 0 / 4%);
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    margin-bottom: 0.5rem;
    border-radius: 8px !important;
    overflow: hidden;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-button {
    background-color: #fff;
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230D78BC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-body {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.accordion-body p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.6;
}

/* Animation for accordion */
.accordion-collapse {
    transition: all 0.3s ease;
}

.life-britco h5{
    font-size: 30px;
    text-align: center;
    color: #0d78bc;
}

.life-img{
    margin-bottom: 2rem;
}

.level-cards{
    background-color: #e7f9ff;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    height: calc(100% - 1rem);
}
.level-cards span{
    background-color: #2590cf;
    padding: 2px 8px;
    border-radius: 15px;
    font-size: 15px;
    color: #fff;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
}
.level-cards h6{
    margin: 0;
}
.locations{
    color: #2590cf;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.level-cards p{
    font-size: 14px;
}

.rtc-card{
    background-color: #ededed;
    padding: 1rem;
    height: 100%;
    border-radius: 10px;
}
.rtc-card h4{
    color: #0065a7;
    font-size: 19px;
    margin-top: 1rem;
}
.rtc-card p{
    font-size: 15px;
}

.recognition{
    margin-top: 3rem;
}

.malayalam{
    font-family: "Noto Serif Malayalam", serif;
}


/* Responsive styles */
@media (max-width: 991.98px) {
    .faq-section .section-title h2 {
        font-size: 2rem;
    }
    
    .accordion-button {
        font-size: 1rem;
        padding: 1rem 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .faq-section {
        padding: 3rem 0;
    }
    
    .faq-section .section-title h2 {
        font-size: 1.75rem;
    }
    
    .accordion-button {
        font-size: 0.95rem;
        padding: 0.9rem 1rem;
    }
    
    .accordion-body {
        padding: 1rem;
    }
    .banner_title span {
        font-size: 2.5rem;
    }
    .banner_title h1{
        font-size: 2.2rem;
    }
    .place_main h4 {
        width: 85%;
        margin: auto;
        font-size: 17px;
        margin-bottom: 3rem;
    }
    .rtc-card{
        height: calc(100% - 1rem);
    }
}

.slick-slide img{
    height: 100% !important;
    width: 100% !important;
}

/* Dropdown styling */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropbtn {
    cursor: pointer;
    padding: 13px 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
    border-radius: 8px;
    top: 2rem;
    left: 0;
    text-align: left;
}

.dropdown-content a {
    color: #0c5194 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    border-radius: 8px;
}

.dropdown:hover .dropdown-content,
.dropdown.show .dropdown-content {
    display: block;
}
