* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: white !important;
}

@font-face {
  font-family: 'Albra TRIAL Semi TRIAL';
  src: url('../fonts/AlbraTRIAL-Semi.woff2') format('woff2'),
    url('../fonts/AlbraTRIAL-Semi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AccoladeSerial';
  src: url('../fonts/AlbraBookTRIAL-Medium.woff2') format('woff2'),
    url('../fonts/AlbraBookTRIAL-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AccoladeSerial';
  src: url('../fonts/AlbraBookTRIAL-Bold.woff2') format('woff2'),
    url('../fonts/AlbraBookTRIAL-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AccoladeSerial';
  src: url('../fonts/AccoladeSerialBold.woff2') format('woff2'),
    url('../fonts/AccoladeSerialBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
    url('../fonts/Rajdhani-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}





dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  font-family: 'Poppins';
  list-style: none;
}

a {
  font-family: 'Poppins';
  text-decoration: none;
}

p,
li {
  font-family: 'Poppins';
  font-size: 15px;
  color: #494949;
  font-weight: 400 !important;
}

h1,
h2 {
  font-family: 'Rajdhani';
}

h3,
h4,
h5,
h6 {
  font-family: 'Rajdhani';
  color: #000;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-family: 'Poppins' !important;
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

:root {
  --primary-color: #009245;
  --secondary-color: #aa1a1a;
  --black-color: #000;
  --white-color: #fff;
}

/* .container{
  max-width: 94%;
} */
img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}

.text-primary {
  color: #19184d !important;
}

.info-text a {
  margin: 0;
  font-size: 13px;
  color: #ffffff;
}

.header-top {
  width: 100%;
  padding: 6px 0px;
  background-color: var(--secondary-color);
}

.header-contact ul li {
  display: flex;
  margin: 0 20px 0 0;
}

.footer-social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer-social ul li a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 13px;
  border: 1px solid ed1b24;
  transition: 0.4s;
}

nav.navbar.shadow.sticky {
  top: 0px;
  position: sticky;
  transition: 0.6s !important;
}

.header-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white-color);
  font-size: 15px;
}

.footer-social.header-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-contact ul {
  display: flex;
  align-items: center;
}

nav.navbar {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* padding: 0; */
  position: relative;
  z-index: 99;
  width: 100% !important;
  top: 0;
  background: #fff;
}

.navbar-mean ul {
  display: flex;
}

.navbar-mean ul li {
  padding: 4px 10px;
  transition: 0.3s;
}

a.navbar-brand img {
  width: 200px;
  /* padding: 10px 0px; */
  height: auto;
}

.nav-btn-in {
  margin-left: 50px;
  padding: 10px;
}

.navbar-btn a {
  background: #1a9a8d;
  color: #ffffff;
  padding: 10px 32px;
  border-radius: 12px;
  /* font-weight: 600; */
  font-size: 15px;
}

.navbar-btn i {
  margin-left: 6px;
}

.nav-btn-in span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #a92024;
}

.nav-btn-in a {
  color: black;
}

.contact-info i {
  margin-right: 5px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  background: #ed1b24;
  padding: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500 !important;
  color: #000;
}

.navbar-box {
  width: 100%;
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 6px 24px; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: 0px 0px 20px 20px;
}

section.hero-sec {
  position: relative;
  /* top: -80px; */
  background: #000000;
  width: 100%;
  height: 480px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  background: #000000;
  background: linear-gradient(92deg, rgb(0 0 0 / 33%) 0%, rgb(0 0 0 / 42%) 46%, rgba(235, 235, 235, 0) 77%, rgba(235, 235, 235, 0) 100%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* content on right */
  padding: 0px 4%;
}

.slide-container.right {
  color: white;
  max-width: fit-content;
  text-align: left;
}

.header-btn {
  display: inline-block;
  padding: 8px 24px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  width: 200px;
  margin: auto;
  text-align: center;
}

.header-btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(237, 27, 36, 0.3);
}

/* Secondary Button Style for All Pages */
.header-btn.secondary {
  background: rgba(26, 154, 141, 0.1);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  backdrop-filter: blur(10px);
}

.header-btn.secondary:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(26, 154, 141, 0.3);
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

.slide-container.right p {
  color: #ffffffcc;
}

.content {
  width: 50%;
  /* padding: 30px; */
  text-align: left;
  /* background: #ffffff; */
  margin: 100px 0px 70px;
  border-radius: 10px;
}

.nav-link:focus,
.nav-link:hover {
  color: #009245;
}

.navbar-bar {
  background: #000000;
  padding: 14px;
}

.navbar-bar i {
  color: #ffffff;
  font-size: 24px;
}

.hero-box {
  border-radius: 20px;
  /* position: absolute; */
  width: 100%;
  top: 0px;
  overflow: hidden;
  margin: auto;
  text-align: center;
}

.hero-box .swiper-slide {
  height: 600px;
  width: 100%;
}

.hero-box span.swiper-pagination-bullet {
  width: 20px;
  border-radius: 4px;
  background: #ffffff;
  opacity: 0.5;
  transition: 0.8s;
}

.hero-box span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1a9a8d;
  width: 40px;
  opacity: 1;
}

.hero-box .swiper-pagination {
  /* position: absolute; */
  text-align: end;
  margin-right: 100px !important;
  padding-right: 90px;
}

.content h1 {
  font-size: 56px !important;
  font-weight: 900;
}

section.counter-sec {
  padding-top: 180px;
  padding-bottom: 60px;
}

.counter-img img {
  width: 60px;
}

span.counter.counted {
  font-family: 'AccoladeSerial';
  font-size: 46px;
  font-weight: 900;
}

.conterbox {
  text-align: center;
}

span.counter-pro {
  font-size: 32px;
  font-weight: 800;
  margin-left: 3px;
}

.about-sec {
  position: relative;
  padding: 80px 0;
  /* background: #e6f6f6; */
  /* à¤¹à¤²à¥à¤•à¤¾ à¤¬à¥ˆà¤•à¤—à¥à¤°à¤¾à¤‰à¤‚à¤¡ */
  text-align: left;
}

.heading-wrapper {
  position: relative;
  /*display: inline-block;*/
  /*text-align: center !important;*/
}

.bg-text {
  /* font-size: 76px; */
  /* font-weight: 600; */
  /* color: transparent; */
  /* -webkit-text-stroke: 1px #aa1a1a; */
  /* outline text */
  /* opacity: 0.2; */
  /* à¤¹à¤²à¥à¤•à¤¾ effect */
  /* position: absolute; */
  /* top: -40px; */
  left: 0;
  z-index: 1;
  /* letter-spacing: 5px; */
  /* font-family: 'Poppins' !important; */
  color: #aa1a1a;
}


.main-heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #aa1a1a;
  z-index: 2;
  /*text-align: center;*/
}

.about-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.about-icon img {
  width: 56px;
}

