/*
Theme Name: Tarsan
Theme URI:
Author:
Author URI: 
Description:
Tags: 
Version: 1.0
*/
:root {
    --tarsanwhite: #fff;
    --tarsanblack: #000;
    --tarsangreen: #327D1E;
    --tarsanlightgreen: #2FAA04;
}




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 20px;
}

@media (max-width: 1200px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 2.3rem;
    padding-bottom: 0.5rem;
    font-weight: 700;

}

h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
}

h4 {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
}

h5 {
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
}

h6 {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
}

b, strong {
    font-weight: 700;
}

.row {
    margin: 0;
    position: relative;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}


.container-fluid {
    padding: 0;
}


.container-1200 {
    max-width: 1200px;
    margin: 0 auto;
}


.container-700 {
    max-width: 700px;
    margin: 0 auto;
}




.hero-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-section .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}


.hero-section::before {
    content: "";
    position: absolute;
    top:0; 
    left:0;
    width:100%; 
    height:100vh;
    background: linear-gradient(
         to bottom,
    rgba(255, 255, 255, 1) 0%,       
    rgb(0, 0, 0, 0.4) 100%            
    );
    z-index: 1;
    


}



.wave-left,
.wave-right {
    position: absolute;
    top: 38%;
    width: 55%;
    z-index: 2;
}

.wave-left { left: -20rem; }
.wave-right { right: -20rem; }



.hero-content {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 700px;
    margin-top: 6rem;
}

.hero-content h1 {
    font-weight: 700;
    text-shadow: 2px 2px 35px rgba(0 0 0 / 100%);

}

.hero-content h5 {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5rem;
    color:#000;
}

.hero-content p {
    font-size: 1.15rem;
    margin-top: 15px;
}



.hero-btn {
    padding: 0.4rem 1.5rem;
    align-content: center;
    font-size: 0.95rem;
    border: 1px solid var(--tarsangreen);
    border-radius: 40px;
    background-color: var(--tarsangreen);
    color: var(--tarsanwhite);
    font-weight: 600;
    transition: 0.5s;
    box-shadow: 2px 2px 35px rgba(0, 0, 0, 100%);
}


.hero-btn:hover  {
    border-color: var(--tarsanlightgreen);
    background-color: var(--tarsanlightgreen);
    color: var(--tarsanwhite);
}

.hero-btn-2 {
    padding: 0.4rem 1.85rem;
    align-content: center;
    font-size: 0.95rem;
    border-radius: 40px;
    border: 1px solid var(--tarsanwhite);
    background-color: var(--tarsanwhite);
    color: var(--tarsangreen);
    font-weight: 600;
    transition: 0.5s;
    box-shadow: 2px 2px 35px rgba(0, 0, 0, 100%);
}

.hero-btn-2:hover {
    border-color: var(--tarsanlightgreen);
    background-color: var(--tarsanlightgreen);
    color: var(--tarsanwhite);
}

.banner-button {
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .wave-left, .wave-right {
        display: none;
    }
}


@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .wave-left, .wave-right {
        display: none;
    }
    
    .header-date-container {
        padding: 0;
    }
}



@media(max-width:576px) {
    .banner-button {
        flex-direction: column;
    }

    .hero-section, .hero-section::before {
        height: 100vh;
    }
    
    .hero-content {
        margin-top: 11rem;
    }
}







/* Header */

