@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
:root{
--Thunder:#2d2d2d;
--Spruce:#0F5A3D;
--white:#fff;
--Alabaster:#FAFAF9; 
--Camel:#C9A44C;
--text-color:#2d2d2dcc;
}
body{
font-family: "Lato", sans-serif;
}
*{
padding: 0;
margin: 0;
box-sizing:0;
}
h1,h2,h3,h4,h5,h6{
font-family: "Cormorant Garamond", serif;  
}
/* navbar start */
/* Navbar Base */

.main-navbar {
background: var(--Alabaster);
padding-top: 24px;
padding-bottom: 0;
 box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   position: sticky;
    top: 0;
    z-index: 1050;
}
.container-fluid{
max-width: 1800px;
margin: 0 auto;
}
.main-navbar .navbar-nav{
justify-content: end;
}
.main-navbar .futurecollapse{
margin-bottom: 24px;
}
.navbar-title h3 {
font-family: 'Cormorant Garamond';
font-size: 30px;
font-weight: 400;
color: var(--Spruce);
letter-spacing: 0em;
}
.navbar-title .subhead {
font-family: 'Lato', sans-serif;
font-size: 12px;
font-weight: 300;
margin-top: 2px;
color: var(--Thunder);
margin-bottom: 0;
}
.nav-links {
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 300;
gap: 28px;
}
 .offcanvas-backdrop{
transition: 0.6s ease;
width: 100%;
 }
.nav-links .nav-link:hover {
color: var(--Spruce);
}
.nav-links .nav-link.active {
color: var(--Spruce);
font-weight: 300;
}

