@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #565656;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
}



.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    max-width: 100%;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 15px;
}

.cirbtn {
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 12px 17px;
}

.cirbtn:hover {
    background-color: #fff;
    color: #212121 !important;
}

.logo img {
    margin: 10px 20px;
    max-width: 210px;
}

.nav-menu {
    display: flex;
    margin: 0px 10px 0px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.navbar {
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 60px;
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #35404e;
    line-height: 1.1;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
}

.nav-link:hover {
    color: #b7d92f;
}

.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0px;
    color: #949494;
    line-height: 1.1;
    font-size: 22px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: "Poppins";
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    width: 230px;
    padding: 0;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px; */
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #35404e;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 12px 15px;
    text-align: left;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    background-color: #b7d92f;
    color: #fff;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}

.top-nav {
    padding: 0px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    ul.nav-menu.active {
        background-color: #fff;
        color: #444;
        margin-top: -5%;
        height: 900px;
    }

    header>nav {
        position: relative;
        background-color: #fff;
        height: 60px;
    }

    header+section {
        padding-top: 75px
    }

}

/* .logo img {
    width: 100px;
} */

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 140px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: relative;
        background-color: #fff;
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }

    header.sticky {
        position: fixed;
        top: 0;
        background-color: #ffffff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
        width: 100%;
    }

    header.sticky .nav-link {
        color: #35404e;
    }

    /* header.sticky .active {
        color: #AFA278;
    } */

    header.sticky .nav-link:hover {
        color: #b7d92f;
    }

    /* header.sticky nav .navbar ul li a {
        color: #fff !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #fff !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #009fd4 !important;
    } */

}

/* .sticky-imgz {
    display: none;
}

.nav-imgz {
    display: block;
}

header.sticky .nav-imgz {
    display: none;
}

header.sticky .sticky-imgz {
    display: block;
} */

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}


.callz-wrapper {
    background: #b7d92f;
    border-radius: 50px;
    padding: 3px;
    width: max-content;
}

