/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
}

/*--
    Common Css
--*/
body {
  font-family: myfont;
  font-size: 14px;
  font-weight: 400;
}

.html{
  overflow-x: hidden !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: myfont;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: myfont;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}

/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}

.heading span {
  font-size: 45px;
  color: #ff530a;
  font-weight: 600;
}

.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}

/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}

.title span {
  color: #4CAF50;
}

.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}

/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/




/*--
    slider Start
--*/
#slider {
  padding: 50px 0px;
}

#slider .block {
  padding: 0px 40px;
}

#slider .block .title {
  padding: 0px;
}

#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}

#slider .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}

.owl-carousel img {
  height: 240px !important;
}

#slider .block .owl-carousel .owl-pagination .active {
  background: #4CAF50;
}

#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}

#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}

/*--
    about-us Start
--*/
#about-us {
  padding: 100px 0px;
  background: #F6F6F6;
}

#about-us .block {
  text-align: center;
}

#about-us .block p {
  color: #959595;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px;
}

.blog1 img {
  height: 700px;
  object-fit: cover;
  /* keeps aspect ratio */
}

/* For tablets */
@media (max-width: 992px) {
  .blog1 img {
    height: 500px;
  }
}

/* For mobiles */
@media (max-width: 576px) {
  .blog1 img {
    height: 400px;
  }
}

/*--
    blog Start
--*/
#blog {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/1/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#blog:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

#blog .block .heading {
  color: #fff;
}

#blog .block ul {
  padding-top: 40px;
}

#blog .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}

#blog .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}

#blog .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
}

#blog .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}

#blog .block ul li p {
  padding-top: 25px;
}

#blog .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}

#blog .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

#blog .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}

#blog .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}

#blog .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}

#blog .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}

#blog .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}

#blog .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}

#blog .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#blog .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}

/*--
    price Start
--*/
#price {
  padding: 70px 0px;
}

#price .block>p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}

#price .block .pricing-list {
  padding-top: 85px;
}

#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}

#price .block .pricing-list ul li {
  padding: 21px 0px;
}

#price .block .pricing-list ul li .item .item-title {
  position: relative;
}

#price .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}

#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}

#price .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}

#price .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}

#price .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #4CAF50;
  border: 1px solid #4CAF50;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#price .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}

/*--
    subscribe Start
--*/
#subscribe {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/green/who.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

#subscribe .block h1.heading {
  color: #fff;
}

#subscribe .block p {
  padding: 25px 0px;
  color: #fff;
  font-size: 20px;
}

#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}

#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}

#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}

/*--
    contact-us Start
--*/
#contact-us {
  padding: 70px 0px;
}

#contact-us .block .title {
  padding: 20px 0;
}

#contact-us .block form {
  padding-bottom: 20px;
}

#contact-us .block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#contact-us .block form input:focus {
  border: 1px solid #7EC3BB;
}

#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#contact-us .block form textarea:focus {
  border: 1px solid #7EC3BB;
}

#contact-us .block a {
  background: #4CAF50;
  float: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  width: 512px;
  height: 50px;
  padding-top: 15px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/*--
    footer Start
--*/
#footer {
  padding: 70px 0px;
}

#footer .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}

#footer .block h3 span {
  color: #4CAF50;
}

#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}

#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}

#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #4CAF50;
}

#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}

#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #4CAF50;
  font-size: 20px;
  font-weight: 600;
}

#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
}

#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}

#footer .block .social-media-link h3 span {
  color: #4CAF50;
}

#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}

#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#footer .block .social-media-link ul li a:hover {
  background: #4CAF50;
  color: #fff;
}

/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #E9E9E9;
  padding: 20px 0px;
}

#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

#footer-bottom p a {
  color: #4CAF50;
}


.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.social-icons li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
  transition: 0.3s;
}

.social-icons li a:hover {
  background: #007bff;
  /* Blue shade for hover */
  color: #fff;
}

/* =========================
   NAVBAR DROPDOWN STYLE
========================= */

/* Main Dropdown */
.navbar-nav .dropdown-menu {
    min-width: 280px;
    background: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 10px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    margin-top: 12px;
}

/* Main Dropdown Links */
.navbar-nav .dropdown-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 22px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    line-height: 24px;
}

/* Hover */
.navbar-nav .dropdown-menu li a:hover {
    background: #f4fff4;
    color: #4CAF50;
    padding-left: 28px;
}

/* =========================
   SUB DROPDOWN
========================= */

.dropdown-submenu {
    position: relative;
}

/* Submenu Box */
.dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 320px;
    background: #f9fff9;
    border-radius: 12px;
    padding: 10px 0;
    display: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Show Submenu on Hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Submenu Links */
.dropdown-submenu .dropdown-menu li a {
    color: #333;
    font-size: 15px;
    padding: 13px 20px;
}

/* Submenu Hover */
.dropdown-submenu .dropdown-menu li a:hover {
    background: #4CAF50;
    color: white;
}

/* Arrow Icon */
.dropdown-submenu > a::after {
    content: "›";
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    color: #4CAF50;
}

/* =========================
   MOBILE VIEW
========================= */

