body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

/* ----------header start -------- */

.nav-container {
    padding: 0 73px;
}

.logo {
    width: auto !important;
    display: flex;
    align-items: center;
}

.logo img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.nav-menu li a {
    font-size: 16px;
    font-weight: 600;
    color: white;
    transition: all .3s ease-in-out;

}

.nav-menu li {
    color: white;
    padding-right: 10px;
}

.nav-menu li:hover {
    background-color: #084a7b;
    color: white;
    border-radius: 8px;
}

.nav-menu li a:hover {
    color: white;
}

.nav-head {
    align-items: center;
}

.nav-dropdown li {
    padding-right: 0;

}

.nav-dropdown li a {
    color: black;
}




.nav-dropdown li a:hover {
    background: #003764;
    color: white !important;
}

.nav-btn button {
    padding: 5px 36px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    transition: all .4s ease-in-out;
    /* border: 2px solid white; */
    background-color: #002350;
    color: white;

}

.nav-btn button:hover {
    background: #d67b03;
    color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}


/* ***** navbar scroll animation***** */
/* default transparent */
.scroll-active-holder {
    background: transparent;
    transition: 0.3s ease;
}

/* default text white */
.scroll-active-holder * {
    color: white;
    transition: 0.3s;
}

/* on scroll */
.scroll-active-holder.scrolled {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* on scroll text black */
.scroll-active-holder.scrolled * {
    color: #000000;
}

.scroll-active-holder.scrolled li:hover a,
.scroll-active-holder.scrolled li:hover a i {
    color: #ffffff;
    /* scroll hover color */
}

.scroll-active-holder.scrolled .nav-dropdown .dropdown-item {
    color: #000 !important;
}

.scroll-active-holder.scrolled .nav-dropdown .dropdown-item:hover {
    background-color: #084a7b;
    color: #ffffff !important;
}



/* ✅ SCROLLED Login Button style */
.scroll-active-holder.scrolled .nav-btn button {
    background: #002350;
    /* background-color: linear-gradient(45deg, #035068, #0256a5); */
    /* border-color: black; */
    color: white;
}

.scroll-active-holder.scrolled .nav-btn button:hover {
    background: #ff6b00;
    /* border-color: black; */
    color: white;
}


/* header responsive start  */

@media (min-width: 1026px) and (max-width: 1440px) {
    .nav-menu li a {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .nav-menu li a {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .nav-menu li a {
        font-size: 14px;
    }
}



/* ----------header start -------- */

/* ****banner start**** */
.banner-text h5 {
    font-size: 43px;
    font-weight: bold;
}

.banner-text span {
    font-size: 22px;
    font-weight: bold;
}

.banner-text {
    top: 30%;
    right: 0;
    left: 128px;
    max-width: 100%;
    text-align: start;
    z-index: 1;

}

.banner-image img {
    height: 100vh;
    object-fit: cover;
}

.banner-overlay {
    width: 100%;
    height: 100vh;
    background-color: #000000a3;
    position: absolute;
    top: 0;

}

.banner-mbtn {
    border: none;
    background-color: #fff;
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.banner-mbtn:hover {
    background-color: #b86800;
    color: white;
}

.arrow-btn-left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0050b6;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    display: block;
    top: 58%;
    bottom: 0;
    left: 9%;
    z-index: 1;
}

.arrow-btn-right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0050b6;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    display: block;
    top: 58%;
    bottom: 0;
    right: 82%;
    z-index: 1;
}

.right-image {
    position: absolute;
    right: 18%;
    /* bottom: 0; */
    z-index: 20;
    top: -17%;
}

.right-image img {
    width: 400px;
    /* FIXED width, no stretching */
    height: auto;
    border-radius: 12px;
    object-fit: contain;
}

@media (max-width: 1400px) {

    .arrow-btn-left {
        left: 11%;
        top: 68%;
    }

    .arrow-btn-right {
        right: 75%;
        top: 68%;
    }
}

@media (max-width: 1310px) {
    .arrow-btn-left {
        left: 10%;
        top: 72%;
    }

    .arrow-btn-right {
        right: 78%;
        top: 72%;
    }


}

@media (max-width: 1024px) {
    .arrow-btn-left {
        left: 10%;
        top: 60%;
    }

    .arrow-btn-right {
        right: 78%;
        top: 60%;
    }

    .right-image {
        position: absolute;
        right: 8%;
        /* bottom: 0; */
        z-index: 20;
        top: -20%;
    }

    .banner-text {
        top: 32%;
    }

    .arrow-btn-left {
        left: 12%;
        top: 64%;
    }

    .arrow-btn-right {
        right: 75%;
        top: 64%;
    }

}

@media (max-width: 768px) {
    .banner-text h5 {
        font-size: 31px;
    }

    /* .banner-text p {
        font-size: 31px;
    } */

    .banner-text {
        top: 20%;
        left: 65px;
        max-width: 55%;
    }

    .arrow-btn-left {
        top: 54%;
    }

    .arrow-btn-right {
        right: 74%;
        top: 54%;
    }

    .right-image {
        position: absolute;
        /* right: 90%; */
        transform: translateX(50%);
        /* bottom: 0; */
        z-index: -1;
        /* top: -78%; */
        left: 86%;
    }

    .right-image img {
        width: 300px;
    }

}

@media (max-width: 320px) {
    .banner-text h5 {
        font-size: 31px;
    }

    /* 
    .banner-text p {
        font-size: 31px;
    } */

    .banner-text {
        top: 49%;
        left: 8px;
        max-width: 100%;
        text-align: center;
    }

    .right-image {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        /* bottom: 0; */
        z-index: -1;
        top: -78%;
    }

    .right-image img {
        width: 252px;
    }

    .arrow-btn-left {
        top: 83%;
    }

    .arrow-btn-right {
        right: 10%;
        top: 83%;
    }

    /* .banner-image img {
        object-fit: cover;
        object-position: 65% center; /* Focus man WITHOUT creating gap
        height: 100vh;
    } */

}

/* ****banner end**** */

/* ****about us start**** */

.about {
    background: url("../images/about-bg.png") no-repeat center center/cover;
    height: 90vh;
}

.about-head h2 {
    font-size: 38px;
    font-weight: bold;

}

.about-head span {
    color: #ff7f50;
}

.about-content h3 {

    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #b86800;
}

.about-content p {
    font-size: 15px;
    color: #000000a3;
    text-align: justify;

}

.about-btn a {
    /* background: #ff7f50; */
    /* background: #eff6fc; */
    color: black;
    font-size: 15px;
    padding: 6px 39px;
    border-radius: 100px;
    border: 1px solid blue;
    transition: all .3s ease-in-out;
    font-weight: 600;

}

.about-btn a:hover {
    background: #002350;
    color: rgb(255, 255, 255);
    border: none;
}

.about-card {
    width: 37%;
    padding: 16px;
    background: #084083;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 61%;
    top: 29%;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-card2 {
    width: 37%;
    padding: 16px;
    background: #084083;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 38%;
    top: 75%;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-card3 {
    width: 37%;
    padding: 16px;
    background: #084083;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: -3%;
    top: 4%;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 1400px) {
    .about-card {
        left: 39%;
        top: 52%;
        width: 43%;
        font-size: 13px;
    }

    .about-card2 {
        width: 55%;
        font-size: 13px;
        left: 18%;
        top: 93%;
    }

    .about-card3 {

        width: 50%;
        font-size: 13px;
        left: -12%;
        top: -4%;
    }

    .about-img {
        width: 79%;
    }


}

@media (max-width: 768px) {
    .about-card {
        left: 48%;
        top: 53%;
        width: 49%;
        font-size: 11px;
        padding: 12px;
    }


    .about-card2 {
        width: 56%;
        font-size: 9px;
        left: 27%;
        top: 93%;
        padding: 12px 12px;
    }

    .about-card3 {

        width: 56%;
        font-size: 10px;
        left: -3%;
        top: -8%;
        padding: 12px;
    }

    .about-content h3 {
        font-size: 24px;
    }

    .about-content p {
        font-size: 14px;
    }

    .about-btn {
        margin-top: 15px;
    }

}

@media (max-width: 320px) {

    .about-card3,
    .about-card2,
    .about-card {
        position: static;
        width: 100%;
        margin: 10px 0;
    }

    .about-content p {
        font-size: 12px;
    }

    .about-content h3 {
        font-size: 21px;
        margin-top: 8%;
    }

    .about {
        height: auto;
        padding: 20px 0;
        background-position: 80%;
    }

    .about-img {
        margin-top: 10%;
        width: 100%;

    }
}


/* ****about us end**** */


/* ****Why choose us start**** */

/* Corner design */
.corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #ff6b00;
}

.corner.tl {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.corner.tr {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.corner.bl {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.corner.br {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}



.why-head h2 {
    font-size: 38px;
    font-weight: 700;

}

.why-head h2 span {
    color: #ce7500;
}

.why-box {
    background: url("../images/why-bg.png") no-repeat center center/cover;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.why {
    margin-top: 8%;
}

.why-card {
    width: 46%;
    position: relative;
    top: -53%;
    border: none;
    left: 17%;
    background: transparent;
    padding: 6px;
    /* border: 2px solid #3a447a; */
    box-shadow: 0px 0px 28px 3px #84b5f6;
}
.why-card img{
    border-radius: 10px;
}
.why-card-height {
    max-height: 236px;
}

.why-section-card {
    border: none;
    /* border: 1px solid blue; */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.6s ease;

}

.why-section-card:hover {
    transform: scale(1.03);
}

/* Before Overlay – Left Side */
.hover-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 247, 255, 0.144);
    transition: 0.5s ease;
}

/* After Overlay – Right Side */
.why-section-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 247, 255, 0.123);
    transition: 0.5s ease;
}

/* On Hover: bring both overlays */
.why-section-card:hover::before {
    left: 0;
}

.why-section-card:hover::after {
    right: 0;
}



.why-card-text h5 {
    font-weight: 600;
}

.why-card-text p {
    font-size: 15px;
}

.why-icon img {
    width: 100%;

}

.why-icon {
    width: 15%;
}

.why-section-card {
    flex: 1;
    height: 159px;

    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.why-section-card .card-main-body {
    height: 100%;
}


@media (max-width: 768px) {
    .why-card {
        width: 90%;
        top: -40%;
        left: 0%;
    }

    .why-head h2 {
        margin-top: 13%;
    }
}

@media (max-width: 320px) {
    .why-card {
        width: 83%;
        top: 4%;
        left: 8%;
    }

    .why-icon {
        width: 40%;
    }

    .why {
        margin-top: 0%;
    }
}

/* ****Why choose us end**** */

/* ****subscribe start**** */

.subscribe {
    background-color: #e6e6e6;
}

.sub-head h2 {
    font-weight: bold;
}

.sub-head span {
    color: #b86800;
}

.sub-head p {
    font-size: 15px;
    color: #000000a3;
}

.subscribe-image img {
    border-radius: 20px;
    width: 74%;
}

.sb-maincard {
    width: 35%;
}

.sb-card {
    border-radius: 15px;
    border: none;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, #0006ce 45%, #162452 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
    transition: all 0.6s ease;

}

.step-2 {
    top: 32%;
}

.sb-card:hover {
    transform: scale(1.03);
}

/* Before Overlay – Left Side */
.sb-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(0 247 255 / 7%);
    transition: 0.5s ease;
}

/* After Overlay – Right Side */
.sb-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgb(0 247 255 / 7%);
    transition: 0.5s ease;
}

/* On Hover: bring both overlays */
.sb-card:hover::before {
    left: 0;
}

.sb-card:hover::after {
    right: 0;
}



.scard-body .sub-text {
    margin-top: 21px;
}

.scard-body .sub-text h2 {
    font-size: 19px;
    font-weight: bold;
    color: white;
}

.scard-body .sub-text p {
    font-size: 10px;
    color: white;

}

.step-btn {
    width: 29%;
    padding: 27px 0;
    background: coral;
    border-radius: 100px;
    height: 74px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.sub-step {
    font-size: 23px;
    font-weight: bold;
    color: white;
}

.step-btn::before {
    content: '';
    position: absolute;
    width: 25%;
    background: #ff7f50;
    left: 30%;
    top: 51px;
    height: 6px;
    border-radius: 100px;
}

.step-btn::after {
    content: '';
    position: absolute;
    width: 6%;
    background: #0046a0;
    left: 51%;
    top: 44px;
    height: 18px;
    border-radius: 100px;
}


/* responsive design */

@media (max-width: 1310px) {

    .subscribe-image {
        width: 112%;
    }

    .sb-card {
        width: 100%;
    }

    .step-2 {
        top: 40%;
    }
}


@media (max-width: 1152px) {

    .sb-card-top {
        margin-top: 0px;
    }

    .subscribe-list {
        margin-top: 0px;
    }

    .step-2 {
        top: 25%;
        left: 18%;
    }

    .sb-card {
        width: 114%;
    }
}

@media (max-width: 1024px) {

    .sb-card-top {
        margin-top: 30px;
        width: 100%;
    }


    .subscribe-list {
        margin-top: 0px;
    }

    .sb-card {
        width: 100%;
    }

    .step-2 {
        top: 25%;
        /* left: 18%; */
    }

    .step-btn {
        width: 39%;
    }

    .step-btn::before {
        width: 25%;
        left: 36%;
    }

    .step-btn::after {
        width: 8%;
        left: 57%;
    }

    .scard-body .sub-text h2 {
        font-size: 16px;
        font-weight: bold;
        color: white;
        padding-bottom: 5px;
    }
}

@media (max-width:1152px) {}

@media (max-width: 768px) {

    .sb-card-top {
        margin-top: 30px;
    }

    .subscribe-list {
        margin-top: 30px;
    }

    .subscribe-image {
        width: 74%;
        /* text-align: center; */
        margin-left: 15%;
    }

    .subscribe-image img {
        width: 100%;
    }

    .sb-card {
        width: 100%;
        min-height: 239px;

    }

    .step-btn {
        width: 25%;
    }

    .step-btn::before {
        width: 25%;
        left: 26%;
    }

    .step-btn::after {
        left: 49%;
    }

    .scard-body .sub-text h2 {
        font-size: 18px;
        padding-bottom: 5px;
        padding-top: 27px;
    }

    .step-2 {
        top: 42%;
        left: 0%;
    }
}

@media (max-width: 320px) {

    .sb-card-top {
        margin-top: 30px;
        width: 100%;
    }

    .sb-card {
        width: 100%;
    }

    .step-2 {
        top: 0%;
        left: 0%;
    }
}

/* ****subscribe end**** */

/* ****about-ra start**** */
.about-ra-section {
    background: url("../images/mabout.png") no-repeat center center/cover;
    height: 80vh;
}

.m-about-img img {
    position: absolute;
    border-radius: 20px;
    top: -75px;
    left: 35%;
}

.m-about-img {
    width: 57%;
    position: relative;
    box-shadow: inset #0576ff 0px 1px 19px;
}

.ra-containerbg {
    color: rgb(0, 0, 0);
    margin-top: 10%;
    height: 341px;
    width: 90%;
    border-radius: 30px;
    box-shadow: inset #0576ff 0px 1px 19px;

}


.m-about-content h2 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 3%;

}

.m-about-content span {
    color: #ff7f50;
}

.m-about-content p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    text-align: justify;
    padding-right: 22px;
}

/* responsive design  */

@media (max-width: 1440px) {
    .m-about-img img {
        top: -86px;
    }

    .ra-containerbg {
        height: 274px;
    }

    .m-about-content h2 {
        font-size: 23px;
    }

    .m-about-content span {
        font-size: 23px;
    }

    .m-about-img {
        width: 53%;
    }
}


@media (max-width: 1310px) {
    .m-about-img img {
        top: -65px;
    }

}

@media (max-width: 1152px) {
    .m-about-img img {
        top: -28px;
    }

    .ra-containerbg {
        height: 270px;
    }

    .m-about-content h2 {
        font-size: 25px;
    }
}


@media (max-width: 1024px) {

    .m-about-img img {
        position: absolute;
        border-radius: 20px;
        top: -94px;
        left: 30%;
    }

    .m-about-img {
        width: 60%;
        position: relative;
        margin-bottom: 20px;
    }

    .ra-containerbg {
        margin-top: 18%;
        height: 270px;
        width: 100%;
        border-radius: 20px;
        padding: 20px 0;
    }

    .m-about-content h2 {
        font-size: 25px;
    }

    .m-about-content p {
        font-size: 15px;
        padding-right: 20px;
        text-align: justify;
        /* padding: 10px; */
    }
}

@media (max-width: 768px) {
    .m-about-img img {
        position: relative;
        border-radius: 20px;
        top: -59px;
        left: 25%;
        /* left: 45px; */
    }

    .m-about-img {
        width: 69%;
        position: relative;
        margin-bottom: 20px;
    }

    .ra-containerbg {
        margin-top: 20%;
        height: 279px;
        width: 100%;
        border-radius: 20px;
        padding: 20px 0;
    }

    .m-about-content h2 {
        font-size: 28px;
        text-align: start;
    }

    .m-about-content p {
        font-size: 14px;
        padding-right: 0;
        text-align: justify;
        padding-right: 22px;
    }
}

@media (max-width: 320px) {
    .m-about-img img {
        position: relative;
        border-radius: 20px;
        top: -8px;
        width: 100%;
        left: 45px;
    }

    .m-about-img {
        width: 70%;
        position: relative;
        margin-bottom: 20px;
    }

    .ra-containerbg {
        margin-top: 20%;
        height: auto;
        width: 100%;
        border-radius: 20px;
        padding: 20px 0;
    }

    .m-about-content h2 {
        font-size: 15px;
        text-align: center;
    }

    .m-about-content p {
        font-size: 12px;
        padding-right: 0;
        text-align: justify;
        padding: 9px 19px;
    }
}

/* ****about-ra end**** */

/* ****plan start**** */


/* .home-demo .item {
    background: #ff3f4d;
} */


.plan-head h2 {
    font-size: 43px;
    font-weight: 600;
}


.plan-head span {
    color: #ff7f50;

}

.plan-head p {
    color: #000000ad;
}

.plan-card-box {
    border-radius: 16px;
    border: none;
    box-shadow: rgb(0 0 0 / 17%) 1px 6px 12px;
    background: linear-gradient(to bottom, rgb(2, 81, 146) 0%, rgb(2, 81, 146) 35%, #ffffff 37%, #ffffff 100%);
    transition: 0.6s ease;
}

.plan-card-box:hover {
    transform: scale(1.03);

}

.plan-item {
    width: 86%;
    margin-left: 21px;
    padding: 20px;
}




.plan-price {
    width: 69%;
    padding: 27px 9px;
    background: white;
    box-shadow: 0px 3px 24px #565656;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: auto;
    position: relative;
    top: 20px;
}

.plan-price h4 {
    font-size: 26px;
    font-weight: 700;
    color: #002350;
}

.plan-card h3 {
    color: white;
    margin-top: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.plan-btn a {
    background: #eff6fc;
    color: black;
    font-size: 15px;
    padding: 6px 39px;
    border-radius: 100px;
    border: 1px solid blue;
    transition: all .3s ease-in-out;
}

.plan-btn a:hover {
    background: #002350;
    color: white;
}

.plan-p-text .ptext-top {
    border-top: 1px solid #00000052;
    border-bottom: 1px solid #00000052;
}

.plan-p-text .ptext-bottom {
    border-top: 1px solid #00000052;
    border-bottom: 1px solid #00000052;
}

.plan-p-text p {
    padding: 5px 0px;

    border-radius: 4px;
}

.all-plan-btn a {
    border: 1px solid #04479e;
    padding: 8px 45px;
    font-size: 15px;
    border-radius: 100px;
    color: black;
    /* font-weight: 600; */
    transition: all .3s ease-in-out;
}

.all-plan-btn a:hover {
    background: #002350;
    color: white;
}

.cut-price p {
    text-decoration: line-through;
    color: rgb(193 93 13);
    font-weight: 600;
    margin-top: 5px;
}


@media (max-width: 1310px) {
    .plan-item {
        width: 93%;
        margin-left: 8px;
        padding: 20px;
    }
}

@media (max-width: 1152px) {
    .plan-item {
        width: 71%;
        margin-left: -11px;
        padding: 20px;
    }



}

@media (max-width: 1024px) {
    .plan-item {
        width: 92%;
        margin-left: 10px;
        padding: 22px 0;
    }



}


@media (max-width: 768px) {
    .plan-item {
        width: 90%;
        margin-left: 32px;
        padding: 22px 0;
    }



}


@media (max-width: 320px) {
    .plan-item {
        width: 104%;
        margin-left: 3px;
        padding: 22px 0;
    }


    /* .plan-price {
        width: 80%;
        padding: 20px 9px;
    } */
    .plan-head {
        margin-top: 33%;
    }

    .plan-head h2 {
        font-size: 31px;
    }
}


/* ****plan end**** */

/* ****blog start**** */

/* .blog-section{
    background-color: #e0f3f3;
} */
.card-blog {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
    width: 80%;

}

.blog-head h2 {
    font-size: 38px;
    font-weight: 700;

}

.blog-head span {
    color: #ff7f50;
}

.blog-1 {
    top: 71px;
}

.blog-2 {
    top: 71px;
}

.blog-body {
    position: absolute;
    background: white;
    width: 114%;
    padding: 15px;
    top: 73%;
    z-index: 1;
    left: 10%;
    border-radius: 10px;
    box-shadow: inset 0 5px 58px #0576ff7d;
}

.blog-body h5,
p {
    padding-bottom: 10px;
}

.blog-body h5 {
    font-size: 12px;
    font-weight: 600;
}

.blog-body p {
    font-size: 11px;
    color: #000000a3;
    text-align: justify;
}

.blog-btn a {
    background: #ff7f50;
    color: white;
    padding: 6px 28px;
    border-radius: 100px;
    font-size: 13px;
    transition: all .3s ease-in-out;
}

.blog-btn a:hover {
    background: #002350;
    color: white;
}


@media (max-width: 768px) {
    .blog-body {
        position: relative;
        background: white;
        width: 100%;
        padding: 15px;
        /* top: 73%; */
        /* z-index: 1; */
        left: 0%;
        border-radius: 0px;
        box-shadow: inset 0 5px 58px #0576ff7d;
    }

    .blog-1 {
        top: 0px;
    }

    .blog-2 {
        top: 0px;
    }

    .b-card {
        border-radius: 0px;
        border: none;
    }

    .card-blog {
        margin: auto;
        /* padding-bottom: 0px; */
        margin-bottom: 21px;
    }

}


@media (max-width: 320px) {
    .blog-body {
        position: relative;
        background: white;
        width: 100%;
        padding: 15px;
        /* top: 73%; */
        /* z-index: 1; */
        left: 0%;
        border-radius: 0px;
        box-shadow: inset 0 5px 58px #0576ff7d;
    }

    .blog-1 {
        top: 0px;
    }

    .blog-2 {
        top: 0px;
    }

    .b-card {
        border-radius: 0px;
        border: none;
    }

    .card-blog {
        margin: auto;
        /* padding-bottom: 0px; */
        margin-bottom: 21px;
    }

}


/* ****blog end**** */


/* ****testimonial start**** */
.ts-head h2 {
    font-weight: bold;
    font-size: 40px;
    color: black;
}

/* SECTION BACKGROUND */
.testimonial {
    background: #e0ebf6;
    padding: 80px 0;
}

.main-textimonial-card {
    padding: 11px 0px 30px;
}

/* CARD */
.ts-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 22px 23px;
    min-height: 150px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.35s ease;
}

/* CENTER CARD */
.owl-item.center .ts-card {
    background: #0054bf;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 1px 23px rgba(60, 120, 255, 0.35);
}

/* TEXT */
.ts-card .card-yazı p {
    font-size: 13px;
    line-height: 1.45;
    color: #555;
    margin-bottom: 10px;
}

.owl-item.center .ts-card .card-yazı p {
    color: #f1f1f1 !important;
}

/* PROFILE IMAGE */
.card-sahip .icon-fav img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

/* STARS */
.puan img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* NAME + PROFESSION */
.isim h1 {
    margin-top: 32px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.isim p {
    font-size: 12px;
    color: #777;
    margin-top: -5px;
}

/* CENTER CARD NAME COLOR */
.owl-item.center .isim h1,
.owl-item.center .isim p {
    color: #fff !important;
}

/* CAROUSEL SPACING */
.owl-carousel .owl-item {
    padding: 10px;
}

.testimonial-btn a {
    border: 1px solid #0054bf;
    padding: 8px 45px;
    color: black;
    border-radius: 100px;
    text-decoration: none;
    transition: .4s;
}

.testimonial-btn a:hover {
    background-color: #0054bf;
    color: white;
    box-shadow: 0 1px 23px #0054bf;

}




/* ****testimonial end**** */


/* social start  */

.social-back {
    position: relative;
    overflow: hidden;
}

.social-back::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/g-image.png") no-repeat center center/cover;
    filter: blur(8px);
    transform: scale(1.1);
    z-index: -1;
}

.social-back::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 56%);
    /* overlay color */
    z-index: -1;
}

