:root {
    --light-blue: #7BA7D9;
    --dark-blue: #333d6b;
    --very-dark-blue:#142f4a;
}
.sub4 {
    font-size: 30px; 
    color: var(--light-blue);
    font-family: "Inter", Sans-serif;
    font-weight: 700; 
    padding: 10px 0px;
} 
.board-logos {
    margin-top: 30px;
}
.sub-title {
    font-size: 35px;
    line-height: 45px;   
    color: var(--light-blue);
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.phone {    
    width:240px;    
    box-sizing: border-box;
}
.sub-title2 {
    color: var(--very-dark-blue);
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    line-height: 34px;
    padding: 10px;
}
.call a, .cont1 a {
    text-decoration: none;
    color: var(--very-dark-blue);   
}
.call-out {
    padding-left: 40px;   
    box-sizing: border-box;
}
.cont1 {
    padding-top: 13%;
}
.form-header {    
    margin-top: 30px;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    color:#fff !important;
    z-index: 15;
}
.call a:hover {
    color: var(--light-blue);
    transition: 0.5s;
}
.btn{    
    padding: 8px 20px;
    background-color:  var(--light-blue);
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.btn:hover{
    background-color: var(--very-dark-blue);
    color: white;
}
.call, .call h3{
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    
}
.logo img{
   width: 80%;
}
.banner {
    background-image: url('../images/banner-1.png');
    background-size: cover;    
    background-position: center 50px;
    background-repeat: no-repeat;                                                    
}
.header {
    position: fixed;
    padding:10px;
    background-color: white;
    z-index: 10;    
}
.header .row {
   align-items: center;
}

.cont1 a{
    color: var(--light-blue);  
}
.cont1 a:hover{
    color: var(--very-dark-blue);
}
.cont1 h3{
    color: var(--dark-blue);
}
.cont1 h2{
    color: var(--dark-blue);
    font-family: "Inter", Sans-serif;
    font-size: 3.1em;
    font-weight: 700;
    text-transform: uppercase;
}
.key{
    position: absolute; /* Position the image absolutely */
    top: -45px; 
    left: 40%; 
    width: 100px; 
    height: auto; 
    z-index: 8;
}
.form-control {
    width: 90%;
    margin: auto;
    border-radius: 5px; 
}
.form{
    position: relative;
    background-color: var(--very-dark-blue);
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.form h2{
    color: white;
}
.form button, .right-column button{
   border: none;
}
.form button:hover{
    color: var(--light-blue); 
}
.para{
    text-align: center;
    color: #333D6B;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.row-with-bg{
    background-image: url('../images/whats-included.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; 
}
.row-with-bg h2{
    color: var(--light-blue);
    font-family: "Inter", Sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
.right-column{
    padding: 20px;
    margin-top: 50px;
}
.right-column h3{
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 5px;
}
.row-with-bg2 {
    background-image: url("../images/bg.png");
    background-size: cover;
    width: 100%;
    background-position: 60%;
    background-repeat: no-repeat;
    padding: 40px 20px;
}
.ins-logo {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ins-logo img {
    width: 60%;   
}
.content-column1, .content-column2 {
    padding: 40px;
    box-sizing: border-box;    
}
.vert-line {
    border-left:1px solid rgb(255, 255, 255); 
    margin:40px 0px;
}

.logo-box {
    border: 2px solid #fff;
    border-radius: 20px;    
}
.bg2-column{
    border: 2px solid white;
    border-radius: 10px;
    padding: 30px;
}
.content-column1 h2 , .content-column2 h2{
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    
}
.much{
    font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    line-height: 28px;
    color: white;
    text-align: center;
}
.btn2{
    border-radius: 20px;
    border: none;
    background-color:  var(--light-blue);
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;    

}
.btn2:hover{   
        background-color: var(--very-dark-blue);
        color: white;
}
.exp-column2 h2{
    color: var(--light-blue);
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
.custom-padding {
   padding: 40px 20px;
}
.row-with-bg3 {
    background-image: url("../images/bg-1.png");
    background-size: cover; 
    background-position: center;
}
.expert{
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: var(--dark-blue);
    text-transform: uppercase;
}
.name{
    color: var(--light-blue);
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.footer{
    background-color: var(--very-dark-blue);
    padding: 30px;
}
.foot-logo {
    margin-bottom: 20px;
}
.circle{
    background-color: #7BA7D973;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.circle a {
    color: white;
}
.circle:hover {
    background-color: white;
    cursor: pointer;
}

.circle:hover a {
    color:  var(--dark-blue);
}
.icons {
    justify-content: flex-start; /* Aligns the icons to the left */
    gap: 10px; /* Adds a 10px gap between the circles */
}
.footer-end a{
    text-decoration: none;
    color: white;
}
.why-choose{
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--light-blue);
    text-transform: uppercase;
    margin-top: 50px;
}
.header-call {
    justify-content:flex-end;
}
.mt-40 {
    margin-top: 40px;
}
.bullet-items {
    list-style:none;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
}
.bullet-items li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
}
.bullet-items li > i {
    margin-right: 10px;
    padding-top: 2px;
    font-weight: bold;
}
.book-btn {
    margin-top: 40px;
}
.neg-margin {
    margin-top: -30px;
}
.accord {
    color: #333D6B !important;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
}
.accordion-body {
    color: #333D6B !important;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
}
.accordion-button {
    background-color: transparent !important;    
}
.accordion-button:focus {
    outline: none !important; 
    box-shadow: none !important; 
}
.accordion-item {
    margin-bottom: 10px;
    border: 1px solid var(--light-blue) !important;
    border-radius: 5px;
}
.accordion-button::after {
   background-color: var(--light-blue);
   padding: 15px;  
   border-radius: 3px;   
   background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3e%3cpath fill="%23FFFFFF" d="M177 352.3l-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0L160 256l96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1z"/%3e%3c/svg%3e') !important;
   background-repeat: no-repeat;
   background-position: center; /* Center the arrow */
   background-size: 1rem; /* Size of the arrow */
}
.accordion-button:not(.collapsed)::after {
    background-color: var(--very-dark-blue) !important; 
}
.blue-bg {
    background-color: var(--light-blue);
}
.swiper {
    width: 83%;
    height: 100%;
    box-sizing: border-box;
}
.swiper-slide {
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;  
}
.space-slider {
    margin: 40px 0px;
    position: relative;
}
.google-logo {
    position: absolute;
    z-index: 15;
    right: 10px;
    top: 15px;
}
.swiper-button-prev {   
   left: 5%;   
}
.swiper-button-next {
   right: 5%;
}
.swiper-button-prev, .swiper-button-next {
    background-color: var(--very-dark-blue);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: #fff!important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 10px !important;
    font-weight: bold;
}
.swiper-head {
    color: #142F4A;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}
.testi {
    margin-top: 10px;
}
.testi-title {
    color: #fff;
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 40px;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .row-with-bg {        
        min-height: 630px;
    }
    .row-with-bg3{       
        min-height: 630px; 
        background-position: left;
    }
}
@media (max-width: 992px) {  
    .header {
        position: static;
        text-align: center;
    }  
    .header .row {
        justify-content: center;
        text-align: center;
    } 
    .logo img{
        width: 40%;
        margin-bottom: 20px;
    }
    .row-with-bg{          
        background-position: -200px;
    }
    .row-with-bg h2{          
        font-size: 30px;
    }
    .row-with-bg3{        
        background-position: center;
    }
}

@media (max-width: 768px) {
    .header {
        position: static;
        text-align: center;
    }
    .header .row {
        justify-content: center;       
    }
    .phone {
        min-width: 230px;
        text-align: center;       
    }
    .call h3 {
        text-align: center;
        margin-top: 20px;
    }
    .logo img {
        width: 60%;
    }
    .btn {
        margin-top: 20px;
    }
    .call-out {
        padding-bottom: 100px;
    }
    .cont1 h2{
        font-size: 2.5em;
    }
    .row-with-bg {
        background:none;
        background-color: #f1f1f1;        
    }
    .row-with-bg h2{          
        font-size: 30px;
    }
    .book-btn {
        margin-top: 15px;
    }
    .vert-line {
        border-bottom:1px solid rgb(255, 255, 255); 
        margin:0px auto;
        width: 80%;
    }  
    .row-with-bg3{        
        background-image: none;
    }     
}