@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --white: #ffffffff; 
    --primary-green: #1bbd36;
    --main-gray: #1e1e1e;
    --main-transition: all 0.1s ease-in-out;
}

:root{

    /* Colors */
    --color-primary: #FF4B4B;
    --color-text: white;
    --color-white: #fff;
    --color-title: whitesmoke;
    --color-background: #f7f8fb;
    --color-border: #dae1f5;
    
    /* Fonts */
    --font-family: "Satoshi", sans-serif;
    --fs-sm: 1.4rem;
    --fs-md: 1.6rem;
    --fs-lg: 2.2rem;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    
    /* Transition & Box Shadow */
    --transition: 0.4s ease-in-out; 
    --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05); 
    
    }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Raleway", sans-serif ;
} 

body::-webkit-scrollbar {
    width: 8px; 
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: gray; 
    border-radius: 6px; 
  }
  
  body::-webkit-scrollbar-track {
  background-color:  lightgray; 
  }

::selection {
    color: darkgreen;
    background: rgb(202, 253, 202);
}
 
html{
    scroll-behavior: smooth;
} 
/* 
h1{
    font-size: 2rem;
    font-family: "open sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 41px;
}

h2{
    font-size: 1.75rem;
    font-weight: 700;
} */

.main-h1{
    font-size: 4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 4rem;
}



h5{
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}

p{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
    font-style: normal;
}

@media screen and (max-width: 768px) { 
    .main-h1{
        font-size: 2.7rem;
        font-weight: 400;
        font-style: normal;
        line-height: 4rem;
    }
    
        p {
            font-size: 0.9rem;
            line-height: 22px;
        }
}


.text-green{
    color: var(--primary-green);
}

.text-main-gray{
    color: var(--main-gray);
}

.footer-bg{
    background-color: var(--main-gray);
}


.btn-main-1{
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 8px 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 700;
    font-style: normal; 
    transition: var(--main-transition);
}

.btn-main-1:hover{
    background-color: #2b918e;
}

@media screen and (max-width: 768px){
    .btn-main-1{
        padding: 8px 15px;
        font-size: 13px;
    }
}
 
a{
    text-decoration: none;
}


/* ------------------------------------------------------------------ footer -------------------------------------------------------------- */

.custom-list {
    list-style-type: none;
    padding-left: 0; 
}

.custom-list-items {
    margin-bottom: 10px;
    font-size: .9rem;
}

.custom-list-items a {
    text-decoration: none; 
    color: #e0dddd; 
    /* color: #333;  */
    display: flex; 
    align-items: center;
    margin: 0;
    transition: .2s ease-in;
}

.custom-list-items a i {
    margin-left: 0;
    margin-right: 2px;
}

.custom-list-items a:hover {
    color: var(--primary-green); 
}

.img-container{
    width: 100px;
    /* height: 100px; */
    object-fit: contain;
}

.main-img{
    width: 100%;
    height: 100%; 
}

@media screen and (max-width: 768px) {
    .footer-logo {
        width: 100px;
        height: 100px;
    }
}

.text-roboto{
    font-family: 'nanum gothic', sans-serif;
}

.main-a{
    color: #e0dddd;  
    transition: .2s ease-in;
}

.main-a p{
    font-size: .9rem;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
}

.main-a:hover{
    color: var(--primary-green);
}

.footer-mini-p{
    font-size: .8rem;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
}

.main-span{
    color: var(--primary-green);
}

.main-span:hover{
    color: var(--main-gray);
}

/* ------------------------------------------------------------------ footer -------------------------------------------------------------- */

.nav-link-items{
    color: rgb(192, 192, 192);
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500;
    line-height: 26px;
    font-style: normal;
    margin-right: 60px;
    transition: .2s ease-in;
}

.nav-link-items:hover{
    color: var(--primary-green);
}

@media screen and (max-width: 768px){
    .nav-link-items{
        margin-right: 0;
    }
}

.logo-img{
    width: 100%;
    height: 50px;
}


.button-57 {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    border-radius: 2px;
    color: #18181a;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 13px 15px 13px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

  .button-57 span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
  }
  
  .button-57 span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
  }
  
  .button-57:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-green);
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
  }
  
  .button-57:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
  }
  
  .button-57:hover span:last-child {
    transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
  }

  @media screen and (max-width: 768px){
    .button-57:hover:after {
        transform: skewY(5.3deg) scaleY(3);
      }
      .button-57:hover span:last-child {
        margin-top: 8px;
      }
  }


  .menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
  }
  .line {
    fill: none;
    stroke: white;
    stroke-width: 2;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 2;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 2;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 2;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 2;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 2;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 2;
  }

  .active{
    color: var(--primary-green);
  }

/* ---------------------------------------------------------------- contact --------------------------------------------------------------- */

.banner-img-container {
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    .banner-img-container {
        height: 50vh;
    }
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-img-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Adjust the color and opacity as needed */
}

.banner-text {
    position: absolute;
    color: white;
    text-align: center;
    z-index: 1;
} 

.banner-text p {
    margin: 0;
    font-size: 1.25rem; /* Adjust size as needed */
}

.map{
    height: 450px;
}

@media screen and (max-width: 768px){
    .map{
        height: 350px !important;
    }
}

.icon-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--primary-green);
    border-radius: 50px;
}

.icon-container i{
    color: var(--white);
}

.text-lh-dark{
    color: rgb(115, 115, 115);
}
 
#contactform .form-group {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px){
    #contactform .form-group {
        margin-bottom: 20px;
    }
}