.servies-area {
  display: flex;
}

.servies-num {
  background: #ffffff;
  padding: 26px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #000000;
}

.servies-area {
  display: flex;
}

.servies-num {
  background: #ffffff00;
  padding: 26px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #ffffff;
}

.servies-text {
  padding: 0px 20px;
  border-left: 1px solid #ffffff;
  margin-left: 20px;
}

.servies-text h6 {
  color: #e61b23;
  font-size: 20px;
}

.servies-text h3 {
  color: var(--primary-color);
  font-size: 32px !important;
}

section.sevices-sec {
  /*background: url(../images/servies-bg.jpg);*/
  /* margin: 60px 0px; */
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
}

section.sevices-sec::before {
  background: #000000c7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.servies-box {
  z-index: 9;
  position: relative;
  padding: 30px 0px;
}

.heading-wrapper.servies h6 {
  font-size: 76px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.3;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
  letter-spacing: 5px;
  font-family: 'Poppins' !important;
}

.heading-wrapper.servies h2,
.heading-wrapper.servies p {
  color: white;
}

.servies-text p {
  color: #ffffff;
}

.servies-img img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

ul.process-list li {
  display: flex;
}

.num {
  padding: 20px;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #1a9a8d;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgb(26 154 141) 4px 4px 0px 0px, rgba(255, 255, 255, 0.8) -3px 2px 8px 0px;
  font-size: 27px;
  font-family: 'AccoladeSerial';
  font-weight: 800;
}

.pro-text {
  margin-left: 24px;
}