@media (max-width: 991px) {

    /* Main Dropdown */
    .navbar-nav .dropdown-menu {
        width: 100%;
        min-width: 100%;
        box-shadow: none;
        border-radius: 10px;
        margin-top: 5px;
        background: #f8f8f8;
    }

    /* Main Dropdown Links */
    .navbar-nav .dropdown-menu li a {
        padding: 14px 18px;
        font-size: 15px;
    }

    /* Submenu */
    .dropdown-submenu .dropdown-menu {
        position: static;
        display: none;
        width: 100%;
        min-width: 100%;
        margin-top: 0;
        background: #eef8ee;
        box-shadow: none;
        border-radius: 8px;
        padding-left: 10px;
    }

    /* Show submenu when active */
    .dropdown-submenu.active > .dropdown-menu {
        display: block;
    }

    /* Arrow Rotate */
    .dropdown-submenu.active > a::after {
        transform: rotate(90deg);
    }

    /* Arrow */
    .dropdown-submenu > a::after {
        float: right;
        transition: 0.3s;
    }
}
.gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* Align images in a row */
  flex-wrap: wrap;
  /* Wrap to next line if needed */
  gap: 10px;
  /* Space between boxes */
}

.gallery ul li {
  flex: 1 1 calc(25% - 10px);
  /* 4 images per row */
  max-width: calc(25% - 10px);
}

.gallery ul li img {
  width: 100%;
  /* Image fits inside the box */
  height: 80px;
  /* Fixed height for all */
  object-fit: cover;
  /* Crop without distortion */
  border-radius: 6px;
  /* Rounded corners */
  display: block;
}

/* Title styling */
.quick-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.quick-title span {
  color: #007BFF; /* highlight color */
}

/* Quick links list */
.quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links ul li {
  margin-bottom: 10px;
}

.quick-links ul li a {
  font-size: 18px;
  color: #444;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  transition: color 0.3s ease;
}

/* Add icon effect before links */
.quick-links ul li a::before {
  content: "›"; /* arrow */
  position: absolute;
  left: 0;
  color: #007BFF;
  font-weight: bold;
}

/* Hover effect */
.quick-links ul li a:hover {
  color: #007BFF;
  
}


.soffit-banner {
  width: 100%;
  height: 200px; /* adjust height as needed */
  background-color: #807b7b;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soffit-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* overlay for better text visibility */
}

.banner-content {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.banner-content h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: bold;
}
.soffit-banner h1 {
    position: relative;
    display: inline-block; /* Makes underline width match text */
    font-size: 36px; /* Adjust as needed */
}

.soffit-banner h1::after {
    content: "";
    position: absolute;
    width: 60px; /* Length of the underline */
    height: 3px; /* Thickness of the underline */
   
    left: 60px; /* Start from left */
    bottom: -8px; /* Distance below the text */
    border-radius: 2px; /* Optional rounded edges */
}

.banner-content p {
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10px;
}


.hero-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* Container setup */
.animated-image-gallery {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}



/* Image styling */
.animated-image-gallery .img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeGallery 16s infinite ease-in-out;
}

.animated-image-gallery {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.animated-image-gallery .img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeGallery 28s infinite;
}

/* Animation delays for 7 images */
.animated-image-gallery .img-responsive:nth-child(1) { animation-delay: 0s; }
.animated-image-gallery .img-responsive:nth-child(2) { animation-delay: 4s; }
.animated-image-gallery .img-responsive:nth-child(3) { animation-delay: 8s; }
.animated-image-gallery .img-responsive:nth-child(4) { animation-delay: 12s; }
.animated-image-gallery .img-responsive:nth-child(5) { animation-delay: 16s; }
.animated-image-gallery .img-responsive:nth-child(6) { animation-delay: 20s; }
.animated-image-gallery .img-responsive:nth-child(7) { animation-delay: 24s; }

/* Smooth image transition without background flash */
@keyframes fadeGallery {
    0%   { opacity: 0; }
    5%   { opacity: 1; }
    14%  { opacity: 1; }
    19%  { opacity: 0; }
    100% { opacity: 0; }
}
.img1{
  width: 250px;
  height: 250px;
}
/* Responsive for mobile */
@media (max-width: 768px) {
  .animated-image-gallery {
    height: 70vh;
  }
}
@media (max-width: 568px) {
  .animated-image-gallery {
    height: 40vh;
  }
}

/* Responsive for mobile */
@media (max-width: 768px) {
 .img1{
  width: auto;
  height: auto;
}
}
@media (max-width: 568px) {
 .img1 img{
  width: 250px;
  height: 250px !important;
}
}
#about-us img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px; /* optional for smooth edges */
}

/* Responsive adjustment for mobile screens */
@media (max-width: 768px) {
  #about-us img {
    width: 100%;
    height: auto; /* maintain aspect ratio */
    object-fit: cover;
  }

  #about-us .heading {
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
  }

  #about-us p {
    font-size: 18px;
    text-align: justify;
    padding: 0 10px;
  }
}


   /* container to center */
    .btn-container-center {
      text-align: center;
      margin-top: 50px;
      position: relative; /* keeps stacking context if needed */
      z-index: 0;
    }

    /* Unique button class */
    .btn-soffit-info {
      display: inline-block;         /* makes width/height/padding work */
      background-color: #5a2d0c;     /* elegant brown color */
      color: #ffffff;
      padding: 12px 28px;
      border-radius: 28px;
      text-decoration: none;         /* remove underline */
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
      transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms;
      cursor: pointer;               /* ensures pointer on hover */
      border: 0;
      outline: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
      position: relative;
      z-index: 2;                    /* ensure it's above other elements */
    }

    /* Hover + focus + active states */
    .btn-soffit-info:hover,
    .btn-soffit-info:focus {
      background-color: black;     /* slightly lighter/darker on hover */
      transform: translateY(-3px) scale(1.03);
      box-shadow: 0 10px 26px rgba(0,0,0,0.18);
      text-decoration: none;
      color: white;
    }

    .btn-soffit-info:active {
      transform: translateY(-1px) scale(0.995);
      box-shadow: 0 6px 14px rgba(0,0,0,0.16);
    }

    /* If some overlay or parent is covering the button, this helps */
    .btn-soffit-info.force-top {
      z-index: 9999 !important;
      position: relative;
    }