/* slider section start */
.hero-slide {
height: 90vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.hero-slide .overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.45);
}
.hero-content {
position: absolute;
top: 24%;
left: 4%;
z-index: 10;
max-width: 768px;
}
.hero-content h1 {
font-family: "Cormorant Garamond", serif;
font-size: 65px;
font-weight: 600;
color: var(--white);
}
.hero-content h4 {
color: var(--white);
font-family: "Lato", sans-serif;
font-weight: 300;
margin-top: 18px;
}
.hero-content p {
color: #ddd;
margin: 18px 0 30px;
font-size: 16px;
}
.badge-tag {
background: var(--Spruce);
padding: 10px 18px;
font-size: 13px;
border-radius: 6px;
display: inline-block;
margin-bottom: 22px;
color: var(--white);
}
.hero-buttons .btn-success {
background: var(--Spruce);
border-color: var(--Spruce);
padding: 16px 24px;
border-radius: 8px;
}
.hero-buttons .btn-success:hover{
background: var(--Camel);
border-color: var(--Camel);
color: var(--white);
}
.hero-buttons .btn-outline-light {
margin-left: 14px;
padding: 16px 24px;
border-radius: 8px;
background-color: var(--Thunder);
opacity: .6;
}
.hero-buttons .btn-outline-light:hover {
color: var(--Spruce);
background: var(--white);
}
.slide-number {
position: absolute;
right: 65px;
top: 35%;
text-align: center;
color: var(--white);
font-family: "Lato", sans-serif;
z-index: 20;         
isolation: isolate; 
}
.slide-number span {
font-size: 40px;
font-weight: 300;
font-family: "Cormorant Garamond", serif
}
.carousel-controls {
position: absolute;
right: 60px;
top: 50%;
display: flex;
gap: 12px;
z-index: 20;         
isolation: isolate;  
}
.carousel-controls .control {
width: 60px;
height: 60px;
border-radius: 50%;
border: none;
background: rgba(255,255,255,0.25);
backdrop-filter: blur(5px);
color: var(--white);
font-size: 20px;
cursor: pointer;
}
.carousel-controls .control.prev:hover  {
color: var(--white);
background: var(--Spruce);
}
.carousel-controls .control.next:hover  {
color: var(--white);
background: var(--Spruce);
}
.carousel.carousel-fade .carousel-item {
opacity: 0;
transition: opacity 1s ease-in-out;
}
.carousel.carousel-fade .carousel-item.active,
.carousel.carousel-fade .carousel-item-next.carousel-item-start,
.carousel.carousel-fade .carousel-item-prev.carousel-item-end {
opacity: 1;
}
.carousel.carousel-fade .carousel-item-start,
.carousel.carousel-fade .carousel-item-end {
opacity: 0;
}
/* slider section end */
/* about start */
.about-section {
padding: 120px 0;
background: #fefeff; 
}
.about-section .abouthead{
margin-bottom: 200px;
}
.about-title {
font-family: "Cormorant Garamond", serif;
margin-bottom: 10px;
font-size: 4.5rem;
line-height: 1;
letter-spacing: -.02em;
font-weight: 600;
}
.about-subtitle {
max-width: 750px;
margin: 0 auto;
color: var(--text-color);
font-size: 1.25rem;
line-height: 1.75;
letter-spacing: .01em;
font-weight: 300;
font-family: "Lato", sans-serif;
}
.about-boxes .about-icon {
width: 80px;
height: 80px;
background: var(--Spruce);  
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin-bottom: 40px;
}
.about-boxes .about-icon svg{
width: 40px;
height: 40px;
}
.about-boxes .about-icon img {
width: 35px;
}
.about-heading {
margin-bottom: 12px;
font-family: "Cormorant Garamond", serif;
font-size: 2.25rem;
line-height: 2.5;
letter-spacing: 0em;
font-weight: 400;
}
.about-text {
font-size: 16px;
color: var(--text-color);
line-height: 1.7;
font-size: 1.25rem;
line-height: 1.75;
letter-spacing: .01em;
font-weight: 300;
}
.text-check{
padding-left: 0;
}
.text-check li {
list-style: none;
font-size: 1rem;
line-height: 2.5;
letter-spacing: .01em;
font-weight: 300; 
color: var(--text-color);
}
.text-check li img{
width: 16px;
margin-right: 8px;
}
/* about bottom */
.aboutsection {
background: #f9fafb;
padding: 100px 0;
}
.about-content h2 {
font-family: "Cormorant Garamond", serif;
margin-bottom: 25px;
font-size: 3rem;
line-height: 1;
letter-spacing: -.01em;
font-weight: 400;
}
.about-content p {
font-size: 1.125rem;
line-height: 1.75;
letter-spacing: .01em;
font-weight: 300;
color: var(--text-color);
margin-bottom: 18px;
}
.aboutimg .image-wrapper {
position: relative;
height: 500px;          
width: 100%;
overflow: hidden;
border-radius: 20px;    
}
.aboutimg .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;      
display: block;
}
.aboutimg .image-wrapper .image-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(80,80,80,0.4), transparent);
}
/* about end */
/* service start */
.service-section{
  padding: 100px 0;
}
.service-section .abouthead{
margin-bottom: 100px;
}
.service-card {
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: 0.3s ease;
min-height: 420px;
margin-bottom: 40px;
}
.service-card:hover {
  background: var(--white);
  overflow: hidden;
     box-shadow: 0 16px 14px rgb(0 0 0 / 5%);
  transition: 0.3s ease;
}
.service-image {
  position: relative;
  overflow: hidden;
}
.service-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease; 
}
.service-card:hover .service-image img {
  transform: scale(1.1); 
}
.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.35), transparent);
  pointer-events: none;
}
.scard {
  padding: 25px 28px;
}
.scard h3 {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  margin-bottom: 12px;
}
.service-card:hover .scard h3 {
color: var(--Spruce);
}
.scard p {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.625;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.scard a {
  font-size: 16px;
  font-weight: 300;
  color: var(--Spruce); 
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
  text-decoration: none;
}
.scard a i{
margin-left: 0px;
transition: .6s;
}
.scard a:hover i{
margin-left: 8px;
transition: .6s;
}
.scard a:hover {
color: var(--Camel);
}
/* service end */
/* contact section start */
.contact-section .abouthead {
    margin-bottom: 80px;
}
.contact-section {
  margin-bottom: 80px;
  background: var(--white);
  font-family: "Cormorant Garamond", serif;
}
.contact-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 40px;
}
.contact-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.contact-subtitle span {
  color: #2c6b4b;
  font-weight: 600;
}
.contact-form label {
  font-size: 16px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}
