
html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    color: #000000;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease;
    color: inherit !important;
}

button {
    transition: 0.5s ease;
}

ul {
    margin: 0;
    padding: 0 !important;
}

ul li {
    list-style: none;
}

ol {
    padding: 0;
    margin: 0;
}

ol li {
    list-style: none;
}

p {
  margin-bottom: 0 !important;
}

.form-control:focus,
.btn:focus {
    box-shadow: none;
}

.section-padding-tb {
    padding: 5rem 0;
}

.section-padding-t {
    padding-top: 5rem;
}

.section-padding-b {
    padding-bottom: 5rem;
}

.comm-title {
    font-weight: 600;
    font-size: 42px;
}

.btn-contact {
    border-radius: 5px !important;
    background-color: rgb(52 130 57) !important;
    padding: 15px 40px !important;
    font-size: 14px !important;
    color: #fff !important; 
    font-weight: 600 !important;
    transition: 0.3s ease-in-out all;
  }

.btn-contact:hover {
    background-color: #000000 !important;
  }

:root {
  --primary-color: #000;
  --secondary-color: #555;
  --bg-color: #eaf2eb;
  --accent-color: #25944a;
}

/* header style is here  */
.site-header {
  background-color: var(--bg-color);
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
  height: 6.5rem;
}

.site-header.hide {
  transform: translateY(-100%);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo-area .logo {
  width: 100%;
  max-width: 155px;
}

.main-navigation .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
}

.main-navigation .menu.active {
  display: flex;
}

.main-navigation .menu-item {
  position: relative; 
}

.main-navigation a {
  font-family: inherit;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.main-navigation .menu-item a {
  display: block;
  padding: 10px 15px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.main-navigation .menu-item a:hover {
  color: var(--accent-color);
}

.main-navigation .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background: #fff;
  min-width: 200px;
  padding: unset !important;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  flex-direction: column;
}

.main-navigation .submenu li a {
  padding: 15px 15px;
  color: var(--primary-color);
  font-weight: 400;
  text-transform: capitalize;
}

.main-navigation .submenu li a:hover {
  background-color:var(--accent-color);
  color: #ffffff !important;
}

.main-navigation .menu-item.has-submenu:hover > .submenu {
  display: flex;
}

.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: block; 
}

.nav-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--primary-color);
  margin: 4px 0;
  transition: transform 0.3s ease;
}

/* side panel style is here  */
.side-panel {
  background: #228B22;
  background: linear-gradient(1deg, rgba(34, 139, 34, 0.52) 17%, rgba(255, 255, 255, 0.27) 82%);
}
.offcanvas-body .menu{
  font-size: 16px;
  font-family: "Amiko", Sans-serif;
}

.offcanvas-body .menu li {
  margin-bottom: 1rem;
  font-weight: 600;
  transition: 0.3s ease-in-out all;
}

.offcanvas-body .menu li:hover {
  color: #096E2A;
}

/* Main menu */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Arial, sans-serif;
}



.menu > .menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 15px 20px;
  cursor: pointer;
}

/* Submenu */
.submenu {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.submenu li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}



/* Toggle icon */
.toggle-icon {
  font-weight: bold;
  transition: transform 0.3s ease;
}

.menu-item.open > a .toggle-icon {
  transform: rotate(45deg); /* + becomes × */
}


/* hero section style is here  */
.carousel-item img {
  height: 500px;       
  object-fit: cover;    
}

.carousel-caption {
  z-index: 2;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.527); 
  z-index: 1; 
}

.carousel-caption h1, 
.carousel-caption p {
  color: #fff; 
}

.slider-title{
  font-family: "Inder", Sans-serif;
  text-transform: capitalize;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
  width: 80%;
}

.slider-content{
  font-family: "Amiko", Sans-serif;
  letter-spacing: 2px;
  font-size: 15px;
}

.hamberg-menu{
  font-size: 32px !important;
  color: rgb(52 130 57) !important;
}


/* company overview section   */