#hero-area {
  position: relative;
}

#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}

nav .block {
  margin-top: -85px;
  background: #fff;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.89);
}

nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}

nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}


/* Desktop */
.navbar-brand img{
    margin-top: -55px;
    border-radius: 10px;
     width:350px;
}

/* Mobile Responsive */
@media (max-width: 768px){

    .navbar-brand img{
      
        margin-top: -17px;
        width:210px;
    }

}

nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}

nav .block .navbar-default .navbar-nav>li>a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 15px;
  text-transform: uppercase;
}

nav .block .navbar-default .navbar-nav>li>a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}

nav .block .navbar-default .navbar-nav>li>a:hover:before {
  background-color: #4CAF50;
  content: "";
  width: 100%;
}

nav .block .navbar-default .navbar-nav>li.current>a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}

nav .block .navbar-default .navbar-nav>li.current>a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #4CAF50;
}

nav .block .navbar-default .navbar-nav>.active>a,
nav .block .navbar-default .navbar-nav>.active>a:focus,
nav .block .navbar-default .navbar-nav>.active>a:hover {
  background: none;
}

nav .block .navbar-default .navbar-nav>.active>a:before,
nav .block .navbar-default .navbar-nav>.active>a:focus:before,
nav .block .navbar-default .navbar-nav>.active>a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #4CAF50;
}


/* 🔹 Static Image Banner (No animation) */
.static-image-banner {
  width: 100%;
  height: 110vh;
  overflow: hidden;
}

.static-image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive height for static banner */
@media (max-width: 768px) {
  .static-image-banner {
    height: 70vh;
  }
}
@media (max-width: 568px) {
  .static-image-banner {
    height: 40vh;
  }


}



/* ==== Footer Social Icons (SVG version) ==== */
.footer-social-icons {
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.footer-social-icons li {
  display: inline-block;
}

.footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #4CAF50;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Facebook icon style */
.footer-social-icons .facebook-icon {
  background: #1877f2;
}

/* Instagram icon style */
.footer-social-icons .instagram-icon {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

/* Hover effects */
.footer-social-icons a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
/* ===== Blog / Services Section ===== */

#blog {
    padding: 80px 0;
    background: #f8f9fa;
}

#blog .heading {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #222;
}

#blog .heading span {
    color: #0a8f3d;
}

/* ===== Product Row ===== */

.product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

/* Reverse Row */

.product-row.reverse {
    flex-direction: row-reverse;
}

/* ===== Content ===== */

.product-row .content {
    flex: 1;
    min-width: 320px;
}

.product-row .content h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #111;
    font-weight: 700;
}

.product-row .content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* ===== Service List ===== */

.service-list {
    padding-left: 20px;
    margin-top: 15px;
}

.service-list li {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

/* ===== Image Section ===== */


/* =========================
   SECTION
========================= */

#counter-section {

    padding: 100px 0;

    background: #eef3ec;

    font-family: 'Poppins', sans-serif;

    overflow: hidden;

}

/* WRAPPER */

.counter-wrapper {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 80px;

    flex-wrap: wrap;

}

/* =========================
   LEFT SIDE
========================= */

.counter-left {

    flex: 1;

    min-width: 320px;

}

/* LOGO */

.green-logo {

    width: 100%;

    max-width: 300px;

    margin-bottom: 20px;

}

/* SUBTITLE */

.counter-left h2 {

    font-size: 40px;

    color: #556b2f;

    line-height: 1.3;

    margin-bottom: 25px;

    font-weight: 700;

}

/* TEXT */

.main-text {

    font-size: 20px;

    line-height: 1.8;

    color: #333;

    margin-bottom: 35px;

}

/* =========================
   LIST
========================= */

.counter-list {

    list-style: none;

    padding: 0;

    margin: 0;

}

.counter-list li {

    font-size: 18px;

    margin-bottom: 22px;

    color: #222;

    position: relative;

    padding-left: 45px;

    line-height: 1.7;

}

.counter-list li::before {

    content: "🍃";

    position: absolute;

    left: 0;

    top: 0;

    font-size: 24px;

}

/* =========================
   RIGHT SIDE
========================= */

.counter-right {

    flex: 1;

    min-width: 300px;

    display: flex;

    flex-direction: column;

    gap: 45px;

}

/* COUNTER BOX */

.counter-box {

    text-align: center;

}

.counter-box h3 {

    font-size: 50px;

    font-weight: 300;

    color: #777;

    margin-bottom: 10px;

}

.counter-box p {

    font-size: 23px;

    color: #111;

    font-weight: 500;

}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .counter-wrapper {

        flex-direction: column;

        text-align: center;

    }

    .counter-left h2 {

        font-size: 38px;

    }

    .main-text {

        font-size: 18px;

    }

    .counter-list li {

        text-align: left;

        font-size: 17px;

    }

    .counter-box h3 {

        font-size: 65px;

    }

    .counter-box p {

        font-size: 24px;

    }

}

