﻿body {
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

img {
    width: 100%;
    display: block;
}
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}


/*------ FOR TEXT COME FROM IN TO OUT---------*/
.hidden {
    opacity: 0;
    /*transform: scale(0.6);*/ /* aur chhota start karega */
    /*transition: all 0.9s ease-out;*/ /* thoda slow bhi rakha */

    transform: scale(0.4); /* bahut chhota se start hoga */
    transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.show {
    opacity: 1;
    transform: scale(1); /* final normal size */
}






.header-mobile {
    display: none;
}
.header {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0A3767;
    z-index: 2;
}

.header-inner {
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding: 20px 0px;
}

.header-logo {
    width: 12%;
    cursor: pointer;
}

.header-nav {
    margin: auto;
    position: relative;
    margin-right: 45px;
}

.header-nav-inner {
}

.nav-container {
    display: flex;
}

.nav-link a {
    color: white;
    font-size: 17px;
    padding: 18px;
    display: block;
    font-weight: 400;
    FONT-FAMILY: 'Roboto';
    cursor:pointer;
}
.nav-link:hover .sub-navlink {
    display: block;
}
    .nav-link a:hover {
        color: #26d4ff;
        text-decoration:underline;
    }


              /*--------Dropdown arrow---------*/

.drop-down-arrow > a::after {
    content: "▼";
    font-size: 11px;
    margin-left: 5px;
}

.head-sub-navlink {
    position: absolute;
    margin: 1px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
}


.sub-navlink {
    display: none;
    padding: 14px 5px;
    background-color: #0A3767;
    width: 14vw;
    font-size: 16px;
    cursor: pointer;
}

    .sub-navlink a {
        padding: 0px 10px;
    }

        .sub-navlink a:hover {
            color: white;
        }

    .sub-navlink:hover {
        background-color: #26d4ff;
    }
        .sub-navlink:hover .sub-navlink a {
            background-color: #0A3767;
        }
.call-section {
    margin: 20px;
}

.call-section-container {
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 7px;
    background-color: #0A3767;
    cursor: pointer;
}

    .call-section-container:hover {
        background-color: #23A2F0;
        border: 2px#23A2F0 solid #23A2F0;
        border: 2px solid #0A3767;
    }

        .call-section-container:hover a {
            color: #0A3767;
        }

    .call-section-container a {
        color: white;
        font-size: 17px;
        font-weight: 400;
        FONT-FAMILY: 'Roboto';
    }




        /*---------FOOTER PAGE---------*/

.footer {
    position: relative;
    background-color: #0A3767;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-container {
    display: grid;
    width: 100%;
    margin: auto;
    max-width: 1240px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 20px;
}

.footer-logo {
    width: 80%;
    margin-top: 55px;
}

.footer-heading {
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: white;
    letter-spacing: 1px;
}

.divider1 {
    width: 15%;
    height: 2px;
    margin: 0 auto;
    background-color: white;
    margin-top: -20px;
}

.footer-p a {
    font-family: 'Epunda Slab';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    color: white;
    cursor: pointer;
}

    .footer-p a:hover {
        color: #26d4ff;
    }

.location-p {
    font-family: 'Epunda Slab';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: white;
    letter-spacing: 1px;
}
.main-location:hover .location-p {
    color: #26d4ff;
}
.footer-container3 {
    margin-top: 50px;
}
.main-location {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
    /*.main-location:hover .location {
        border-color: #26d4ff;
    }*/

        .main-location:hover .location img {
            transform:scale(1.1);
            filter: brightness(0) saturate(100%) invert(69%) sepia(32%) saturate(2726%) hue-rotate(159deg) brightness(103%) contrast(101%);
        }
    .main-location:hover .location {
        border-color: #26d4ff;
        background-color: rgba(38, 212, 255, 0.15);  light glow 
        box-shadow: 0 0 5px #26d4ff;  outer glow 
    }

        .main-location:hover .location img {
            filter: brightness(0) saturate(100%) invert(69%) sepia(32%) saturate(2726%) hue-rotate(159deg) brightness(103%) contrast(101%);
        }
.location {
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50%;
    transition: 0.5s ease all;
   margin-left:35px;
}

    .location img {
        padding: 11px 11px;
        margin: auto;
        transition: 0.3s;
        width: 95%;
        transition:0.5s ease all;
    }





.book-mobile {
    display: none;
}

.book-mobile {
    bottom: 0px;
    position: fixed;
    left: 0px;
    width: 100%;
    right: 0px;
}

.design-flex {
    display: flex;
    background-color: #ED1C24;
    padding-bottom: 10px;
}


.flex {
    width: 100%;
    display: flex;
}

.design-flex span {
    color: white;
    font-size: 16px;
    font-family: 'Jost';
    letter-spacing: 1px;
    font-size: 17px;
}

.design {
    width: 50%;
    padding: 13px 0px;
    text-align: center;
    border-right: 3px solid #FFB100;
}

.toll-free {
    width: 50%;
    padding: 13px 0px;
    text-align: center;
}

    .toll-free span {
        color: white;
        font-size: 16px;
        font-family: 'Jost';
        letter-spacing: 1px;
        font-size: 17px;
    }




/*---------Copyright-Block-----------*/

.copyright {
    width: 100%;
    background-color: #BEBCC2;
}

.copyright-inner-part {
    display: flex;
    width: 100%;
    padding: 17px;
}

.left {
    font-family: 'Epunda Slab';
    color: black;
    font-size: 17px;
    width: 50%;
    text-align: center;
    font-weight: 500;
}
    .left:hover {
        color:#0A3767;
    }
.right {
    font-family: 'Epunda Slab';
    border-right: none;
    width: 50%;
    text-align: center;
}

    .right a {
        color: black;
        font-size: 17px;
        font-weight: 500;
    }
        .right a:hover {
            color: #0A3767;
        }




          /*---------HOME PAGE---------*/

.divider2 {
    display:none;
    width: 15%;
    height: 2px;
    margin: 0 auto;
    background-color: #0A3767;
    margin-top:-20px;
}


.home-banner {
    position: relative;
    width: 100%;
    margin-top: 124px;
}




.know-section {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

.know-section-container {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    text-align: center;
}

    .know-section-container a {
        font-family: Cabin;
        font-size: 35px;
        font-weight: 600;
        color: #0E4E7D;
    }
        .know-section-container a:hover{
            color:black;
        }




        .foto-section {
            width: 100%;
            position: relative;
            padding-top: 25px;
        }

.foto-section-container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    display: flex;
    gap: 25px;
}

.foto-section-container1, 
.foto-section-container2,
.foto-section-container3 {
    border: 2px solid #0E4E7D;
    border-radius: 15px;
}

.foto-section-content {
    padding: 15px;
}

.foto-section-img img {
    border-radius: 15px;
    cursor:pointer;
    transition:0.5s ease all;
}
    .foto-section-heading {
        font-family: Cabin;
        font-size: 22px;
        font-weight: 700;
        color: #0E4E7D;
        text-align: center;
    }
.second{
    margin-top:65px;
}
.photo {
    transition: 0.5s ease all;
}

.photo:hover {
    border: 8px solid white;
    transform: scale(0.9);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
}
.foto-section-p {
    font-family: 'Epunda Slab';
    font-size: 18px;
    font-weight: 500;
    color: #313346;
    text-align: center;
}

.learn-more {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.learn {
    display: inline-flex; /* text + arrow in 1 line */
    align-items: center; /* vertically center */
    gap: 6px; /* text and arrow gap */
    transition: all 0.3s ease;
    transform: translateY(0);
    font-family: 'Epunda Slab';
    font-size: 16px;
    font-weight: 600;
    background-color: white;
    color: #0E4E7D;
    border: 2px solid #0E4E7D;
    border-radius: 7px;
    padding: 9px 4px 9px 20px;
    cursor: pointer;
}

         /*--------for BLOCK move in UP direction---------*/

.learn {
    transform: translateY(0); /* base position */
    transition: transform 0.3s ease; /* smooth movement */
}

    .learn:hover{
        transform: translateY(-6px); /* upar ki taraf move karega */
    }
.learn:hover {
    background-color: #0E4E7D; /* dark bg for visibility */
    color: white;
}
.arrow {
    width: 13%; /* thoda chhota fix size */
    transition: 0.3s ease;
    filter: brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(1914%) hue-rotate(184deg) brightness(91%) contrast(94%);
}

.learn-more:hover .arrow {
    filter: brightness(0) invert(1); /* white arrow */
}




.first-section {
    width: 100%;
    position: relative;
    margin-top:40px;
}
.first-section-container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    border-radius: 15px;
    overflow:hidden;
    display: flex;
    justify-content: space-between;
    background-color: #D4F5FC;
}
/*.first-section-img {
    width: 100%;
    background-color: #121019;
    background-image: url('../img/Mail banners/1(2).jpg');
    --background-overlay: '';
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding-bottom: 50px;
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}*/
.first-section-img {
    width: 40%;
}
.first-section-content {
    max-width: 745px;
    width: 60%;
    padding: 40px 15px 40px 30px;
    background-color: #D4F5FC;
}
    .first-section-content h4 {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 800;
    }
    .first-section-content h2 {
        font-size: 35px;
        font-weight: 800;
        font-family: 'Cabin';
        color: #0A3767;
    }
    .first-section-content p {
        font-size: 17px;
        font-family: 'Epunda Slab';
        line-height: 30px;
        letter-spacing: 0px;
        color: #313346;
        text-align: justify;
    }

.quote-main {
    cursor: pointer;
    margin-top:35px;
}

.quote {
    display: inline-flex; /* text + arrow in 1 line */
    align-items: center; /* vertically center */
    gap: 6px; /* text and arrow gap */
    transition: all 0.3s ease;
    transform: translateY(0);
    font-family: 'Epunda Slab';
    font-size: 16px;
    font-weight: 600;
    background-color: white;
    color: #0E4E7D;
    border: 2px solid #0E4E7D;
    border-radius: 7px;
    padding: 9px 4px 9px 20px;
    cursor: pointer;
}

/*--------for BLOCK move in UP direction---------*/

.quote {
    transform: translateY(0); /* base position */
    transition: transform 0.3s ease; /* smooth movement */
}

    .quote:hover {
        transform: translateY(-6px); /* upar ki taraf move karega */
    }

    .quote:hover {
        background-color: #0E4E7D; /* dark bg for visibility */
        color: white;
    }

.arrow {
    width: 13%; /* thoda chhota fix size */
    transition: 0.3s ease;
    filter: brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(1914%) hue-rotate(184deg) brightness(91%) contrast(94%);
}

.quote-main:hover .arrow {
    filter: brightness(0) invert(1); /* white arrow */
}





.second-section {
    width: 100%;
    position: relative;
    margin-top: 75px;
}
.second-section-container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    border-radius: 15px;
    overflow:hidden;
    display: flex;
    justify-content: space-between;
    background-color: #4B737B;
}
/*.second-section-img {
    background-image: url('../img/Mail banners/6.jpg');
    --background-overlay: '';
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding-bottom: 128px;
    width: 100%;
}*/
.second-section-img {
    width: 40%;
}
.second-section-content {
    max-width: 745px;
    width: 60%;
    padding: 40px 15px 40px 30px;
    background-color: #4B737B;
}

    .second-section-content h2 {
        font-size: 35px;
        font-weight: 800;
        font-family: 'Cabin';
        color: white;
    }

    .second-section-content p {
        font-size: 17px;
        font-family: 'Epunda Slab';
        line-height: 30px;
        letter-spacing: 0px;
        color: black;
        text-align: justify;
    }





.third-section {
    width: 100%;
    position: relative;
    margin-top: 75px;
}
.third-section-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 60px;
}
.third-section-img {
    border-radius: 15px;
    padding-bottom: 100px;
    background-image: url('../img/Mail banners/2.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.third-section-heading {
    font-size: 19px;
    text-align: center;
    font-family: 'Cabin';
    color: #0A3767;
    padding: 20px;
}
.third-section-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.third-section-content1,
.third-section-content3,
.third-section-content4 {
    background-color: #DCDDE1;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    transition:0.5s ease all;
}
    
    .third-section-content1:hover,
    .third-section-content3:hover,
    .third-section-content4:hover {
        background-color: #0A3767;
        transform: scale(0.9);
        border: 5px solid #DCDDE1;
    }
.third-section-content1:hover h4, .third-section-content1:hover h3,
.third-section-content1:hover p {
    color: white;
}
        .third-section-content3:hover h4, .third-section-content3:hover h3,
        .third-section-content3:hover p {
            color: white;
        }
        .third-section-content4:hover h4, .third-section-content4:hover h3,
        .third-section-content4:hover p {
            color: white;
        }
.third-section-content2 {
    background-color: #0A3767;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    transition: 0.5s ease all;
}
    .third-section-content2:hover {
        background-color: #DCDDE1;
        transform: scale(0.9);
        border: 5px solid #0A3767;
    }
            .third-section-content2:hover h4 {
                color: #444444;
            }
            .third-section-content2:hover h3 {
                color: #0A3767;
            }
            .third-section-content2:hover p{
                color:black;
            }
            
            .third-section-content1 h3,
            .third-section-content3 h3,
            .third-section-content4 h3 {
                font-size: 20px;
                font-family: 'Cabin';
                text-align: center;
                font-weight: 700;
                color: #0A3767;
            }
    .third-section-content1 h4,
    .third-section-content3 h4,
    .third-section-content4 h4 {
        font-size: 18px;
        font-family: 'Roboto';
        text-align: center;
        font-weight: 500;
        color: #444444;
    }
.third-section-content1 p,
.third-section-content3 p,
.third-section-content4 p {
    font-size: 16px;
    font-family: 'Epunda Slab';
    text-align: center;
    font-weight: 400;
    line-height: 26px;
}
.third-section-content2 h4 {
    font-size: 18px;
    font-family: 'Roboto';
    text-align: center;
    font-weight: 500;
    color: white;
}
.third-section-content2 h3 {
    font-size: 20px;
    font-family: 'Cabin';
    text-align: center;
    font-weight: 700;
    color:white;
}
.third-section-content2 p {
    color: white;
    font-size: 16px;
    font-family: 'Epunda Slab';
    text-align: center;
    font-weight: 400;
    line-height: 26px;
}





.fourth-section {
    width: 100%;
    position: relative;
    margin-top: 75px;
}

.fourth-section-container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #F8F8F8;
}
.fourth-section-img {
    width: 40%;
}
.fourth-section-content {
    max-width: 650px;
    width: 60%;
    padding: 40px 15px 40px 30px;
    background-color: #F8F8F8;
}

    .fourth-section-content h4 {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 800;
    }

    .fourth-section-content h2 {
        font-size: 35px;
        font-weight: 800;
        font-family: 'Cabin';
        color: #0A3767;
    }

    .fourth-section-content p {
        font-size: 17px;
        font-family: 'Epunda Slab';
        line-height: 30px;
        letter-spacing: 0px;
        color: #313346;
        text-align: justify;
    }