section.process-sec:before {
  background: #dcefed;
  top: 0;
  right: 0;
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

section.process-sec.pt-6.pb-6 {
  position: relative;
}

.process-img img {
  width: 98%;
  height: 500px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  object-fit: cover;


}


.about-sec {
  position: relative;
}

.about-sec:before {
  background: #dcefed;
  top: 0;
  left: 0;
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

ul.process-list {
  position: relative;
}

ul.process-list {
  position: relative;
}

ul.process-list:before {
  border: 2px dotted #1a9a8d;
  content: "";
  /* width: 1px; */
  height: 83%;
  position: absolute;
  left: 34px;
  z-index: -1;
}

.galery-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 100px;
}

.galery-text {
  background: #ffffff;
  width: 90%;
  margin: auto;
  bottom: -50px;
  position: absolute;
  left: 5%;
  padding: 24px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  z-index: 18;
  transition: 0.4s;
  box-shadow: rgb(26 154 141) 2px 2px 0px 0px, rgba(255, 255, 255, 0.8) -3px 2px 8px 0px;
  transition: 0.4s;

}

.galery-box {
  position: relative;
  margin-bottom: 120px;
}

.galery-img img:hover {
  transform: scale(1.3);
}

.galery-img {
  overflow: hidden;
  height: 320px;
  transition: 0.6s;
  border-radius: 10px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1a9a8d !important;
  width: 40px !important;
  opacity: 1 !important;
}

span.swiper-pagination-bullet {
  width: 20px !important;
  border-radius: 4px !important;
  background: #d6d6d6;
  opacity: 0.4;
  transition: 0.9s !important;
}

.galery-text h5 {
  color: #1a9a8d;
}

.galery-text a,
.galery-text i {
  color: #1a9a8d;
}

.galery-box:hover .galery-text {
  background-color: #149588;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.galery-box:hover .galery-text h5,
.galery-box:hover .galery-text a,
.galery-box:hover .galery-text i,
.galery-box:hover .galery-text p {
  color: white;
}

.testimonial-info img {
  width: 60px;
  border-radius: 50%;
  height: 60px;
}

.testimonial-info {
  display: flex;
}

.profile-text {
  margin-left: 30px;
}

.testimonial-box {
  padding: 40px 80px 60px 1px;
}

section.gallery-sec .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
}

.testimonial-quest i {
  position: absolute;
  right: 160px;
  font-size: 100px;
  color: var(--primary-color);
  opacity: 0.3;
  bottom: 40px;
}

.testimonials-img {
  height: 360px;
  overflow: hidden;
  border-radius: 12px;
}

.testimonials-img img {
  height: 360px;
  border-radius: 12px;
  object-fit: cover;
  overflow: hidden;
}

.testimonials-img:hover img {
  transform: scale(1.4);
}

section.sevices-sec.contact-img {
  background: url(../images/contact.jpg);
  /* margin: 60px 0px; */
  position: relative;
  z-index: 3;
  height: 540px;
  margin-bottom: 180px;
  background-repeat: no-repeat;
}

section.contact-sec.py-5 {
  background: #ffffff;
}

.contact-sec.py-5 {
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

ul.contact-info.list-unstyled {
  background: #1a9a8d;
  border-radius: 20px;
  padding: 30px;
  width: 85%;
}

.text-red {
  color: #ffffff;
  font-size: 24px !important;
}

ul.contact-info.list-unstyled a,
ul.contact-info.list-unstyled p {
  color: white;
}

ul.info-list {
  margin-top: 8px;
  margin-bottom: 20px;
}

ul.info-list span {
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
}

strong.text-red {
  font-size: 20px;
}

section.footer {
  background: #009245;
}


.footer {
  width: 100%;
  padding: 60px 0 0px 0 !important;
  background-color: var(--secondary-color);
}

.footer_box img {
  width: 80%;
}

.footer_box p {
  font-size: 15px;
  padding: 10px 0 0 0;
  /* width: 75%; */
  color: #fff;
}

.footer_icon {
  width: 100%;
  margin: 12px 0;
}

.footer_icon ul {
  display: flex;
  /* justify-content: flex-end; */
  padding: 0;
}

.footer_icon ul li a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 6px 0 0;
  font-size: 15px;
  color: var(--primary-color);
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.footer_icon ul li a:hover {
  color: var(--secondary-color);
}

.footer_box h4 {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  padding: 0 0 5px 0;
  margin: 0 0 17px 0;
  position: relative;
  color: #ffffff;
}

.footer_box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 86%;
  height: 2px;
  background-color: #ffffff;
}

.footer_links {
  padding: 0;
}

.footer_links li {
  position: relative;
  padding: 0 0 0 10px;
}

.footer_links li::before {
  position: absolute;
  content: "\2B9E";
  left: 0;
  top: 0;
  color: var(--primary-color);
}

.footer_links li a {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 10px 10px;
  font-weight: 100;
  transition: all 0.5s;
  color: #fff;
}

.footer_links li a:hover {
  color: var(--primary-color);
}

.footer_contact {
  padding: 0;
}

.border-top {
  background: var(--secondary-color);
}

.footer-links li{
    position: relative;
}

.footer-links li::before {
    content: "➤";
    font-weight: 900;
    margin-right: 10px;
    color: white;
}


.footer-links li a {
  color: #fff;
}

.footer-links li a:hover {
  color: #aa1a1a;
}


.footer_contact li {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  font-size: 14px;
  margin: 0px 0 9px 0;
}

.link-icon {
  width: 34px;
  height: 34px;
  background-color: var(--secondary-color);
  display: grid;
  place-items: center;
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
}

.link-text {
  width: 73%;
  margin-left: 20px;
  color: white;
  font-size: 15px;
}

.link-text span {
  color: #fff;
  font-size: 15px;
}

.link-text a {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

.link-text a:hover {
  color: var(--primary-color);
}

.footer-acknowledge {
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
}

.footer-acknowledge p {
  font-size: 18px;
  margin: 0 auto 20px auto;
  width: 60%;
}

section.footer_copyright p {
  margin: 0;
  padding: 10px 0px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

section.footer_copyright {
  background: #02376b;
}

section.footer_copyright p {
  color: white;
}

.footer_box img {
  width: 120px;
  margin-bottom: 4px;
}

.footer_box.footer-second {
  margin-left: 80px;
}

section.sevices-sec.contact-img::before {
  background: #00000096;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/* Breadcrumb Background Section */
.breadcrumb-bg {
  background-image: url('../images/breadcumb-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Gallery Hero with Background Image */
.gallery-hero {
  background-image: url('../images/breadcumb-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.gallery-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.gallery-hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'AccoladeSerial';
}

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

.breadcrumb-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.breadcrumb-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'AccoladeSerial';
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
}

.breadcrumb-nav a {
  color: #aa1e23 !important;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.breadcrumb-nav a:hover {
  color: var(--primary-color);
}

.breadcrumb-nav .separator {
  color: var(--primary-color);
  font-weight: bold;
}

.breadcrumb-nav .current {
  color: var(--primary-color);
  font-weight: 500;
}

/* About Content Section */
.about-content-sec {
  background: #f8f9fa;
}

/* Values Section */
.values-sec {
  background: #1a9a8d1f;
}

.value-box {
  text-align: center;
  padding: 40px 30px;
  background: white;
  border-radius: 10px;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 320px;
}

.value-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  background: #009245;
}

.value-box:hover h4 {
  color: #fff;
}

.value-box:hover p {
  color: #fff;
}

.value-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.value-icon i {
  font-size: 2rem;
  color: white;
}

.value-box:hover .value-icon {
  background: var(--secondary-color);
  transform: scale(1.1);
}

.value-box h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.value-box p {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

/* Team Section */
.team-sec {
  background: #eaf6f5;
}

.team-box {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.team-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.team-img {
  position: relative;
  overflow: hidden;
}

.team-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-box:hover .team-img img {
  transform: scale(1.1);
}

.team-info {
  padding: 30px 25px;
  text-align: center;
}

.team-info h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  font-family: 'AccoladeSerial';
}

.team-info span {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.team-info p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.team-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.team-social a {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.team-social a:hover {
  background: var(--secondary-color);
  transform: translateY(-3px);
}

/* Services Page Styles */
.services-hero {
  background-image: url('../images/breadcumb-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.services-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.services-hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'AccoladeSerial';
}

/* Service Cards */
.services-cards-sec {
  background: white;
}

.service-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* margin-bottom: 30px; */
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-img {
  position: relative;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.1);
}

.service-content {
  padding: 24px 20px;
}

.service-content h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #b21e1a;
  margin: 0px;
}

.service-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
  margin: 0;
}

.service-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: var(--primary-color);
}

.service-link i {
  transition: transform 0.3s ease;
}

.service-link:hover i {
  transform: translateX(5px);
}

/* Additional Services */
.additional-services-sec {
  background: #f8f9fa;
}

.service-detail-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-detail-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.service-detail-box:hover .service-icon {
  background: var(--secondary-color);
  transform: scale(1.1);
}

.service-icon i {
  font-size: 1.5rem;
  color: white;
}

.service-detail-content h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  font-family: 'AccoladeSerial';
}

.service-detail-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 15px;
}

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

.service-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}

.service-features li i {
  color: var(--primary-color);
  font-size: 12px;
}

/* Process Section */
.services-process-sec {
  background: white;
}

.process-step {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.process-step:hover .step-number {
  background: var(--secondary-color);
  transform: scale(1.1);
}

.step-content h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  font-family: 'AccoladeSerial';
}

.step-content p {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

/* Consultation Form Section */
.consultation-form-sec {
  background: #1a9a8d1f;
}

.consultation-form h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #aa1a1a;
}

.consultation-form-fields .form-group {
  margin-bottom: 0px;
}

.input-wrapper {
  position: relative;
}

.input-wrapper .form-control {
  width: 100%;
  padding: 10px 50px 10px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 14px;
  background: white;
  transition: all 0.3s ease;
}

.input-wrapper .form-control:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.input-wrapper textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.input-icon {
  position: absolute;
  right: 19px;
  top: 38%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  pointer-events: none;
}

.input-wrapper textarea+.input-icon {
  top: 20px;
  transform: none;
}

.submit-btn {
  background: #333;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.submit-btn:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.consultation-image {
  text-align: center;
}

.consultation-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-cards-sec .row>* {
  margin-bottom: 25px;
}

ul.pagination.justify-content-center span.page-numbers.current,
ul.pagination.justify-content-center a.page-numbers {
  color: #ffffff !important;
  background: red !important;
  padding: 6px 17px;
  border-radius: 10px;
}

ul.pagination.justify-content-center a.page-numbers {
  background: #0d9347 !important;
}

/* Responsive Design */
@media (max-width: 768px) {

  .breadcrumb-content h1,
  .services-hero-content h1 {
    font-size: 2.5rem;
  }

  .breadcrumb-nav {
    flex-direction: column;
    gap: 5px;
  }

  .value-box {
    padding: 30px 20px;
  }

  .team-info {
    padding: 25px 20px;
  }

  .footer_box.footer-second {
    margin-left: 0;
  }

  .service-detail-box {
    flex-direction: column;
    text-align: center;
  }

  .consultation-form h2 {
    font-size: 2rem;
  }

  .consultation-image img {
    height: 300px;
    margin-top: 30px;
  }
}

/* Services Details Page Styles */
.services-details-hero {
  background-image: url('../images/breadcumb-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.services-details-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.services-details-hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'AccoladeSerial';
}

/* Services Details Content */
.services-details-content {
  background: white;
}

.service-details-main {
  background: white;
}

.service-details-image {
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-details-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-details-image:hover img {
  transform: scale(1.05);
}

.service-details-text h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #aa1a1a;
}

.service-details-text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 30px 0 20px 0;
  color: #aa1a1a;
}

.service-details-text p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

/* Process Steps */
.process-steps {
  margin: 30px 0;
}

.process-step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step-item:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.process-step-item .step-number {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  flex-shrink: 0;
}

.process-step-item .step-content h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  font-family: 'AccoladeSerial';
}

.process-step-item .step-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}