@media (max-width: 576px) {

    #counter-section {

        padding: 70px 0;

    }

    .green-logo {

        max-width: 100%;

    }

    .counter-left h2 {

        font-size: 28px;

    }

    .main-text {

        font-size: 16px;

    }

    .counter-list li {

        font-size: 15px;

        padding-left: 35px;

    }

    .counter-box h3 {

        font-size: 48px;

    }

    .counter-box p {

        font-size: 20px;

    }

}


.footer-banner{
  margin: 3%;
    width:96%;
    height:auto;
    overflow:hidden;
    position:relative;
    border-radius:20px;
}

.footer-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    /* Smooth Zoom Animation */
    animation:bannerMove 8s ease-in-out infinite alternate;
}

/* Smooth Professional Movement */
@keyframes bannerMove{

    0%{
        transform:scale(1) translate(0px,0px);
    }

    50%{
        transform:scale(1.06) translate(-10px,-5px);
    }

    100%{
        transform:scale(1.1) translate(10px,5px);
    }

}

/* Tablet */
@media(max-width:992px){

    .footer-banner{
        height:350px;
    }

}

/* Mobile */
@media(max-width:768px){

    .footer-banner{
        height:220px;
        border-radius:12px;
    }

    .footer-banner img{
        object-fit:cover;
        object-position:center;
    }

  }


  .mission-vision-section{
    width:100%;
    display:flex;
    position:relative;
    overflow:hidden;
}

/* LEFT & RIGHT */
.mv-box{
    width:33.33%;
    min-height:620px;
    position:relative;
    display:flex;
    align-items:center;
    padding:60px;
    overflow:hidden;
}

/* BACKGROUND IMAGES */
.vision-box{
    background:url('../images/green/mission.png');
    background-size:cover;
    background-position:center;
}

.mission-box{
    background:url('../images/green/vision.png');
    background-size:cover;
    background-position:center;
}

/* CENTER IMAGE */
.center-image{
    width:33.33%;
    overflow:hidden;
}

.center-image img{
    width:100%;
    height:620px;
    object-fit:cover;
    display:block;
}

/* OVERLAY */
.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

/* CONTENT */
.mv-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.mv-content h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:20px;
}

.line{
    width:70px;
    height:3px;
    background:#fff;
    margin-bottom:35px;
}

.mv-content p{
    font-size:19px;
    line-height:1.5;
    margin-bottom:20px;
}

/* STICKY BROCHURE */
.brochure-btn{
    position:fixed;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background:#4CAF50;
    color:#fff;
    text-decoration:none;
    padding:18px 14px;
    writing-mode:vertical-rl;
    text-orientation:mixed;
    font-size:20px;
    font-weight:700;
    border-radius:12px 0 0 12px;
    z-index:9999;
    transition:0.3s;
}

.brochure-btn:hover{
    background:#198754;
    color:#fff;
}

/* MOBILE VIEW */
@media(max-width:991px){

    .mission-vision-section{
        flex-direction:column;
    }

    .mv-box,
    .center-image{
        width:100%;
    }

    .mv-box{
        min-height:auto;
        padding:40px 25px;
    }

    .center-image img{
        height:320px;
    }

    .mv-content h2{
        font-size:38px;
    }

    .mv-content p{
        font-size:16px;
        line-height:1.9;
    }

    .brochure-btn{
        padding:14px 10px;
        font-size:16px;
    }

}



.integrated-services{
    background:#0d3b86;
    overflow:hidden;
}

/* TOP */
.service-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:60px 80px;
}

.service-top h2{
    color:#fff;
    font-size:58px;
    font-weight:700;
    line-height:1.3;
}

.contact-btn{
    background:#19e0dc;
    color:#08306b;
    padding:18px 40px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    font-size:20px;
    transition:0.3s;
}

.contact-btn:hover{
    background:#fff;
}

/* GRID */
.service-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

/* CARD */
.service-card{
    position:relative;
    min-height:650px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.1);
    cursor:pointer;
}

/* BACKGROUND IMAGE */
.service-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.1);
    transition:1s ease;
}

/* SHOW IMAGE ON HOVER */
.service-card:hover .service-bg,
.active-card .service-bg{
    opacity:1;
    transform:scale(1);
}

/* DARK OVERLAY */
.service-overlay{
    position:absolute;
    inset:0;
    background:rgba(5,20,60,0.65);
}

/* CONTENT */
.service-content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:50px 35px;
}

.service-content p{
    color:#fff;
    font-size:21px;
    line-height:2;
}

/* BOTTOM */
.bottom-content{
    position:relative;
}

.line{
    width:80px;
    height:4px;
    background:#19e0dc;
    margin-bottom:30px;
}

.bottom-content h3{
    color:#fff;
    font-size:48px;
    line-height:1.4;
    margin-bottom:25px;
    font-weight:700;
}

/* ARROW BUTTON */
.arrow-btn{
    color:#fff;
    font-size:80px;
    text-decoration:none;
    transition:0.3s;
    display:inline-block;
}

.arrow-btn:hover{
    transform:translateX(10px);
    color:#19e0dc;
}

/* MOBILE */
@media(max-width:991px){

    .service-top{
        flex-direction:column;
        gap:30px;
        padding:40px 20px;
        text-align:center;
    }

    .service-top h2{
        font-size:36px;
    }

    .service-grid{
        grid-template-columns:1fr;
    }

    .service-card{
        min-height:500px;
    }

    .bottom-content h3{
        font-size:32px;
    }

    .service-content p{
        font-size:21px;
        line-height:1.8;
    }

    .arrow-btn{
        font-size:60px;
    }

}



.nabl-section{
    padding:80px 0;
    background:#f5f9ff;
}

