
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
}

{% comment %} Header Code Start {% endcomment %}
/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 30%;
  height: 80px; /* Should be removed. Only for demonstration */
}
.column2 {
  float: left;
  width: 55%;
  height: 80px; /* Should be removed. Only for demonstration */
  background-color: transparent;
}
.column3 {
  display: flex;
  align-items: center;      /* icon aur text vertically center hon */
  background-color: #6f9e01;
  padding: 10px;
  
  width: cover;
  height: 60px;
}

.column3 img {
  width: 40px;
  margin-right: 10px;
}

.column3 .text-box {
  display: flex;
  flex-direction: column;   /* saare p ek column me */
}

.column3 p {
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 1.4;
}


/* .column4 {
  float: left;
  width: 50%;
  height: 40px; 
  position: relative;
} */
  .column4 {
  float: left;
  width: 50%;        /* jitni white chahiye utni black ho jayegi */
  height: 40px;      
  position: relative;
  background-color: #ffffff; /* default white */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.column4 a img {
  width: 38px;
  height: 38px;
  padding-left: 49%; 
  padding-top: 2px;
}

/* hover par background black aur image change */
.column4:hover {
  background-color: #000; /* pura column black */
}

.column4:hover a img {
  content: url("assets/home-hover.svg");
}


/* .column5 {
  float: left;
  width: 50%;
  height: 40px; 
  position: relative;
} */
 .column5 {
  float: left;
  width: 50%;        /* jitni white chahiye utni black ho jayegi */
  height: 40px;      
  position: relative;
  background-color: #ffffff; /* default white */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.column5 a img {
  width: 38px;
  height: 38px;
  padding-left: 49%; 
  padding-top: 2px;
}

/* hover par background black aur image change */
.column5:hover {
  background-color: #000; /* pura column black */
}

.column5:hover a img {
  content: url("assets/services-hover.svg");
}


/* .column6 {
  float: left;
  width: 50%;
  height: 40px; 
  position: relative;
} */

 .column6 {
  float: left;
  width: 50%;        /* jitni white chahiye utni black ho jayegi */
  height: 40px;      
  position: relative;
  background-color: #ffffff; /* default white */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.column6 a img {
  width: 70px;
  padding-left: 45%; 
  padding-top: 2px;
}

/* hover par background black aur image change */
.column6:hover {
  background-color: #000; /* pura column black */
}

.column6:hover a img {
  content: url("assets/areas-hover.png");
}

/* .column7 {
  float: left;
  width: 50%;
  height: 40px; 
  position: relative; 
}*/

 .column7 {
  float: left;
  width: 50%;        /* jitni white chahiye utni black ho jayegi */
  height: 40px;      
  position: relative;
  background-color: #ffffff; /* default white */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.column7 a img {
  width: 60px;
  padding-left: 44%; 
  padding-top: 2px;
}

/* hover par background black aur image change */
.column7:hover {
  background-color: #000; /* pura column black */
}

