/* jost google font */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Coustard:wght@900&display=swap");
/* *** Global scss code start *** */
* {
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: sans-serif;
}

a, a:hover {
    text-decoration: none;
}

/* *** Global scss code end *** */
#myBtn {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background: url(../images/top.png);
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 18px;
    transition: .5s;
}

#myBtn:hover {
    background: url(../images/top.png) no-repeat scroll 0 -40px;
}

.nav-11 li a {
    padding: 0 5px;
    position: relative;
    color: #fff; /* default color */
    text-decoration: none;
    display: inline-block; /* shrink link to text width */
    padding: 0; /* optional: remove extra spacing */
}

.nav-11 li a::before {
    content: "";
    position: absolute;
    bottom: 0; /* adjust if needed */
    left: 0;
    height: 3px;
    width: 0; /* start from zero */
    background-color: rgb(129, 255, 255);
    transition: all 0.5s; /* smooth animation */
}

.nav-11 li a:hover {
    color: #22B2BE;
}

.nav-11 li:first-child a {
    color: #22B2BE; /* Active link color */
}


.nav-11 li a:hover::before {
    width: 100%; /* 100% of text width */
}


/* styling scss code start */
/* common-section style */
.header-section, .menu, .banner-section .carousel-inner .carousel-item .overlay, .about-section .about-left, .choose-section, .service-section, .portfolio-section, .portfolio-second-section, .contact-section, .footer-section, .footer {
    width: 100%;
    padding: 80px 0px;
    font-family: 'Jost', sans-serif;
}

.banner-section .carousel-inner .carousel-item .btn, .about-section .about-left .btn, .service-section .card .btn {
    background: #22B2BE none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 20px;
    margin: 0px 10px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: 1s;
}

.banner-section .carousel-inner .carousel-item .btn:hover, .about-section .about-left .btn:hover, .service-section .card .btn:hover {
    background: transparent;
    color: #22B2BE;
    border: 1px solid #22B2BE;
}

.choose-section h1, .choose-section .item h3, .service-section h1, .service-section .card h5, .portfolio-section h1, .portfolio-second-section h1, .portfolio-second-section .id .id-img h4, .contact-section h2, .contact-section h1, .footer-section h2 {
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #484848;
    margin-bottom: 20px;
}

.choose-section p, .service-section .card p, .portfolio-section p, .portfolio-second-section p, .portfolio-second-section .id .id-details p, .footer-section p {
    font-family: 'Jost', sans-serif;
    line-height: 22px;
}

/* header-section css code start */
.header-section {
    padding: 10px 0px 0px 0px;
    background: #22B2BE;
}

.header-section ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}

.header-section ul li a {
    color: #000;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 0px;
    transition: 1s;
}

.header-section ul li a i {
    margin-right: 5px;
    font-size: 20px;
}

.header-section ul li a:hover {
    color: #555;
}

/* header-section css code start */
/* menu scss code start */
.menu {
    padding: 10px 0px;
    background: #222533;
    margin-top: -8px;
}

.menu .bg-light {
    background-color: transparent !important;
}

.menu .main-menu .nav-item {
    margin: 0px 10px;
}

.nav-link {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    transition: 1s;
}

.nav-link:hover {
    color: #999;
}

.nav-link:focus-within {
    color: #999;
}

.menu .main-menu .navbar i {
    color: #22B2BE;
    margin-left: 15px;
    background: transparent;
    border: 1px solid transparent;
    transition: 1s;
}

.menu .main-menu .navbar i:hover {
    color: #22B2BE;
}

/* menu scss code end */
/* banner-section scss code start */
.banner-section {
    width: 100%;
}

.banner-section .container-fluid {
    padding: 0px;
    margin: 0px;
}

.banner-section .carousel-inner .carousel-item .overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
}

.banner-section .carousel-inner .item-1 {
    background: url(../images/slider_img.jpg) center top no-repeat;
    background-size: cover;
}

.banner-section .carousel-inner .item-2 {
    background: url(../images/slider_img2.jpg) center top no-repeat;
    background-size: cover;
}

.banner-section .carousel-inner .item-3 {
    background: url(../images/slider_img3.jpg) center top no-repeat;
    background-size: cover;
}

.banner-section .carousel-inner .carousel-item h2 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
}

.banner-section .carousel-inner .carousel-item h1 {
    font-family: "Jost", sans-serif;
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 80px;
    color: #fff;
}

.banner-section .carousel-inner .carousel-item .colorful-text {
    color: #22B2BE;
}