.nabl-image img{
  margin-top: 3%;
    width:100%;
    height:auto;
    object-fit:cover;
    border-radius:15px;
    display:block;
}

.nabl-content{
    padding:20px;
}

.nabl-content h2{
    font-size:42px;
    font-weight:700;
    color:#0d3b86;
    margin-bottom:25px;
}

.nabl-content p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

.nabl-content ul{
    padding-left:20px;
    margin-bottom:30px;
}

.nabl-content ul li{
    font-size:17px;
    color:#222;
    margin-bottom:14px;
}

.nabl-content a{
    display:inline-block;
    background:#19b46b;
    color:#fff;
    text-decoration:none;
    padding:14px 35px;
    border-radius:40px;
    font-weight:700;
    transition:0.3s;
}

.nabl-content a:hover{
    background:#0d3b86;
}

/* MOBILE */
@media(max-width:768px){

    .nabl-section{
        padding:50px 0;
    }

    .nabl-image img{
        height:auto;
        margin-bottom:30px;
    }

    .nabl-content{
        padding:0;
    }

    .nabl-content h2{
        font-size:30px;
    }

    .nabl-content p{
        font-size:15px;
    }

    .nabl-content ul li{
        font-size:15px;
    }

}



.green-projects-section{
    padding:80px 0;
    background:#f5f9f7;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:48px;
    color:#0d3b2e;
    font-weight:700;
    margin-bottom:20px;
}

.section-title p{
    max-width:800px;
    margin:auto;
    font-size:18px;
    line-height:1.9;
    color:#555;
}

/* GRID */
.projects-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* CARD */
.project-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.4s;
}

.project-card:hover{
    transform:translateY(-10px);
}

/* IMAGE */
.project-img{
    width:100%;
    height:250px;
    overflow:hidden;
}

.project-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.project-card:hover .project-img img{
    transform:scale(1.1);
}

/* CONTENT */
.project-content{
    padding:30px;
}

.project-content h3{
    font-size:28px;
    color:#0d3b2e;
    margin-bottom:15px;
    font-weight:700;
}

.project-content p{
    font-size:16px;
    line-height:1.9;
    color:#666;
    margin-bottom:25px;
}

/* BUTTON */
.explore-btn{
    display:inline-block;
    padding:12px 28px;
    background:#19b46b;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    font-weight:600;
    transition:0.3s;
}

.explore-btn:hover{
    background:#0d3b86;
    color:#fff;
}


.nabl-list{
    padding-left: 25px;
}

.nabl-list li{
    margin-bottom: 14px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    list-style: none;
    position: relative;
}

.nabl-list li::before{
    content: "🍃 ";
    position: absolute;
    left: -28px;
    top: 0;
    font-size: 18px;
}

/* TABLET */
@media(max-width:992px){

    .projects-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* MOBILE */
@media(max-width:768px){

    .green-projects-section{
        padding:50px 0;
    }

    .section-title h2{
        font-size:32px;
    }

    .section-title p{
        font-size:15px;
    }

    .projects-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .project-img{
        height:220px;
    }

    .project-content{
        padding:22px;
    }

    .project-content h3{
        font-size:24px;
    }

    .project-content p{
        font-size:15px;
    }

    .explore-btn{
        padding:10px 24px;
        font-size:14px;
    }

}


 .about-section {
            width: 100%;
            min-height: 100vh;
            background: linear-gradient(to bottom, #dff6f7, #eef8fb);
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 8%;
        }

        /* Top curve */
        .about-section::before {
            content: "";
            position: absolute;
            top: -120px;
            left: -5%;
            width: 110%;
            height: 220px;
            background: #bde7eb;
            border-radius: 50%;
        }

        .about-container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 60px;
            z-index: 2;
        }

        /* LEFT SIDE */
        .about-left {
            flex: 1;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-img {
            width: 350px;
            height: auto;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
            position: relative;
        }

        .main-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Floating cards */
        .floating-card {
            position: absolute;
            width: 170px;
            height: 120px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            animation: float 4s ease-in-out infinite;
        }

        .floating-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .card1 {
            top: -20px;
            right: 20px;
        }

        .card2 {
            bottom: 30px;
            right: -10px;
        }

        .card3 {
            bottom: -40px;
            left: 20px;
            width: 140px;
            height: 180px;
        }

        @keyframes float {
            0% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-10px);
            }

            100% {
                transform: translateY(0px);
            }
        }

        /* RIGHT SIDE */
        .about-right {
            flex: 1;
        }

        .about-right h2 {
            font-size: 52px;
            color: #111;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .about-right h3 {
            font-size: 42px;
            line-height: 1.4;
            color: #007f73;
            font-style: italic;
            font-weight: 500;
            margin-bottom: 30px;
        }

        .about-right p {
            font-size: 20px;
            line-height: 2;
            color: #333;
            max-width: 700px;
        }

        .highlight {
            color: #00a884;
            font-weight: 700;
        }

        /* Responsive */
        @media(max-width: 991px) {
            .about-container {
                flex-direction: column;
                text-align: center;
            }

            .about-right h2 {
                font-size: 40px;
            }

            .about-right h3 {
                font-size: 28px;
            }

            .about-right p {
                font-size: 18px;
            }

            .main-img {
                width: 300px;
                height: 380px;
            }

            .floating-card {
                width: 130px;
                height: 100px;
            }

            .card3 {
                width: 110px;
                height: 150px;
            }
        }

        @media(max-width: 576px) {
            .about-section {
                padding: 40px 20px;
            }

            .about-right h2 {
                font-size: 32px;
            }

            .about-right h3 {
                font-size: 22px;
            }

            .about-right p {
                font-size: 16px;
                line-height: 1.8;
            }

            .main-img {
                width: 250px;
                height: auto;
            }

            .floating-card {
                width: 100px;
                height: 80px;
            }

            .card3 {
                width: 90px;
                height: 120px;
            }
        }



        .service-section{
    padding:80px 0;
    background:#f5f7fa;
}

