/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(font-awesome.min.css);

/* Ensure Font Awesome icons are visible and use the local font */
.fa {
    font-family: 'FontAwesome' !important;
}

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1270px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: 500;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #2d2d2d;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

img .vegimg {
    height: 100vh;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 50px;
}

.titlepage span {
    font-size: 24px;
    color: #6b7908;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.titlepage h2 {
    font-size: 50px;
    color: #999998;
    line-height: 50px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.titlepage p {
    padding-top: 0px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.d_flex_about {
    display: flex;
    flex-wrap: wrap;
}

.row {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.read_more {
    font-size: 16px;
    background: #323232;
    max-width: 203px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.read_more:hover {
    background: #6b7908;
    color: #fff;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

.header-area {
    width: 100%;
    position: fixed;
    z-index: 9999;
    height: 120px;
    background: #fff;
    line-height: 68px;
    margin-top: 0px;
    box-shadow: 0 0 16px 3px #635d5d38;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.logo {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    max-height: 110px;
    /* Adjust the size of the logo */
    width: auto;
    /* Maintain aspect ratio */
}

.navbar-area {
    text-align: center;
    display: flex;
    justify-content: center;

    flex-grow: 1;
}

.site-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: #1c1c1b;
    font-size: 20px;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
}

.site-navbar ul li {
    padding-right: 55px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover,
.site-navbar ul li a.active {
    color: #6b7908;
}

/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #363636;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #363636;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}



ul.email li {
    display: inline-block;
    padding-right: 30px;
}

ul.email li:last-child {
    padding-right: 0;
}

ul.email li a {
    color: #6b7908;
    font-size: 17px;
    text-transform: uppercase;
}

ul.email li i {
    color: #1a1b1b;
    font-size: 19px;
    ;
    padding-left: 10px;
}

/** end header **/


/** banner section **/


.relative {
    left: 5%;
    right: 5%;
    text-align: left;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

#banner1 .carousel-item img {
    width: 100%;
    height: 100vh;
}

.willom {
    display: flex;
    margin-top: -15em;
}

.willom h1 {
    font-size: 40px;
    line-height: 64px;
    font-family: playfair display sc;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    background: #6b7908;
    display: inline-block;
    padding: 40px 140px;
    border-radius: 30px;
    cursor: pointer;
}

.slider_main .carousel-indicators {
    display: none;
}

/* Ensure carousel controls are always visible */
#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    visibility: visible !important;
    display: flex !important;
}

/* Override any Bootstrap defaults */
.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
}

/* Debug: Force visibility of carousel controls */
#banner1 .carousel-control-prev::before,
#banner1 .carousel-control-next::before {
    content: '' !important;
}

#banner1 .carousel-control-prev i,
#banner1 .carousel-control-next i {
    display: block !important;
    font-size: 60px !important;
    line-height: 1 !important;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    font-size: 60px;
    opacity: 1 !important;
    top: 50%;
    border-radius: 50px;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

#banner1 .carousel-control-prev:hover {
    background-color: #fff;
    color: #6b7908;
}

#banner1 .carousel-control-next:hover {
    background-color: #FFF;
    color: #6b7908;
}

#banner1 .carousel-control-prev {
    left: 3%;
}

#banner1 .carousel-control-next {
    right: 3%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    color: #6b7908;
}



/** end banner section **/

/** about section **/

/* about.css */

/* about.css */

.about {
    background: #fff;
    padding-top: 90px;
    padding: 40px 70px;
    padding-top: 140px;
}

.row {
    padding: 10px 0px;
}

.about_img figure {
    margin: 0;
}

.about image {
    width: 100%;
    height: 200px;
}

.about_img figure img {
    transition: ease-in all 0.5s;
    border-radius: 5px;
    height: fit-content;
}

.about .titlepage {
    padding-bottom: 0;
    max-width: 610px;
    width: 100%;
    justify-content: start;
    align-items: start;
}

.titlepage span {
    padding: 0px;
    padding-top: 5px;
}

.about .titlepage p {
    padding-top: 15px;
    padding-bottom: 10px;
    color: #999998;
}

.about .titlepage h2 {
    padding-top: 15px;
}

.about .read_more {
    margin-top: 35px;
    transition: 0.5s;
}

.about_img figure img:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
    transition: ease-in all 0.5s;
}

/* Add masonry styles here */
.masonry-grid {
    width: 100%;
    /* Adjust as needed */
    margin-top: 20px;
    /* Space from about text */
    column-count: 3;
}

.masonry-grid-item {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 5px;
}

