@import url('https://fonts.googleapis.com/css2?family=Poppins: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,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Black.woff2') format('woff2'),
        url('../fonts/Graphik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-ExtralightItalic.woff2') format('woff2'),
        url('../fonts/Graphik-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Extralight.woff2') format('woff2'),
        url('../fonts/Graphik-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-BlackItalic.woff2') format('woff2'),
        url('../fonts/Graphik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-BoldItalic.woff2') format('woff2'),
        url('../fonts/Graphik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Light.woff2') format('woff2'),
        url('../fonts/Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-LightItalic.woff2') format('woff2'),
        url('../fonts/Graphik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-MediumItalic.woff2') format('woff2'),
        url('../fonts/Graphik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Super.woff2') format('woff2'),
        url('../fonts/Graphik-Super.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/Graphik-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-RegularItalic.woff2') format('woff2'),
        url('../fonts/Graphik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Thin.woff2') format('woff2'),
        url('../fonts/Graphik-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-SuperItalic.woff2') format('woff2'),
        url('../fonts/Graphik-SuperItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-ThinItalic.woff2') format('woff2'),
        url('../fonts/Graphik-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'magnolia';
    src: url(../fonts/Magnolia-Script.ttf);
}

*::after,
*::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font: inherit;
    scrollbar-width: 10px;
    scrollbar-color: #5c4229 #fff;
}

/* For Scrollbar */

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #5c4229;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

*:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

html {
    font-size: 62.5%;
}

body {
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}


button,
input[type='submit'],
input[type='reset'],
a {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
    outline: none;
}


a:hover,
a:focus {
    text-decoration: none;
}


::-moz-selection {
    color: #fff;
    background: #ff0000c7;
}


::selection {
    color: #fff;
    background: #ff0000c7;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: normal;
    padding: 0;
    margin: 0;
}



p {
    margin: 0;
    padding: 0;

}

/***************** FOR BOOTSTRAP ******************/

.container {
    max-width: 1560px;
}


.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.navbar,
.nav-link {
    padding: 0;
    margin: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;

}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

/* cmn_margin & Padding */

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.cmn_pdding {
    padding: 80px 0;
}


/*----Common Header and Button----*/

.cmn_hdr h2 {
    font-family: 'graphik';
    font-size: 48px;
    line-height: 1.0;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.cmn_hdr h3 {
    font-family: 'graphik';
    font-size: 30px;
    line-height: 1.2;
    color: #181818;
    padding-bottom: 10px;
}

.cmn_hdr h4 {
    font-family: 'graphik';
    font-size: 24px;
    font-weight: 500;
}

.cmn_hdr p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #1d1d1d;
    line-height: 1.5;
    padding-bottom: 10px;
}

.cmn_hdr.wht p {
    color: #fff;
}

.cmn_btn {
    font-family: 'graphik';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 30px;
    display: inline-block;
    background: #1c8153;
    border: 2px solid #1c8153;
    position: relative;
    transition: 0.5s all;
    z-index: 1;
    overflow: hidden;
}

.cmn_btn::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s;
}

.cmn_btn:hover {
    color: #1c8153;
    border: 2px solid #1c8153;
    background-color: #fff;
}

.cmn_btn:hover::after {
    width: 100%;
}

.cmn_btn.wht {
    font-family: 'graphik';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 30px;
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    position: relative;
    transition: 0.5s all;
    z-index: 1;
    overflow: hidden;
}

.cmn_btn.wht::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s;
}

.cmn_btn.wht:hover {
    color: #000804;
    border: 2px solid #fff;
    background-color: #fff;
}

.cmn_btn.wht:hover::after {
    width: 100%;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*----Common Header and Button End----*/

/*! button back to top !*/

#backToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: #014e2b;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 50px;
    position: fixed;
    right: 2.5rem;
    bottom: 105%;
    cursor: pointer;
    z-index: 5555;
    transition: .5s all ease;
    border: 1px solid #014e2b;
    font-size: 1.8rem;
    transition: 0.8s all;
}

#backToTop.show {
    bottom: 2.5rem;
}

/*! button back to top End!*/

/* Animation Section */

/* Swing */