.service-box{
    display:flex;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

/* Left Menu */

.service-menu{
    width:30%;
    background:#0b5d3b;
    padding:50px 35px;
}

.service-menu h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    margin-bottom:40px;
}

.service-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-menu li{
    color:#fff;
    padding:18px 20px;
    margin-bottom:12px;
    background:rgba(255,255,255,0.08);
    border-radius:8px;
    cursor:pointer;
    transition:.4s;
    font-size:18px;
}

.service-menu li:hover,
.service-menu li.active{
    background:#00b67a;
    padding-left:30px;
}

/* Right Content */

.service-details{
    width:70%;
    padding:50px;
}

.service-details h2{
    color:#0b5d3b;
    font-size:40px;
    margin-bottom:35px;
    font-weight:700;
    position:relative;
}

.service-details h2:after{
    content:"";
    width:80px;
    height:4px;
    background:#00b67a;
    display:block;
    margin-top:10px;
}

.service-item{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
    padding:20px;
    border-left:4px solid #00b67a;
    background:#f9fbfc;
    transition:.4s;
}

.service-item:hover{
    background:#eef9f4;
    transform:translateX(10px);
}

.service-item span{
    width:45px;
    height:45px;
    background:#00b67a;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:bold;
}

.service-item p{
    margin:0;
    font-size:20px;
    color:#333;
    line-height:1.6;
}


.service-menu ul li a{
    display:block;
    color:#fff;
    text-decoration:none;
}

.service-menu ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.service-item span{
    width:60px;
    height:60px;
    min-width:60px;
    min-height:60px;
    flex-shrink:0;

    background:#00b67a;
    color:#fff;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
}


.service-intro{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:35px;
    padding-left:20px;
}

@media(max-width:768px){

    .service-intro{
        font-size:16px;
        line-height:1.8;
        margin-bottom:25px;
        padding-left:15px;
    }

}
/* Mobile */

@media(max-width:991px){

    .service-box{
        flex-direction:column;
    }

    .service-menu,
    .service-details{
        width:100%;
    }

    .service-menu{
        padding:30px 20px;
    }

    .service-details{
        padding:30px 20px;
    }

    .service-menu h2,
    .service-details h2{
        font-size:30px;
    }

    .service-item p{
        font-size:18px;
    }
}


@media(max-width:991px){

    .service-item{
        display:flex;
        align-items:flex-start;
        gap:15px;
    }

    .service-item span{
        width:45px;
        height:45px;
        min-width:45px;
        min-height:45px;
        font-size:22px;
        border-radius:50%;
        flex-shrink:0;
    }

}



.gt-service-area{
    display:flex;
    gap:40px;
    margin:60px 0;
}

.gt-service-sidebar{
    width:320px;
    background:linear-gradient(135deg,#0d2b52,#007a5e);
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.gt-service-sidebar h2{
    color:#fff;
    font-size:34px;
    font-weight:700;
    margin-bottom:30px;
}

.gt-service-sidebar ul{
    padding:0;
    margin:0;
    list-style:none;
}

.gt-service-sidebar ul li{
    margin-bottom:12px;
}

.gt-service-sidebar ul li a{
    display:block;
    color:#fff;
    text-decoration:none;
    padding:14px 18px;
    border-radius:10px;
    transition:.4s;
    font-size:17px;
}

.gt-service-sidebar ul li a:hover,
.gt-service-sidebar ul li.active a{
    background:rgba(255,255,255,0.15);
    transform:translateX(8px);
}

.gt-service-content{
    flex:1;
    background:#fff;
    border-radius:25px;
    padding:45px;
    box-shadow:0 15px 45px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
}

.gt-service-content::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(to right,#00c897,#0056b3);
}

.gt-tag{
    display:inline-block;
    background:#e8fff8;
    color:#009970;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.gt-service-content h2{
    font-size:42px;
    color:#0b1f3a;
    margin-bottom:20px;
    line-height:1.3;
}

.gt-intro{
    font-size:18px;
    color:#555;
    line-height:1.9;
    margin-bottom:35px;
}

.gt-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.gt-feature-box{
    background:#f8fbff;
    border-left:5px solid #00b67a;
    padding:18px 20px;
    font-size:17px;
    font-weight:600;
    color:#333;
    border-radius:12px;
    transition:.4s;
}

.gt-feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

@media(max-width:991px){

    .gt-service-area{
        flex-direction:column;
    }

    .gt-service-sidebar{
        width:100%;
    }

    .gt-feature-grid{
        grid-template-columns:1fr;
    }

    .gt-service-content{
        padding:30px;
    }

    .gt-service-content h2{
        font-size:30px;
    }
}

.om-services-section{
    padding:80px 0;
    background:#f7f9fc;
}

.om-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

/* Left Side */

.om-sidebar{
    width:320px;
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    position:sticky;
    top:100px;
}

.om-sidebar h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:30px;
}

.om-sidebar ul{
    margin:0;
    padding:0;
    list-style:none;
}

.om-sidebar li a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    color:#004d99;
    padding:15px 0;
}