/* content blur hobe na */
.social-back>* {
    position: relative;
    z-index: 1;
}

.social-box {

    width: 68%;
    margin: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 2px dashed #f0b435;
    overflow: hidden;
    padding: 10px;
    transition: all 0.6s ease;
    position: relative;
    z-index: 1;
}


.social-box:hover {
    transform: scale(1.03);
}

.social-head h2 {
    font-size: 38px;
    font-weight: 700;
    color: white;
}

.social-head span {
    color: #ff7f50;

}

.social-part2 {
    margin-top: 30px;
}





@media (max-width: 320px) {
    .social-box {
        width: 95%;
    }

    .social-head h2 {
        font-size: 26px;
        text-align: center;
    }

    .social-box {
        margin: 0px;
        margin-bottom: 15px;
        width: 100%;
    }

    .ra-containerbg {
        height: 633px;
    }

    .m-about-img {
        width: 73%;
    }

    .m-about-img img {
        top: 4px;
        left: 19%;
    }

    .m-about-content h2 {
        font-size: 29px;
    }
}

/* social end  */


/* ****faq start**** */


.faq {
    /* padding: 50px 0; */
    overflow: hidden;
    /* margin-top: 5%; */
}

.faq-image {
    width: 73%;
    margin: auto;
}

.faq .row h3 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 800;
}