.fifth-section {
    width: 100%;
    position: relative;
    margin-top: 75px;
}

.fifth-section-container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #F8F8F8;
}

.fifth-section-img {
    width: 40%;
}
.fifth-section-content {
    max-width: 745px;
    width: 60%;
    padding: 40px 15px 40px 30px;
    background-color: #F8F8F8;
}
  
    .fifth-section-content h2 {
        font-size: 35px;
        font-weight: 800;
        font-family: 'Cabin';
        color: #0A3767;
    }
.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
   font-family: 'Roboto';
    transition: 0.4s;
    position:relative;
    background-color:white;
}
    /* the +/- icon */
    .accordion::after {
        content: '+'; /* default is plus */
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 1;
    }

    /* when active, change to minus */
    .accordion.active::after {
        content: '–'; /* Unicode “en‑dash” (looks like a minus) */
    }

    .accordion:hover,
    .accordion.active {
        background-color: #0A3767;
        color:white;
    }
    /*.active, .accordion:hover {
        background-color: #ccc;
    }*/

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ccc;
}

    .panel p {
        font-size: 16px;
        font-family: 'Epunda Slab';
        line-height: 30px;
        letter-spacing: 0px;
        color: #313346;
        text-align: justify;
    }





    .sixth-section {
        width: 100%;
        position: relative;
        margin-top: 75px;
    }