/* Service Features List */
.service-features-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-features-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0px;
  color: #666;
  font-size: 16px;
  padding: 6px 0;
}

.service-features-list li i {
  color: var(--primary-color);
  font-size: 18px;
  width: 20px;
}

/* Service Sidebar */
.service-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.sidebar-widget h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 10px;
}

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

.service-list li {
  margin-bottom: 10px;
}

.service-list a {
  display: block;
  padding: 12px 15px;
  color: #666;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  background: #ebebeb;
}

.service-list a:hover,
.service-list a.active {
  background: #1a9a8d1f;
  color: var(--primary-color);
  border-left-color: var(--primary-color);
  transform: translateX(5px);
}

.contact-info {
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  padding: 10px 0;
}

.contact-item i {
  width: 20px;
  color: var(--primary-color);
  font-size: 16px;
}

.contact-item span {
  color: #666;
  font-size: 15px;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}

.gallery-item {
  /* border-radius: 10px; */
  /* overflow: hidden; */
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
  /* transition: transform 0.3s ease; */
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

/* Responsive Design for Services Details */
@media (max-width: 768px) {
  .services-details-hero-content h1 {
    font-size: 2.5rem;
  }

  .service-details-text h2 {
    font-size: 2rem;
  }

  .service-details-text h3 {
    font-size: 1.5rem;
  }

  .process-step-item {
    flex-direction: column;
    text-align: center;
  }

  .service-sidebar {
    position: static;
    margin-top: 40px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact Page Styles */
.contact-hero {
  background-image: url('../images/breadcumb-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.contact-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.contact-hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'AccoladeSerial';
}

/* Contact Info Section */
.contact-info-sec {
  background: white;
}

.contact-info-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  font-family: 'AccoladeSerial';
}

.contact-info-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 16px;
}

.contact-cards {
  margin-top: 30px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
  background: var(--secondary-color);
  transform: scale(1.1);
}

.contact-icon i {
  font-size: 1.5rem;
  color: white;
}

.contact-details h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  font-family: 'AccoladeSerial';
}

.contact-details p {
  color: #666;
  line-height: 1.6;
  margin: 0 0 5px 0;
  font-size: 15px;
}

/* Contact Map */
.contact-map {
  position: relative;
}

.map-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  border-radius: 15px;
}

.map-marker {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.marker-popup {
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 250px;
}

.marker-image {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.marker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marker-info h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  font-family: 'AccoladeSerial';
}

.marker-info p {
  font-size: 12px;
  color: #666;
  margin: 0 0 3px 0;
  line-height: 1.4;
}

.marker-info span {
  font-size: 11px;
  color: var(--primary-color);
  font-weight: 500;
}

/* Contact Form Section */
.contact-form-sec {
  background: #f8f9fa;
}

.contact-form-image {
  text-align: center;
}

.contact-form-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #aa1a1a;
}

.contact-form-fields .form-group {
  margin-bottom: 25px;
}

.contact-form-fields .form-control {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  background: white;
  transition: all 0.3s ease;
}

.contact-form-fields .form-control:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.contact-form-fields textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
}

.submit-btn:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Additional Contact Section */
.additional-contact-sec {
  background: white;
}

.contact-method {
  text-align: center;
  padding: 40px 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.contact-method:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.method-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.contact-method:hover .method-icon {
  background: var(--secondary-color);
  transform: scale(1.1);
}

.method-icon i {
  font-size: 2rem;
  color: white;
}

.contact-method h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.contact-method p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}

.method-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

.method-link:hover {
  color: var(--secondary-color);
}

/* Responsive Design for Contact Page */
@media (max-width: 768px) {
  .contact-hero-content h1 {
    font-size: 2.5rem;
  }

  .contact-info-content h2,
  .contact-form-content h2 {
    font-size: 2rem;
  }

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

  .contact-form-image img {
    height: 300px;
    margin-bottom: 30px;
  }

  .marker-popup {
    position: static;
    margin-top: 20px;
    max-width: 100%;
  }
}

/* Projects Page Styles */
.projects-hero {
  background-image: url('../images/breadcumb-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.projects-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.projects-hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'AccoladeSerial';
}

/* Projects Grid */
.projects-grid-sec {
  background: white;
}

.projects-grid {
  margin-top: 50px;
}

.project-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.project-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.1);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-link {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.project-link:hover {
  background: var(--secondary-color);
  transform: scale(1.1);
  color: white;
}

.project-content {
  padding: 25px 20px;
  text-align: center;
}

.project-content h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  font-family: 'AccoladeSerial';
}