.column7:hover a img {
  content: url("assets/company-hover.png");
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.logo-img {
  padding-left: 20px; 
}
{% comment %} Header Code End {% endcomment %}

{% comment %} home code start {% endcomment %}
.container {
  position: relative;
  text-align: center;
  color: white;
  font-family: Lato, sans-serif;
}
.container h1 {
  position: absolute;
  width: 660.15px;
  height: 250.58px;
  text-align: left;
  top: 34%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-size: 41.9px;
  /* font-weight: bold; */

}
.container h2 {
  position: absolute;
  width: 630.15px;
  height: 250.58px;
  text-align: left;
  top: 47%;
  left: 34%;
  transform: translate(-50%, -50%);
  font-size: 21.9px;
  /* font-weight: bold; */
}
{% comment %} Home code end {% endcomment %}

{% comment %} slider code start {% endcomment %}
.slider-container {
  
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  background-color: #f9f9f9;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}
.slider-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome/Safari */
}

.slider {
  display: flex;
  gap: 5px;
}

.slider img {
  width: 250px; /* Each image fixed width */
  height: 350px; /* Adjust as needed */
  object-fit: cover;
  border-radius: 10px;
}
{% comment %} slider code end {% endcomment %}

{% comment %} below slider start {% endcomment %}
 .below-slider {
  position: relative;
  text-align: center;
  color: white;
  font-family: Lato, sans-serif;
}
.below-slider h1 {
  position: absolute;
  width: 693px;
  height: 53px;
  text-align: center;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 400; 

}
.below-slider h2 {
  position: absolute;
  width: 600.15px;
  height: 250.58px;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 400; 
}
{% comment %} below slider end {% endcomment %}

{% comment %} Services Section Start {% endcomment %}
 .services-section {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.services-section h2 {
    font-family: Lato;
    font-size: 32px;
    color: #2f3e1c;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
}

.services-section p {
    color: #666;
    margin-bottom: 30px;
    font-size: 1rem;
    text-align: center;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.95rem;
    color: #333;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-item img {
    width: 18px;
    height: 18px;
}

.service-item:hover {
    background: #f2f8f2;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.view-all-btn {
    background: #0d1b2a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    justify-content: center;
    margin: 20px auto 0 auto; /* Centers horizontally when using block-level element */
}

.view-all-btn:hover {
    background: #1a994fff;
}
{% comment %} Services Section End {% endcomment %}

{% comment %} why choose us start {% endcomment %}
.image-row {
    display: flex;
    background: #fbfbf7ff;
    justify-content: center; /* Align images in the center */
    gap: 20px;
    padding: 40px 0;
    
    
    overflow-x: auto; /* Allows scroll if screen is small */
}
.why-choose-us {
    font-family: Lato;
    font-size: 42px;
    color: #2f3e1c;
    margin-top: 70px;
    text-align: center;
    font-weight: 400;
    width: 100%;
}
.why-choose-us-btn {
    background: #0d1b2a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    justify-content: center;
    margin: 10px auto 0 auto; /* Centers horizontally when using block-level element */
}

.why-choose-us-btn:hover {
    background: #1a994fff;
}
.image-column1 {

    height: 565.65px; 
    flex-shrink: 0; 
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.image-column2 {
    width: 600.81px;  
    height: 565.65px; 
    flex-shrink: 0; 
    
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-column3 {
     
    height: 565.65px; 
    flex-shrink: 0; 
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image-column img:hover {
    transform: scale(1.05);
}
.process-section {
  background: efeeee;
  padding: 60px 20px;
}

.process-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.process-image img {
  width:300px;
  height: 500px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
}

.process-text {
  flex: 1;
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.green { background: #0a7f42; }
.teal { background: #1ca385; }
.yellow { background: #f4c430; }

.step-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.step-content p {
  margin: 5px 0 0;
  color: #555;
  font-size: 15px;
}

{% comment %} why choose us end {% endcomment %}

{% comment %} testimonial start {% endcomment %}
.testimonials {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.testimonial-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
    max-width: 1200px;
    height:250px;
    margin: 0 auto;
}

/* .testimonial-card {
    display: flex;
    flex-direction: row; 
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    text-align: left;
}

.testimonial-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0; 
}

.testimonial-content {
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    flex: 1;
}

.testimonial-text {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
    
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto; 
}*/

.testimonial-card {
    display: flex;
    flex-direction: column; /* ab text upar, author niche */
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    text-align: left;
}

.testimonial-text {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    /* margin-bottom: 15px; */
}

.testimonial-author {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    margin-top: auto; /* author neeche */
}

.author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.cta-button {
    margin-top: 40px;
}

.view-all-btn {
    background: #0d1b2a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.view-all-btn:hover {
    background: rgb(19, 123, 11);
}

/* ✅ Responsive Fix */
@media (max-width: 768px) {
    .testimonial-container {
        grid-template-columns: 1fr; /* single column */
    }

    .testimonial-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .testimonial-content {
        align-items: center;
        text-align: center;
    }
}
{% comment %} testimonial end {% endcomment %}

{% comment %} faq start {% endcomment %}
 .faq-section {
  display: flex;
  justify-content: space-between;
  padding: 80px;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.faq-left {
  flex: 1 1 40%;
  min-width: 300px;
}

.faq-left h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-left p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #555;
  line-height: 1.6;
}

.cta-button {
  padding: 14px 24px;
  background-color: #0c1c36;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #105c0b;
}

.faq-right {
  flex: 1 1 50%;
  min-width: 300px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "⌄";
  position: absolute;
  right: 0;
  font-size: 1rem;
  transition: transform 0.3s;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  color: #444;
  padding: 0 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* Adjust if answers are longer */
  opacity: 1;
  padding: 10px 0 20px;
}

.faq-question::after {
  content: "⌄";
  position: absolute;
  right: 0;
  font-size: 1rem;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}
{% comment %} faq end {% endcomment %}



  {% comment %} footer start {% endcomment %}
footer {
  background: #1f1f1f;
  color: #ddd;
  /* padding: 40px 20px 20px; */
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

/* Two columns inside left & right */
.footer-links {
  display: flex;
  gap: 50px;
  /* flex: 1; */
  min-width: 250px;
}

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

.footer-links ul li {
  margin: 10px 0;
}

.footer-links ul li a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
}

.footer-links ul li a:hover {
  color: #77c043;
}

.footer-logo {
  text-align: center;
  flex: 1;
  min-width: 400px;
  margin: 15px;
}

.footer-logo img {
  width: 400px;
  margin-bottom: 10px;
}

/* Contact + Social */
.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-contact .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  padding-left: 20px  ;
}

.footer-contact .info a {
  color: #ddd;
  text-decoration: none;
}

.footer-social {
  display: flex;
  gap: 15px;
  padding-right: 40px;
}

.footer-social a {
  color: #ddd;
  font-size: 18px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #77c043;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}

{% comment %} footer end {% endcomment %}