.sixth-section-containers {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    padding: 0px 60px;
}
.sixth-section-heading {
    font-size: 32px;
    font-weight: 800;
    font-family: 'Cabin';
    color: #0A3767;
    text-align:center;
}
    
    .sixth-section-container {
        display: flex;
        margin: auto;
        gap: 20px;
        margin-top:45px;
    }
.sixth-section-container1{
width:50%;

}
.sixth-section-img img {
    border-radius: 15px;
    transition: 0.5s ease all;
    box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
}
.sixth-section-img:hover {
    transform: scale(0.9);
    border: 5px solid #0A3367;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
}
.sixth-section-content {
    padding: 20px 30px;
    text-align: center;
}
.sixth-section-content h2 {
    font-size: 32px;
    font-weight: 800;
    text-align:center;
    font-family: 'Cabin';
    color: #0A3767;
}
.sixth-section-content p {
    font-size: 17px;
    font-family: 'Epunda Slab';
    line-height: 30px;
    letter-spacing: 0px;
    text-align:center;
    color: #313346;
}
.sixth-section-container2 {
    width: 50%;
}





.seventh-section {
    width: 100%;
    position: relative;
    margin-top: 75px;
}

.seventh-section-container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #E9E5E2;
}
.seventh-section-img{
   width:40%;
}
.seventh-section-content {
    max-width: 745px;
    width: 60%;
    padding: 40px 15px 40px 30px;
    background-color: #E9E5E2;
}
    .seventh-section-content h2 {
        font-size: 35px;
        font-weight: 800;
        font-family: 'Cabin';
        color: #0A3767;
    }
    .seventh-section-content h4 {
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: 400;
    }





