* {
  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: 'Albra Book TRIAL Medium TRIAL';
    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: 'Albra Book TRIAL Bold TRIAL';
    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;
}




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: 'AccoladeSerial';
}

h3,
h4,
h5,
h6 {
  font-family: 'Albra Book TRIAL Bold TRIAL';
  color: #000;
}

h1 {
  font-size: 3rem;
}

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: #1a9a8d;
  --secondary-color: #ed1b24;
  --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;
}
.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: 9999999;
  width: 100% !important;
  top: 0;
  background: #000000;
}
.navbar-mean ul {
  display: flex;
}

.navbar-mean ul li {
  padding: 4px 16px;
  transition: 0.3s;
}
a.navbar-brand img {
  width: 100px;
  /* 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: 600 !important;
  color: #ffffff;
}
.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: 12px 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;
}

.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: #61bbb1;
}
.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: 'Albra Book TRIAL Medium TRIAL';
    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: left !important;
}

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


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

.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: #000000;
}


.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 30px 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;
}

.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(--primary-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: 20px;
}
.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

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

.breadcrumb-nav a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.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);
}

.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;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

/* 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: 30px 25px;
}

.service-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

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

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: #333;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

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

.input-wrapper {
    position: relative;
}

.input-wrapper .form-control {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 16px;
    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: 20px;
    top: 50%;
    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);
}

/* 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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

/* 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: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.service-details-text h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 20px 0;
    color: #333;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
    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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

/* 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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: #333;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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;
}

.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: 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;
}

.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;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

/* 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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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;
    font-family: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: white;
    min-width: 200px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.navbar-mean ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.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: 14px;
}

/* 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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 80px 0;
}

.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: #ff6b35;
  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: 30px;
}

.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: #ff6b35;
  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;
}

.blog-post-content h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

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

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

.read-more:hover {
  color: #f7931e;
  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: linear-gradient(135deg, var(--primary-color), #0d7a6f);
  color: white;
  padding: 80px 0;
}

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

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

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

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.timeline-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 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;
  }

  .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;
  }
}

@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: #333;
  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: 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;
}

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

.cta-buttons .header-btn:not(.secondary):hover {
  background: var(--secondary-color);
  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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.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: 'Albra Book TRIAL Bold TRIAL', sans-serif;
}

.aspect-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}
.project-details-sidebar {
    position: sticky;
    top: 100px;
}