.tarsan-header {
            background: transparent;
            position: absolute;
            width: 100%;
            z-index: 1000;
            padding-left: 3rem !important;
            padding-right: 3rem !important;
        }


        .navbar-brand img {
            /*height: 170px;*/
        }



        .time {
            display: flex;
            justify-content: center;
            align-items: center;
            column-gap: 1rem;
        }

        .time span {
            font-size: 0.7rem;
            text-align: center;
        }

        .header-date-container {
            display: flex;
            flex-direction: column;
        }



        .award-year-header {
            margin-left: 0;
            margin-bottom: 0;
        }
        
        /*.award-year-header-desktop, .time-desktop, .menu-btn-desktop {*/
        /*    margin-bottom: 2.5rem;*/
        /*}*/


        .menu-btn {
            width: 48px;
            height: 48px;
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        .menu-btn img {
            width: 48px;
            height: 48px;
        }

        .menu-btn img.close-icon {
            filter: invert(31%) sepia(97%) saturate(707%) hue-rotate(90deg) brightness(40%) contrast(120%);
        }


        .desktop-dropdown {
            position: absolute;
            right: 55px;
            top: 130px;
            background: white;
            width: 240px;
            padding: 1rem 0;
            border-radius: 10px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
            z-index: 1024;


            display: block;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transform: translateY(-10px);
            transition:
                max-height 0.4s ease,
                opacity 0.3s ease,
                transform 0.3s ease;
        }

        .desktop-dropdown.open {
            max-height: 100%;
            opacity: 1;
            transform: translateY(0);
        }

        .desktop-dropdown ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .desktop-dropdown ul li a {
            color: #222;
            font-weight: 600;
            text-decoration: none;
            padding: 0.5rem 1rem;
            display: block;
            transition: 0.5s ease;
            font-size: 0.8rem;
        }

        .desktop-dropdown ul li a:hover {
            background-color: var(--tarsanlightgreen);
            color: var(--tarsanwhite);
        }


        .tarsan-header-container {
            display: block !important;
        }


        .offcanvas-body {
            padding: 0;
        }

        .offcanvas-body .navbar-nav a {
            transition: 0.5s ease;
            font-size: 0.8rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .offcanvas-body .navbar-nav a:hover {
            background-color: var(--tarsanlightgreen);
            color: var(--tarsanwhite);
        }

        .current-menu-item {
            color:var(--tarsanlightgreen) !important;
        }

        .current-menu-item:hover {
            color: var(--tarsanwhite) !important; 
        }
        
        .offcanvas.offcanvas-start {
            width: 80%;
        }


        @media (max-width: 991px) {

            .desktop-dropdown {
                display: none !important;
            }

            .menu-btn img {
                width: 30px;
                height: 30px;
            }

            .navbar-brand img {
                height: 100px;
            }

            body {
                overflow-x: hidden !important;
            }
        }

        @media (max-width: 576px) {

            .navbar-brand img {
                height: 80px;
            }

            .tarsan-header {
                padding-left: 1rem !important;
                padding-right: 1rem !important;
            }
            .time {
                flex-direction: column;
            }

            .time .time-text {
                width: auto !important;
                margin-bottom: 0.125rem;
            }
        }




/* Section 2 */

.home-sec2 {
    padding: 4.5rem 0;
}

.home-sec2-content {
    max-width: 800px;
    padding-left: 3rem;
}

.home-sec2 .home-sec2-content h2 {
    color: var(--tarsangreen);
}

.home-sec2 .home-sec2-content h2 span {
    font-weight: 400;
    color: var(--tarsanlightgreen);
}

.home-sec2-content p {
    color: var(--tarsanblack);
    font-size: 1rem;
    font-weight: 400;
    text-align:justify;
}

.button-green {
    color: var(--tarsanwhite);
    background-color: var(--tarsangreen);
    border: 1px solid var(--tarsangreen);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6rem;
    padding: 0.3rem 1rem;
    transition: 0.5s ease;
}

.button-green:hover {
   border: 1px solid var(--tarsangreen);
   background-color: transparent;
   color: var(--tarsangreen);
}


@media(max-width: 576px) {
    .home-sec2-content {
        padding: 1rem;
    }
}


/* Section 3 */

/* .home-sec3 {
    padding: 3rem 0;
    background-color: #30aa045d;
}

.home-sec3-left h3{
    color: var(--tarsangreen);
    border-bottom: 2px solid var(--tarsanlightgreen);
    padding-bottom: 0.5rem;
}

.home-sec3-left-inner {
    border-bottom: 2px solid var(--tarsanlightgreen) ;
    padding-bottom: 0.5rem;
}

.home-sec3-left-inner h5 {
    margin-top: 0.5rem;
    padding-bottom: 0;
}

.home-sec3-left-inner p {
    font-size: 0.8rem;
    margin-bottom: 0;
}



.product-slider-container {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.product-slider {
    display: flex;
    gap: 30px;
    transition: transform 0.4s ease;
}

.ps-item {
    width: 50%; 
    border-radius: 20px;
    padding: 18px;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.ps-item img {
    width: 100%;
    border-radius: 15px;
}

.ps-item h4 {
    margin-top: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}

.ps-arrow {
    position: absolute;
    top: 50%;
    background: transparent ;
    transform: translateY(-50%);
    border: none;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.ps-left {
    left: 10px;
}
.ps-right {
    right: 10px;
}


.product-slider-container:hover .product-slider {
    animation-play-state: paused;
} */




.home-sec3 {
    padding: 4rem 0;
    background: #D4EDC9; 
}


.home-sec3-left h3 {
    color: #1E8F1A;
    border-bottom: 2px solid #A6DFA2;
    padding-bottom: 0.4rem;
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
    font-weight: 700;
}

.home-sec3-left-inner {
    border-bottom: 2px solid #A6DFA2;
    padding-bottom: 0.7rem;
    margin-bottom: 1.4rem;
}

.home-sec3-left-inner h5 {
    margin: 0 0 0.3rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.home-sec3-left-inner p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
    
}


.home-sec3-right {
    padding-left: 4rem;
}



.product-slider-container {
    padding: 20px 60px;
    position: relative;
    margin-top: 5rem;
}

.product-slider-mask {
    overflow: hidden;
    width: 100%;
    /*margin: 0 60px;*/
    /*margin-left: 50px;*/
}

.product-slider {
   display: flex;
    gap: 30px;
    transition: transform 0.4s ease;
    list-style: none;
}


.ps-item {
    width: 340px;           
    text-align: center;
    margin-right: 0 !important;
}

.ps-item img {
    width: 100%;
    height: 340px;         
    object-fit: cover;      
    border-radius: 20px;
}

.ps-item h4 {
    margin-top: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}


.ps-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 20;
    width: 45px;
    height: 45px;
}

.ps-arrow img {
    width:1rem;
}


.ps-left {
    left: 0;
}


.ps-right {
    right: 0;
}

.product-slider-mask .bx-wrapper {
    margin-bottom: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.product-slider-mask .bx-viewport {
        height: auto !important;
    }





@media(max-width:576px) {
    .home-sec3 {
        padding: 3rem 1rem;
    }

    .home-sec3-right {
        padding-left: 0;
    }
     
}



.ps-item {
    width: 340px;
}


@media (max-width:1199px) {

    .home-sec3 {
        padding: 3rem 1rem;
    }

   
    .product-slider {
        gap: 45px;
        margin-left: 1rem;
    }

    .ps-item {
        width: 230px !important;   
        height: 100%;
    }

    .product-slider-container {
        padding: 1rem;
        margin-top: 6rem;
    }

    

    .ps-item img {
        width: auto;
        height: 230px;
    }
    
    .product-slider-container .bx-wrapper {
        width: 85%;
        margin-left: 2rem;
    }
    
    .product-slider-mask {
        margin-left: 1rem;
    }
    
    
    .product-slider-mask .bx-viewport {
        height: auto !important;
    }
}


@media (max-width:991px) {
    .home-sec3 {
        padding: 3rem 1rem;
    }

    .home-sec3-right {
        padding-left: 0;
        margin-top: 2rem;
    }

    .ps-item {
        width: 310px !important; 
        height: 100%;
    }
    
    .ps-item img {
        width: 310px !important;
        height: 100%;
    }

    .product-slider {
        gap: 50px;
        margin-left: 1rem;
    }

    .product-slider-mask {
        overflow: hidden;
    width: 700px; 
    margin: 0 auto;
    }

    .ps-arrow {
        width: 40px;
        height: 40px;
        display: none;
    }
    
    .product-slider-container  {
        padding: 0;
        margin-top: 0;
    }
    
        .bx-viewport {
        height: 100% ! IMPORTANT;
    }
    
    .product-slider-container .bx-wrapper {
        width: 100%;
        margin-left: 0;
    }
}


@media (max-width:576px) {

    .home-sec3 {
        padding: 2.5rem 1rem;
        padding-bottom: 3rem;
    }

    .home-sec3-left h3 {
        font-size: 1.4rem;
    }

    .home-sec3-left-inner h5 {
        font-size: 1rem;
    }

    
    .ps-item {
        width: 160px !important;
        height: 160px;
    }

    .product-slider {
        gap: 20px;
        height: 14rem;
        margin-left: 0;
    }

    .product-slider-container {
        padding: 0;
        margin-top: -2rem;
    }

    .product-slider-mask {
       overflow: hidden;
    width: 340px; 
    margin: 0 auto;
        
    }

    
    .ps-arrow {
        width: 14px;
        height: 14px;
        top: 100%;
        display: block;
    }

    .ps-left { left: 25%; }
    .ps-right { right: 25%; }

    .ps-item img {
        width: auto;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .ps-item h4 {
        font-size: 1.1rem;
    }
    
    .product-slider-container .bx-wrapper {
        width: 100%;
        margin-left: 0;
    }
}


@media (min-width: 429px) and (max-width: 430px) {
    .ps-arrow {
        width: 14px;
        height: 14px;
        top: 35%;
        display: block;
    }
    
    .ps-left { left: 5px; }
    .ps-right { right: 5px; }
}








/* Testimonial */

.testi-sec {
    padding: 4rem 0;
    padding-top: 2rem;
    border-bottom: 8px solid var(--tarsangreen);
}


.testi-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}


.ts-slider-mask {
    overflow: hidden;
    width: 100%;
     position: relative;
}


.ts-slider {
    display: flex;
    align-items: stretch;
    transition: transform 0.4s ease;
}


.ts-item {
    flex: 0 0 330px;
    margin: 0 20px;
    box-sizing: border-box;
    
}



.ts-card {
    position: relative;     
    border-radius: 28px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: visible;
    background-color: var(--tarsangreen);
     width: 100%;
    height: 100%; 

}



.ts-quote-icon {
    width: 4rem; 
    height: auto;
    transform: translate(1.5rem, 2.8rem);
    position: relative;
    z-index: 10;
}



.ts-card-body {
    background: var(--tarsanlightgreen);
    border-radius: 1.5rem;
    padding: 70px 30px 30px;
    flex: 1 1 auto;
    font-size: 0.9rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
}



.ts-card-footer {
    padding: 18px 30px 20px;
    margin-top: 0;
    height: 165px !important;
}

.ts-card-footer h5 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
}

.ts-card-footer span {
    font-size: 0.9rem;
}



.ts-arrow {
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-arrow img {
    width: 18px;
}


.ts-left {
    margin-right: 10px;
}

.ts-right {
    margin-left: 10px;
}





@media (max-width: 991px) {
    .ts-item {
        flex: 0 0 50%;   
    }
}

@media (max-width: 767px) {
    .ts-item {
        flex: 0 0 100%; 
        padding: 0 10px;
    }

    .ts-card-body {
        padding: 70px 20px 24px;
    }

    .ts-card-footer {
        padding: 14px 20px 18px;
    }
}


.ts-item {
    flex: 0 0 330px;
    margin: 0 20px;
}


@media (max-width: 1199px) {
    .ts-item {
        flex: 0 0 calc(33.333% - 40px); 
        margin: 0 20px;
    }
}


@media (max-width: 991px) {
    .ts-item {
        flex: 0 0 calc(50% - 40px);
        margin: 0 20px;
    }
}



@media (max-width: 576px) {
    .ts-item {
        flex: 0 0 100%;
        margin: 0;
    }

    .ts-card-body {
        padding: 70px 20px 24px;
    }

    .ts-card-footer {
        padding: 14px 20px 18px;
		height: 135px !important;
    }
}





/* Awards */

.awards-slider-sec {
  padding: 4rem 0;
  background: #D4EDC9;
}

.awards-slider-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.aw-slider-mask {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.aw-slider {
  display: flex;
  transition: transform 0.4s ease;
}

.aw-item {
  flex: 0 0 240px;
  margin: 0 20px;
  box-sizing: border-box;
  border-radius: 0.7rem;
  background-color: #fff;
}

.aw-item img {
  width: 100%;
  height: 17rem;
  object-fit: contain;
  border-radius: 12px;
  border: 10px solid #b8e8a3;
}

.aw-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-arrow img {
  width: 18px;
}

.aw-left {
  margin-right: 10px;
}

.aw-right {
  margin-left: 10px;
}


.awards-slider-wrapper .bx-wrapper {
    max-width: 100% !important;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}


.aw-slider-mask .bx-viewport {
    height: auto !important;
}



@media (max-width: 767px) {
  .aw-item {
    flex: 0 0 80%;
    margin: 0 10px;
  }
}




.aw-item {
    flex: 0 0 240px;
    margin: 0 1rem;
}


@media (max-width: 1199px) {
    .aw-item {
        flex: 0 0 200px;
    }
    .aw-item img {
       height: 15rem; 
    }
}


@media (max-width: 991px) {
    .bx-viewport {
        height: 100%;
    }
    
    .aw-item {
        flex: 0 0 190px;
    }
    
    .aw-item img {
       height: 15rem; 
    }
}


@media (max-width: 576px) {
    
    .aw-item {
         flex: 0 0 213px;   
        margin: 0;   
        margin: 0 2.5rem;
        max-width: 100%;
    }

    .aw-item img {
        height: 100%;
        width: 100%;
        max-height: 300px;
        object-fit: contain;
    }
    
    .aw-slider-mask {
        overflow: hidden;
        width: 290px;
        margin: 0 auto;
    }
}




/* Blog section */

.home-blog {
    padding: 3rem 0;
}

.home-blog-header {
    display: flex;
    justify-content: space-between;
}

.home-blog-header h3 {
    color: var(--tarsangreen);
}

.home-blog-header a {
    background-color: var(--tarsanlightgreen);
    color: var(--tarsanwhite);
    font-size: 0.8rem;
    border: 1px solid var(--tarsanlightgreen);
    border-radius: 0.65rem;
    padding: 0.5rem 1rem;
    height: fit-content;
    transition: 0.5s ease;
}


.home-blog-header a:hover {
    border-color: var(--tarsanlightgreen);
    background-color: transparent;
    color:var(--tarsanlightgreen) ;
}

.home-blog-container {
    display: flex;
    align-items: center;
}

.home-blog-container img {
    border-radius: 1.3rem;
    width:40%;
    height:195px;
    object-fit:cover;
}

.home-blog-container p {
    padding-left: 1.3rem;
    padding-right: 1.5rem;
    color: var(--tarsanblack);
    font-size: 1rem;
    font-weight: 700;
    width:60%;
}


@media (max-width: 1199px) {
    
    .home-blog {
        padding: 2.5rem 1rem;
    }

    .home-blog-container p {
        font-size: 0.95rem;
    }
}




@media (max-width: 991px) {
    .home-blog {
        padding: 3rem 1rem;
    }

    .home-blog-header {
        flex-direction: row;
        gap: 1rem;
    }

    .home-blog-container {
        flex-direction: row;
        gap: 1rem;
        padding-right: 2rem;
    }

    .home-blog-container img {
        width: 45%;
        height: auto;
        border-radius: 0.5rem;
    }

    .home-blog-container p {
        padding: 0;
        font-size: 0.9rem;
    }
}



@media (max-width: 576px) {
    .home-blog {
        padding: 2rem 1rem;
    }

    .home-blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .home-blog-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 2.5rem;
        padding-right: 0;
    }

    .home-blog-container img {
        width: 100%;
        height: auto;
        border-radius: 1rem;
    }

    .home-blog-container p {
        padding: 0;
        font-size: 1rem;
        display: block;
        width: 100%;
    }
}



/* Contact Section */

.home-contact {
    background-color: #D4EDC9;
    padding: 3rem 0;
}

.home-contact h3{
        font-weight: 700;
        color:#006400;
    }
    .form-control{
        border:2px solid #00a326;
        border-radius: 0.5rem;
        padding:6px 15px;
        background: transparent;
    }

    textarea.form-control{
        height: 6.5rem;
        resize: none;
    }

    .btn-submit{
        background:#00a326;
        color:#fff;
        padding:12px 40px;
        border-radius:0.8rem;
        font-size:18px;
        font-weight:600;
        width:100%;
    }
    .btn-submit:hover{
        background:#008f20;
        color:#fff;
    }

    .home-contact-fields {
        padding:0 1rem;
    }




.home-contact {
    background-color: #D4EDC9;
    padding: 3rem 0;
}

.home-contact h3 {
    font-weight: 700;
    color: #006400;
}

.form-control {
    border: 2px solid #00a326;
    border-radius: 0.75rem;
    padding:4px 15px;
    background: transparent;
}

.form-control::placeholder {
    font-size: 0.8rem;
    color: black;
    font-weight: 500;
}


textarea.form-control {
    height: 5.3rem;
    resize: none;
}

.btn-submit {
    background: #00a326;
    color: #fff;
    padding: 7px 40px;
    border-radius: 0.8rem;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

.btn-submit:hover {
    background: #008f20;
    color: #fff;
}






@media (max-width: 1199px) {
    .home-contact {
        padding: 2.5rem 1rem;
    }


    .home-contact-fields {
        padding: 0 1.5rem;
    }
}



@media (max-width: 991px) {
    .home-contact {
        padding: 2.2rem 1rem;
    }

    .home-contact h3 {
        text-align: left;
    }

    .home-contact-fields {
        padding: 0 1rem;
    }

    .form-control {
        font-size: 0.95rem;
        padding: 8px 12px;
    }

    .btn-submit {
        font-size: 16px;
        padding: 12px 30px;
    }
}


@media (max-width: 576px) {
    .home-contact {
        padding: 2rem 1rem;
    }

    .home-contact h3{
       
        text-align: center;
        line-height: 1.3;
    }

    .home-contact-fields {
        padding: 0;
    }

    .form-control {
        padding: 10px;
        font-size: 0.9rem;
    }

    textarea.form-control {
        height: 5.5rem;
    }

    .btn-submit {
        font-size: 16px;
        padding: 12px 20px;
        border-radius: 0.65rem;
    }
}




    /* Footer Section */

    .footer {
        padding: 3rem 0;
        padding-bottom: 1rem;
    }

    .footer-mid {
        padding-left: 2rem;
    }

    .footer-mid h5 {
        color: var(--tarsangreen);
        font-weight: 400;
        text-transform: uppercase;
    }

    .footer-mid p {
        font-size: 0.8rem;
        color: #666;
    }

    .footer-mid-social-container {
        display: flex;
        margin-bottom: 0.5rem;
    }

    .footer-mid-social-container span {
        font-size: 0.8rem;
        color: #666;
        padding-left: 1rem;
    }

    .footer-nav {
        list-style: none;
        padding-left: 0;
    }

    .footer-nav li {
        display: flex;
        justify-content: center;
        border-bottom: 2px solid #e9e9e9;
    }

    .footer-nav li a {
        color: var(--tarsanblack);
        padding: 1rem;
        padding-bottom: 0.5rem;
        font-size: 0.8rem;
    }

    .footer-latest-finance {
        display: flex;
        justify-content: center;
    }


    /*.footer-content {*/
    /*    border-bottom: 2px solid #e9e9e9;*/
    /*    padding-bottom: 1rem;*/
    /*}*/

    .footer-copy p {
        font-size: 0.7rem;
        color: #666;
        text-align: center;
        /*margin-top: 1rem;*/
        margin-bottom: 0.3rem;
    }
    
    .footer-copy p a {
       color: #666; 
    }



@media (max-width: 1199px) {
    .footer {
        padding: 2.5rem 1rem;
    }

    .footer-mid {
        padding-left: 1.5rem;
    }

    .footer-mid p {
        font-size: 0.75rem;
    }

    .footer-nav li a {
        font-size: 0.75rem;
    }

    .footer-copy p {
        font-size: 0.65rem;
    }
}




@media (max-width: 991px) {
    .footer {
        padding: 2rem 1rem;
    }

    .footer-mid {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }

    .footer-mid h5 {
        font-size: 1rem;
    }

    .footer-mid p,
    .footer-mid-social-container span {
        font-size: 0.75rem;
        text-align: center;
    }

    .footer-nav li {
        justify-content: center;
        border-bottom: 1px solid #e0e0e0;
    }

    .footer-nav li a {
        padding: 0.8rem;
        font-size: 0.75rem;
    }

    .footer-latest-finance {
        justify-content: center;
    }

    .footer-content {
        padding-bottom: 0.8rem;
    }

    .footer-copy p {
        margin-top: 0.8rem;
    }
}




@media (max-width: 576px) {
    .footer {
        padding: 1.8rem 0;
    }

    .footer-mid {
        padding-left: 0;
        text-align: center;
    }

    .footer-mid h5 {
        font-size: 0.95rem;
    }

    .footer-mid-social-container {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .footer-mid-social-container img {
        width: 2rem;
        margin: 0 auto;
    }

    .footer-logo img{
        margin: 0 35%; 
        margin-bottom: 1.5rem;
    }

    .footer-mid p,
    .footer-mid-social-container span {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .footer-mid-social-container span {
        padding-left: 0;
    }

    .footer-nav li a {
        padding: 0.9rem 0.5rem;
        font-size: 0.8rem;
    }

    .footer-nav li {
        border-bottom: 1px solid #ddd;
    }

    .footer-content {
        padding-bottom: 0.6rem;
    }

    .footer-copy p {
        font-size: 0.65rem;
        margin-top: 0.7rem;
    }

    .footer-latest-finance {
        flex-direction: column;
        align-items: center;
    }
}




/* Header Live Date */


.header-date-container {
    padding: 0.3rem 0.6rem;
    text-align: center;
}

.header-date-container span {
    display: inline-block;
}

.header-date-container .date {
    font-size: 0.8rem;
    color: #666;
    padding-bottom: 0.3rem;
}

.header-date-container .hour {
    font-size: 0.9rem;
    color: var(--tarsanwhite);
    background: linear-gradient(to bottom, #555555, #000);
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    letter-spacing: 1.5px;
}

.header-date-container .minutes {
    font-size: 0.9rem;
    color: var(--tarsanwhite);
    background: linear-gradient(to bottom, #555555, #000);
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    letter-spacing: 1.5px;
}


.header-date-container .seconds {
    font-size: 0.9rem;
    color: var(--tarsanblack);
    background: linear-gradient(to bottom, #d1d1d1, #9d9d9d);
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    letter-spacing: 1.5px;
}

.header-date-container .indicator {
    color: #666;
}


.header-date-container .hour,
.header-date-container .minutes,
.header-date-container .seconds {
    width: 1.9rem;        
    text-align: center;  
}


.time .time-text {
    width: 5rem;
    font-weight: 500;
}









/* ------------------------------------------------- Why Choose us Page ---------------------------------- */

/* Hero Section */

.why-choose-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.why-choose-hero-section-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.why-choose-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(27, 113, 3, 0.6) 50%,
            rgba(27, 113, 3, 0.6) 100%);
    z-index: 1;



}



.why-choose-wave-left,
.why-choose-wave-right {
    position: absolute;
    bottom: 0;
    width: 35%;
    z-index: 2;
}

.why-choose-wave-left {
    left: 0;
}

.why-choose-wave-right {
    right: 0;
}



.why-choose-hero-content {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 900px;
    margin-top: 1.5rem;
}

.why-choose-hero-content h1 {
    font-weight: 700;

}



@media (max-width: 1199px) {

    .why-choose-wave-left,
    .why-choose-wave-right {
        display: none;
    }
}


@media (max-width: 768px) {
    .why-choose-hero-content h1 {
        font-size: 2rem;
    }

    .why-choose-wave-left,
    .why-choose-wave-right {
        display: none;
    }

    .header-date-container {
        padding: 0;
    }
}



@media(max-width:576px) {

    .why-choose-hero-section,
    .why-choose-hero-section::before {
        height: 80vh;
    }

    .why-choose-hero-content {
        margin-top: 4rem;
    }
}





/* Why Choose us Section 2 */


.why-choose-us-sec1 {
    padding: 3rem 0;
    position: relative;
    background-color: #F5F5F5;
}

.why-choose-us-sec1-graphic {
    position: absolute;
    top: 10%;
    left: 0;
    width: 30%;
}


.why-choose-us-sec1 .feature-card {
    padding: 0.8rem;
}

.why-choose-us-sec1 .feature-card img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    border-radius: 1rem;
}

.why-choose-us-sec1 .feature-card h3 {
    color: var(--tarsangreen);
}

.why-choose-us-sec1 .feature-card h3 span {
    color: var(--tarsanlightgreen);
    font-weight: 400;
}

.why-choose-us-sec1 .feature-card p {
    font-size: 0.8rem;
    color: var(--tarsanblack);
    margin-top: 12px;
    text-align: justify;
}

@media(max-width:991px) {
    .why-choose-us-sec1-graphic {
        width: 45%;
    }
}

@media(max-width:576px) {
    .why-choose-us-sec1-graphic {
        position: relative;
        height: auto;
        width: 100%;
    }
    
    .why-choose-us-sec1 .feature-card {
        padding: 1rem;
    }
}




.time-text.inner-page, .date.inner-page, .indicator.inner-page {
    color: #fff;
}







/* --------------------------------------------- Contact us --------------------------------------------------- */

/* Hero Section */

.contact-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contact-hero-section-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.contact-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
        
            rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;



}



.contact-wave-left,
.contact-wave-right {
    position: absolute;
    bottom: 0;
    width: 31%;
    z-index: 2;
}

.contact-wave-left {
    left: 0;
}

.contact-wave-right {
    right: 0;
}



.contact-hero-content {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 900px;
    margin-top: 1.5rem;
}

.contact-hero-content h1 {
    font-weight: 700;
    text-shadow: 2px 2px 35px rgba(0, 0, 0, 0.568);
}



@media (max-width: 1199px) {

    .contact-hero-section {
        height: 40vh;
    }

    .contact-hero-section::before  {
        height: 40vh;
    }

    .contact-wave-left,
    .contact-wave-right {
        display: none;
    }
}


@media (max-width: 768px) {
    .contact-hero-section {
        height: 60vh;
    }

    .contact-hero-section::before  {
        height: 60vh;
    }
    
    .contact-hero-content h1 {
        font-size: 2rem;
    }

    .contact-wave-left,
    .contact-wave-right {
        display: none;
    }

    .header-date-container {
        padding: 0;
    }
    
    .contact-hero-section-banner-image {
        object-position: right;
    }
}



@media(max-width:576px) {

    .contact-hero-section,
    .contact-hero-section::before {
        height: 60vh;
    }

    .contact-hero-content {
        margin-top: 4rem;
    }
    
    .contact-hero-section-banner-image {
        object-position: right;
    }
}




/* Section 2 */


.contact-sec2-content {
    max-width: 800px;
    padding-left: 3rem;
}



.contact-sec2 .contact-sec2-content h2 {
    color: var(--tarsangreen);
}

.contact-sec2 .contact-sec2-content h2 span {
    font-weight: 400;
    color: var(--tarsanlightgreen);
}

.contact-sec2-content p {
    color: var(--tarsanblack);
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
}

@media(max-width: 1199px) {
    .contact-sec2 {
        padding: 0rem 1rem 0rem 0;
    }
}

@media(max-width: 991px) {
    .contact-sec2 {
        padding: 3rem 1rem 3rem 0;
    }
}


@media(max-width: 576px) {
    .contact-sec2-content {
        padding: 1rem;
    }
}



/* Section 3 */

.contact-sec3 {
    padding: 3rem 0;
    background-color: #f5f5f5;
    font-weight: 500;
}

.contact-sec3 h3 {
    font-weight: 400;
    color: var(--tarsanlightgreen);
}

.contact-sec3 a {
    color: var(--tarsanblack);
    transition: 0.5s ease;
}

.contact-sec3 a:hover {
    opacity: 0.75;
}

.contact-sec3-col3 p {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

@media(max-width:1199px) {
    .contact-sec3 {
        padding: 3rem 1rem;
    }
}


@media(max-width: 991px) {
    .contact-sec3 {
        padding: 3rem 1rem;
    }
}

@media(max-width:576px) {
    .contact-sec3 {
        padding: 3rem 1rem;
    }
}



/* Section 4 */

.contact-sec4 {
    background-color: #D4EDC9;
    padding: 3rem 0;
}

.contact-sec4-container {
    padding: 0 4rem;
    padding-right: 8rem;
}

.contact-sec4 h3 {
    font-size: 40px;
    font-weight: 700;
    color: #006400;
}

.contact-sec4 .form-control {
    border: 2px solid #00a326;
    border-radius: 1rem;
    padding: 6px 15px;
    background: transparent;
    color: var(--tarsanblack);
    font-size: 0.8rem;
    font-weight: 500;
}

.contact-sec4 .form-control::placeholder {
    font-weight: 500;
    color: var(--tarsanblack);
}

.contact-sec4 textarea.form-control {
    height: 6.5rem;
    resize: none;
}

.contact-sec4 .btn-submit {
    background: #00a326;
    color: #fff;
    padding: 6px 40px;
    border-radius: 0.8rem;
    font-size: 0.8rem;
    font-weight: 600;
    width: 100%;
}

.contact-sec4 .btn-submit:hover {
    background: #008f20;
    color: #fff;
}

.contact-sec4-fields {
    padding: 0 1rem;
}





@media (max-width: 1199px) {
    .contact-sec4 {
        padding: 2.5rem 1rem;
    }

    .contact-sec4 h3 {
        font-size: 34px;
    }

    .contact-sec4-fields {
        padding: 0 1.5rem;
    }
}



@media (max-width: 991px) {
    .contact-sec4 {
        padding: 2.2rem 0;
    }

    .contact-sec4 h3 {
        font-size: 30px;
        text-align: center;
    }

    .contact-sec4-fields {
        padding: 0 1rem;
    }

    .contact-sec4 .form-control {
        font-size: 0.95rem;
        padding: 8px 12px;
    }

    .contact-sec4 .btn-submit {
        font-size: 16px;
        padding: 12px 30px;
    }

    .contact-sec4-container {
        padding: 0;
    }
}


@media (max-width: 576px) {
    .contact-sec4 {
        padding: 3rem 1rem;
    }

    .contact-sec4 h3 {
        font-size: 26px;
        text-align: center;
        line-height: 1.3;
    }

    .contact-sec4-fields {
        padding: 0;
    }

    .contact-sec4 .form-control {
        padding: 10px;
        font-size: 0.9rem;
    }

    .contact-sec4 textarea.form-control {
        height: 5.5rem;
    }

    .contact-sec4 .btn-submit {
        font-size: 16px;
        padding: 12px 20px;
        border-radius: 0.65rem;
    }

    .contact-sec4-container {
        padding: 0;
    }
}


/* Section 5 */

.contact-sec5 {
    padding: 4.5rem 0;
    background-color: var(--tarsangreen);
    color: var(--tarsanwhite);
    text-align: center;
}

.contact-sec5 h3 {
    font-weight: 300;
}


@media(max-width:1199px) {
    .contact-sec5 {
        padding: 4.5rem 1rem;
    }
}

@media(max-width:991px) {
    .contact-sec5 {
        padding: 3rem 1rem;
    }
}


@media(max-width:576px) {
    .contact-sec5 {
        padding: 3rem 1rem;
    }
}




/* --------------------------------------- Product Line ------------------------------------------------ */

/* Hero Section */

.product-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-hero-section-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.product-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
        
            rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;



}



.product-wave-left,
.product-wave-right {
    position: absolute;
    bottom: 0;
    width: 31%;
    z-index: 2;
}

.product-wave-left {
    left: 0;
}

.product-wave-right {
    right: 0;
}



.product-hero-content {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 900px;
    margin-top: 1.5rem;
}

.product-hero-content h1 {
    font-weight: 700;
    text-shadow: 2px 2px 35px rgba(0, 0, 0, 0.568);
}



@media (max-width: 1199px) {

    .product-hero-section {
        height: 40vh;
    }

    .product-hero-section::before  {
        height: 40vh;
    }

    .product-wave-left,
    .product-wave-right {
        display: none;
    }
}


@media (max-width: 768px) {
     .product-hero-section {
        height: 60vh;
    }

    .product-hero-section::before  {
        height: 60vh;
    }
    
    .product-hero-content h1 {
        font-size: 2rem;
    }

    .product-wave-left,
    .product-wave-right {
        display: none;
    }

    .header-date-container {
        padding: 0;
    }
}



@media(max-width:576px) {

    .product-hero-section,
    .product-hero-section::before {
        height: 60vh;
    }

    .product-hero-content {
        margin-top: 4rem;
    }
}


/* Section 2 */

.product-sec2 {
    padding: 3rem 0;
    background-color: #D4EDC9;
}

.product-sec2-main-title {
    color: var(--tarsangreen);
}

.product-sec2-sub-title {
    color: var(--tarsanlightgreen);
    font-weight: 400;
    margin-top: 1rem;
}

.product-sec2-title {
    color: var(--tarsangreen);
}

.product-sec2-title span {
    color: var(--tarsanlightgreen);
    font-weight: 400;
}

.product-sec2-products {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-right: 2rem;
}

.product-sec2-products img {
    border-radius: 1rem;
    margin-bottom: 0.8rem;
}

.product-sec2-products p {
    font-weight: 700;
}

@media(max-width:1199px) {
    .product-sec2 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}

@media(max-width:991px) {
    .product-sec2 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}


@media(max-width:576px) {
    .product-sec2 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}



/* Section 3 */
.product-sec3 {
    padding: 3rem 0;
}

@media(max-width:1199px) {
    .product-sec3 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}

@media(max-width:991px) {
    .product-sec3 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}

@media(max-width:576px) {
    .product-sec3 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}


/* Section 4 */
.product-sec4 {
    padding: 3rem 0;
    background-color: #D4EDC9;
}

@media(max-width:1199px) {
    .product-sec4 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}

@media(max-width:991px) {
    .product-sec4 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}

@media(max-width:576px) {
    .product-sec4 {
        padding: 3rem 1rem;
        padding-right: 0;
    }

    .product-sec2-products {
        padding-right: 1rem;
    }
}






/* --------------------------------------------- Know us --------------------------------------------------- */

/* Hero Section */

.know-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.know-hero-section-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.know-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(27, 113, 3, 0.55) 50%,
            rgba(27, 113, 3, 0.6) 100%);
    z-index: 1;



}



.know-wave-left,
.know-wave-right {
    position: absolute;
    bottom: 0;
    width: 31%;
    z-index: 2;
}

.know-wave-left {
    left: 0;
}

.know-wave-right {
    right: 0;
}



.know-hero-content {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 900px;
    margin-top: 1.5rem;
}

.know-hero-content h1 {
    font-weight: 700;
    text-shadow: 2px 2px 35px rgba(0, 0, 0, 0.568);
}



@media (max-width: 1199px) {

    .know-hero-section {
        height: 40vh;
    }

    .know-hero-section::before  {
        height: 40vh;
    }

    .know-wave-left,
    .know-wave-right {
        display: none;
    }
}


@media (max-width: 768px) {
    .know-hero-content h1 {
        font-size: 2rem;
    }

    .know-wave-left,
    .know-wave-right {
        display: none;
    }

    .header-date-container {
        padding: 0;
    }
}



@media(max-width:576px) {

    .know-hero-section,
    .know-hero-section::before {
        height: 60vh;
    }

    .know-hero-content {
        margin-top: 4rem;
    }
}




/* Section 2 */


.know-sec2-content {
    max-width: 800px;
    padding-left: 3rem;
}



.know-sec2 .know-sec2-content h2 {
    color: var(--tarsangreen);
}

.know-sec2 .know-sec2-content h2 span {
    font-weight: 400;
    color: var(--tarsanlightgreen);
}

.know-sec2-content p {
    color: var(--tarsanblack);
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
}

@media(max-width: 1199px) {
    .know-sec2 {
        padding: 0rem 1rem 0rem 0;
    }
}

@media(max-width: 991px) {
    .know-sec2 {
        padding: 3rem 1rem 3rem 0;
    }
}


@media(max-width: 576px) {
    .know-sec2-content {
        padding: 1rem;
    }
}


/* Section 3 */

.know-sec3 {
    padding: 3rem 0;
    background-color: #D4EDC9;
}

.know-sec3 h2 {
    color: var(--tarsangreen);
}

.know-sec3 h2 span {
    color: var(--tarsanlightgreen);
    font-weight: 400;
}


.know-sec3-feature-card {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
}

.know-sec3-feature-card img {
    width: 2.5rem;
    height: auto;
}

.know-sec3-feature-card p {
    font-weight: 500;
    text-align: justify;
}

@media(max-width:1199px) {
    .know-sec3 {
        padding: 3rem 1rem;
    }
}

@media(max-width:991px) {
    .know-sec3 {
        padding: 3rem 1rem;
    }
}


@media(max-width:576px) {
    .know-sec3 {
        padding: 3rem 1rem;
    }
    
    .know-sec3-feature-card {
        padding: 0;
    }
}



/* Section 4 */

.know-sec4 {
    padding: 0 0 3rem 0;
}

.know-sec4-container1 {
    padding: 2rem 3rem;
    border: 1px solid #000;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.know-sec4-container1 img {
    width: 8rem;
    height: auto;
}

.know-sec4-container1 h2 {
    color: var(--tarsangreen);
}

.know-sec4-container1 h2 span {
    color: var(--tarsanlightgreen);
    font-weight: 400;
}

.know-sec4-container1 p {
    font-weight: 500;
    text-align: justify;
}


.know-sec4-container2 {
    padding: 2rem 3rem;
    padding-left: 0;
    border: 1px solid #000;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.know-sec4-container2 img {
    width: 11rem;
    height: auto;
}

.know-sec4-container2 h2 {
    color: var(--tarsangreen);
}

.know-sec4-container2 h2 span {
    color: var(--tarsanlightgreen);
    font-weight: 400;
}

.know-sec4-container2 li {
    font-weight: 500;
    color: #888;
    margin-bottom: 1rem;
    background: url(images/Tick.svg) no-repeat left top;
    text-align: justify;
}

@media(max-width:1199px) {
    .know-sec4 {
        padding: 0rem 1rem;
        padding-bottom: 3rem;
    }
}

@media(max-width:991px) {
    .know-sec4 {
        padding: 0rem 1rem;
        padding-bottom: 3rem;
    }
}

@media(max-width:576px) {
    .know-sec4 {
        padding: 0rem 1rem;
        padding-bottom: 3rem;
    }

    .know-sec4-container1 {
        flex-direction: column;
    }

    .know-sec4-container2 {
        flex-direction: column;
        padding: 3rem;
    }

    .know-sec4-container2 img {
        transform: translateX(-3rem);
        width: 100%;
        height: auto;
    }
}


/* Section 5 */

.know-sec5 {
    padding: 4rem 0;
    background: url('images/know-short-banner.png') no-repeat center top / cover;
    background-attachment: fixed;
    position: relative;
}

.know-sec5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #327d1e;
    mix-blend-mode: multiply;
    z-index: 1;
}





/* ------------------------------------------------ Social Responsibility ------------------------------------------- */

.social-sec2-container-right-image img {
    border-radius: 1rem;
}

.social-sec2-container-right-content {
    padding-right: 6rem;
    padding-left: 3rem;
}

.social-sec2-container-right-content h2 {
    color: var(--tarsangreen);
}

.social-sec2-container-right-content h2 span {
    color: var(--tarsanlightgreen);
    font-weight: 400;
}

.social-sec2-container-right-content p {
    font-weight: 500;
    text-align: justify;
}

.social-sec2-container {
    position: relative;
}

.social-sec2-container-right-graphic {
    position: absolute;
    top: 20%;
    right: 0;
    width: 15%;
    padding: 0;
}



.social-sec2-container-left-image img {
    border-radius: 1rem;
}

.social-sec2-container-left-content {
    padding-right: 3rem;
    padding-left: 6rem;
}

.social-sec2-container-left-content h2 {
    color: var(--tarsangreen);
}

.social-sec2-container-left-content h2 span {
    color: var(--tarsanlightgreen);
    font-weight: 400;
}

.social-sec2-container-left-content p {
    font-weight: 500;
    text-align: justify;
}

.social-sec2-container {
    position: relative;
    padding: 0 !important;
}

.social-sec2-container-left-graphic {
    position: absolute;
    top: 20%;
    left: 0;
    width: 15%;
    padding: 0;
}

.social-sec2-container-left, .social-sec2-container-right {
    display: flex;
    align-items: center;
}

@media (max-width:991px) {
    .social-sec2-container-left, .social-sec2-container-right {
        align-items: start;
    }
}


@media(max-width:576px) {
    .social-sec2-container-right-content, .social-sec2-container-left-content {
        padding: 0;
        padding-top: 1rem;
    }

    .social-sec2-container-right-graphic, .social-sec2-container-left-graphic {
        display: none;
    }

    .social-sec2-container-left {
        flex-direction: column-reverse;
    }

    
}



/* ----------------------------------------------- Blogs ------------------------------------------------ */
/* Section 1 */

.blog-archive-hero {
    width: auto;
    height: 50vh;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.blog-archive-hero h1 {
    color: var(--tarsangreen);
    margin-top: 5rem;
}


/* Section 2 */


.blogs-archive {
    padding: 3rem 0;
}

.blogs-archive-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blogs-archive-card p {
    margin-top: 1rem;
    text-align: center;
}

.blogs-archive-card a {
    color: var(--tarsanblack);
    font-weight: 600;
}


.blogs-archive-card-image {
    width: 100%;
    height: auto;
}

.blogs-archive-card-image img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}


.blogs-archive-inner {
    padding: 1rem;
}



@media(max-width:1199px) {
    .blog-archive-hero {
        height: 40vh;
    }
    
    .blogs-archive {
        padding:0;
    }
}

@media(max-width:991px) {
    .blog-archive-hero {
        height: 60vh;
    }
    
    .blogs-archive {
        padding: 0;
    }
}


@media(max-width:576px) {
    .blogs-archive {
        padding: 0;
    }

    .blogs-archive-card-image {
        width: 100%;
        height: auto;
    }
    
    .blog-archive-hero {
        height: 70vh;
    }
    
    .blogs-archive-card-image img {
        border-radius: 0.5rem;
    }
}



/* ----------------------------------------------- Single Blogs ------------------------------------------------ */

.single-blog-content {
    padding-top: 13rem;
    padding-bottom: 3rem;
}

.single-blog-content h1 {
    color: var(--tarsangreen);
}

.single-blog-content img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; 
    border-radius: 1rem;
    width: 100%;
    height:25rem;
    object-fit: contain;
    background-color: #D4EDC9;
}