.swiper-section {
    padding: 100px 0px 10px 0px;
    width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    background-color: #0A3767;
    justify-content: center;
    align-items: center;
    border-radius:15px;
}

    .swiper-slide img {
        display: block;
        width: 15%;
        height: 100%;
        object-fit: cover;
        margin:auto;
    }

.swiper-content-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.swiper-content{
margin:20px 20px 100px 20px;
}
.swiper-img{
    border-radius:15px;
    width:100%;
}
.swiper-content h3 {
    font-size: 35px;
    font-weight: 800;
    font-family: 'Cabin';
   color:white;
}
.swiper-content li {
    font-size: 17px;
    font-family: 'Epunda Slab';
    line-height: 30px;
    letter-spacing: 0px;
    text-align: justify;
    color: white;
    list-style:decimal-leading-zero;
}
.for-arrow{

}
.custom-swiper-prev::after,
.custom-button-next::after {
    display: none;
}


/* Custom navigation buttons */
.custom-swiper-next,
.custom-swiper-prev {
    position: absolute;
    top: 50%; /* move to vertical center */
    transform: translateY(-50%); /* perfectly center */
    width: 30px; /* fixed width */
    height: 30px; /* fixed height */
    justify-content: center; /* center the arrow inside */
    /*height: 100%;*/
    /*top:0;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 2px solid white;
    background-color: white;
    border-radius: 50%;
    z-index: 3;
}

    .custom-swiper-prev img,
    .custom-swiper-next img {
        width: 25px;
        z-index: 1;
        /* object-fit: contain;*/ height: auto;
    }