.faq .row h3 span {
    color: #b86800;
}



.faq .accordion-item {
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
}

.faq .accordion-button:hover {
    background-color: #dbf8fd;
    color: #000000;
}

.faq .accordion-button {
    background-color: #ffffff;
    box-shadow: 0px 4px 7px 4px rgb(151, 145, 145);
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    border: none;
}

.faq .accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.faq .accordion-header {
    padding: 0;
}

.faq .accordion-button::after {
    background-image: url(../icon/arrow.png);
}


/* ****faq end**** */



/* ****contact start**** */
/* Section Background */

.contact-head h2 {
    position: relative;
    z-index: 20;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #ffffff;

}

.c-section {
    background-image: url("../images/con-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    width: 100%;
    height: 100%;
    background-color: #0000007e;
    z-index: 1;
}

/* Contact Icons */

.contact-icon {
    width: 100%;
    background: #ffffff22;
    border-radius: 10px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 10;
    transition: 0.3s;
    backdrop-filter: blur(3px);
}

.contact-icon:hover {
    transform: translateY(-5px);
    background: #ffffff40;
}

.contact-icon a {
    font-size: 40px;
    color: #fff;
    transition: 0.3s;
}

.cont-icon-text h6 {
    font-size: 13px;
    font-weight: 600;
    color: white;
}

.cont-icon-text p {
    font-size: 10px;
    color: white;
}

.contact-icon .contact-icon a:hover {
    color: #045d80 !important;
}

.contact-details {
    position: relative;
    z-index: 1;
}

.contact-details h4 {
    color: white;
    padding-bottom: 10px;
    font-size: 15px;
    /* position: relative;
    z-index: 1; */
}

.con-location p {
    font-size: 12px;
    color: white;
    /* text-align: justify; */
}

.con-location {
    width: 100%;
    flex-direction: column;
    background: #ffffff22;
    border-radius: 10px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 10;
    transition: 0.3s;
    backdrop-filter: blur(3px);
    padding: 12px;
    text-align: center;

}

.con-location .con-licon {
    /* width: 100%; */
    background: #ffffff22;
    border-radius: 100px;
    /* height: 115px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 10;
    transition: 0.3s;
    backdrop-filter: blur(3px);
    padding: 10px 14px;
    margin: 4px;
}

.con-licon:hover {
    transform: translateY(-5px);
    background: #ffffff40;
}

.con-location .con-licon a {
    color: white;
}

.con-location .con-licon:hover a {
    color: #045d80;
}

/* ============================= */
/*        CONTACT BOX DESIGN     */
/* ============================= */

.contact-box {
    background: #ffffffdd;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.20);
}


/* ============================= */
/*     INPUT GROUP WRAPPER       */
/* ============================= */

.input-wrapper {
    position: relative;
    width: 100%;
}

/* Input full width */
.contact-input {
    width: 100%;
    padding: 12px 45px;
    /* left icon space */
    border-radius: 10px;
    border: 2px solid #e3e3e3;
    transition: 0.35s ease-in-out;
    font-size: 15px;
}

/* Hover effect */
.contact-input:hover {
    border-color: #053e88;
    background: #fffdf5;
    box-shadow: 0px 0px 11px #053e8870;
}

/* Focus effect */
.contact-input:focus {
    border-color: #053e88;
    box-shadow: 0 0 10px #053e889c;
    background: #ffffff;
}


/* ============================= */
/*         INPUT ICONS           */
/* ============================= */

/* Input wrapper */
.input-box {
    position: relative;
}

/* Icons */
.input-box .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #053e88;
    pointer-events: none;
}

/* Textarea icon fix */
.textarea-box .icon {
    top: 20px;
}

/* Input Design */
.contact-input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    background: #fafafa;
    font-size: 16px;
    transition: 0.3s ease;
}