.banner-section .carousel-inner .carousel-item p {
    font-family: "Jost", sans-serif;
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 50px;
}

/* banner-section scss code end */
/* about-section scss code start */
.about-section {
    width: 100%;
}

.about-section .about-left h1 {
    font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #22B2BE;
}

.about-section .about-left h3 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #484848;
}

.about-section .about-left p {
    font-family: "Jost", sans-serif;
    margin-top: 20px;
    line-height: 20px;
    margin-bottom: 18px;
    text-align: justify;
}

.about-section .about-left .btn {
    margin: 20px 0px 0px 0px;
}

.about-section .about-right {
    text-align: center;
    background: url(../images/about_bg.png) center center no-repeat;
    background-size: 100%;
}

.about-section .about-right img {
    margin-top: 23px;
}

/* about-section scss code end */
.choose-section {
    background: #F2F7FA;
}

.choose-section p {
    text-align: center;
}

.choose-section .item h3 {
    font-size: 18px;
    margin-top: 60px;
}

.choose-section .item i {
    margin-top: 40px;
    font-size: 40px;
    color: #484848;
    padding: 38px;
    border-radius: 100px;
    box-shadow: 0 0 0 10px #30b6c1, 0 0 0 20px #61d4dd, 0 0 0 30px #85e9f1;
    animation: shadowColors 2s infinite alternate linear;
}

.choose-section .item i {
    margin-top: 40px;
    font-size: 40px;
    color: #484848;
    padding: 38px;
    border-radius: 100px;
    box-shadow: 0 0 0 10px #30b6c1, 0 0 0 20px #61d4dd, 0 0 0 30px #85e9f1;
    animation: shadowColors 2s infinite alternate linear;
}

@keyframes shadowColors {
    0% {
        box-shadow: 0 0 0 2px #30b6c1, 0 0 0 5px #61d4dd, 0 0 0 8px #85e9f1;
    }
    50% {
        box-shadow: 0 0 0 5px #85e9f1, 0 0 0 10px #30b6c1, 0 0 0 15px #61d4dd;
    }
    100% {
        box-shadow: 0 0 0 10px #30b6c1, 0 0 0 20px #61d4dd, 0 0 0 30px #85e9f1;
    }
}

.service-section h1 {
    margin-bottom: 50px;
}

.service-section .card {
    border: 0px;
}

.service-section .card-body {
    margin-left: 0px;
    padding-left: 0px;
}

.service-section .card h5 {
    font-size: 18px;
}

.service-section .card .btn {
    margin: 15px 0px 0px 0px;
}

.portfolio-section {
    background: rgba(0, 0, 0, 0) url(../images/portfolio_bg.jpg) no-repeat scroll 0 0;
    background-size: cover;
    position: relative;
    border-bottom: 2px solid #22B2BE;
}

.portfolio-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(34, 178, 190, 0.85);
    top: 0;
    left: 0;
}

.portfolio-section h1 {
    color: #fff;
}

.portfolio-section p {
    color: #fff;
    margin-bottom: 30px;
}

.portfolio-section .item img {
    width: 100%;
    height: 260px;
}

.portfolio-section .filter {
    margin-bottom: 30px;
}


.portfolio-section .active {
    background: #000;
}

.portfolio-section .btn-info {
    background: transparent !important;
    color: #fff !important; /* Keep original color */
    border: 1px solid transparent !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    margin: 0px 1px !important;
    font-weight: 300 !important;
    font-family: "Jost", sans-serif !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease !important; /* Smooth hover effect */
}

.portfolio-section .btn-info:hover {
    transform: scale(1.3) !important; /* Slightly enlarge */
    box-shadow: 0 8px 20px rgba(121, 131, 131, 0.2); /* Shadow */
    border: 1px solid #fff; /* Optional: keeps border visible */
    color: #fff; /* Keep text color same */
}


.portfolio-section .item {
    width: 100%;
    position: relative;
}

.portfolio-section .item-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    transform: scale(0);
    transition: .3s;
}

.portfolio-section .item:hover .item-hover {
    transform: scale(1);
}

.portfolio-section .item-hover i {
    height: 55px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    background: #22B2BE;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 1s;
    display: inline-block;
    margin: 103px 5px;
}

.portfolio-section .item-hover i:hover {
    background: transparent;
    border: 1px solid #22B2BE;
    color: #22B2BE;
}

.portfolio-section .col-md-4 {
    margin: 5px;
    padding: 0px;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
}