/* Button positions */
.custom-swiper-prev {
    left: 0px;
}

.custom-swiper-next {
    right: 0px;
}

    /* On hover → arrow turns black */
    .custom-swiper-prev:hover img,
    .custom-swiper-next:hover img {
        filter: brightness(0) saturate(100%);
    }









.eigth-section {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.eigth-section-container {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}
.eigth-section-heading {
    font-size: 35px;
    font-weight: 800;
    font-family: 'Cabin';
    color: #0A3767;
    text-align:center;
}
.eigth-section-container1 {
    display: flex;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    gap: 20px;
   
   /* overflow: hidden;*/
}
.eigth-section-content1 {
    width: 160px;
    height: 160px;
    border: 2px solid #0A3767;
    border-radius: 50%;
    background-color: white;
}
.eigth-section-content1:hover {
        background-color: #0A3767;
        border: 2px solid white;
        border-radius: 50%;
    }
    
    
.eigth-section-content {
    padding-top: 15px;
}
.check-mark {
    width: 35px;
    height: 35px;
    border: 3px solid #0A3767;
    border-radius: 50%;
    background-color: white;
    margin: auto;
}
    .check-mark img {
        width: 100%;
        padding: 6px;
        transition:0.5s ease all;
    }
.eigth-section-content1:hover .check-mark img {
    transform: scale(1.1);
    color: green;
    filter: brightness(138%) contrast(28%) saturate(200%) blur(0px) hue-rotate(294deg);
}


.check-mark-p span {
    font-size: 17px;
    font-family: 'Epunda Slab';
    line-height: 30px;
    color: #0A3767;
    font-weight: 600;
}
.eigth-section-content1:hover .check-mark-p span {
    color: white;
    text-decoration: underline;
}

.eigth-section-content1:hover .check-mark-p {
    text-decoration: underline;
    color: white;
}
.check-mark-p {
    font-size: 17px;
    font-family: 'Epunda Slab';
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #0A3767;
    font-weight: 400;
    margin-top: -10px;
}
.eigth-section-container2 {
    display: flex;
    max-width: 650px;
    width: 100%;
    margin: auto;
    gap: 50px;
    margin-top: 50px;
}
.eigth-section-container2-img {
    width: 60%;
    transition:0.5s ease all;
}
    .eigth-section-container2-img:hover{
        transform:scale(0.9);
    }
    .eigth-section-container2-content {
        width: 50%;
        margin: auto;
    }
.content-part h5 {
    font-size: 17px;
    font-family: 'Epunda Slab';
    line-height: 30px;
    letter-spacing: 0px;
    color: #313346;
    margin: 0px;
}
.content-part h4 {
    font-size: 30px;
    font-weight: 800;
    font-family: 'Cabin';
    color: #0A3767;
    margin: 15px;
}
.content-part p {
    font-size: 17px;
    font-family: 'Epunda Slab';
    line-height: 30px;
    color: #313346;
    margin: 15px;
}









           /*----------CONTACT FORM--------*/

.contact-block-section1 {
    padding: 80px 40px 50px 40px;
    margin-top: 90px;
   /* background-color: #D4F5FC;*/
}

.contact-block-section1-container {
    width: 100%;
}

.contact-block-section1-container-inner {
    width: 100%;
}

.contact-block-section1-part2 {
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    margin: 0px 60px 0px 0px;
    border-radius: 5px;
    padding: 20px;
    height: fit-content;
}

    .contact-block-section1-part2:hover {
        background-color: #0A3767;
    }
        .contact-block-section1-part2:hover .contact-form1 h1{
            color:white;
        }
      
.contact-block-section1-part2:hover .submit {
    background: white;
    color: #0A3767;
    border: 2px solid #0A3767;
    box-shadow: 0 8px 20px rgba(10, 55, 103, 0.4);
    transform: scale(1.05);
}

        .contact-form {
            width: 99%;
        }

.contact-form1 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
}
    .contact-form1 h1{
        color:#0A3767;
        font-family:'cabin';
         text-align:center;
    }