/* Hover */
.contact-input:hover {
    background: #fff;
    border-color: #053e88;
}

/* Focus */
.contact-input:focus {
    border-color: #053e88;
    background: #fff;
    box-shadow: 0 0 8px #053e88;
}



/* ============================= */
/*          BUTTON DESIGN        */
/* ============================= */

.contact-btn {
    /* background: linear-gradient(45deg, #007bb4, #e6b600); */
    border: 1px solid blue;
    color: #000000;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 17px;
    /* border: none; */
    transition: 0.3s ease-in-out;
}

.contact-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(45deg, #035068, #0256a5);
    color: white;
}



.map-container {
    position: relative;
    z-index: 20;
}

.map-container iframe {
    position: relative;
    z-index: 20;
    border-radius: 10px;
}

@media (max-width: 1310px) {
    .map-container iframe {
        width: 100%;
    }

}

@media (max-width: 1024px) {
    .map-container iframe {
        width: 100%;
    }

    .contact-icon {
        width: 115%;
    }

    .con-location p {
        /* font-size: 10px; */
        color: white;
        /* text-align: justify; */
        padding: 0px 7px 0px 4px;
    }

    .cont-icon-text p {
        font-size: 8px;
        color: white;
    }

    .con-location {
        width: 100%;
        flex-direction: column;
        padding: 10px;
        align-items: center;
        text-align: center;
        height: 225px;
    }

    .contact-details h4 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .map-container {
        width: 100%;
    }

    .contact-icon {
        width: 100%;
    }

    .contact-details h4 {
        text-align: center;
    }


}