.single-blog-content-container a {
    color: #000;
    text-decoration: underline !important;
}

@media(max-width:1199px) {
    .single-blog-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media(max-width:991px) {
    .single-blog-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


@media(max-width:576px) {
    .single-blog-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}








.back-to-blog-btn a {
    background-color: var(--tarsanlightgreen);
    color: var(--tarsanwhite);
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid var(--tarsanlightgreen);
    border-radius: 0.65rem;
    padding: 0.5rem 1rem;
    height: fit-content;
    transition: 0.5s ease;
}

.back-to-blog-btn a:hover {
    background-color: transparent;
    color: var(--tarsanlightgreen);
}




/* ----------------------------------- Terms and Conditions --------------------------------- */

.tarsan-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tarsan-content h2 {
    color: var(--tarsangreen);
    font-size: 1.8rem;
    padding-bottom: 3rem;
    
}

.tarsan-content h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
}

.tarsan-content p {
    font-size: 0.8rem;
}


.tarsan-content .terms-and-condition-content {
    column-count: 2;
    column-gap: 3rem;          
    column-rule: 1px solid #e5e5e5; 
    text-align: justify;
}

@media(max-width:1199px) {
    .tarsan-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media(max-width:991px) {
    .tarsan-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 768px) {
    .tarsan-content .terms-and-condition-content {
        column-count: 1;
        column-gap: 0;
        column-rule: none;
    }
}


@media(max-width:576px) {
    .tarsan-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}



/* ----------------------------------- Careers Page ---------------------------------- */

.careers-sec2 {
    padding: 3rem 0;
}

.careers-sec2-left h3 {
    color: var(--tarsangreen);
}

h2.accordion-header {
    padding-bottom: 0;
}

h2.accordion-header button {
    font-size: 0.9rem;
    font-weight: 500;
}

.accordion-button::after {
    display: block;
}

.accordion-button:not(.collapsed) {
    background-color: #D4EDC9;
    box-shadow: none;
    color: var(--tarsangreen);
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 0.8rem;
}

.careers-sec2-left {
    padding-right: 3rem;
}

.careers-sec2-right form {
    background-color: #D4EDC9;
    padding: 3rem;
    height: auto;
    width: 100%;
    border-radius: 0.3rem;
}

.careers-sec2-right form input, .careers-sec2-right form textarea {
    background-color: transparent;
    border: 1px solid #bebebe;
    padding: 0.3rem 0.6rem;
    font-size: 0.85rem;
    margin-bottom: 0.7rem;
    width: 100%;
    border-radius: 0.3rem;
}

.careers-sec2-right form label {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    color: #818181;
}

.careers-sec2-right form input::placeholder, .careers-sec2-right form textarea::placeholder {
    font-size: 0.85rem;
    color: #818181;
}


.careers-sec2-right form input#resume {
    font-size: 0.8rem;
}

.careers-sec2-right form #careers-submit {
    background-color: var(--tarsangreen);
    border: 1px solid var(--tarsangreen);
    color: var(--tarsanwhite);
    transition: 0.5s ease;
    border-radius: 0.3rem;
}