.om-sidebar li a:hover{
    color:#00bcd4;
}

/* Right Side */

.om-content{
    flex:1;
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.om-header h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
    color:#111;
}

.om-header p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:40px;
}

.om-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.om-card{
    background:#ffffff;
    border:1px solid #e5eef7;
    padding:25px;
    border-radius:15px;
    transition:.4s;
    display:flex;
    align-items:center;
    gap:18px;
}

.om-card i{
    font-size:30px;
    color:#00bcd4;
}

.om-card h4{
    margin:0;
    font-size:22px;
    font-weight:600;
    color:#222;
    line-height:1.4;
}

.om-card:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

/* Mobile */

@media(max-width:991px){

    .om-wrapper{
        flex-direction:column;
    }

    .om-sidebar{
        width:100%;
        position:relative;
        top:0;
    }

    .om-content{
        width:100%;
        padding:30px;
    }

    .om-grid{
        grid-template-columns:1fr;
    }

    .om-header h2{
        font-size:32px;
    }
}

.services-section{
    padding:80px 0;
    background:#f7f9fc;
}

.services-grid{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:35px;
}

/* LEFT SIDE */

.service-sidebar{
    background:#ffffff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.sidebar-header span{
    color:#0a5ea8;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
}

.sidebar-header h2{
    margin-top:10px;
    font-size:38px;
    font-weight:700;
    color:#0c1b31;
}

.service-links{
    margin:30px 0 0;
    padding:0;
    list-style:none;
}

.service-links li{
    position:relative;
    padding:16px 20px 16px 50px;
    margin-bottom:12px;
    border-radius:12px;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
    color:#333;
    transition:0.3s;
    border:1px solid #edf1f5;
}

.service-links li:before{
    content:"›";
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    font-weight:700;
    color:#0a5ea8;
}


/* RIGHT SIDE */

.service-content{
    background:#ffffff;
    border-radius:20px;
    padding:45px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.small-title{
    display:inline-block;
    color:#0a5ea8;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:10px;
}

.content-top h3{
    font-size:42px;
    color:#0c1b31;
    margin-bottom:15px;
}

.content-top p{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.service-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.service-item{
    position:relative;
    padding:20px 20px 20px 60px;
    background:#f7f9fc;
    border-radius:15px;
    border:1px solid #e8edf3;
    line-height:1.7;
    transition:0.3s;
}

.service-item:before{
    content:"✓";
    position:absolute;
    left:20px;
    top:18px;
    width:28px;
    height:28px;
    line-height:28px;
    text-align:center;
    border-radius:50%;
    background:#0a5ea8;
    color:#fff;
    font-size:14px;
    font-weight:bold;
}

.service-item:hover{
    transform:translateY(-5px);
    background:#ffffff;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.service-links li:hover,
.service-links li.active{
    color:green!important;
    transform:translateX(5px);
}

.service-links li:hover:before,
.service-links li.active:before{
    color:#fff !important;
    
}



@media(max-width:991px){

    .services-grid{
        grid-template-columns:1fr;
    }

    .service-list{
        grid-template-columns:1fr;
    }

    .content-top h3{
        font-size:32px;
    }

    .sidebar-header h2{
        font-size:30px;
    }
}

/* Remove focus outline from all links */
a,
a:hover,
a:focus,
a:active,
a:focus-visible{
    outline:none !important;
    box-shadow:none !important;
    text-decoration:none;
    -webkit-tap-highlight-color:transparent;
}

/* Remove focus outline from buttons */
button,
button:hover,
button:focus,
button:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active{
    outline:none !important;
    box-shadow:none !important;
}

/* Remove focus outline from all clickable elements */
*{
    -webkit-tap-highlight-color:transparent;
}


      @media (max-width: 768px) {
  .img-responsive{
    height: 70vh;
  }
}
@media (max-width: 568px) {
  .img-responsive {
    height: 40vh;
  }
}
.footer-email a{
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.footer-email a:hover{
    color:var(--bs-primary);
    padding-left:5px;
}


#footer{
    background:#f8f9fa;
    padding:80px 0 0;
    color:#333;
    border-top:1px solid #e5e5e5;
}

#footer .block{
    margin-bottom:40px;
}

#footer h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    color:#222;
    position:relative;
    padding-bottom:12px;
}

#footer h3 span{
    color:#28a745;
}

#footer h3:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:3px;
    background:#28a745;
}

#footer h4{
    font-size:16px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

#footer h4 i{
    color:#28a745;
    margin-right:8px;
}

#footer p{
    color:#666;
    margin-bottom:6px;
}

#footer a{
    color:#666;
    text-decoration:none;
    transition:.3s;
}

#footer a:hover{
    color:#28a745;
    padding-left:5px;
}

/* Contact Cards */

.info ul li{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:18px;
    margin-bottom:15px;
    transition:.3s;
}

.info ul li:hover{
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transform:translateY(-3px);
}

/* Quick Links */

.quick-links ul{
    padding:0;
    margin:0;
}

.quick-links ul li{
    list-style:none;
    margin-bottom:12px;
}

.quick-links ul li a{
    display:block;
    padding:8px 0;
    border-bottom:1px dashed #ddd;
}

/* Branches */

.branch-grid{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:10px;
}

.branch-box{
    background:#fff;
    border:1px solid #ddd;
    padding:10px 15px;
    border-radius:30px;
    color:#444;
    transition:.3s;
}

.branch-box i{
    color:#28a745;
    margin-right:5px;
}