.masonry-grid-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Fade In Up */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* Fade In Left */
.fade-in-left {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-left.show {
    opacity: 1;
    transform: translateX(0);
}

/* Fade In Right */
.fade-in-right {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-right.show {
    opacity: 1;
    transform: translateX(0);
}

/** end about section **/


/** services section **/


.services {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 80px;
}

.services .titlepage {
    padding-bottom: 20px;
}

.services_box {
    margin-top: 30px;
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.14);
    background: #fff;
    margin-bottom: 50px;
    border-radius: 5px;
}

.services_box_main {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.services_box_main.show {
    opacity: 1;
    transform: translateY(0);
}

.services_box figure {
    margin: 0;
}

.services_box figure img {
    border-radius: 5px 5px 0 0;
}

.veget {
    padding: 40px;
    border-radius: 5px 5px 0 0;
    margin-top: -5px;
    position: relative;
    z-index: 999;
    background: #fff;
    width: auto;
    height: 300px;
}

.services_box h3 {
    color: #292928;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 20px;
}

.services_box_main .read_more {
    margin: 0 auto;
    display: block;
}

.import-export-section {
    margin-top: 50px;
}

.import-box h2,
.export-box h2 {
    font-size: 50px;
    color: #999998;
    line-height: 40px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.import-box {
    padding: 30px;
    border-radius: 5px;
    border-right: 2px solid #dadad9;
}

.import-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.import-box p {
    line-height: 1.6;
}

.export-box {
    padding: 30px;
    border-radius: 5px;
}

.export-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.export-box p {
    line-height: 1.6;
}

/* Fade-in-up animation styles */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up.show {
    opacity: 1;
    transform: translateY(0);
}

/** end services section **/



/** customers **/

/* .customers {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}
.customers .titlepage {padding-bottom: 15px;}
.clients_banner .relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}
.custom { text-align: left;  }
.custom {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
    margin: 36px 10px;
    padding: 40px;
}
.custom i img {
    border-radius: 50%;
    border: #6b7908e3 solid 10px;
}
.clint {
    text-align: left;
    padding-left: 20px;
}
.clint h4 {
    color: #6b7908;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.clint span {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #303030;
}

.custom p {
   
    line-height: 30px;
    padding: 30px 0px;
    
}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 76px;
    height: 76px;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 49%;
    z-index: 999;
}

#myCarousel .carousel-control-prev {
    left: 4%;
}

#myCarousel .carousel-control-next {
    right: 4%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
    color: #000;
}
 */

/** end customers **/

/** choose section **/


.choose {
    background: url(../images/chose.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 60px 0;
    margin-top: 40px;
}

.choose .titlepage h2 {
    color: #fff;
}

.choose .titlepage p {
    color: #fff;
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    font-family: poppins;
}

.point {
    margin-bottom: 30px;
}

.point h3 {
    max-width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    border: #cfd8b7 solid 18px;
    font-size: 37px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #6b7908;
}

.point span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    padding-top: 28px;
    display: block;
}



/** end choose section **/


/** news section **/

.product {
    background: #fff;
    padding-top: 90px;
}

.product .titlepage {
    padding-bottom: 20px;
}


.latest {
    background: #fff;
    margin-top: 30px;
}

.box_desho {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
}

.latest figure {
    margin: 0;
}

.latest span {
    background: #6b7908;
    width: 100px;
    height: 68px;
    margin: 0 auto;
    z-index: 999;
    line-height: 15px;
    color: #fff;
    top: 1px;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nostrud {
    padding: 20px 15px 0px 15px;
}

.nostrud p {
    padding-top: 10px;
}

.nostrud h3 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}



.nostrud .read_more {
    display: inline;
    background: transparent;
    color: #6b7908;
    text-align: left;
    animation: fadeinup 1s ease-in-out;
}

.nostrud .read_more:hover {
    color: #323232;
}

/** end news section **/


/** contact  **/

.contact {
    background: #fff;
    padding-top: 120px;
    margin-bottom: 35px;
}

.row-contact {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
    padding: 50px 0px;
}

.map-responsive {
    margin-top: 90px;
}

.main_form .form_control {
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 66px;
    background: #fff;
    color: #999998;
    font-size: 18px;
    font-weight: normal;
    border: #6b7908 solid 3px;
    border-radius: 8px;
}

.main_form .textarea {
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    color: #999998 !important;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 20px 15px 20px;
    border: #6b7908 solid 3px;
    height: 179px;
    border-radius: 8px;
}


.group_btn {
    display: flex;
    justify-content: center;
}

.main_form .send_btn {
    font-size: 20px;
    transition: ease-in all 0.5s;
    background-color: #323232;
    text-transform: uppercase;
    color: #fff;
    max-width: 169px;
    width: 100%;
    display: block;
    font-weight: 500;
    height: 69px;
    line-height: 69px;
    margin: 0 5px;
    border-radius: 10px;
}

.main_form .send_btn:hover {
    background-color: #6b7908;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #d0d0cf;
    opacity: 1;
}

.datepicker-days {
    padding: 20px;
}


/** end contact  **/




/** footer **/

.footer {
    padding-top: 70px;
    background-image: url(../images/footer-bg.png);
    text-align: center;
}

.container_footer {
    width: 1400px;
    margin: 0 auto;
    padding: 20px;

}

.hedingh3 {
    padding-top: 20px;
}

.hedingh3 h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.custom-width {
    width: 100px;
    /* Adjust this percentage as needed */
    max-width: none !important;
    /* Prevent max-width from interfering */
}

.hedingh3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    line-height: 35px;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}

ul.menu_footer li a:hover {
    color: #6b7908;
}

.newsl {
    height: 51px;
    background: #fff;
    color: #c9c7c7;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 15px;
    border: #fff solid 2px;
    margin-bottom: 20px;

}

.subsci_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: #6b7908;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 59px;
    height: 59px;
    max-width: 70px;
    width: 100%;
    display: block;
    border: inherit;
    border-radius: 0px;
}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    box-shadow: 0 0 10px 0px #dddddd5e;
}