@media (max-width: 320px) {
    .map-container iframe {
        width: 100%;
    }

    .contact-icon {
        width: 100%;
    }

    .contact-details h4 {
        text-align: center;
    }

    .contact-overlay {
        position: absolute;
        inset: 0;
        /* top:0; right:0; bottom:0; left:0; */
        width: 100%;
        height: 100%;
        background-color: #00000094;
        z-index: 1;
    }


}






/* ****contact end**** */


/* ****footer start**** */


.footer-bg {
    background: #233040;
    color: white;
    padding: 40px 0;
    /* border-radius: 10px 10px 0px 0px; */
}

.footer-box img{
width:80%;
}

.ft-icon {
    list-style: none;
}

.foot-icon i {
    color: #ff6b00;
    font-size: 30px;
}

.footer-links {
    /* padding-left: 0; */
    margin-top: 10px;
}

.footer-box h4 {
    color: #ff6b00;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links li {
    list-style: none;
    padding: 2px 0;

}

.footer-links li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: all .1s ease-in-out;
}

.footer-links li a:hover {
    color: #ff7f50;
    padding-left: 3px;

}

@media (max-width: 1440px) {
    .footer-links li a {
        font-size: 13px;
    }

    .footer-box p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .footer-links li a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .footer-links li a {
        font-size: 15px;
    }
}


@media (max-width: 320px) {

    .footer-links li a {
        font-size: 15px;
    }
}

/* ****footer end**** */