.project-category {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Projects Pagination */
.projects-pagination {
  margin-top: 50px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page-item {
  list-style: none;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  color: #666;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  background: white;
}

.page-link:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: #f8f9fa;
}

.page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

.prev-btn,
.next-btn {
  width: auto !important;
  padding: 0 20px !important;
  border-radius: 25px !important;
  gap: 8px;
}

.prev-btn:hover,
.next-btn:hover {
  background: var(--primary-color) !important;
  color: white !important;
  border-color: var(--primary-color) !important;
}

/* Projects CTA Section */
.projects-cta-sec {
  background: #f8f9fa;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.cta-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 16px;
}

.cta-buttons {
  /* display: flex; */
  /* gap: 20px; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
}

.header-btn.secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.header-btn.secondary:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Responsive Design for Projects Page */
@media (max-width: 768px) {
  .projects-hero-content h1 {
    font-size: 2.5rem;
  }

  .cta-content h2 {
    font-size: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .header-btn {
    width: 100%;
    max-width: 300px;
  }

  .project-image {
    height: 200px;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 5px;
  }

  .page-link {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .prev-btn,
  .next-btn {
    width: auto !important;
    padding: 0 15px !important;
    font-size: 14px;
  }
}

/* Navbar Dropdown Styles */
.navbar-mean ul li.dropdown {
  position: relative;
}

.navbar-mean ul li.dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.navbar-mean ul li.dropdown .nav-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.navbar-mean ul li.dropdown:hover .nav-link i {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #00000000;
  min-width: 300px;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
  border-radius: 8px;
  /* opacity: 0; */
  /* transform: translateY(-10px); */
  /* transition: all 0.3s ease; */
  z-index: 999999;
  list-style: none;
  /* padding: 10px 0; */
  margin: 0;
  display: none;
  border: 0;
}

.navbar-mean ul li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex !important;
  flex-direction: column !important;
  padding: 0px;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.dropdown-menu li a:hover {
  background: #f8f9fa;
  color: var(--primary-color);
  border-left-color: var(--primary-color);
  padding-left: 25px;
}

/* Navbar Text Styling */
.navbar-mean ul li .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px !important;
}

/* Active Nav Item */
.navbar-mean ul li .nav-link.active {
  color: var(--primary-color);
  position: relative;
}

.navbar-mean ul li .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}

/* Responsive Dropdown */
@media (max-width: 768px) {
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f8f9fa;
    border-radius: 0;
    margin-top: 10px;
  }

  .navbar-mean ul li.dropdown:hover .dropdown-menu {
    transform: none;
  }
}

/* Gallery Page Styles - Updated */

.gallery-filter-sec {
  background: #f8f9fa;
}

.gallery-filter {
  text-align: center;
  margin-top: 30px;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.filter-btn {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(26, 154, 141, 0.3);
}

.gallery-grid-sec {
  padding: 60px 0;
}

.gallery-grid {
  margin-top: 40px;
}

/* Full Width Gallery Grid */
.gallery-grid-sec .container-fluid {
  padding: 0;
}

.gallery-grid .row {
  margin: 0;
}

.gallery-grid .col-lg-4,
.gallery-grid .col-md-6 {
  padding: 0;
}

.gallery-box {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 24px;
}

.gallery-box:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
}

.gallery-image {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(26, 154, 141, 0.9), rgba(26, 154, 141, 0.7));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-box:hover .gallery-overlay {
  opacity: 1;
}

.gallery-box:hover .gallery-image img {
  transform: scale(1.1);
}

.gallery-content {
  text-align: center;
  color: white;
  padding: 20px;
}

.gallery-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.gallery-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: white;
  color: var(--primary-color);
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.gallery-link:hover {
  background: var(--primary-color);
  color: white;
  transform: scale(1.1);
}

.gallery-cta-sec {
  background: linear-gradient(135deg, var(--primary-color), #0d7a6f);
  color: white;
}

.gallery-cta-sec .cta-content h2 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.gallery-cta-sec .cta-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.gallery-cta-sec .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-cta-sec .header-btn {
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gallery-cta-sec .header-btn:not(.secondary) {
  background: white;
  color: var(--primary-color);
  border: 2px solid white;
}

.gallery-cta-sec .header-btn:not(.secondary):hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.gallery-cta-sec .header-btn.secondary {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.gallery-cta-sec .header-btn.secondary:hover {
  background: white;
  color: var(--primary-color);
  border-color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

/* Gallery Statistics Section - Hidden */
.gallery-stats-sec {
  display: none !important;
}

.stat-box {
  text-align: center;
  padding: 40px 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.stat-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.stat-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
}

.stat-box:hover .stat-icon {
  background: var(--secondary-color);
  transform: scale(1.1);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-family: 'AccoladeSerial';
}

.stat-number .counter-pro {
  font-size: 2rem;
  margin-left: 5px;
}

.stat-box h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  font-family: 'AccoladeSerial';
}

.stat-box p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}

/* Blog Page Styles */
.blog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 200px 0 120px;
  text-align: center;
  color: white;
}

.blog-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-posts-sec {
  padding: 60px 0;
  background: #eeeeee;
}

.blog-posts-grid {
  margin-top: 50px;
}

.blog-post-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  /* height: 100%; */
}

.blog-post-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.blog-post-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.blog-post-card:hover .blog-post-image img {
  transform: scale(1.1);
}

.blog-post-date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #aa1a1a;
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
}

.blog-post-date .day {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.blog-post-date .month {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-post-content {
  padding: 14px;
}

.blog-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.blog-post-meta .category {
  background: #f8f9fa;
  color: #aa1a1a;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-post-meta .author {
  color: #666;
  font-style: italic;
}

.blog-post-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.blog-post-content h3 a {
  color: #aa1a28;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 20px;
}

.blog-post-content h3 a:hover {
  color: #aa1a1a;
}

.blog-post-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 3px;
}

.read-more {
  color: #aa1a1a;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: #008d43;
  transform: translateX(5px);
}

.read-more i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(3px);
}

.blog-pagination {
  margin-top: 50px;
}

/* Our Process Page Styles */
.our-process-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 200px 0 120px;
  text-align: center;
  color: white;
}

.our-process-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.process-steps-sec {
  padding: 80px 0;
}

.process-timeline {
  margin-top: 50px;
}

.process-step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.process-step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.step-number {
  background: linear-gradient(135deg, var(--primary-color), #0d7a6f);
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 30px;
  flex-shrink: 0;
}

.step-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.step-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

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

.step-features li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #555;
}

.step-features li i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 0.9rem;
}

.why-choose-process-sec {
  background: #e3f3f1;
  padding: 80px 0;
}

.process-advantage {
  text-align: center;
  padding: 40px 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  /* height: 100%; */
}

.process-advantage:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.advantage-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color), #0d7a6f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: white;
}

.process-advantage h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.process-advantage p {
  color: #666;
  line-height: 1.6;
}

.process-cta-sec {
  background: #aa1a1a;
  color: white;
  padding: 80px 0;
}

.process-cta-sec .cta-content h2 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 0px;
}

.process-cta-sec .cta-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.process-cta-sec .cta-buttons {
  /* display: flex; */
  /* gap: 20px; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* width: 200px; */
}

.process-cta-sec .header-btn {
  /* padding: 15px 30px; */
  /* border-radius: 8px; */
  /* font-weight: 600; */
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  /* transition: all 0.3s ease; */
  /* text-decoration: none; */
  /* display: inline-flex; */
  /* align-items: center; */
  /* gap: 8px; */
}

.process-cta-sec .header-btn:not(.secondary) {
  /* background: white; */
  /* color: var(--primary-color); */
  /* border: 2px solid white; */
}

.process-cta-sec .header-btn:not(.secondary):hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.process-cta-sec .header-btn.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.process-cta-sec .header-btn.secondary:hover {
  background: white;
  color: var(--primary-color);
  border-color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

/* Process Timeline Visual Section */
.process-timeline-visual {
  background: #ffffff1f;
  padding: 80px 0;
}

.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
  transform: translateX(-50%);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.timeline-item:nth-child(odd) {
  flex-direction: row;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border: 4px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 0 4px var(--primary-color);
}

.timeline-content {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 45%;
  position: relative;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  margin-left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  margin-right: 0;
}

.timeline-period {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.timeline-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  font-family: 'AccoladeSerial';
}

.timeline-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}

.navbar-nav li {
  position: relative;
}

span.clk_btn {
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 12px;
  cursor: pointer;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 15px;
}