@-webkit-keyframes swing {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

/* Rotate */

.rotate {
    -webkit-animation: rotation 12s infinite linear;
    animation: rotation 12s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* Floating */

.floating {
    -webkit-animation: floating ease-in-out 3s infinite;
    animation: floating ease-in-out 3s infinite;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

/* .pulse {
     -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
} */


/* Animation Section End */

header {
    position: relative;
}

header .cus_nav_innr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.top_nav {
    background-color: #276348;
    padding: 16px 0;
}

.top_nav_dtails {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.top_nav_cntc a {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav_cntct:hover {
    text-decoration: underline;
}

.nav_icn {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    transition: 0.3s ease;
}

.nav_icn:hover {
    background-color: #fff;
    color: black;
}

.nav_area {
    display: flex;
    align-items: center;
    gap: 16px;
}
.main_nav{
        gap: 24px;
}

.nav_srch_btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo_area a {
    font-family: 'graphik';
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #276348;
}

.nav-link {
    font-family: 'graphik';
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s ease;
}

.nav-link:hover {
    color: #276348;
    text-decoration: underline;
}

/* .navbar-nav .nav-link.active {
    color: #276348;
    text-decoration: underline;
} */

.navbar-nav {
    gap: 24px;
}

.search_bar {
    cursor: pointer;
    color: #4a7467;
    font-size: 26px;
}


/* =======================banner=================== */
.banner {
    position: relative;
}

.ban_dtails {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
}

.ban_dtails h1 {
    font-family: 'graphik';
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.0;
    padding-bottom: 17px;
}

.ban_dtails h1 span {
    font-family: 'magnolia';
    color: #36c089;
    font-size: 104px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.0;
    padding-bottom: 15px;
}

.ban_heading {
    width: 54%;
}

.ban_heading h4 {
    color: #fff;
    padding-bottom: 30px;
}

.bnr_lines {
    margin-top: 28px;
}

.bnr_cnt_line p {
    font-family: 'graphik';
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.bnr_cnt_line {
    display: flex;
    align-items: end;
    gap: 5px;
    padding-bottom: 17px;
}
.mobile_ban_img{
    display: none;
}

/* =========================travel=================== */
.trvl_img {
    width: 50%;
}

.trvl_dlts {
    width: 45%;
}
.trvl_dlts.cmn_hdr h2{
        padding-bottom: 15px;
}

.travel .wrapper {
    align-items: center;
}

.trvl_dlts h2 span,
.styls_cntn.cmn_hdr h2 span,
.advnt_hding.cmn_hdr h2 span,
.s_head.cmn_hdr h2 span,
.plans_dtails.cmn_hdr h2 span {
    font-family: 'magnolia';
    font-size: 64px;
    font-weight: 500;
    color: #23b070;
    text-transform: capitalize;
}

.trvl_dlts p {
    padding-bottom: 30px;

}

/* ==================stylish======================= */
.stylish_sec {
    background-image: url(../images/stylish_bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 665px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.styls_cntn.cmn_hdr h2 {
    color: #fff;
}

.styls_cntn.cmn_hdr p {
    color: #fff;
    padding-top: 6px;
    padding-bottom: 29px;
}
.stylish_sec .styls_cntn.cmn_hdr h2 span{
color: #46e79e;
}

/* ======================adventure================== */
.adventure {
    position: relative;
}

.advnt_hding {
    width: 61%;
    text-align: center;
    margin-inline: auto;
    padding-bottom: 30px;
}

.advnt_hding.cmn_hdr h2 {
    color: #1a1a1a;
}

.card_layout {
    display: flex;
    justify-content: space-between;
}

.card {
    border: 0;
    display: flex;
    align-items: center;
}

.card_dtails {
    min-height: 175px;
    padding: 10px 15px;
    border-right: 2px solid #276348;
    border-left: 2px solid #276348;
}

.card_img img {
    width: 100%;
}

.card_img {
    width: 100%;
}

.card_dtails.cmn_hdr h4 {
    padding-bottom: 7px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #276348;
    font-size: 25px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #276348;
    font-size: 25px;
}

.swpr_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advntr-button-prev,
.advntr-button-next {
    font-size: 25px;
    color: #23b070;
    border: 1px solid #23b070;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.advntr-button-prev {
    position: absolute;
    top: 59%;
    left: 80px;
    z-index: 2;
}

.advntr-button-next {
    position: absolute;
    top: 59%;
    right: 80px;
    z-index: 2;
}

/* =======================sample======================= */
.sample {
    background-color: #e9efeb;
}

.s_head.cmn_hdr h2 {
    text-align: center;
    padding-bottom: 60px;
}

.sample_row {
    display: flex;
    width: 100%;
    padding-bottom: 22px;
}

.row_hding {
    width: 21%;
    background: #a1e5c5;
    padding: 0 12px 0 22px;
    display: flex;
    align-items: center;
}

.right_prt {
    display: flex;
    justify-content: space-between;
    width: 80%;
    background: #fff;
    padding: 20px;
}

.smpl_para {
    width: 49%;
    padding: 28px 34px;
}

.sample_row:nth-child(4) {
    padding-bottom: 0;
}

.smpl_img {
    width: 50%;
    display: flex;
    justify-content: end;
}

.row_hding.cmn_hdr h3 {
    font-weight: 500;
    text-transform: uppercase;
}

.row_hding.cmn_hdr .bold_txt_smpl {
    font-weight: 600;
}

.smpl_para p {
    font-family: 'graphik';
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
}

/* tabs */
.tab {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
      width: 25%;
    font-weight: 500;
    font-family: 'Graphik';
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #a1e6c4;
}

/* Style the tab content */
.tabcontent {
  display: none;
}


.sample_tab_part{
    display: none;
}



/* ========================plans=================== */
.plans {
    position: relative;
}

.plans_dtails {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
}

.plans_dtails.cmn_hdr h2 {
    padding-bottom: 25px;
}

.plans_dtails.cmn_hdr h3 {
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
    color: #161616;
}

.plans_dtails.cmn_hdr .dollar {
    font-family: 'graphik';
    font-size: 80px;
    font-weight: 600;
    color: #1c8153;
}

.dtl_line {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}

.dtl_line p {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    color: #161616;
    line-height: 1.2;
}

.plans_mbl_vw{
    display: none;
}

.dtl_line.mbl_vw_line{
    display: none;
}

/* ==========================form_sec================== */
.form_sec {
    background-color: #014e2b;
}

.frm_hd.cmn_hdr h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    font-weight: 600;
}

.frm_hd.cmn_hdr h2 span {
    font-family: 'magnolia';
    font-size: 64px;
    font-weight: 500;
    color: #0add7d;
    text-transform: none;
}

.form_part {
    width: 70%;
    margin-inline: auto;
}

.form_input input {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px 20px;
    width: 100%;
}

.form_input input:focus,
.form_part textarea:focus {
    outline: none;
    cursor: pointer;
}

.form_input input::placeholder,
.form_part textarea::placeholder {
    font-family: 'graphik';
    font-size: 16px;
    font-weight: 400;
    color: #dddfe2;
}

.form_input {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.form_part textarea {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px 20px;
    width: 100%;
}

.form_btn input {
    font-family: 'graphik';
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000804;
    text-transform: uppercase;
    padding: 17px 90px;
    transition: 0.3s ease;
}

.form_btn input:hover {
    background-color: transparent;
    color: #fff;
}

.form_btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/* =========================footer================ */
footer {
    background-color: #000804;
    position: relative;
}

footer.cmn_pdding {
    padding-bottom: 0;
}

footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/footer_upr_img.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
}

.top_ftr {
    display: flex;
    justify-content: space-between;
    padding: 46px 0;
    border-bottom: 1px solid #fff;
}

.foot_part h4 {
    font-family: 'graphik';
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.foot_part li a {
    font-family: 'graphik';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: 0.3s ease;
}

.foot_part li a:hover {
    color: #1c8153;
}

.foot_part li a:hover .ft_icn {
    background-color: #fff;
    color: #1b8153;
}

.foot_part li {
    padding-bottom: 10px;
}

.contc_dtails {
    display: flex;
    gap: 20px;
}

.user_info.cmn_hdr p {
    color: #fff;
}

.foot_input {
    display: flex;
    flex-direction: column;
    width: 73%;
    gap: 10px;
}

.user_info a {
    display: flex;
    gap: 6px;
}

.ft_icn {
    font-size: 21px;
    background: #1b8153;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    transition: 0.3s ease;
}

.ft_icn:hover {
    background-color: #fff;
    color: #1b8153;
}

.foot_part:nth-child(3) .ft_icn.wp_icn {
    font-size: 25px;
}

.foot_input input:nth-child(1) {
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px 20px;
}

.foot_input input:nth-child(1)::placeholder {
    font-family: 'graphik';
    font-size: 16px;
    font-weight: 400;
    color: #dddfe2;
}

.foot_input input:nth-child(2) {
    background-color: #1b8152;
    padding: 18px 20px;
    border: 1px solid #1b8152;
    text-transform: uppercase;
    font-family: 'graphik';
    color: #fefefe;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
}

.foot_input input:focus {
    outline: none;
    cursor: pointer;
}

.foot_input input:nth-child(2):hover {
    background-color: transparent;
    color: #1b8152;
}

.btm_ftr {
    padding: 10px 0 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btm_ftr_icns ul {
    display: flex;
    gap: 12px;
}
.info p{
    font-family: 'graphik';
    font-size: 16px;
    font-weight: 400;
    color: #dddfe2;
}
.info p a{
    color: #dddfe2; 
    transition: 0.3s ease;
}
.info p a:hover{
    color: #1b8153;
    text-decoration: underline;
}
.btm_ftr_icns li a {
    background-color: #1b8153;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
     transition: 0.3s ease;
}
.btm_ftr_icns li a:hover{
   background-color: #fff;
   color: #1b8152;
}


/* Sangita 22.08.25 */
 .wpcf7-form .form_input{
    width: 100%;
 }
  .wpcf7-form .form_input p {
    display: flex !important;
    gap: 10px;
  }
.wpcf7 form.invalid .wpcf7-response-output{
    color: #fff;
}

/* Sangita 28.08.25 */
.form_sec form.submitting .wpcf7-spinner{
    display: none;
}

/* Sangita 04.09.25 */

.foot_input {
  display: flex;
  gap: 10px;
  align-items: center;
}
.foot_input input[type="email"] {
    padding: 15px 12px;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    text-transform: none;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
.foot_input input[type="email"]::placeholder{
    color: #dddfe2;
}
.foot_input input[type="submit"]:hover {
  background: #14562F; /* darker hover */
}

.foot_input input[type="submit"] {
    font-size: 18px;
    padding: 16px 20px;
    background: #1c8153;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
}