.portfolio-second-section {
    background-size: cover;
    position: relative;
    border-bottom: 2px solid #22B2BE;
}

/*.portfolio-second-section::before {*/
/*    background: #fff;*/
/*    opacity: 0.7;*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/


.portfolio-customer-caption {
    margin-bottom: 80px;
}

.portfolio-second-section .id .id-details p {
    padding: 30px;
    line-height: 28px;
    background: #e5e5e5;
    border-radius: 20px;
    transition: 1s;
}

.portfolio-second-section .arrow-box {
    height: 20px;
    width: 20px;
    background: #e5e5e5;
    margin: -28px auto;
    transform: rotate(45deg);
    transition: 1s;
}

.portfolio-second-section .id .id-img {
    margin-top: 50px;
    transition: .4s;
}

.portfolio-second-section .id img {
    transition: 1s;
}

.portfolio-second-section .id:hover img {
    transform: scale(1.1);
}

.portfolio-second-section .id .id-img h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}

.portfolio-second-section .id:hover .id-details p {
    background: #22B2BE;
    color: #fff;
}

.portfolio-second-section .id:hover .id-details .arrow-box {
    background: #22B2BE;
    transform: rotate(135deg);
}

.team {
    padding: 30px 0;
}

.review-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 480px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.review-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.review-name {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
}

.review-meta {
    font-size: 0.85rem;
    color: #777;
    margin: 0px 0 0 0;
}

.review-rating {
    font-size: 1.1rem;
    color: #f5b50a; /* gold stars */
    margin: 8px 0;
}

.review-body {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}


.contact-section {
    padding: 40px 0px;
    background: #22B2BE;
}

.contact-section h2 {
    font-size: 30px;
    color: #424343;
}

.contact-section h1 {
    font-size: 40px;
    line-height: 15px;
    font-weight: 400;
    color: #343535;
}

.contact-section .form-control {
    background: #fff;
    border: 0px;
    border-radius: 10px;
    margin: 0px 15px 15px 0px;
    padding: 10px;
}

.contact-section .btn {
    padding: 10px 35px;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background: #73757e;
    border: 0px;
    border-radius: 10px;
    float: right;
    margin-bottom: 0px;
    transition: 1s;
}

.contact-section .btn:hover {
    background: #555555;
}

.contact-section .text {
    width: 152%;
    margin-bottom: 0px;
}

.footer-section {
    background: rgba(0, 0, 0, 0.5) url(../images/footer_bg.jpg) no-repeat scroll 0 0;
    background-size: cover;
    position: relative;
}

.footer-section::before {
    background: #252837;
    opacity: 0.88;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.footer-section h2 {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}

.footer-section img {
    margin-bottom: 5px;
}

.footer-section p {
    color: #fff;
    line-height: 26px;
    margin-bottom: 30px;
}

.footer-section .social-nav ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;

}

.social-nav {
    transition: all .3s;
}

.footer-section .social-nav ul li i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #000;
    text-align: center;
    font-size: 21px;
    border-radius: 50px;
    background: #22B2BE;
    transition: 1s;
}

.footer-section .social-nav ul li i:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px #00b6ce;
    background: #5fc5cd;
}

.footer-section .links {
    margin-bottom: 10px;
}

.footer-section .fl {
    color: #fff;
    transition: 1s;
}

.footer-section .fl:hover {
    color: #aaa;
}

.footer-section .links i {
    margin-right: 20px;
}

.footer-section .post .po .lin {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    border: 3px solid #fff;
    text-align: center;
    padding: 17px 0px;
    transition: .4s;
}

.footer-section .post .po:hover .lin {
    border-color: #aaa;
}

.footer-section .post .po:hover .lin a {
    color: #aaa;
}

.footer-section .post .po p {
    transition: .4s;
}

.footer-section .post .po:hover p {
    color: #aaa;
}

.footer-section .post .po .lin a {
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    text-transform: uppercase;
    transition: .4s;
}

.footer-section .post .po .lin span {
    font-size: 21px;
    line-height: 5px;
    display: block;
}

.footer-section .fm {
    margin-top: -55px;
    margin-left: 70px;
}

.footer-section .contact p i {
    margin-right: 20px;
    text-align: center;
}

.footer {
    padding: 40px 0px 20px;
    text-align: center;
    background: #1A1C27;
    color: #fff;
}

.footer .footer-end-text i {
    color: red;
}

.banner-section .web {
    display: block;
}