.careers-sec2-right form #careers-submit:hover {
    background-color: transparent;
    color: var(--tarsangreen);
}

@media(max-width:1199px) {
    .careers-sec2 {
        padding: 2rem 1rem;
    }
    
}

@media(max-width:991px) {
    .careers-sec2 {
        padding: 2rem 1rem;
    }
    
}


@media(max-width:576px) {
    .careers-sec2 {
        padding: 2rem 1rem;
    }
    
    .careers-sec2-left {
        padding-right: 0;
        padding-bottom: 2rem;
    }
    
    .careers-sec2-right form {
        padding: 2rem;
    }
}





/* -------------------------------- Corporate Video ------------------------------------- */

.corporate-video-sec2 {
    padding: 3rem 0;
    padding-bottom: 1rem;
}


.video-wrapper {
    padding: 1rem;
}

.video-wrapper p {
    margin-bottom: 0;
}


.video-box,
.video-wrapper iframe,
.video-wrapper video,
.video-placeholder {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    display: block;
}

/* YouTube iframe fix (WP embeds) */
.video-wrapper iframe {
    border: none;
}

/* Placeholder */
.video-placeholder {
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #777;
}

/* Title */
.corporate-video-sec2 h3 {
    text-align: center;
    color: var(--tarsangreen);
}