/* Remove blue shadow from form fields */
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: green; /* Add green border */
    outline: none; /* Remove outline for better appearance */
}

/* Optional: Add green border for textarea */
textarea.form-control:focus {
    box-shadow: none;
    border-color: green;
    outline: none;
}

#contactform .form-control {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    outline: none; 
    border-radius: 4px;
    transition: border-color 0.3s, height 0.3s;
}
 
#contactform .form-control:hover,
#contactform .form-control:focus {
    border-color: var(--primary-green);
}
 
#contactform .form-control::placeholder {
    color: #888;
    font-size: 12px;
}
 
#contactform #message {
    resize: none;
}
 
#contactform label {
    font-weight: bold;
    margin-bottom: 5px;
    font-weight: 500;
    color: #888;
    font-size: 14px;
}

#phone , #email , #name , #select_material{ 
    height: 50px;
} 

.bg-light-green{
    background-color: #ccf5ba;
    /* background-color: #deffd0; */
}

.rounded-lg{
    border-radius: 6px;
}

@media screen and (max-width: 768px){
    .rounded-lg{
        border-radius: 0;
    }
}

/* ------------------------------------------------------------------ about ---------------------------------------------------------------  */
 

.nav-tabs .nav-link {
    color: white; 
    background-color: transparent;
    border: none; 
    border-bottom: 2px solid transparent;
    border-radius: 50px;
    margin-right: 10px; 
    padding: 10px 100px;
    font-weight: 500;
}


@media screen and (max-width: 768px){
    .nav-tabs .nav-link {
        padding: 10px 50px;
    }   
}

.nav-tabs .nav-link.active {
    color: var(--primary-green);
    border-color: var(--primary-green);
}

.nav-tabs .nav-link:hover {
    color: var(--primary-green); 
    text-decoration: none; 
    background-color: #f8f9fa; 
    border-color: #dee2e6;
}


@media screen and (min-width: 768px){
/* Tab Content */
.tab-content {
    padding: 20px; 
}    
}

.tab-pane {
    display: none; 
}

.tab-pane.active {
    display: block; 
}

.rounded-pill-lg{
    border-radius: 300px;
}

@media screen and (max-width: 768px){
    .rounded-pill-lg{
        border-radius: 0;
    }
}

.bg-light-main{
    background-color: #e8e9eb;
}

/* CSS */
.button-28 {
  appearance: none;
  /* background-color: transparent; */
  border: 2px solid var(--primary-green);
  border-radius: 50px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 30px;
  min-width: 0;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 100%; */
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color: var(--primary-green);
  box-shadow: 0 4px 8px rgba(104, 235, 17, 0.1);
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

.card-img-top{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Basic card styles */
.card {
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Image zoom effect */
.card-img-top {
    transition: transform 0.3s;
}

/* Hover effect for card */
.card:hover {
    box-shadow: 0 4px 8px rgba(85, 214, 16, 0.6);
}

/* Hover effect for image */
.card:hover .card-img-top {
    transform: scale(1.1);
}

.img-container-2{
    width: 100%;
    height: 200px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.card-title-main{
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    color: var(--primary-green);
}

.card-text-p{
    font-size: .85rem;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
    color: var(--main-gray);
}

 

/* ------------------------------------------------------------------ Privacy ---------------------------------------------------------------  */

.accordion__wrapper {
    background-color: var(--color-white);
    box-shadow: var(--shadow);
    border-radius: 1.5rem;
    /* width: 100%;
    max-width: 60rem; */
    /* padding: 1rem; */
}

.accordion__title{
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: var(--color-title);
    text-align: center;
    margin-bottom: 4rem;
}

.accordion {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
} 

.accordion__icon {
    background-color: var(--primary-green);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-white);
    flex-shrink: 0;
}

.accordion__question{
    font-size: var(--fs-md);
    font-weight: var(--fw-medium);
    color: var(--color-title);
}

@media screen and (max-width: 768px){
    .accordion__question{
        font-size: 1.2rem;
    }
}

.accordion__answer{
    padding: 2rem 0;
    color: white;
}

.accordion__content{
    overflow: hidden;
    height: 0;
    transition: var(--transition);
}

.accordion__question--active {
    color: var(--primary-green);
}

/* ------------------------------------------------------------------- index ---------------------------------------------------------------   */

 /* Reduce the height of the carousel */
.carousel-inner {
    height: 88vh;  
    position: relative;
}

.carousel-item img {
    height: 88vh;
    object-fit: cover;
    filter: brightness(50%); 
} 

.text-container {
    position: absolute;
    top: 50%;
    left: 50%; 
    width: 80%;
    transform: translate(-50%, -50%);
    color: white; /* Ensure text is readable */
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); /* Optional: add text shadow for better readability */
}

.carousel-h1{
    font-size: 4.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 5rem;
}

@media screen and (max-width: 768px){
    .carousel-inner {
        height: 60vh;  
    }
    .carousel-item img {
        height: 60vh;
    filter: brightness(50%); 
    } 
    .text-container {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        color: white; /* Ensure text is readable */
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); /* Optional: add text shadow for better readability */
    }
    .carousel-h1{
        font-size: 2rem;
        font-weight: 400;
        font-style: normal;
        line-height: 2rem;
    }
}

.about-img{
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
@media screen and (max-width: 1029px){
    .about-img{
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
    }
}
@media screen and (max-width: 768px){
    .about-img{
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
    }
}
@media screen and (max-width: 450px){
    .about-img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }
}