@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;
    }
    ul.nav-menu {
        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: #b7d92f;
    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: 240px 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;
    }
}








/* --------------footer----------------- */


.main-footer {
    background: #003d3b;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-top {
    padding: 90px 0 80px;
}

.small-text {
    color: #b7d431;
    font-size: 18px;
    margin-bottom: 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;
}

.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;
}
.footicon-boxzz i{
    margin-right: 14px;
    font-size: 21;
}
.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: transparent;
        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;
    }

    .abt-ban {
        padding: 80px 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;
    }
}


/* -------------blog-pages-------------- */

.abt-ban {
    background-image: url('../images/about-Banner.webp');
}


.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    transition: 0.4s;
    position: relative;
    height: 100%;
}

.blog-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.card-image {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

/* Wave Movement Hover */
.blog-card:hover .card-image img {
    transform: scale(1.1);
}



/* DATE */
.date-box {
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: linear-gradient(135deg, #0ea75a, #c9dd12);
    color: #fff;
    width: 65px;
    height: 72px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.1;
    z-index: 2;
}

.date-box span {
    font-size: 14px;
    letter-spacing: 1px;
}

.date-box strong {
    font-size: 28px;
}

/* CONTENT */
.card-content {
    padding: 40px 32px 30px;
}

.card-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #142033;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
}

/* Hover Color */
.card-title:hover {
    color: #1baa59;
    /* text-decoration: underline; */
    /* transition: 1s ease; */
}

/* Underline Animation */
.card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 3px;
    background: #1baa59;
    transition: 0.5s ease;
}

.card-title:hover::after {
    width: 100%;
}

/* BUTTON */
.read-btn {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    padding: 6px 28px;
    border-radius: 50px;
    background: linear-gradient(90deg, #0ea75a, #c8df11);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}

.read-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    background: #000;
}

.arrow {
    font-size: 24px;
    transition: 0.4s;
}

.read-btn:hover .arrow {
    transform: translateX(6px);
}

@media(max-width:768px) {
    .card-title {
        font-size: 28px;
    }

    .read-btn {
        width: 100%;
    }
}




/*--------------------mobile-view-------------------*/

@media screen and (max-width: 480px) {
    .ban-section {
        padding: 60px 0 70px;
    }
    .bansocial-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.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;
}
.section-title {
        font-size: 38px;
        margin-bottom: 30px;
    }
.contact-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 22px;
}
.greenbox-box{
    border-radius: 30px;
}
.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;
    }

}


/*--------------blog-------------*/

.blog-heads{
    font-size: 46px;
    color: #000;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #000;
}
.blog-heads-sml{
    font-size: 38px;
    color: #000;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 28px;
    color: #000;
}
.blog-title {
    font-size: 25px;
    color: #000;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #000;
}

.blog-desc {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.7;
}
.blog-desc a{
    color: #0D6EFD;
}
.blog-round{
    border-radius: 20px;
}
@media screen and (max-width:480px) {
    .blog-heads {
    font-size: 40px;
}
    .blog-heads-sml {
    font-size: 34px;
}
}