.mejs-container * { 
    border-radius: 0 0 1rem 1rem; 
} 

.wp-video-shortcode { 
    border-radius: 1rem; 
    
}



/*------------------------- Header ----------------------------------*/

.award-year-header.award-year-header-mobile img {
    width:10rem;
    height: auto;
}


.desktop-dropdown .current_page_item a{
    color: var(--tarsanlightgreen);
}


.offcanvas-body .navbar-nav a {
            transition: 0.5s ease;
            font-size: 0.8rem;
            padding: 0.5rem 1rem;
            color: #212529;
            display: block;
            font-weight: 500;
        }

        .offcanvas-body .navbar-nav a:hover {
            background-color: var(--tarsanlightgreen);
            color: var(--tarsanwhite);
        }

        .offcanvas-body .navbar-nav .current_page_item a {
            color:var(--tarsanlightgreen) !important;
        }

        .offcanvas-body .navbar-nav .current_page_item a:hover {
            color: var(--tarsanwhite) !important; 
        }
        
        
        
        
        



.wpcf7-textarea {
    height: 6rem;
}


.know-us .home-blog, .why-choose-us .home-blog, .products .home-blog, .social-responsibility .home-blog, .careers .home-blog, .blog .home-blog, .contact-us .home-blog, .offers .home-blog, .our-team .home-blog{
    display: none;
}