.company-overview {
  background-color: #f0f5f0; 
  padding: 80px 20px;        
  text-align: center;
}

.company-overview-desc {
  text-align: justify;
}

.company-overview h2 {
  font-family: "Inder", Sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111; 
}

.company-overview p {
  font-family: "Amiko", Sans-serif;
  letter-spacing: 2px;
  font-size: 1rem;
  line-height: 1.8;
  color: #777777; 
}


/* footer section  */
.footer {
  background: #111;
  color: #f1f1f1;
  padding: 50px 20px 20px;
}

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

.footer .row {
  margin-bottom: 30px;
}

.footer-col h4,
.footer-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Inder", Sans-serif;
}

.footer-col p,
.footer-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #bbb;
  font-family: "Amiko", Sans-serif;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #fff; 
}

.footer-bottom {
  text-align: center;
  padding: 1rem 0rem;
  font-size: 0.9rem;
  color: #0c0c0c;
}

.footer-menu-list{
  font-family: "Amiko", Sans-serif;
  line-height: 2.2;
  font-size: 15px;
  text-transform: uppercase;
}

/* banner style is here  */
.page-banner {
  background: linear-gradient(to bottom, #a8d5a2, #228b22);
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.page-banner h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.2);
  font-family: "Inder", Sans-serif;
}

.page-banner .breadcrumbs {
  font-size: 16px;
  color: #f0f0f0;
  font-weight: 600;
}

.page-banner .breadcrumbs a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.page-banner .breadcrumbs span {
  margin: 0 8px;
  color: #ddd;
}

/* estate section  */
.estates-section {
  padding: 40px;
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

th, td {
  padding: 12px;
  text-align: center; 
  border: 1px solid #ddd;
}

th {
  background-color: #096E2A !important;
  border-right: 2px solid white !important;
  color: white !important;
  font-family: "Inder", sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

td {
  border-right: 2px solid white !important;
  font-weight: 600;
}

.table-heading-row {
  background-color: #4CAF50;
  color: white;
  font-family: "Inder", sans-serif;
  font-size: 16px;
}

.table-title {
  font-family: "Inder", Sans-serif;
  text-align: left !important;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* report section  */
.reports-section {
  background-color: #f5fbf5; 
  font-family: "Inder", Sans-serif;
}

.report-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.report-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.report-list li {
  margin-bottom: 12px;
}

.report-list a {
  text-decoration: none;
  color: #72787a !important;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s;
  text-transform: uppercase;
}

.report-list a:hover {
  color: #228b22 !important; 
  text-decoration: underline !important;
}


/* company profile section  */
.about-section {
  background-color: #f5fbf5; 
  font-family: "Inder", Sans-serif;
}

.about-text {
  max-width: 1000px;  
  line-height: 1.8;   
  font-size: 16px;
  color: #72787a !important;
  text-align: justify; 
  font-family: "Amiko", Sans-serif;
}

.about-text p{
  font-weight: 400 !important;
}


/* vision mission section  */
.vision-mission {
  background-color: #f5fbf5; /* same light background you used */
  font-family: "Inder", Sans-serif;
}

.vm-title {
  font-size: 30px;
  font-family: "Inder", Sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.vm-text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 800px;
  color: #72787a !important;
}


/* coporate information section  */
.corporate-info {
  background: #f5fbf5; 
  font-family: "Inder", sans-serif;
}

.ci-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  text-align: left; 
}

.ci-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000000;
}

.ci-list {
  padding: 0;
  margin: 0;
}

.ci-list li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #72787a;
}

.ci-list i,
.ci-subtitle i,
.corporate-info p i {
  margin-right: 6px;
  color: #228b22; 
}

.office-details{
  margin-bottom: 0.8rem !important;
  color: #72787a;
}

.company-info-titles {
  font-weight: 600;
}

.company-info {
  font-size: 20px;
}

/* contact us form */
.contact-section {
  max-width: 1100px;
  margin: auto;
  padding: 50px 20px;
  color: #000000;
}