.banner-section .responsive {
    display: none;
}

.choose-section .web {
    display: block;
}

.choose-section .responsive {
    display: none;
}

/* ✅ Large screens ≥1200px → 3 cards */
@media (min-width: 1200px) {
    .service-section .row {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .service-section .row .col-md-4 {
        flex: 1 1 calc(33.333% - 30px);
        max-width: calc(33.333% - 30px);
    }
}

/* ✅ Tablets & small laptops (769px–1024px) → 2 cards */
@media (max-width: 1024px) and (min-width: 769px) {
    .service-section .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ✅ Phones (≤768px) → 1 card centered */
@media (max-width: 770px) {
    .service-section .col-md-4 {
        flex: 0 0 90%;
        max-width: 90%;
        margin: 0 100px;
    }
}


/* Tablet styles */
@media (max-width: 991px) and (min-width: 768px) {
    .footer-company {
        margin-left: 0 !important;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-company p {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .social-nav {
        display: flex;
        justify-content: center;
    }

    /* make explore + contact in one row */
    .footer-row {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap; /* wrap if space is tight */
    }

    .footer-explore,
    .contact {
        flex: 1 1 45%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-explore h2,
    .contact h2 {
        font-size: 28px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .footer-section {
        padding: 30px 0;
    }

    .footer-company {
        margin-left: 0 !important;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-company h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer-company img {
        height: 80px !important;
        margin-bottom: 20px;
    }

    .footer-company p {
        width: 100% !important;
        margin: 0 auto 20px;
        font-size: 14px;
    }

    .social-nav {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .social-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* make explore + contact in one row */
    .footer-row {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer-explore {
        flex: 1 1 100%;
        text-align: left;
        margin-left: -35px/* explore stays left */
    }
    .contact {
        flex: 1 1 45%;
        text-align: center;
    }

    .footer-explore h2,
    .contact h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

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

@media (min-width: 1025px) and (max-width: 1280px) {
    .header-section .col-md-8 {
        flex: 0 0 72%;
        max-width: 72%;
    }

    .header-section .col-md-4 {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .header-section ul li {
        margin-right: 10px;
    }

    .banner-section .carousel-inner .carousel-item h2 {
        font-size: 35px;
    }

    .banner-section .carousel-inner .carousel-item h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .banner-section .carousel-inner .carousel-item p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-section .about-right img {
        width: 72.5%;
    }

    .about-section .col-md-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .about-section .col-md-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .portfolio-section .col-md-4 {
        flex: 0 0 32.222%;
        max-width: 32.222%;
    }

    .contact-section h2 {
        font-size: 26px;
    }

    .contact-section h1 {
        font-size: 35px;
    }

    .contact-section .text {
        width: 142%;
    }

    .footer-section .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-section .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-section .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 100px;
    }

    .footer-section .po {
        margin: 50px 0px;
    }

    .footer-section .fm {
        margin-top: -44px;
    }

    .banner-section .web {
        display: block;
    }

    .banner-section .responsive {
        display: none;
    }

    .choose-section .web {
        display: block;
    }

    .choose-section .responsive {
        display: none;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {
    .header-section ul li a {
        font-size: 16px;
    }

    .header-section ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 2px;
    }

    .header-section .col-md-8 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .header-section .col-md-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .navbar-toggler {
        margin-right: 90%;
        margin-top: -9%;
    }

    .navbar-brand {
        transform: translate(110%, 0%);
    }

    .navbar-brand img {
        height: 20vh;
    }

    .navbar-brand
    .navbar-toggler-icon {
        background: #22B2BE;
    }

    .navbar-nav {
        margin-top: 30px;
        padding: 0px 45px;
    }

    .menu .main-menu .nav-item {
        margin: 0px 10px;
        border-bottom: 1px dotted #fff;
    }

    .banner-section .carousel-inner .carousel-item h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-section .carousel-inner .carousel-item h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .banner-section .carousel-inner .carousel-item p {
        font-size: 18px;
        line-height: 28px;
    }

    .choose-section .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service-section .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 30px 0px;
    }

    .portfolio-section .col-md-4 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .portfolio-second-section .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-section .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-section .contact-left {
        text-align: center;
    }

    .contact-section form {
        margin-top: 20px;
    }

    .contact-section .text {
        width: 162%;
        margin-bottom: 0px;
    }

    .footer-section .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-section .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-section .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 100px;
    }

    .footer-section .po {
        margin: 25px 0px;
    }

    .footer-section .fm {
        margin-top: -56px;
    }

    .banner-section .web {
        display: none;
    }

    .banner-section .responsive {
        display: block;
        padding: 0px 30px;
    }

    .about-section .about-right img {
        width: 45%;
    }

    .about-section .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-section .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .choose-section .web {
        display: none;
    }

    .choose-section .responsive {
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .header-section ul li a {
        font-size: 16px;
    }

    .header-section ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 2px;
    }

    .header-section .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .header-section .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .navbar-toggler {
        margin-right: 90%;
        margin-top: -14%;
    }

    .navbar-brand {
        transform: translate(60%, 0%);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(34,178,190)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .navbar-nav {
        margin-top: 30px;
        padding: 0px 0px;
    }

    .menu .main-menu .nav-item {
        margin: 0px 10px;
        border-bottom: 1px dotted #fff;
    }

    .banner-section .carousel-inner .carousel-item h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .banner-section .carousel-inner .carousel-item h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .banner-section .carousel-inner .carousel-item p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px 47px;
    }

    .about-section .about-left h1 {
        font-size: 26px;
    }

    .choose-section h1 {
        font-size: 26px;
    }

    .choose-section .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-section h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .service-section .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 30px 0px;
    }

    .portfolio-section h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .portfolio-section .btn-info {
        border-radius: 2px;
        padding: 8px 3px;
        font-size: 14px;
        margin: 2px 0px;
        border: 1px solid #000;
    }

    .portfolio-section .col-md-4 {
        flex: 0 0 47%;
        max-width: 47%;
    }

    .portfolio-section .item img {
        width: 100%;
        height: 200px;
    }

    .portfolio-second-section h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .portfolio-second-section .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-section h2 {
        font-size: 25px;
    }

    .contact-section h1 {
        font-size: 33px;
    }

    .contact-section .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-section .contact-left {
        text-align: center;
    }

    .contact-section form {
        margin-top: 20px;
    }

    .contact-section .text {
        width: 142%;
        margin-bottom: 0px;
    }

    .footer-section .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-section .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-section .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 100px;
    }

    .footer-section .po {
        margin: 50px 0px;
    }

    .footer-section .fm {
        margin-top: -42px;
    }

    .banner-section .web {
        display: none;
    }

    .banner-section .responsive {
        display: block;
        padding: 0px 30px;
    }

    .about-section .about-right img {
        width: 45%;
    }

    .about-section .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-section .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .choose-section .web {
        display: none;
    }

    .choose-section .responsive {
        display: block;
    }
}

@media (max-width: 768px) {
    .service-section .row {
        display: block; /* stack normally instead of centering */
    }

    .service-section .col-md-4 {
        flex: 0 0 100%; /* card takes full width */
        max-width: 100%;
        margin: 0 auto 20px auto; /* optional: spacing between cards */
    }
}

/* ✅ Large screens ≥1200px → 3 cards */
@media (min-width: 1200px) {
    .team-section .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

/* ✅ Tablets & small laptops (769px–1024px) → 2 cards */
@media (min-width: 769px) and (max-width: 1024px) {
    .team-section .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ✅ Phones (481px–768px) → 2 cards */
@media (min-width: 481px) and (max-width: 768px) {
    .team-section .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ✅ Extra small phones (≤480px) → 1 card */
@media (max-width: 480px) {
    .team-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 25px;
    }
}



@media (min-width: 320px) and (max-width: 480px) {
    .btn-group-mobile {
        display: flex;
        justify-content: center; /* center horizontally */
        gap: 10px; /* space between buttons */
        flex-wrap: nowrap; /* keep them in one row */
    }

    .btn-group-mobile .btn {
        flex: 1; /* optional: makes both buttons equal width */
        white-space: nowrap; /* prevents text breaking */
    }


}

@media (min-width: 320px) and (max-width: 480px) {
    .header-section ul li a {
        font-size: 16px;
    }

    .header-section ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 2px;
    }

    .header-section .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .header-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    .header-section .float-right {
        float: none !important;
    }

    .navbar-toggler {
        margin-right: 90%;
        margin-top: -12%;
    }

    .navbar-brand {
        transform: translate(41%, 0%);
    }

    .navbar-brand img {
        position: relative;
        top: -2px;
        right: -25px;
        width: 100%;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(34,178,190)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .navbar-nav {
        margin-top: 30px;
        padding: 0px 0px;
    }

    .menu .main-menu .nav-item {
        margin: 0px 10px;
        border-bottom: 1px dotted #fff;
    }

    .banner-section .carousel-inner .carousel-item h2 {
        font-size: 23px;
        line-height: 23px;
    }

    .banner-section .carousel-inner .carousel-item h1 {
        font-size: 20px;
        line-height: 12px;
    }

    .banner-section .carousel-inner .carousel-item p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px 16px;
    }

    .banner-section .carousel-inner .carousel-item .btn {
        padding: 6px 11px;
    }

    .about-section .about-left h1 {
        font-size: 28px;
    }

    .choose-section h1 {
        font-size: 28px;
    }

    .about-section .about-left h3 {
        font-size: 28px;
    }

    .choose-section .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-section h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .service-section .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        /*margin: 30px 0px;*/
    }


    .portfolio-section h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .portfolio-section .btn-info {
        border-radius: 2px;
        padding: 8px 3px;
        margin: 0px 1px;
        font-size: 14px;
    }

    .portfolio-section .col-md-4 {
        flex: 0 0 97%;
        max-width: 97%;
    }

    .portfolio-section .item img {
        width: 100%;
        height: 240px;
    }

    .portfolio-second-section h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .portfolio-section .btn-info {
        border-radius: 2px;
        padding: 8px 5px;
        margin: 2px 0px;
        font-size: 14px;
        border: 1px solid #000;
    }

    .portfolio-second-section .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-section h2 {
        font-size: 25px;
    }

    .contact-section h1 {
        font-size: 33px;
        line-height: 33px;
    }

    .contact-section .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-section .contact-left {
        text-align: center;
    }

    .contact-section form {
        margin-top: 20px;
    }

    .contact-section .text {
        width: 109%;
        margin-bottom: 0px;
    }

    .footer-section .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .footer-section .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-section .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .footer-section .social-nav ul li {
        margin-right: 9px;
    }

    .footer-section .po {
        margin: 25px 0px;
    }

    .footer-section .fm {
        margin-top: -56px;
    }

    .banner-section .web {
        display: none;
    }

    .banner-section .responsive {
        display: block;
        padding: 0px 30px;
    }

    .about-section .about-right img {
        width: 45%;
    }

    .about-section .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-section .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .choose-section .web {
        display: none;
    }

    .choose-section .responsive {
        display: block;
    }
}


.identity-box {
    position: relative;
    width: 290px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
}

.identity-box:hover {
    transform: scale(1.03);
}

/* Image */
.identity-box img {
    width: 100%;
    height: 50%;
    background-color: #CAD2CE;
    border-radius: 20px;
    object-fit: cover;
    display: block;
    margin: 0;
    transition: all 1.8s ease;
}

.identity-box:hover img {
    height: 100%;
}

/* Overlay */
.info-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #555555;
    transition: all 0.4s ease;
}

.identity-box:hover .info-panel {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px) saturate(120%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 20%);
}

.person-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.auth-mark {
    width: 18px;
    height: 18px;
    background: #1DA1F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

.bio-note {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}

.stat-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.connect-btn {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.connect-btn:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}

/* Default styling (desktop/tablet) */
.col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}


/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .review-card {
        padding: 15px;
    }

    .review-header img {
        width: 50px;
        height: 50px;
    }

    .review-body p {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* Small devices (landscape phones, ≥576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .review-card {
        padding: 18px;
    }

    .review-body p {
        font-size: 15px;
    }
}

/* Medium devices (tablets, ≥768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .review-body p {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* Smartphones (portrait + landscape) */
@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 100%;
        width: 60%; /* Full width */
    }

    .review-card {
        width: 80%;
        padding: 15px;
        margin-bottom: 20px;
    }

    .review-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .review-header img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .review-name {
        font-size: 16px;
    }

    .review-meta {
        font-size: 13px;
        color: #666;
    }

    .review-body p {
        font-size: 14px;
        line-height: 1.5;
    }

    .review-rating span {
        font-size: 18px;
    }
}

@media (min-width: 750px) {
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(34,178,190)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }
}

/* Large devices (desktops, ≥992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/* Extra large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) {
    .col-md-4 {
        flex: 0 0 25%;
        max-width: 25%; /* If you want 4 per row on big screens */
    }
}

/* =========================
   Media Queries for Team Section
========================= */

@media (max-width: 991px) {
    /* Team cards responsive for tablets */
    .team-section .row {
        justify-content: center;
    }
}


/* styling scss code end */

/*# sourceMappingURL=style.css.map */