.ts-slider-mask .bx-wrapper {
    max-width: 1100px !important;
    box-shadow: none;
    border: none;
}

.ts-slider-mask .bx-viewport {
    margin-left: -0.5rem !important;
        height: 100% !important;
}


@media(max-width:1199px) {
    .ts-item {
        width: 255px !important;
        margin: 0 39px;
    }
}



@media(max-width:991px) {
    .ts-item {
        width: 280px !important;
        margin: 0 32px;
    }
}


@media(max-width:576px) {
    .ts-slider-mask .bx-viewport {
        margin-left: 0rem !important;
    }
    
    .ts-item {
        width: 273px !important;
        margin: 0 6px;
    }
    
    
    .ts-slider-mask {
        overflow:hidden;
        width: 278px;
        margin: 0 auto;
    }
}




/*---------- -- Our Team -----------------------*/

.team-sec2 {
    padding: 3rem 0;
    padding-bottom: 0;
}

.team-card {
    padding: 1.5rem 3rem;
}


.team-card img {
    border-radius: 1rem;
}


.team-card a h4 {
    font-size: 1rem;
    padding-bottom: 0.3rem;
    padding-top:1rem;
    color: #000;
}

.team-card a h6 {
    font-size: 0.75rem;
    color: #000;
    font-weight: 400;
}