.callz-btn {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 5px 14px 5px 18px;
    text-decoration: none;
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.callz-btn i {
    font-size: 21px;
}

.explore-btn {
    background: #004c63;
    color: #fff;
    border-radius: 40px;
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

.explore-btn:hover {
    background: #00394b;
    color: #fff;
}


.btn-call {
    border: 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    text-transform: capitalize;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 35px;
    color: #fff;
    background-color: #4786ee;
    border-radius: 25px;
}

.btn-call:hover {
    background: #ff7851;
    color: #fff;
}

.btn-2 {
    background-color: #7E8446;
    color: #fff;
}

.btn-2:hover {
    background-color: #FFDA6B;
    color: #7E8446;
}


/* --------------------Banner------------------- */

.sec001 {
    padding: 90px 0 70px;
}

.ban-section {
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100%;
    padding: 210px 0 80px;
}

.ban-title {
    font-size: 62px;
    font-weight: 900;
    color: #000;
    margin: 0 0 40px;
    letter-spacing: 2px;
    line-height: 1.1;
}

.ban-pargh {
    line-height: 1.5;
    font-size: 21px;
    letter-spacing: 1px;
    font-style: normal;
    color: #727a85;
    margin: 20px auto 30px;
}

.bansocial-icons {
    margin: 0;
    padding: 0;
}

.bansocial-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.bansocial-icons li a {
    width: 46px;
    height: 46px;
    border: 2px solid #506c6a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #506c6a;
    margin: 14px 0;
    transition: all .4s ease;
    background: #fff;
    text-align: center;
}

.bansocial-icons li a:hover {
    background: linear-gradient(135deg, #00c853, #d4e157);
    color: #fff;
    transform: translateX(8px);
    border-color: transparent;
}

/* Small Heading */
.mini-title {
    color: #7cb342;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 18px;
}



/* Gradient Button */
.hero-btn {
    display: inline-block;
    padding: 16px 42px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(90deg, #289a51, #c6d927);
    transition: all .4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.hero-btn:hover {
    transform: translateY(-4px);
    color: #fff;
    background: linear-gradient(90deg, #d4e157, #00c853);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media(max-width:991px) {

    .social-icons {
        position: static;
        transform: none;
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
    }

    .social-icons a {
        margin: 0;
    }
}




/* ------------------------8-contents--------------- */


.maintitle {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.contentheads {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.contentpargh {
    font-size: 16px;
    line-height: 1.6;
}


/* ------------------green-color-box----------------------- */


.services-section {
    padding: 80px 0;
    background: #02302e;
}

/* Heading */

.service-section-title {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 40px;
}

.browse-btn {
    border: 1px solid #b5d632;
    color: #b5d632;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: 0.3s;
    font-weight: 600;
}

.browse-btn:hover {
    background: #b5d632;
    color: #003c3b;
}

/* Cards Wrapper */

.services-wrapper {
    overflow: hidden;
    border-radius: 20px;
}

/* Cards */

.service-card {
    padding: 40px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}

/* Different card colors */

.card-dark {
    background: #0f4a49;
}

.card-light {
    background: #22534f;
}


.service-card img {
    max-width: 120px;
}


.service-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}


.service-desc {
    color: #b2c7c4;
    font-size: 16px;
    line-height: 1.7;
}

/* Read More Button */

.read-more-btn {
    /* position: absolute;
    bottom: 30px;
    left: 28px; */
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50px;
    background: #4f7564;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    transition: 0.4s ease;
    padding-left: 18px;
    margin-top: 35px;
}

.read-more-btn i {
    color: #d8f04c;
    font-size: 16px;
}

.read-more-text {
    color: #fff;
    white-space: nowrap;
    margin-left: 10px;
    opacity: 0;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
}

/* Hover Expand */

.read-more-btn:hover {
    width: 170px;
    background: #b5d632;
}

.read-more-btn:hover i {
    color: #003c3b;
}

.read-more-btn:hover .read-more-text {
    opacity: 1;
    color: #003c3b;
}

/* Responsive */

@media(max-width:991px) {

    .service-section-title {
        font-size: 42px;
    }

    .service-card {
        min-height: 380px;
    }

}

@media(max-width:767px) {

    .service-section-title {
        font-size: 34px;
    }

    .service-card {
        min-height: auto;
    }

}


/* ------------grey-bgs---------------- */

.grey-bgs {
    background-color: #ece8e8;
    padding: 90px 0;
}


.service-cardszz {
    background: #fff;
    border-radius: 22px;
    padding: 28px 22px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
}

.service-cardszz:hover {
    transform: translateY(-5px);
}

.service-cardszz img {
    max-width: 118px;
}

.card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
    color: #111;
}

.card-text {
    color: #8a8a8a;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.discover-link {
    text-decoration: none;
    color: #222;
    font-weight: 700;
    font-size: 15px;
}

.discover-link:hover {
    color: #1bb84a;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 36px;
    }

    .card-title {
        font-size: 26px;
    }
}

/* ------------------timeline-sections---------------- */



.timeline-section {
    position: relative;
    max-width: 1200px;
    margin: auto;
    height: 520px;
}

/* Main Horizontal Line */
.timeline-line {
    position: absolute;
    top: 50%;
    left: 90px;
    right: 90px;
    height: 12px;
    background: linear-gradient(to right, #1ea64b, #b7d61c);
    border-radius: 20px;
    transform: translateY(-50%);
}

/* Start & Finish Circle */
.timeline-circle {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1ea64b, #b7d61c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    transform: translateY(-50%);
    z-index: 5;
}

.start {
    left: 0;
}

.finish {
    right: 0;
}

/* Timeline Item */
.timeline-item {
    position: absolute;
    width: 180px;
    text-align: center;
    z-index: 2;
}

/* Vertical Connector */
.timeline-item .connector {
    position: absolute;
    left: 50%;
    width: 5px;
    background: #7cc52d;
    transform: translateX(-50%);
}

/* Circle Dot */
.timeline-item .dot {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    background: #9dd329;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 10px rgba(157, 211, 41, 0.18);
}

/* Top Timeline */
.timeline-item.top {
    top: 0;
}

.timeline-item.top .connector {
    height: 75px;
    bottom: -78px;
}

.timeline-item.top .dot {
    bottom: -92px;
}

/* Bottom Timeline */
.timeline-item.bottom {
    bottom: 0;
}

.timeline-item.bottom .connector {
    height: 75px;
    top: -78px;
}

.timeline-item.bottom .dot {
    top: -92px;
}

/* Image */
.timeline-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px;
}

.timeline-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

/* Positioning */
.item1 {
    left: 19%;
}

.item2 {
    left: 39%;
}

.item3 {
    left: 59%;
}

.item4 {
    left: 9%;
}

.item5 {
    left: 29%;
}

.item6 {
    left: 49%;
}

.item7 {
    left: 69%;
}

/* Responsive */
@media(max-width:991px) {

    .timeline-section {
        height: auto;
        padding: 120px 0;
    }

    .timeline-line {
        width: 10px;
        height: 100%;
        left: 50%;
        top: 0;
        right: auto;
        transform: translateX(-50%);
    }

    .timeline-circle {
        left: 50%;
        transform: translateX(-50%);
    }

    .start {
        top: 0;
    }

    .finish {
        bottom: 0;
        top: auto;
    }

    .timeline-item {
        position: relative;
        width: 100%;
        margin: 70px 0;
        left: 0 !important;
        text-align: left;
        padding-left: 100px;
    }

    .timeline-item .connector {
        width: 60px;
        height: 5px !important;
        left: 35px;
        top: 50%;
        bottom: auto !important;
        transform: none;
    }

    .timeline-item .dot {
        left: 35px;
        top: 50% !important;
        bottom: auto !important;
        transform: translate(-50%, -50%);
    }

    .timeline-icon {
        width: 70px;
        height: 70px;
    }
}
.size{
    max-width: 180px;
}

/* -----------------faqs-section--------------- */




.faq-section {
    padding: 80px 0;
}

/* Heading */
.section-title {
    font-size: 58px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #8b8b8b;
    margin-bottom: 70px;
    font-size: 18px;
}

/* Left Image */
.faq-image {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.faq-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 25px;
}

/* Tabs */
.tabs {
    position: absolute;
    bottom: 18px;
    left: 8px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tabs button {
    border: none;
    padding: 12px 22px;
    border-radius: 40px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.tabs .active {
    background: linear-gradient(to right, #42c84f, #b7db24);
    color: #fff;
}

/* Text */
.left-text {
    margin-top: 28px;
    color: #777;
    font-size: 22px;
    line-height: 1.8;
}

/* Award */
.award-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 60px;
}

.award-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #45c84c, #b7db24);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: relative;
}

.award-icon::before,
.award-icon::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background: #71c13f;
}

.award-icon::before {
    top: -45px;
}

.award-icon::after {
    bottom: -45px;
}

.award-content h2 {
    font-size: 54px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.award-content p {
    margin: 0;
    font-size: 22px;
    color: #333;
}

.award-line {
    width: 3px;
    height: 120px;
    background: #71c13f;
    margin-left: 20px;
}

/* Accordion */
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-bg: transparent;
}

.accordion-item {
    border: none;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
}

.faq-card {
    display: flex;
    align-items: stretch;
}

/* Number */
.faq-number {
    min-width: 80px;
    background: linear-gradient(to bottom, #45c84c, #b7db24);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
}

/* Accordion Button */
.accordion-button {
    background: #fff;
    box-shadow: none !important;
    padding: 28px 35px;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    position: relative;
}

.accordion-button::after {
    display: none;
}

/* Icon Circle */
.faq-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: 0.3s;
    flex-shrink: 0;
}

.faq-icon i {
    font-size: 15px;
    color: #111;
}

/* Active Accordion */
.accordion-button:not(.collapsed) {
    background: linear-gradient(to right, #36b84f, #b7db24);
    color: #fff;
}

.accordion-button:not(.collapsed) .faq-icon {
    background: rgba(255, 255, 255, 0.18);
}

.accordion-button:not(.collapsed) .faq-icon i {
    color: #fff;
}

/* Change Plus to Minus */
.accordion-button .fa-minus {
    display: none;
}

.accordion-button:not(.collapsed) .fa-plus {
    display: none;
}

.accordion-button:not(.collapsed) .fa-minus {
    display: block;
}

/* Accordion Body */
.accordion-body {
    background: linear-gradient(to right, #36b84f, #b7db24);
    color: #fff;
    padding: 0 35px 30px 35px;
    font-size: 18px;
    line-height: 1.9;
}

/* Responsive */
@media(max-width:992px) {

    .section-title {
        font-size: 42px;
    }

    .accordion-button {
        font-size: 20px;
        padding: 22px;
    }

    .faq-number {
        min-width: 65px;
        font-size: 22px;
    }

    .left-text {
        font-size: 18px;
    }
}

@media(max-width:768px) {

    .section-title {
        font-size: 34px;
    }

    .award-line {
        display: none;
    }

    .accordion-button {
        font-size: 17px;
    }

    .accordion-body {
        font-size: 15px;
    }
}





/* ---------------------number-counter---------------------- */



.counter-section {
    padding: 100px 0;
}

.counter-box {
    text-align: center;
    position: relative;
}

/* Vertical Divider */
.counter-border {
    border-right: 2px solid #41b649;
}

/* Icon */
.counter-icon {
    margin-bottom: 20px;
}

.counter-icon i {
    font-size: 55px;
    color: #41b649;
}

/* Number */
.counter {
    font-size: 70px;
    font-weight: 800;
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
}

/* Button */
.counter-btn {
    display: inline-block;
    min-width: 220px;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to right, #1ca64a, #c9df1d);
    transition: 0.3s;
}

.counter-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* Responsive */
@media(max-width:768px) {

    .counter-border {
        border-right: none;
        border-bottom: 2px solid #41b649;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .counter {
        font-size: 50px;
    }
}


/* ------------------9-box-section------------------ */

.greys-section {
    padding: 30px 0;
}

.greys-box {
    background: #f3f3f3;
    padding: 32px 28px;
    height: 100%;
    transition: 0.3s ease;
}

.greys-box:hover {
    transform: translateY(-4px);
}

.greys-icon {
    font-size: 30px;
    color: #58b95c;
    margin-bottom: 18px;
}

.greys-title {
    font-size: 26px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 16px;
    line-height: 1.3;
}

.greys-text {
    font-size: 16px;
    color: #8b8b8b;
    line-height: 1.5;
}


/* ------------------bordered-3-boxes-------------- */



.industries-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    color: #000;
    margin-bottom: 70px;
}

.industry-box {
    padding: 10px 30px;
    height: 100%;
}

/* Center box border */
.border-box {
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
}

.industry-icon {
    width: 85px;
    margin-bottom: 18px;
}

.industry-title {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
}

.industry-text {
    font-size: 16px;
    line-height: 1.6;
    color: #8c8c8c;
    max-width: 320px;
}

@media (max-width: 991px) {

    .section-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .border-box {
        border-left: none;
        border-right: none;
    }

    .industry-box {
        text-align: center;
        margin-bottom: 40px;
    }

    .industry-text {
        margin: auto;
    }
}


/* -------------green-hover-sections------------------- */



.greenbox-box {
    position: relative;
    height: 100%;
    padding: 40px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    transition: all .4s ease;
    cursor: pointer;
}

.rights {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #d8d8d8;
}

.greenbox-box.active,
.greenbox-box:hover {
    background: #014d3d;
    color: #fff;
    border-radius: 30px 0 0 0;
}

.greenbox-box:hover h2,
.greenbox-box:hover p,
.greenbox-box.active h2,
.greenbox-box.active p {
    color: #fff;
}

.greenbox-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 80px;
}

.greenbox-icon img {
    width: 100%;
    object-fit: contain;
}

.greenbox-number {
    font-size: 24px;
    line-height: 0.9;
    font-weight: 600;
    margin-bottom: 60px;
    color: #111;
}

.greenbox-box:hover .greenbox-number {
    color: #fff;
}

.greenbox-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #111;
    transition: .3s;
}

.greenbox-text {
    font-size: 18px;
    line-height: 1.6;
    color: #5f5f5f;
    max-width: 520px;
    transition: .3s;
}

.greenbox-small-icon {
    font-size: 42px;
    margin-bottom: 80px;
    display: inline-block;
    color: #111;
    transition: .3s;
}

.greenbox-box:hover .greenbox-small-icon {
    color: #fff;
}

@media(max-width:991px) {

    .greenbox-box {
        min-height: auto;
    }

    .greenbox-title {
        font-size: 36px;
    }

    .greenbox-text {
        font-size: 16px;
    }
}


/* ------------call-buttons----------------- */



.contact-box {
    background: #fff;
    border: 1.5px solid #9d9d9d;
    border-radius: 60px;
    padding: 18px 35px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.35s ease;
    cursor: pointer;
    min-height: 95px;
}

.contact-box:hover {
    background: #79c143;
    transform: translateY(-3px);
    border-color: #79c143;
}

.contact-box:hover .icon-circle {
    background: #fff;
    color: #79c143;
}

.contact-box:hover .small-text,
.contact-box:hover .big-text {
    color: #fff;
}

.iconzz-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #79c143;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    transition: all 0.35s ease;
    flex-shrink: 0;
}

.small-text {
    font-size: 16px;
    line-height: 1.1;
    color: #222;
    margin: 0;
    transition: 0.35s ease;
}

.big-text {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
    transition: 0.35s ease;
}

@media(max-width:768px) {
    .contact-box {
        margin-bottom: 20px;
    }

    .big-text {
        font-size: 18px;
    }
}



/* --------------footer----------------- */


.main-footer {
    background: #003d3b;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-top {
    padding: 90px 0 80px;
}

.small-text {
    color: #b7d431;
    font-size: 32px;
    margin: 0 10px;
    display: block;
}

.footer-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
    max-width: 620px;
}

.footer-heading {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footicon-boxzz i{
    margin-right: 14px;
    font-size: 21;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}

.footicon-box {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: linear-gradient(to right, #44b64a, #c5dc2b);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
    font-size: 18px;
}

.contact-item p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.quick-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 18px;
    font-size: 20px;
    transition: 0.3s;
}
.quick-links a i{
    color: rgb(33, 151, 83);
    font-size: 16px;
    transition: all 0.3s ease;
    margin-right: 7px;
}

.quick-links a:hover {
    color: #b7d431;
    padding-left: 5px;
}

.newsletter-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.newsletter-box {
    max-width: 420px;
}

.newsletter-box input {
    height: 60px;
    border-radius: 40px;
    border: none;
    padding: 0 25px;
    font-size: 18px;
    margin-bottom: 15px;
}

.newsletter-box input:focus {
    box-shadow: none;
    border: none;
}

.subscribe-btn {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(to right, #44b64a, #c5dc2b);
    transition: 0.4s;
}

.subscribe-btn:hover {
    transform: translateY(-2px);
}

.newsletter-note {
    margin-top: 18px;
    font-size: 16px;
    color: #fff;
}

.logo-area {
    text-align: center;
    margin-bottom: 50px;
}

.logo-area img {
    max-width: 420px;
    width: 100%;
}

.footer-bottom {
    background: linear-gradient(to right, #44b64a, #c5dc2b);
    padding: 22px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

@media(max-width:991px) {

    .footer-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .logo-area {
        margin-top: 50px;
    }

    .footer-heading {
        margin-top: 40px;
    }
}

@media(max-width:576px) {

    .footer-title {
        font-size: 32px;
    }

    .footer-heading {
        font-size: 28px;
    }

    .quick-links a,
    .contact-item p,
    .newsletter-text {
        font-size: 16px;
    }

    .footer-bottom p {
        font-size: 16px;
    }
}



@media screen and (max-width:480px) {

    footer {
        padding: 20px 12px;
        text-align: center;
    }

    .footer-heads,
    .footlinks li a {
        text-align: center;
    }

    .wview {
        display: none;
    }

    .img-box img {
        height: 100%;
        width: 100%;
    }

    .navbar {
        background-color: #fff;
        box-shadow: none;
    }
}

/* -----------About-page----------------- */


.abt-section {
    background-image: url('../images/About_Banner.webp');
    margin-top: -13%;
}

/* ---------about-features---------------- */

.wave-bgs {
    background-image: url('../images/wave.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px;
}

.abt-card {
    border-radius: 14px;
    height: 100%;
    padding: 20px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #fff;
}

.abtheads {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.abtparghs {
    font-size: 14px;
}

/* -----------------conatct-pages---------------- */



.contact-heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    color: #2f3c52;
    max-width: 520px;
    margin-bottom: 28px;
}

.contact-text {
    font-size: 19px;
    line-height: 1.9;
    color: #7d8597;
    margin-bottom: 6px;
}

.contact-info-wrapper {
    margin-top: 55px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 38px;
}

.contact-icon {
    width: 62px;
    height: 62px;
    background: #ff7b4d;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    color: #fff;
    font-size: 24px;
}

.contact-info-content h4 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2f3c52;
}

.contact-info-content p {
    font-size: 19px;
    color: #7d8597;
    margin: 0;
}

.contact-form-box {
    background: #efefef;
    padding: 45px;
    border-radius: 20px;
}

.contact-form-title {
    font-size: 38px;
    font-weight: 600;
    color: #2f3c52;
    margin-bottom: 12px;
}

.contact-form-text {
    font-size: 17px;
    line-height: 1.8;
    color: #7d8597;
    margin-bottom: 28px;
}

/* Renamed class instead of form-control */
.custom-input {
    width: 100%;
    height: 55px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 14px;
    margin-bottom: 20px;
    outline: none;
    background: #fff;
    transition: 0.3s ease;
}

.custom-input:focus {
    border-color: #4f8dfd;
}

.custom-textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 16px;
    outline: none;
    resize: none;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.custom-textarea:focus {
    border-color: #4f8dfd;
}

.contact-btn {
    border: none;
    background: #4f8dfd;
    color: #fff;
    padding: 14px 34px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s ease;
}

.contact-btn:hover {
    background: #000;
}

@media (max-width:991px) {

    .contact-heading {
        font-size: 42px;
    }

    .contact-form-box {
        margin-top: 40px;
    }
}

@media (max-width:576px) {

    .contact-heading {
        font-size: 34px;
    }

    .contact-form-title {
        font-size: 30px;
    }

    .contact-info-content h4 {
        font-size: 22px;
    }

    .contact-info-content p,
    .contact-text,
    .contact-form-text {
        font-size: 16px;
    }

    .contact-form-box {
        padding: 30px 20px;
    }
}

/* --------------mobile-view---------------------- */

@media (max-width:576px) {

    .step-line,
    .step {
        display: none;
    }

    .navbar {
        margin: 0;
    }


}


.main-navbar {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;

    transition: all 0.4s ease;
}


.top-nav {
    background: #fff;
    padding: 0px 10px;
    width: 100%;
    margin: auto;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    margin-bottom: 40px;
}


.main-navbar.scrolled .top-nav {
    width: 100%;
    border-radius: 0;
    padding: 0px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-navbar.hide {
    transform: translateY(-120%);
}

.main-navbar.show {
    transform: translateY(0);
}


/* -------------Mobile-view------------- */

@media screen and (max-width:480px) {
    .ban-section {
        padding: 180px 0 70px;
    }

    .top-nav {
        background: #fff;
        border-radius: 0px;
        width: 95%;
        margin: auto;
        transition: all 0.4s ease;
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
    }
}





/* -----------3-box-abt-page-------------- */


.abt-sec001 {
    padding: 90px 0 80px;
    background-color: #E5EEFF;
}

.about-wrapper {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    padding: 20px 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.about-box {
    position: relative;
    padding: 70px 40px;
    text-align: center;
    transition: all 0.4s ease;
    min-height: 480px;
}

.about-box:not(:last-child) {
    border-right: 1px solid #d8d8d8;
}

.about-icon {
    width: 95px;
    height: 95px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon img {
    width: 100%;
    object-fit: contain;
}

.about-box h3 {
    font-size: 32px;
    font-weight: 600;
    color: #06004f;
    margin-bottom: 20px;
}

.about-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #6f7285;
    max-width: 360px;
    margin: 0 auto;
}

/* Read More Button */
.read-more {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    color: #06004f;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
}

.read-more .text {
    width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.45s ease;
}

.read-more i {
    transition: transform 0.4s ease;
}

.about-box:hover .read-more .text {
    width: 140px;
    opacity: 1;
}

.about-box:hover .read-more i {
    transform: translateX(0px);
}

.bordz {
    border-right: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
}

/* Responsive */
@media (max-width: 991px) {
    .about-box {
        border-right: none !important;
        border-bottom: 1px solid #d8d8d8;
    }

    .about-box:last-child {
        border-bottom: none;
    }

    .about-box h3 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .about-box {
        padding: 50px 25px;
    }

    .about-box h3 {
        font-size: 28px;
    }

    .about-box p {
        font-size: 16px;
    }

    .bordz {
        border-right: 2px solid transparent;
        border-left: 2px solid transparent;
    }
}


/* ----------6-hover-box------------- */



.info-grid {
    max-width: 1100px;
    margin: auto;
}

.info-box {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #fff;
    transition: 0.4s;
}

.info-box.info-light {
    background: #efede8;
}

.info-box.info-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* CONTENT */
.info-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
    transition: 0.4s;
}

.info-icon {
    font-size: 42px;
    color: #ef5b2a;
    margin-bottom: 18px;
}

.info-title {
    font-size: 30px;
    font-weight: 700;
    color: #082c3c;
    margin-bottom: 15px;
}

.info-text {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    max-width: 310px;
}

/* BUTTON */
.info-btn {
    position: absolute;
    background: #ef5b2a;
    color: #fff;
    border: none;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease;
    z-index: 10;
}

.info-box:hover .info-btn {
    opacity: 1;
    visibility: visible;
}

/* =========================
       BUTTON ANIMATIONS
    ========================== */

/* Bottom To Up */
.info-btn-bottom-up {
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
}

.info-box:hover .info-btn-bottom-up {
    bottom: 25px;
}

/* Top To Down */
.info-btn-top-down {
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
}

.info-box:hover .info-btn-top-down {
    top: 25px;
}

/* Left To Right */
.info-btn-left-right {
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
}

.info-box:hover .info-btn-left-right {
    left: 25px;
}

/* Right To Left */
.info-btn-right-left {
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
}

.info-box:hover .info-btn-right-left {
    right: 25px;
}

/* Up To Down */
.info-btn-up-down {
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
}

.info-box:hover .info-btn-up-down {
    top: 25px;
}

/* Fade Animation */
.info-btn-fade {
    left: 50%;
    top: 25px;
    transform: translateX(-50%) scale(0.8);
}

.info-box:hover .info-btn-fade {
    transform: translateX(-50%) scale(1);
}

/* FOX IMAGE */
.info-fox {
    width: 220px;
}

/* DECOR IMAGE */
.info-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    opacity: 0.15;
}

/* ------new-code------- */


/* =========================
   CONTENT DEFAULT VISIBLE
========================= */

.info-content {
    position: relative;
    z-index: 2;

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 30px;
    text-align: center;

    opacity: 1;
    visibility: visible;

    transition: 0.4s ease;
}

/* HIDE CONTENT ONLY ON HOVER */
.info-box:hover .info-content {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}


/* =========================
   BUTTON DEFAULT HIDDEN
========================= */

.info-btn {
    position: absolute;

    background: #ef5b2a;
    color: #fff;

    border: none;
    padding: 10px 22px;

    font-size: 14px;
    font-weight: 600;

    opacity: 0;
    visibility: hidden;

    transition: 0.45s ease;

    z-index: 10;
}

/* SHOW BUTTON ONLY ON HOVER */
.info-box:hover .info-btn {
    opacity: 1;
    visibility: visible;
}


/* =========================
   BUTTON ANIMATIONS
========================= */

/* Bottom To Up */
.info-btn-bottom-up {
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
}

.info-box:hover .info-btn-bottom-up {
    bottom: 45%;
}


/* Top To Down */
.info-btn-top-down {
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
}

.info-box:hover .info-btn-top-down {
    top: 45%;
}


/* Left To Right */
.info-btn-left-right {
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
}

.info-box:hover .info-btn-left-right {
    left: 35%;
}


/* Right To Left */
.info-btn-right-left {
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
}

.info-box:hover .info-btn-right-left {
    right: 35%;
}


/* Up To Down */
.info-btn-up-down {
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
}

.info-box:hover .info-btn-up-down {
    top: 45%;
}


/* Fade Button */
.info-btn-fade {
    left: 50%;
    top: 45%;
    transform: translateX(-50%) scale(0.8);
}

.info-box:hover .info-btn-fade {
    transform: translateX(-50%) scale(1);
}

@media(max-width:991px) {
    .info-box {
        height: 240px;
    }

    .info-title {
        font-size: 28px;
    }

    .info-fox {
        width: 170px;
    }
}



/* -------------about-pages-------------- */

.abt-ban {
    background-image: url('../images/about-Banner.webp');
}

.custom-card {
    position: relative;
    background: #dfe7e2;
    border-radius: 14px;
    padding: 20px 25px;
    overflow: hidden;
    height: 100%;
}

/* TOP RIGHT CURVE */
.custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 67px;
    background: #fff;
    border-bottom-left-radius: 24px;
    z-index: 1;
}

/* TITLE */
.custom-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
    position: relative;
    z-index: 2;
    line-height: 1.2;
}

/* TEXT */
.custom-card p {
    margin: 0;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* ICON CIRCLE */
.icon-circlezz {
    width: 58px;
    height: 58px;
    background: #0d6b45;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -3px;
    transform: translate(-8px, 8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}




/* =========================
   LARGE DEVICES
========================= */
@media (max-width: 1199px) {

    .custom-card h3 {
        font-size: 24px;
    }

}


/* =========================
   TABLET DEVICES
========================= */
@media (max-width: 991px) {

    .custom-card {
        padding: 18px 20px;
    }

    .custom-card h3 {
        font-size: 22px;
    }

    .custom-card p {
        font-size: 15px;
    }

    .icon-circlezz {
        width: 52px;
        height: 52px;
    }


    .custom-card::before {
        width: 82px;
        height: 50px;
    }

}


/* =========================
   MOBILE DEVICES
========================= */
@media (max-width: 767px) {

    .custom-card {
        padding: 16px 16px 18px;
        border-radius: 12px;
        min-height: auto;
    }

    .custom-card h3 {
        font-size: 18px;
        padding-right: 55px;
    }

    .custom-card p {
        font-size: 14px;
        line-height: 1.5;
        padding-right: 20px;
    }

    .icon-circlezz {
        width: 46px;
        height: 46px;
        transform: translate(-6px, 6px);
    }


    .custom-card::before {
        width: 70px;
        height: 42px;
        border-bottom-left-radius: 20px;
    }

}


/* =========================
   SMALL MOBILE DEVICES
========================= */
@media (max-width: 480px) {

    .custom-card h3 {
        font-size: 16px;
    }

    .custom-card p {
        font-size: 13px;
    }

    .icon-circlezz {
        width: 43px;
        height: 43px;
    }


    .custom-card::before {
        width: 51px;
        height: 51px;
    }

}

/* -----------6-boxes-sections--------------- */


.featureszz-section {
    background: #eceee6;
    padding: 80px 0;
}

.sectionszz-title {
    font-size: 58px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-bottom: 12px;
}

.sectionszz-subtitle {
    color: #9a9a9a;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}

.featureszz-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: 0.3s ease;
}

.featureszz-card:hover {
    transform: translateY(-5px);
}

.iconszz-box {
    min-width: 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #eef0ea;
    display: flex;
    align-items: center;
    justify-content: center;
}


.featureszz-title {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.featureszz-text {
    font-size: 16px;
    line-height: 1.8;
    color: #7d7d7d;
    font-weight: 300;
    margin: 0;
}
.faq-parghs{
    font-size: 20px;
}
@media (max-width: 991px) {
    .sectionszz-title {
        font-size: 42px;
    }

    .featureszz-title {
        font-size: 28px;
    }

    .featureszz-text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .sectionszz-title {
        font-size: 34px;
    }

    .sectionszz-subtitle {
        font-size: 16px;
    }

    .featureszz-card {
        padding: 24px 20px;
    }

    .featureszz-title {
        font-size: 24px;
    }

    .featureszz-text {
        font-size: 16px;
    }
}


/*--------------------mobile-view-------------------*/
.wview{
    display: block;
}
.mview{
    display: none;
}
@media screen and (max-width: 480px) {
    .ban-section {
        padding: 60px 0 70px;
    }
    .bansocial-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.wview{
    display: none;
}
.mview{
    display: block;
}
.contact-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
.maintitle, .main-title, .service-section-title{
    font-size: 42px;
}
.contentheads, .contentpargh{
    text-align: center;
}
.carousel-indicators {
    bottom: -4% !important;
}
.greenbox-box{
    border: none;
}
.greenbox-box{
    padding: 30px 25px;
}
.counter-border{
    border: none;
}
.counter-section {
    padding: 60px 0;
}
.contact-box {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 22px;
}
.greenbox-box{
    border-radius: 30px;
    text-align: center;
}
.tabs {
    display: flex;
    gap: 10px;
    flex-direction: column;
    flex-wrap: unset;
    margin-top: 15px;
}
.sec001 {
    padding: 70px 0 50px;
}
.faq-section {
    padding: 60px 0;
}
.quick-links a, .contact-item p, .newsletter-text {
        font-size: 18px;
    }
    
.featureszz-card {
        padding: 24px 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

}