/* Responsive Design for New Pages */
@media (max-width: 991px) {

  .gallery-hero-content h1,
  .blog-hero-content h1,
  .our-process-hero-content h1 {
    font-size: 2.5rem;
  }

  .navbar-collapse ul li ul.dropdown-menu {
    opacity: 1;
  }

  .navbar-collapse ul li ul.dropdown-menu li {
    background: #eee;
  }

  .filter-buttons {
    flex-direction: column;
    align-items: center;
  }

  .process-step-item {
    flex-direction: column;
    text-align: center;
  }

  .step-number {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .timeline-line {
    left: 30px;
  }

  .timeline-item {
    flex-direction: row !important;
    padding-left: 60px;
  }

  .timeline-dot {
    left: 30px;
  }

  .timeline-content {
    width: 100%;
    margin: 0 !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 9px 10px;
    border-bottom: 1px solid #cdcdcd59;
    width: 100%;
  }

  span.clk_btn {
    padding: 4px 5px;
    top: 7px;
    background: #aa1a1a;
    color: white;
    right: 5px;
  }


}

@media (max-width: 768px) {

  .gallery-hero,
  .blog-hero,
  .our-process-hero {
    padding: 150px 0 80px;
  }

  .gallery-hero-content h1,
  .blog-hero-content h1,
  .our-process-hero-content h1 {
    font-size: 2rem;
  }

  .gallery-image {
    height: 300px;
  }

  .gallery-grid .col-lg-4,
  .gallery-grid .col-md-6 {
    margin-bottom: 0;
  }

  .filter-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .filter-btn {
    width: 200px;
    text-align: center;
  }

  .blog-post-image {
    height: 200px;
  }

  .process-step-item {
    padding: 20px;
  }

  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
  }
}

/* Why Choose Us Section Styles */
.why-choose-us-sec {
  background: #f8f9fa;
  padding: 80px 0;
}

.why-choose-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.why-choose-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.image-overlay {
  position: relative;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 40px 30px 30px;
  text-align: center;
}

.overlay-text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-choose-content {
  padding-left: 40px;
}

.section-badge {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.badge-icon {
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 0.8rem;
}

.why-choose-content .main-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #aa1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.sub-heading {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 25px;
  line-height: 1.4;
}

.description {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 1rem;
}

.features-grid {
  margin-bottom: 30px;
}

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

.features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #555;
  font-weight: 500;
  font-size: 1rem;
}

.features-list li i {
  color: var(--primary-color);
  margin-right: 12px;
  font-size: 0.9rem;
  width: 16px;
  text-align: center;
}

.cta-buttons {
  /* display: flex; */
  /* gap: 20px; */
  /* flex-wrap: wrap; */
}

.cta-buttons .header-btn {
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 240px;
  text-align: end;
}

.cta-buttons .header-btn:not(.secondary) {
  background: var(--primary-color);
  color: white;
  border: none;
}

.cta-buttons .header-btn:not(.secondary):hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(26, 154, 141, 0.3);
}

.cta-buttons .header-btn.secondary {
  background: rgba(26, 154, 141, 0.1);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  backdrop-filter: blur(10px);
}

.cta-buttons .header-btn.secondary:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(26, 154, 141, 0.3);
}

/* Responsive Design for Why Choose Us */
@media (max-width: 991px) {
  .why-choose-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .why-choose-content .main-heading {
    font-size: 2rem;
  }

  .sub-heading {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .why-choose-us-sec {
    padding: 60px 0;
  }

  .why-choose-image img {
    height: 350px;
  }

  .why-choose-content .main-heading {
    font-size: 1.8rem;
  }

  .overlay-text h4 {
    font-size: 1.2rem;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .header-btn {
    text-align: center;
    justify-content: center;
  }
}

/* Projects Page Styles */
.projects-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 200px 0 120px;
  text-align: center;
  color: white;
}

.projects-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.projects-grid-sec {
  padding: 80px 0;
}

.projects-grid {
  margin-top: 50px;
}

.project-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.project-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(26, 154, 141, 0.9), rgba(26, 154, 141, 0.7));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-card:hover .project-image img {
  transform: scale(1.1);
}

.project-link {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: white;
  color: var(--primary-color);
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.project-link:hover {
  background: var(--primary-color);
  color: white;
  transform: scale(1.1);
}

.project-content {
  padding: 25px;
}

.project-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  font-family: 'AccoladeSerial';
}

.project-category {
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.projects-pagination {
  margin-top: 50px;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: white;
  color: #666;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.page-link:hover,
.page-item.active .page-link {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

.prev-btn,
.next-btn {
  padding: 12px 20px !important;
  width: auto !important;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.projects-cta-sec {
  background: linear-gradient(135deg, var(--primary-color), #0d7a6f);
  color: white;
  padding: 80px 0;
}

.projects-cta-sec .cta-content h2 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.projects-cta-sec .cta-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.projects-cta-sec .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.projects-cta-sec .header-btn {
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.projects-cta-sec .header-btn:not(.secondary) {
  background: white;
  color: var(--primary-color);
  border: 2px solid white;
}

.projects-cta-sec .header-btn:not(.secondary):hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.projects-cta-sec .header-btn.secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.projects-cta-sec .header-btn.secondary:hover {
  background: white;
  color: var(--primary-color);
  transform: translateY(-2px);
}

/* Responsive Design for Projects Page */
@media (max-width: 991px) {
  .projects-hero-content h1 {
    font-size: 2.5rem;
  }

  .pagination {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .projects-hero {
    padding: 150px 0 80px;
  }

  .projects-hero-content h1 {
    font-size: 2rem;
  }

  .project-image {
    height: 250px;
  }

  .projects-cta-sec .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .projects-cta-sec .header-btn {
    text-align: center;
    justify-content: center;
  }
}


section.counter-sec.inner-pages {
  padding: 60px 0px !important;
  background: #1a9a8d17;
}

/* Project Details Page Styles */
.project-hero-image {
  margin-bottom: 0;
}

.project-hero-img {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.project-hero-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.project-overview-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--black-color);
  margin-bottom: 30px;
  font-family: 'AccoladeSerial';
}

.overview-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.challenge-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  border-left: 4px solid var(--secondary-color);
}

.solution-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  border-left: 4px solid var(--primary-color);
}

.challenge-box h4,
.solution-box h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--black-color);
  margin-bottom: 15px;
  font-family: 'AccoladeSerial';
}

.challenge-box p,
.solution-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.project-details-card {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.project-details-card h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--black-color);
  margin-bottom: 25px;
  font-family: 'AccoladeSerial';
}

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #dee2e6;
}

.detail-item:last-child {
  border-bottom: none;
}

.detail-item span:first-child {
  font-weight: 600;
  color: var(--black-color);
  font-size: 14px;
}

.detail-item span:last-child {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
}

.key-aspects-sec {
  background: #f8f9fa;
}

.aspect-box {
  background: white;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

.aspect-box:hover {
  transform: translateY(-5px);
}

.aspect-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.aspect-icon.primary {
  background: var(--primary-color);
}

.aspect-icon.secondary {
  background: var(--secondary-color);
}

.aspect-icon i {
  font-size: 2rem;
  color: white;
}

.aspect-box h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--black-color);
  margin-bottom: 15px;
  font-family: 'AccoladeSerial';
}

.aspect-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.project-details-sidebar {
  position: sticky;
  top: 100px;
  background: #aa1e23;
  padding: 20px;
}



/* =========================
   HEADER TOP BAR
========================= */
.header_top {
  background-color: #f2f2f2;
  padding: 8px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

/* Use flex to align everything in a row */
.header_top .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* stacks nicely on smaller screens */
}