#colof *::placeholder {
    color: #c9c7c7;
    opacity: 1;
}

ul.recent li {
    display: flex;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

ul.recent li img {
    width: 61px;
    height: 46px;
    margin-right: 13px;
}

.flot_right {
    float: right;
}


ul.top_infomation li {
    display: flex;
    padding-bottom: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
}

.no-wrap-number {
    white-space: nowrap;
}

ul.top_infomation li i {
    margin-right: 5px;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #6b7908;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block !important;
    font-family: 'FontAwesome' !important;
}

.top_infomation li a {
    color: #fff;
}

ul.top_infomation li a:hover {
    color: #6b7908;
}

.copyright {
    margin-top: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #ffffff;
}

.copyright .copy_text {
    color: #111111;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
}

.copyright .copy_text a {
    color: #6b7908;
}

.copyright .copy_text a:hover {
    color: #194208;
}

.useful_text {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.footer_links {
    width: 100%;
    float: left;
}

.footer_links ul {
    margin: 0px;
    padding: 0px;
}

.footer_links li {
    font-size: 16px;
    color: #fefefe;
}

.footer_links li a {
    color: #fefefe;
    font-size: 17px;
}

.footer_links li a:hover {
    color: #a3b104;
}

.footer_links li.active a {
    color: #a3b104;
}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #111111;
}


/** end footer **/
/* whatsapp-social-icon */
.whatsapp-popup {
    position: fixed;
    bottom: 35px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    /* WhatsApp green */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

.whatsapp-icon img {
    width: 40px;
    height: 40px;
}

/**  inner page css **/

.inner_page .header-area {
    background: #dadad9;
    position: fixed;
    z-index: 99999;
}

.about_page .about,
.service_page .services,
.blog_page .news {
    padding-bottom: 90px;
}

/* animations */

.willom h1 {
    animation: fadeinup 1s ease-in-out;
}

.about .titlepage span {
    animation: fadeinup 1s ease-in-out;
}

.about .titlepage h2 {
    animation: fadeinup 1s ease-in-out;
}

.about p {
    animation: fadeinup 2s ease-in-out;
}

.about .about_img {
    animation: fadeinright 1s ease-in-out;
}

.product .titlepage {
    animation: fadeinup 1s ease-in-out;
}

.product .latest {
    animation: fadeinup 1s ease-in-out;
}

.choose .titlepage {
    animation: fadeinup 1s ease-in-out;
}

.choose .point {
    animation: fadeinup 2s ease-in-out;
}

.services .titlepage {
    animation: fadeinright 1s ease-in-out;
}

.services .services_box_main {
    animation: fadeinup 1s ease-in-out;
}

.contact .titlepage {
    animation: fadeinup 1s ease-in-out;
}

.contact .main_form {
    animation: fadeinup 1.5s ease-in-out;
}


/* Fade In Up */
@keyframes fadeinup {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade In Left */
@keyframes fadeinleft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fade In Right */
@keyframes fadeinright {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Hide Google Translate Bar */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0px !important;
}

/* Hide "Powered by Google" */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-combo {
    font-size: 14px !important;
    padding: 5px;
}

iframe.skiptranslate {
    display: none !important;
}

/* 🌍 Language Button */
#openLanguageModal {
    position: fixed;
    height: 50px;
    display: flex;
    align-items: center;
    top: 30px;
    right: 20px;
    background: #111111;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

#openLanguageModal:hover {
    background: #6b7908;
    transform: scale(1.15);
}

/* 🏷️ Modal Styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease-in-out;
}

.modal-content {
    background: white;
    padding: 25px;
    width: 40%;
    margin: 10% auto;
    border-radius: 10px;
    text-align: center;
    transform: scale(0.9);
    animation: popUp 0.3s ease-in-out forwards;
}

/* 🌎 Language Selection */
.language-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}