.team-sec2 .modal-body {
    padding: 0 3rem 3rem 3rem;
}


.team-sec2 .modal-text {
    padding-left: 1.5rem;
}


.team-sec2 .modal-text h4 {
    font-size: 1rem;
}

.team-sec2 .modal-text h6 {
    font-size: 0.8rem;
    font-weight: 400;
}

.team-sec2 .modal-text p {
    font-size: 0.75rem;
    text-align: justify;
}

.team-sec2 .modal-dialog.modal-lg.modal-dialog-centered {
    max-width: 1200px;
}

.team-sec2 .modal-body img {
    border-radius: 1rem;
}


@media(max-width:991px) {
    .team-card {
        padding: 1rem;
    }
}


@media(max-width:576px) {
    .team-sec2 .modal-text {
        padding-left: 0;
        padding-top: 1rem;
    }
    
    
    .team-card {
        padding: 1rem;
    }
}




/*----------------------- Offers ---------------------------*/

.offers-sec2 {
    padding: 3rem 0;
}

.offers-sec2 h3 {
    color: var(--tarsangreen); 
}

.offers-sec2 h3 span {
    color: var(--tarsanlightgreen);
}

.offers-sec2 ul {
    list-style: none;
}

.offers-tile {
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 1rem;
    width: auto;
    height: 100%;
}

.offers-tile img {
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.offers-tile h6 {
    font-size: 1rem;
    font-weight: 500;
}

.offers-tile p {
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
}


.offers-tile-container {
    padding: 0.5rem;
}

@media(max-width:1199px) {
    .offers-tile-container {
        padding: 1rem;
    }
}


@media(max-width:991px) {
    .offers-tile-container {
        padding: 1rem;
    }
}

@media(max-width:576px) {
    .offers-tile-container {
        padding: 1rem;
    }
}
 


.tarsan-content h2, .tarsan-content h3, .tarsan-content h4, .tarsan-content h5, .tarsan-content h6 {
        color: var(--tarsangreen); 
}



 
.ts-card {
    height: 100%;
}

.ts-card-body p {
    margin: 0;
    overflow: hidden;
}


.single-blog-content-container {
    text-align:justify;
}