.contact-title{
  font-size: 40px !important;
  font-family: "Inder", Sans-serif; 
}

.contact-icon {
  font-size: 2rem;
}

.contact-section h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}

.contact-info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 40px;
}

.contact-info div {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.contact-info i {
  font-size: 28px;
  color: #1a6d36;
  margin-bottom: 10px;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form {
  flex: 1;
  min-width: 280px;
}

.contact-form h4 {
  margin-bottom: 15px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.contact-form button {
  background: #1a6d36;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.contact-form button:hover {
  background: rgb(52 130 57);
}

.contact-map {
  flex: 1;
  min-width: 280px;
}

.contact-info-details-box:hover p{
  color: #1da54a !important; 
}

.contact-info-details-box p{
  transition: 0.3s ease-in-out all;
}

.map-iframe {
  height: 26.3rem;
  width: 100%;
}

textarea:focus-visible,
input:focus-visible {
  outline: none;   
  box-shadow: 0 0 0 2px #1da54a; 
}

.alert {
  margin: 15px 0;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  max-width: 600px;
}

.alert.success {
  background: #e6ffed;
  border: 1px solid #28a745;
  color: #155724;
}

.alert.error {
  background: #ffe6e6;
  border: 1px solid #dc3545;
  color: #721c24;
}

/* pre loader  */
#preloader_4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; /* White overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* keep it above all content */
}

#preloader_4 span {
    width: 20px;
    height: 20px;
    background: #28a745;
    opacity: 0.5;
    border-radius: 20px;
    animation: preloader_4 1s infinite ease-in-out;
    margin: 0 5px;
}

#preloader_4 span:nth-child(2) { animation-delay: .2s; margin-left: 10px; }
#preloader_4 span:nth-child(3) { animation-delay: .4s; margin-left: 10px; }
#preloader_4 span:nth-child(4) { animation-delay: .6s; margin-left: 10px; }
#preloader_4 span:nth-child(5) { animation-delay: .8s; margin-left: 10px; }

@keyframes preloader_4 {
    0%   {opacity: 0.3; transform:translateY(0px);}
    50%  {opacity: 1; transform: translateY(-10px); background:#62f10f;}
    100% {opacity: 0.3; transform:translateY(0px);}
}

@media (max-width: 1450px) {
  .slider-title{
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .slider-title{
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .main-navigation .menu {
    display: flex !important;
    flex-direction: row;
    gap: 20px;
  }

  .nav-toggle {
    display: none; 
  }

  .main-navigation .submenu {
    position: absolute;
  }
}

@media (max-width: 992px) {
  .btn-contact {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .slider-title{
    font-size: 40px;
  }
  .page-banner h1 {
    font-size: 38px;
  }
  .contact-title{
    font-size: 30px !important;
  }
  .vm-text {
    text-align: justify;
  }

}


@media (max-width: 576px) {
  .estates-section {
    padding: 10px;
  }
}

/* fonts is here */
@font-face {
    font-family: 'Inder';
    src: url('../vendors/fonts/inder/Inder-Regular.eot'); /* IE9 Compat Modes */
    src: url('../vendors/fonts/inder/Inder-Regular.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../vendors/fonts/inder/Inder-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../vendors/fonts/inder/Inder-Regular.woff') format('woff'), /* Modern Browsers */
         url('../vendors/fonts/inder/Inder-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../vendors/fonts/inder/Inder-Regular.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Amiko';
  src: url('../vendors/fonts/amiko/Amiko-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('../vendors/fonts/amiko/Amiko-SemiBold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../vendors/fonts/amiko/Amiko-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../vendors/fonts/amiko/Amiko-SemiBold.woff') format('woff'), /* Modern Browsers */
       url('../vendors/fonts/amiko/Amiko-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../vendors/fonts/amiko/Amiko-SemiBold.svg') format('svg'); /* Legacy iOS */
  font-weight: 600; /* Use 600 for SemiBold */
  font-style: normal;
}