.branch-box:hover{
    background:#28a745;
    color:#fff;
    border-color:#28a745;
}

.branch-box:hover i{
    color:#fff;
}

/* Social Icons */

.footer-social-icons{
    display:flex;
    gap:10px;
    margin-top:15px;
}

.footer-social-icons li{
    list-style:none;
}

.footer-social-icons a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    border:1px solid #ddd;
    color:#28a745;
    transition:.3s;
}

.footer-social-icons a:hover{
    background:#28a745;
    color:#fff;
    transform:translateY(-4px);
}

/* Footer Bottom */

.footer-bottom{
    margin-top:50px;
    padding:20px 0;
    background:#f1f3f5;
    border-top:1px solid #ddd;
}

.footer-bottom p{
    margin:0;
    color:#666;
    font-size:14px;
}

.quick-links ul li a{
    position:relative;
    padding-left:22px;
    display:block;
    color:#666;
    transition:.3s;
}

.quick-links ul li a::before{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    color:#28a745;
    font-size:14px;
}


.quick-links ul li a:hover{
    color:#28a745;
}
@media(max-width:768px){

    #footer{
        text-align:center;
    }

    #footer h3:after{
        left:50%;
        transform:translateX(-50%);
    }

    .branch-grid{
        justify-content:center;
    }

    .footer-social-icons{
        justify-content:center;
    }
}


.sticky-social{
    position:fixed;
    left:0;
    top:70%;
    transform:translateY(-50%);
    z-index:9999;
}

.social-item{
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s;
}

.social-item img{
    width:45px;
    height:45px;
    object-fit:contain;
}

.call{
    background:#0d6efd;
}

.whatsapp{
    background:#25D366;
}

.instagram{
    background:linear-gradient(
        45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888
    );
}

.facebook{
    background:#1877F2;
}

.social-item:hover{
    width:70px;
}

/* Mobile */

@media(max-width:768px){

    .sticky-social{
        left:10px;
    }

    .social-item{
        width:40px;
        height:40px;
    }

    .social-item img{
        width:24px;
        height:24px;
    }
}




.special-chemical-section{
    padding:80px 0;
    background:#f4f8fc;
}

.special-chemical-section .section-title{
    margin-bottom:50px;
}

.special-chemical-section .section-title h5{
    color:#4CAF50;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.special-chemical-section .section-title h2{
    font-size:40px;
    font-weight:700;
    color:#1d3557;
    margin-bottom:15px;
}

.special-chemical-section .section-title p{
    max-width:800px;
    margin:auto;
    color:#555;
    line-height:28px;
}

.chemical-box{
    background:#ffffff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.chemical-box h3{
    color:#1d3557;
    margin-bottom:25px;
    font-weight:700;
}

.chemical-box ul{
    list-style:none;
    padding:0;
}

.chemical-box ul li{
    padding:10px 0;
    font-size:18px;
    border-bottom:1px solid #eee;
    color:#333;
}

.chemical-box ul li:before{
    content:"✔";
    color:#4CAF50;
    margin-right:12px;
    font-weight:bold;
}

.chemical-image img{
    width:100%;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.industries-section{
    margin-top:60px;
    background:#ffffff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.industries-section h3{
    text-align:center;
    color:#1d3557;
    font-weight:700;
    margin-bottom:30px;
}

.industries-section ul{
    list-style:none;
    padding:0;
}

.industries-section ul li{
    padding:10px 0;
    font-size:17px;
    color:#333;
}

.industries-section ul li:before{
    content:"●";
    color:#4CAF50;
    margin-right:10px;
}

@media(max-width:991px){

    .chemical-image{
        margin-top:30px;
    }

    .special-chemical-section .section-title h2{
        font-size:30px;
    }
}

@media(max-width:768px){

    .special-chemical-section{
        padding:60px 0;
    }

    .chemical-box,
    .industries-section{
        padding:25px;
    }

    .chemical-box ul li,
    .industries-section ul li{
        font-size:15px;
    }

    .special-chemical-section .section-title h2{
        font-size:26px;
    }
}


/* Branch List */

.branch-list{
    margin-top:20px;
    display:flex;
    flex-direction:column;
    gap:15px;
}

/* Card */

.branch-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.branch-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(0,0,0,.12);
}

/* Remove Default Arrow */

.branch-card summary{
    list-style:none;
}

.branch-card summary::-webkit-details-marker{
    display:none;
}

/* Summary */

.branch-card summary{
    padding:18px 20px;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* Left Side */

.branch-card summary span{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:20px;
    font-weight:600;
    color:#222;
}

.branch-card summary span i{
    color:#ff3b6a;
    padding: 10px;
    font-size:18px;
}

/* Right Side + */




.branch-card summary::after{
    content:"+";
    width:70px;
    text-align:center;
    font-size:32px;
    font-weight:700;
      color:green;
    flex-shrink:0;
}
/* Open State */

.branch-card[open] summary::after{
    content:"−";
}

/* Address */

.branch-content{
    padding: 20px 20px !important;
    border-top:1px solid #eee;
    color:#666;
    line-height:1.8;
    font-size:15px;
    animation:fade .35s ease;
}

/* Animation */

@keyframes fade{

    from{
        opacity:0;
        transform:translateY(-8px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* Mobile */

@media(max-width:768px){

    .branch-card summary{
        padding:15px;
    }

    .branch-card summary span{
        font-size:17px;
    }

    .branch-card summary::after{
        font-size:24px;
    }

    .branch-content{
        font-size:14px;
        padding:0 15px 15px;
    }

}