/* =========================
   SOCIAL ICONS
========================= */
.social_icons {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.social_icons li a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background-color: #aa1a1a;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social_icons li a:hover {
  background-color: #009245;
}

/* =========================
   CONTACT INFO
========================= */
.contact_info {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.contact_info li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.c_icon i {
  color: #009245;
  font-size: 16px;
}

.c_icon i.fa-map-marker {
  font-size: 18px;
}

.c_icon i.fa-volume-control-phone {
  font-size: 18px;
}

.c_text a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c_text a:hover {
  color: #009245;
}

.c_text.tel a {
  font-weight: 500;
  font-size: 15px;
}

/* =========================
   CONTACT US BUTTON
========================= */
.quote_now_btn {
  position: relative;
  margin-left: 7px;
}

/*.quote_now_btn:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -18px;*/
/*  top: 0;*/
/*  border-right: 18px solid transparent;*/
/*  border-top: 40px solid #f2f2f2;*/
/*}*/

.quote_now_btn a {
  background-color: #aa1a1a;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 18px 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  /* flex-direction: row-reverse; */
  border-radius: 6px;
}

.quote_now_btn a:hover {
  background-color: #009245;
}

.quote_now_btn span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #aa1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .header_top .col-md-12 {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .contact_info {
    justify-content: center;
  }

  .quote_now_btn:before {
    display: none;
  }
}

@media (max-width: 576px) {
  .social_icons {
    justify-content: center;
  }

  .contact_info {
    flex-direction: column;
    gap: 6px;
  }

  .quote_now_btn a {
    padding: 6px 20px;
  }
}

.header-fron {
  position: absolute;
  top: 25px;
  width: 429px;
  background: #aa1a1a;
  padding: 20px;
  text-align: start;
  right: 100px;
  font-size: 12px !important;
  border-radius: 10px;
}

section.banner {
  position: relative;
}

.header-fron h3 {
  color: white;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
    letter-spacing: 1px;
}

section.contact {
  background: #aa1a1a;
  padding: 60px 0px;
  text-align: center;
}

.title-heading {
  text-align: center;
  /*margin: 70px 0px;*/
}

section.contact h3 {
  color: white;
  text-transform: capitalize;
}

section.contact h2 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 800;
}

button.btn.mbtn.btn-default {
  background: #0d9347;
  color: white;
}

section.welcome.blog-posts-sec, section.welcome {
  padding: 60px 0;
}

.red-text {
  color: #aa1a1a !important;
}

.explore-area {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}

.explore-box {
  position: absolute;
  bottom: 4%;
  left: 3%;
  z-index: 9;
}