.label {
    padding: 5px 15px 10px 15px;
    margin: 10px;
}

.name {
    padding: 9px 2px 9px 10px;
    font-size: 14px;
    font-family: 'Roboto';
    color: black;
    width: 100%;
}

.textform {
    padding: 12px 15px 60px 15px;
    font-size: 15px;
    font-family: 'Roboto';
    color: black;
    width: 100%;
}

.button {
    margin-top: 20px;
    padding: 0px 0px 0px 30px;
}

.submit {
    color: white;
    padding: 9px 35px 9px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto';
    border: 1px solid #0A3767;
    border-radius: 30px;
    background-color: #0A3767;
}



        /*----------Thank You Page--------------*/
.thank-page-v2 {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
}

.thank-container-v2 {
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.main-thank {
    font-size: 100px;
    font-weight: 900;
    color: #131D3B;
    font-family: Poppins;
    text-shadow: 6px 6px 15px rgba(13, 62, 255, 0.3);
    margin-bottom: 30px;
}

.thank-text {
    font-size: 27px;
    color: #333;
    margin-bottom: 15px;
    font-family: Poppins;
}





            /*############  BACK TO TOP BUTTON ###########*/
#back-to-top-section {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}




.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
   padding:10px 12px;
    border: none;
    border-radius: 50%;
    background-color: #0A3767;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce-infinite 2s infinite ease-in-out;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease-in-out;
}


    .back-to-top:hover {
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.5);
        background-color: white;
        color: #0A3767;
    }


@keyframes bounce-infinite {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    }

    50% {
        transform: translateY(-15px);
        box-shadow: 0 25px 35px rgba(0, 0, 0, 0.6);
    }
}





          /*-----------ABOUT PAGE----------*/
.about-section{
    margin-top:123px;
    width:100%;
    position:relative;
}