.contact-form .form-control {
  border-radius: 8px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  opacity: .4;
  font-weight: 400;
}
.send-btn {
  background: #1b5f3a;
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.send-btn:hover {
  background: #164d2f;
}
.info-card {
  display: flex;
  align-items: flex-start;
  background: #f7f9fc;
  padding: 18px 20px;
  margin-bottom: 20px;
  gap: 20px;
}
.info-icon {
  width: 45px;
  height: 45px;
  background: #0b5f3f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon i {
  color: var(--white);
  font-size: 18px;
}
.info-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Cormorant Garamond", serif;
}
.info-card p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    overflow-wrap: break-word;
    word-break: break-word;
}

.info-card {
    white-space: normal !important;
    max-width: 100%;
}

/* regional section start */
.regional-section {
  padding: 70px 0;
  background: #f7f9fb;
}
.regional-section .about-title{
font-size: 3.5rem;
}
.regional-section .abouthead{
    margin-bottom: 80px;
}
.regional-card {
  background:var(--white);
  padding: 30px 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: 0.3s;
}
.regional-card h3 {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #145b38;
  margin-bottom: 18px;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.info-item i {
  font-size: 18px;
  color: #666;
  margin-top: 3px;
  opacity: .6;
}

.info-item p {
   margin: 0;
  font-size: 15px;
  color: #555;
  font-family: "Lato", sans-serif;
  font-weight: 300;
    overflow-wrap: break-word;
    word-break: break-word;
}

.info-item {
    white-space: normal !important;
    max-width: 100%;
}

.regional-card:hover {

  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
/* regional section end */
/* footer start */
.terra-footer {
  background: #2b2b2b; 
  color: #d1d1d1;
  padding: 100px 0;
  font-family: "Lato", sans-serif;
}
.terra-footer p{
  margin-bottom: 0;
}
.footer-title {
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
}
.footer-sub {
  font-size: 15px;
  color: #cccccc;
  margin-bottom: 15px;
  font-weight: 300;
}
.footer-desc {
  font-size: 15px;
  color: #bbbbbb;
  max-width: 90%;
  line-height: 1.6;
  margin-bottom: 30px!important;
  font-weight: 300;
}
.footer-social a {
  width: 40px;
  height: 40px;
  background: #0d5f3f;
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-right: 10px;
  transition: 0.3s;
  text-decoration: none;
}
.footer-social a:hover {
  background: #0a4f34;
}
.footer-heading {
  font-size: 22px;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", serif;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #cfcfcf;
  font-size: 15px;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 300;
    text-decoration: none;
}
.footer-links a:hover {
  color: var(--white);
}
.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.footer-contact i {
  font-size: 18px;
  color: #d4a72d;  
  margin-top: 3px;
}
.footer-contact p {
  margin: 0;
  color: #ccc;
  font-size: 15px;
}
.footer-line {
  border-color: rgba(255,255,255,0.08);
  margin: 25px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #bfbfbf;
}
.footer-bottom-links a {
  color: #bfbfbf;
  margin-left: 18px;
  transition: 0.3s;
    text-decoration: none;
}
.footer-bottom-links a:hover {
  color: var(--white);
}
   .text-fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s ease;
}
.text-fade-up.show {
    opacity: 1;
    transform: translateY(0);
}
/* responsive media start */
@media(max-width:1400px){
.about-title {
  font-size: 4rem;
}
.about-section .abouthead {
  margin-bottom: 100px;
}
.regional-section .about-title {
    font-size: 3rem;
}
}
@media(max-width:1200px){
  .hero-content h1 {
    font-size: 60px;
  }
    .about-title {
    font-size: 3.5rem;
    }
    .about-boxes .about-icon {
    width: 70px;
    height: 70px;
    }
    .about-boxes .about-icon svg {
    width: 35px;
    height: 35px;
}
}
@media(max-width:1024px){
  .container-fluid {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.about-section ,.aboutsection,.service-section,.terra-footer{
  padding: 80px 0;
}
}
@media (max-width: 992px) {
.contact-section {
  padding: 40px 15px;
}
.navbar-title h3 {
font-size: 24px;
}
.navbar-title .subhead {
font-size: 13px;
}
.aboutsection {
padding: 60px 0;
}
.about-content {
margin-bottom: 40px;
}
.navbar-toggler{
  border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.main-navbar {
    padding: 12px 0;
}
.offcanvas-header .btn-close{
 margin-right: 8px!important;
    margin-top: 15px!important; 
}
.offcanvas.offcanvas-top {
    height: auto !important;
    max-height: max-content !important;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: transform 0.6s ease, opacity 0.6s ease !important;
}
.offcanvas.offcanvas-top.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.offcanvas.offcanvas-top.closing {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    visibility: visible; 
}
.futurecollapse  .navbar-nav {
 margin-left: 20px; 
background: var(--white);
}
.about-boxes .about-icon {
    margin-bottom: 0;
}
.contact-form{
  margin-bottom: 20px;
}
.btn-close{
  border: none;
}
.btn-close:focus {
    box-shadow: none;
}
.aboutimg .image-wrapper {
    height: 100%;
}
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
      .hero-content h1 {
        font-size: 45px;
    }
    .about-title {
        font-size: 3rem;
    }
    .about-section, .aboutsection, .service-section, .terra-footer{
      padding: 60px 0;
    }
    .about-content h2,.contact-title {
    font-size: 2.5rem;
    }
    .regional-section .about-title{
       font-size: 2.5rem; 
    }
    .carousel-controls {
    bottom: 12px!important;
        top: auto!important;
    }
    .service-section .abouthead {
    margin-bottom: 40px;
}
.contact-section {
    margin-bottom: 40px;
}
}
@media(max-width:575px){
    .hero-content h1 {
        font-size: 40px;
    }
.hero-buttons .btn-success,.hero-buttons .btn-outline-light {
    padding: 12px 16px;
}
    .about-title {
        font-size: 2.5rem;
    }
    .about-section .abouthead {
        margin-bottom: 60px;
    }
    .about-heading {
    font-size: 2rem;
    line-height: 2;
    }
        .about-content h2, .contact-title {
        font-size: 2rem;
    }
    .service-section{
      padding-bottom: 0;
    }
    .hero-slide {
    height: 80vh;
    }
}
@media(max-width:425px){
.hero-content {
    top: 16px;
}
.hero-content {
    max-width: 100%;
    width: 100%;
}
.slide-number {
    top: 65%;
}
    .hero-buttons .btn-success, .hero-buttons .btn-outline-light {
        padding: 10px 12px;
        font-size: .89rem;
    }
        .navbar-title .subhead {
        font-size: 12px;
    }
        .about-title {
        font-size: 2rem;
    }
    .about-subtitle {
    font-size: 1.1rem;
    max-width: 100%;
    width: 100%;
    }
        .regional-section .about-title {
        font-size: 2rem;
    }
    .regional-section .abouthead {
    margin-bottom: 40px;
}
    .about-content h2, .contact-title {
font-size: 1.8rem;
    margin-bottom: 20px;
    }
        .about-boxes .about-icon {
        width: 60px;
        height: 60px;
    }
        .about-boxes .about-icon svg {
        width: 30px;
        height: 30px;
    }
    .about-section{
      padding-bottom: 20px;
    }
}
/* responsive end */