.explore-area:before {
  background: #00000047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

section.explore {
  padding: 60px 0px;
}

.explore-area-two {
  background: #fff;
  height: 180px;
  padding: 30px 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.explore-area-two:hover {
  background: #009245;
  transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.explore-area-two:hover p{
    color: #fff;
}

.explore-area-two:hover h5{
    color: #fff !important;
}


.explore-area img {
  height: 300px;
  object-fit: cover;
}

.explore-box h3 {
  font-size: 20px;
  color: white;
  font-weight: 800;
}
.text_color_theme{
  color: #aa1a1a;
}
.explore-area-two button.btn.mbtn.btn-default {
  background: #aa1a1a;
}

.blog-post-meta {
  position: absolute;
  top: 0;
  display: none;
}


.car-faq-section {
  background-image: url('https://webtestinglink.com/beta/jcpparts/wp-content/uploads/2025/10/faq-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.faq-content {
  width: 100%;
  height: auto;
}

.faq-text h6 {
  color: #aa1e23 !important;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: 'Rajdhani' !important;
  text-transform: capitalize !important;
}

.faq-text h1 {
  color: #0d9347;
}


.faq-section {
  width: 94%;
  margin-top: 24px;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 0;
  background-color: #aa1e23;
  color: white;
  border-radius: 8px;
  margin: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  color: #ffffff;
  transition: all 0.3s ease;
}


.faq-question:hover{
    background: #009245;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}


.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
  /*border-top: 1px solid;*/
  padding: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 12px;
  background: white;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

.car-faq-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}

.car-faq-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  -o-object-fit: cover;
  transition: 0.4s ease-in-out;
  /*     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    filter: brightness(0.6); */
}

/* .car-faq-img img:hover{
    filter: brightness(70%);
    transform: scale(1.10);
    transition: 0.4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
 */
ul.dropdown-menu li {
  padding: 1px;
}

section.banner img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.explore-area:hover img {
  transform: scale(1.3);
}

.blog-post-content h3 a {
  font-family: 'AccoladeSerial' !important;
}

.consultation-form p {
  margin: 0;
}

.consultation-form.my-pro h4 {
  color: #ffffff;
  margin-bottom: 20px;
}

.post-thumbnail img {
  width: 60px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.recent-post-item {
  display: flex;
  margin-bottom: 10px;
}

.post-info {
  width: 100%;
  margin-left: 20px;
}

.post-thumbnail {
  width: 80px;
}

.post-info h5 a {
  font-size: 17px;
  color: #aa1a1a;
  margin-left: 0px;
  font-weight: 700;
  font-family: 'AccoladeSerial';
}

.post-info span {
  display: none;
}

span.meta-item {
  background: #ab1f24;
  color: antiquewhite;
  padding: 9px;
  position: absolute;
  top: 0;
}

.blog-details-main {
  position: relative;
}

.blog-featured-media {
  margin-bottom: 20px;
}

.blog-sidebar {
  position: sticky;
  top: 100px;
}

section.welcome.explore img {
  float: right;
  width: 529px;
  margin: 0 0 15px 15px;
  border-radius: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-details-text ul li {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
}

.service-details-text ul {
  margin-bottom: 20px;
}

.service-details-text ul li:before {
  clip-path: polygon(0 0, 100% 49%, 0 100%, 33% 50%);
  position: absolute;
  top: 8px;
  left: 0;
  background: var(--primary-color);
  content: "";
  width: 15px;
  height: 15px;
}

.thfaqf-faq-item span.thfaqf-title-text {
  font-size: 21px;
}

h3.thfaqf-faq-list-title {
  display: none;
}

/* Make all main headings uppercase sitewide */
h1,
h2,
h3 {
  text-transform: uppercase !important;
}

@media (max-width: 991px) {
  li.quote_now_btn.pull-right {
    position: fixed;
    right: -5%;
    top: 50%;
    z-index: 9;
    transform: rotate(90deg);
  }

  h1.red-text,
  h1.mb-3 {
    font-size: 29px;
  }

  .title-heading {
    margin: 81px 0 45px 0;
  }

  .explore-area,
  .explore-area-two {
    margin: 15px;
  }

  section.explore {
    padding: 40px 0;
  }

  section.welcome.explore img {
    width: 100%;
  }

  section.welcome.explore img:first-child {
    display: none;
  }

  h2.main-heading,
  h2.red-text {
    font-size: 28px;
  }

  section.faq-section {
    width: 100%;
  }

  section.footer a {
    color: #ffff;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.7)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  section.footer .row>* {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  li.quote_now_btn.pull-right {
    margin: 0;
    right: -9%;
  }

  .contact_info {
    gap: 0;
  }

  .header-fron {
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    /* 20px left + 20px right */
    /* 20px top + 20px bottom */
  }

  .header-btn[type=submit]:not(:disabled) {
    max-width: 100%;
  }

  span.wpcf7-spinner {
    display: none;
  }

  section.contact h3 {
    font-size: 20px;
	  font-size: 1.6rem;
  }

  .sidebar-widget:last-child {
    display: none;
  }
}

.navbar-expand-lg .navbar-collapse li:hover .dropdown-menu {
  /* opacity: 1; */
  display: block;
}

.dropdown-menu li {
  background: #fff;
}

/*svg.svg-inline--fa.fa-envelope,*/
/*svg.svg-inline--fa.fa-location-dot {*/
/*  color: #aa1a1a;*/
/*}*/

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 540px) {
  li.quote_now_btn.pull-right {
    right: -12%;
  }

  .header_top ul.contact_info {
    display: none;
  }

  .header_top {
    padding: 0px;
  }

}

@media (max-width: 480px) {
  li.quote_now_btn.pull-right {
    right: -14%;
  }
}

@media (max-width: 360px) {
  li.quote_now_btn.pull-right {
    right: -18%;
  }
}

.footer .link-text a:hover {
  color: #aa1a1a;
}

@media (max-width: 991px) {
  .navbar-nav .menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-nav .dropdown-toggle-icon {
    font-size: 14px;
    margin-left: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
  }

  .navbar-nav .dropdown-toggle-icon.active {
    transform: rotate(180deg);
  }

  /* hide Bootstrap dropdown default style */
  .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-left: 15px;
    margin: 0;
  }

  .navbar-nav .dropdown-menu.show {
    display: block !important;
  }
}















.two-boxs ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    margin: 15px 0 0;
    padding-left: 0;
}

.two-boxs ul li {
    width: 31.5%;
    padding: 30px 20px;
    background: #eee;
    border-radius: 20px;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    line-height: 21px;

}
.two-boxs ul li:hover{
    background: #009245;
    color: #fff;
    transition: ease all 0.5s;
}
.two-boxs ul li i, .two-boxs ul li svg{
    color: #009245 !important;
    font-size: 45px;
    margin-bottom: 5px;
}
.two-boxs ul li:hover i, .two-boxs ul li:hover svg{
    color: #fff !important;
}
.two-boxs ul li:hover .hdn{color: #fff;}
.two-boxs ul li .hdn{font-weight: bold;font-size: 18px;color: #aa1e23;margin-bottom: 5px;}

.feature-box {
      background-color: #f8f9fa;
      border-bottom: 3px solid #a91a1a;
      padding: 5px 20px;
      text-align: center;
      border-radius: 8px;
      transition: all 0.3s ease;
      height: 100%;
      box-shadow: 7px 5px 15px rgba(0,0,0,0.4);
      border: solid thin #cbcbcb;
    }
    .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 7px 5px 15px rgba(0,0,0,0.5);
      background-color: #009245;
    }
    
    .feature-box:hover .step{
        background: #aa1a1a;
    }
    
    .feature-box:hover p{
        color: #fff;
    }
    
    .feature-box:hover h5{
        color: #fff !important;
    }
    
    .feature-box .step{
      font-size: 21px;
      width: 33px;
      height: 33px;
      line-height: 34px;
      color: #fff;
      background: #009245;
      border-radius: 50px;
      display: inline-block;
      margin-right: 5px;
    }
    
    
    .feature-icon {
      font-size: 40px;
      color: #d32f2f;
      margin-bottom: 15px;
    }
    
    
    
    .feature-box h5 {
      font-weight: 700;
      margin-bottom: 15px;
      color: #aa1a1a !important;
    }
    .feature-box p {
      font-size: 15px;
      color: #555;
    }
    .feature-box a {
      color: #d32f2f;
      text-decoration: none;
      font-weight: 600;
    }
    .feature-box a:hover {
      text-decoration: underline;
    }
    .sticky_bx{
          margin: -124px auto 60px;
    position: relative;
    }
@media only screen and (max-width: 786px) {
  .two-boxs ul li {width: 46%;}
  .sticky_bx{display: none;}
  a.navbar-brand img{width: 150px;}
  .navbar-toggler{padding: 2px 5px;border: solid thin #ccc;}
  .title-heading{margin: 10px 0 25px 0;}
  .car-faq-section{padding-top: 0 !important;}
  .car-faq-section h2{font-size: 1.7rem !important;}
}
@media only screen and (max-width: 480px) {
  .two-boxs ul li {width: 100%;}

}



span.apni-span-colr-change-class {
    color: #008d43;
}


/*h2.red-text.apni-margin-class-adjust {*/
/*    width: 80%;*/
/*    margin: auto;*/
/*}*/


.footer_icon.text-center.apni-clr-change-class-twenty a {
    color: #fff;
    font-weight: 900;
}

section.values-sec.pt-6.pb-6.apni-svg-class-size svg {
    font-size: 30px;
    color: #fff;
}


section.additional-contact-sec.pt-6.pb-6.apni-svg-class-two svg {
    font-size: 30px;
    color: #fff;
}


.feature-icon-two {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    background: #008d43;
    width: 60px;
    height: 60px;
    margin: 14px auto 14px auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: all 0.3s ease;
}

.feature-box:hover .feature-icon-two{
    background: #aa1a1a;
    transition: all 0.3s ease;
    transform: scale(1.1);
}


section.services-details-content.pt-6.pb-6.apni-heading-clr-change-class-two-one h1, h2, h3, h4, h5, h6 {
    color: #aa1a1a;
}

section.welcome.explore h3.red-text {
    font-size: 2.6rem;
}

section.services-sec h6.bg-text {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Rajdhani' !important;
}
h6.bg-text{
	  font-size: 1.6rem !important;
    font-weight: 700 !important;
    font-family: 'Rajdhani' !important;
}
nav.breadcrumb-nav.wow.fadeInUp {
    background: #e9ebeb;
    width: fit-content;
    display: flex;
    margin: auto;
    padding: 6px 40px;
    border-radius: 10px;
}
nav.breadcrumb-nav.current {
    background-color: #00000000 !important;
    border: 1px solid #00000000 !important;
    color: black !important;
}
.testimonial-quest svg {
	  background-color: #00000000 !important;
	  color: #1a9a8d75;
	  font-weight: 300;
	  font-size: 52px;
      float: inline-end
}