/* Custom styles for the PermitFlow theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6,
p, span, small {
    font-family: 'Inter', sans-serif;
}

.bg-image {
    background-size: cover;
    background-position: center;
}
.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}
.top-bar {
    background: #0086a8;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 6px 0;
}
.navbar-nav .nav-link {
    color: #222 !important;
    font-weight: 500;
    font-size: 17px;
    margin: 0 8px;
    padding: 0;
}
.navbar-nav .nav-link:hover {
    color: #0086a8 !important;
}
.btn-expert {
    background: #6bdbfb;
    color: #002d37;
    border: 2px solid #00acdd;
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 25px;
    transition: background .2s, color .2s;
    font-size: 14px;
}
.btn-expert:hover {
    background: #00bfff;
}
.hero-header {
    /* background-image: url('/wp-content/themes/permitflow/assets/images/home-banner.png'); */
    background-repeat: no-repeat !important;
    background-position: top;
    background-size: cover;
    min-height: auto;
    /* position: relative; */
}
.hero-overlay {
    background: rgba(0,0,0,0.35);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.hero-section {
    position: relative;
    z-index: 2;
    min-height: 490px;
    display: flex;
    align-items: center;
}
.hero-section .container .hero-content {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}
.navbar-nav.main-nav-menus {
    display: flex;
    gap: 32px;
}
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-collapse {
        background: #fff;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    }
    .navbar-nav.main-nav-menus {
        flex-direction: column;
        gap: 0;
    }
}
@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-section {
        min-height: 400px;
    }
}
.nav-menus {
    z-index: 2;
}
.navbar-nav.main-nav-menus li a {
    color: #3D3D3D;
    text-decoration: unset;
    font-weight: 600;
    font-size: 14px;
}
.hero-section h1 {
    color: #fff;
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
}
.hero-section p {
    color: #fff;
    max-width: 55%;
    margin: 15px 0 35px 0;
    line-height: 28px;
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .hero-section h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-section p {
        max-width: 100%;
        line-height: 24px;
        font-size: 15px;
    }
    
}

/* Service Section Start */
.services-section {
    background: #fff;
    padding: 80px 0;
}
.services-title {
    font-size: 60px;
    font-weight: 700;
    color: #111;
}
.service-card {
    background: transparent;
    padding: 0;
    text-align: left;
}
.service-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d3d3d3;
    margin-bottom: 0.5rem;
    text-align: left;
}
.service-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #424242;
    margin-bottom: 0.5rem;
    text-align: left;
}
.service-desc {
    color: #666;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 1rem;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  */
}
.service-link {
    color: #00bfff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 14px;
    display: flex;
    text-align: left;
}
.service-link i {
    font-size: 1rem;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .services-title {
        font-size: 40px;
    }
    .service-card {
        text-align: left;
    }
}
/* Service Section End */

/* Permit Section Start */
.permits-section {
    background: #fff;
    padding: 80px 0;;
}
.permits-title {
    font-size: 55px;
    font-weight: 700;
    color: #111;
}
.permits-card {
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    border: 2px solid #f0f0f0;
    padding: 40px 70px;
}
.permits-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #424242;
    border-bottom: 2px solid #424242;
    padding: 0 0 10px 0;
}
.permits-list li {
    font-size: 1.1rem;
    color: #222;
    line-height: 43px;
    display: flex;
    align-items: center;
}
.permits-list i {
    font-size: 1.2rem;
}
@media (max-width: 991px) {
    .permits-title {
        font-size: 2.2rem;
    }
    .permits-card {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .permits-title {
        font-size: 32px;
    }
    .permits-card {
        padding: 30px 30px;
    }
}
/* Permit Section End */

/* Story Section Start */
.story-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}
.story-title {
    font-size: 55px;
    font-weight: 700;
    color: #111;
}
.story-subtitle {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
    color: #424242;
}
.story-desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #424242;
}
.story-btn {
    background: #6bdbfb;
    color: #002d37;
    border: 2px solid #00acdd;
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 25px;
    transition: background .2s, color .2s;
    font-size: 14px;
    text-decoration: none;
}

.story-btn:hover,
.story-btn:focus {
    background: #00bfff;
    outline: none;
}

.story-img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    display: inline-block;
}
@media (max-width: 776px) {
    .story-title {
        font-size: 35px;
        margin: 0 0 15px 0;
    }
}
/* Responsive spacing tweaks */
@media (max-width: 991.98px) {
    .story-section .row > div {
        text-align: center;
    }
    .story-img {
        margin-top: 1.5rem;
    }
}
/* Story Section End */

/* Project Section Start */
.projects-section {
    background: #fff;
    color: #222;
    padding: 80px 0
}
.projects-title {
    font-size: 55px;
    font-weight: 700;
    color: #111;
}
.projects-subtitle {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
    color: #424242;
}

.project-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.project-card img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  display: block;
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-title {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: white;
  font-weight: 600;
  background-color: rgba(0,0,0,0.5);
  padding: 0.3rem 0.8rem;
  border-radius: 5px;
  font-size: 1rem;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prjt-btn-sec {
    margin: 40px 0 0 0;
}
@media (max-width: 767px) {
    .projects-title {
        font-size: 35px;
    }
}
/* Project Section End */

/* Begin Section Start */
.begin-section {
  background-color: #005d73; 
  background-blend-mode: multiply;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.begin-title {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}
.begin-subtitle {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  color: #fff;
}
.begin-card p {
    color: #fff;
    text-align: left;
}
.begin-card {
  background-color: rgba(0, 93, 115, 0.85);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  color: #fff;
  transition: background-color 0.3s ease;
}

.begin-card h5 {
  margin-bottom: 1rem;
  text-align: left;
}

.begin-card:hover {
  background-color: #004b5a;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
@media (max-width: 767px) {
    .begin-title {
        font-size: 35px;
    }
    .begin-card h5 {
        line-height: 35px;
    }
}
/* Begin Section End */

/* Testimonial Section Start */
.testimonial-section {
    padding: 80px 0;
    background-color: #f8f8f8;
    overflow: hidden;
}
.test-section-title {
    font-size: 55px;
    font-weight: 700;
    color: #111;
    margin: 0 0 30px 0;
    text-align: center;
}
.testimonial-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 30px;
    height: auto;
    margin: 15px;
    transition: transform 0.3s ease;
    position: relative;
    flex: 0 0 auto;
    width: calc(33.333% - 30px);
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    color: #424242;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-author {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    color: #424242;
}

.testimonial-role {
    color: #424242;
    font-size: 13px;
}

.user-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
}

.star-rating {
    color: #fbbf24;
    margin-bottom: 15px;
}

.star-rating i {
    margin-right: 2px;
    font-size: 25px;
}

.carousel-controls {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev, .carousel-control-next {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 1;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
    filter: invert(1);
    width: 20px;
    height: 20px;
}

.carousel-indicators {
    position: relative;
    margin: 20px 0 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    opacity: 0.4;
    margin: 0 5px;
    border: none;
    cursor: pointer;
}

.carousel-indicators button.active {
    opacity: 1;
    background-color: var(--primary-color);
}

.test-card-ftr {
    display: flex;
    align-items: center;
    border-top: 1px solid #d7d7d7;
    padding: 15px 0 0 0;
}

.test-card-ftr-txt {
    display: block;
    padding: 0 0 0 15px;
}
@media (max-width: 991.98px) {
    .test-section-title {
        font-size: 35px;
    }
}
/* Custom slider styles */
.testimonial-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

@media (max-width: 992px) {
    .testimonial-card {
        width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 0;
    }
    
    .testimonial-card {
        width: calc(100% - 30px);
    }
    
    .carousel-controls {
        margin-top: 30px;
    }
}
.dot-control.active {
    background: #019abe;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: unset;
    margin: 0 5px;
}
.dot-control {
    background: #b8e0e9;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: unset;
}
#dotControls {
text-align: center;
    margin: 10px 0 0 0;
}
/* Testimonial Section End */

/* CTA Section Styling */
.cta-section {
  min-height: 60vh;
  color: #fff;
  position: relative;
  padding: 50px 20px;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.6); */
}

.cta-section .container {
  position: relative;
  z-index: 2;
}
.cta-title {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
}
.cta-subtitle {
    font-size: 15px;
    margin: 0 0 20px 0;
    color: #fff;
}
.cta-form {
  max-width: 500px;
}

.cta-form .form-control {
    border-radius: 50px 0 0 50px;
    padding: 15px 20px;
    border: 2px solid #51d8ff;
}
.new-cta-btn {
    border-radius: 0 50px 50px 0;
    padding: 15px 25px;
    font-weight: 600;
    height: 100%;
    background: #6bdbfb;
    color: #002d37;
    border: 2px solid #51d8ff;
}
/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 28px;
  }
  .cta-subtitle {
    font-size: 0.9rem;
  }
  .cta-section {
        min-height: auto;
    }
}
/* Footer Styling */
.footer-section {
  background: #fff;
  color: #000;
  font-size: 0.95rem;
}
.footer-logo {
  max-width: 180px;
}
.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}
.footer-section a {
    color: #424242;
    text-decoration: none;
    transition: 0.3s;
    margin: 20px 0 0 0;
    line-height: 34px;
}
.footer-section a:hover {
  color: #0d6efd;
}
.footer-section li a {
    margin: 0 0 0 0;
}
.footer-contact li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #424242;
}
.footer-contact i {
  color: #0d6efd;
}
.footer-bottom {
  background: #000;
  color: #fff;
  font-size: 0.85rem;
}
.ftr-social-icons a i {
    font-size: 15px;
    color: #fff;
    background: #0198b6;
    border-radius: 50%;
    padding: 8px 9px;
    border: 1px solid #0198b6;
}
.ftr-social-icons a i:hover {
    background: transparent;
    color: #0198b6;
    border: 1px solid #0198b6;
}
/* Responsive Fixes */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }
    .footer-contact li {
        justify-content: center;
    }
    .ftr-social-icons {
        justify-content: center;
    }
}
.ftr-left p{
    color: #424242;
    margin: 20px 0 0 0;
    font-size: 13px;
    font-weight: 600;
}
.footer-contact li i {
    color: #0198b6;
    font-size: 18px;
}

/* Tabs Section Start*/
.wserve-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.tab-sec-btn {
    background: #6bdbfb;
    color: #002d37;
    border: 2px solid #00acdd;
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 25px;
    transition: background .2s, color .2s;
    font-size: 14px;
    text-decoration: unset;
}
.tab-sec-btn:hover {
    background: #00bfff;
}
.wserve-tab {
  padding: 5px 15px;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all .25s ease;
  font-weight: 500;
}
.wserve-tab:hover {
  background: #019abe;
  color: #fff;
  border-color: #019abe;
}
.wserve-tab.is-active {
  background: #019abe;
  color: #fff;
  border-color: #019abe;
}
.wserve-pane { display: none; }
.wserve-pane.is-active { display: block; }
.who-we-serve {
    padding: 80px 0;
}
.who-we-serve h2 { 
    font-size: 55px;
    font-weight: 700;
    color: #111; 
}
.who-we-serve p { 
    color: #424242;
    line-height: 30px;
 }
@media (max-width: 767.98px) {
  .who-we-serve h2 { 
    font-size: 35px; 
    }
    .tab-card-ttl {
        font-size: 27px;
    }
  .wserve-tab { width: calc(50% - 10px); }
}
.tab-card-ttl {
    font-weight: 700!important;
    color: #424242;
    font-size: 35px;
}
body.page-id-6 .hero-section {
    display: block;
}
.hero-section {
    display: none;
}
/* Tabs Section End */

/* Conatct Us Section Start */
.contact-section {
    background: #f7f6f3;
    padding: 80px 0;;
    display: flex;
    align-items: center;
}
.contact-info h2 {
    font-size: 50px;
    font-weight: 700;
    color: #111;
}
.contact-info h4 {
    margin-top: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
    color: #424242;
    line-height: 32px;
}
.contact-info ul {
    margin-top: 1.5rem;
    padding-left: 1.2rem;
}
.contact-info li {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    color: #22223b;
}
.contact-form-box {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    max-height: fit-content;
}
.contact-form-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #424242;
    margin-bottom: 1.5rem;
}
.form-control {
    border: 1px solid #dbeafe;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.btn-primary {
    background: #0066ff;
    border: none;
    border-radius: 24px;
    padding: 0.7rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
}
@media (max-width: 991px) {
    .contact-section {
        flex-direction: column;
        padding: 2rem 0;
    }
    .contact-info, .contact-form-box {
        width: 100%;
        margin-bottom: 2rem;
    }
}
@media (max-width: 991px) {
    .contact-info h2 {
        font-size: 35px;
    }
    .prt-ttl {
        font-size: 20px !important;
        line-height: 30px;
    }
}
.cont-btn {
    background: #6bdbfb;
    color: #002d37;
    border: 2px solid #00acdd;
    border-radius: 20px;
    font-weight: 600;
    padding: 10px 30px;
    transition: background .2s, color .2s;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
}
.cont-btn:hover {
    background: #00bfff;
}
.cont-flds {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 8px 15px;
    font-size: 15px;
    width: 100%;
}
.cont-flds.fullwdth {
    width: 100%;
}
/* Conatct Us Partner Section Start */
.partner-section {
  position: relative;
  padding: 50px 0;
}
.partner-section h2 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.partner-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.partner-track {
  display: flex;
  width: max-content;
  animation: partner-marquee 30s linear infinite;
}
.partner-card {
  flex: 0 0 auto;
  width: 20vw;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.partner-logo {
  filter: brightness(0) invert(1);
  object-fit: contain;
  height: 60px;
  max-width: 160px;
  margin: 0 auto;
  display: block;
}
@keyframes partner-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 1200px) {
  .partner-card { width: 25vw; min-width: 100px; }
}
@media (max-width: 992px) {
  .partner-card { width: 33vw; min-width: 80px; }
  .partner-logo { height: 40px; max-width: 100px; }
}
@media (max-width: 768px) {
  .partner-card { width: 50vw; min-width: 60px; }
  .partner-logo { height: auto; max-width: 80px; }
}
@media (max-width: 576px) {
  .partner-card { width: 100vw; min-width: 40px; }
  .partner-section { padding: 24px 0; }
}
.prt-ttl {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px 0;
    text-align: center;
}

/* What you get Section */
.what-you-get-section {
    padding: 80px 0;
}
.stats-card {
    background: #fff;
    border: 2px solid #0198b6;
    border-left: 5px solid #0198b6;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(1,154,83,0.04);
    transition: box-shadow 0.2s;
}
.stats-card:hover {
  box-shadow: 0 4px 24px rgba(1,154,83,0.10);
}
@media (max-width: 767px) {
  .stats-card {
    margin-bottom: 16px;
  }
  .what-you-get-section h2 {
    font-size: 1.4rem;
  }
}
.inn-crd-ttl {
    color: #71717a;
    font-size: 22px;
    text-align: left;
    font-weight: 700;
}
.wygs-ttl {
    font-size: 50px;
    font-weight: 700;
    color: #111;
    text-align: center;
}

/* FAQ Section */
.faq-ttl {
    font-size: 55px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin: 0 0 30px 0;
}
.faq-accordion {
  width: 100%;
}
.faq-item {
  border-bottom: 1px solid #e3e3e3;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.15rem;
  font-weight: 600;
  color: #424242;
  text-align: left;
  padding: 18px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
}
.faq-question::after {
  content: "\25BC";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s;
  font-size: 1rem;
}
.faq-item.active .faq-question {
  color: #0198b6;
}
.faq-item.active .faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), padding 0.35s;
  padding: 0 0;
  background: none;
  color: #444;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 0 18px 0;
}
@media (max-width: 767px) {
  .faq-section h2 {
    font-size: 1.4rem;
  }
  .faq-question {
    font-size: 1rem;
    padding: 14px 0;
  }
  .faq-answer {
    font-size: 0.95rem;
  }
}

/* Map Section */
.contact-address-section {
    background-color: #0198b6;
    padding: 80px 0;;
}
.contact-address-section h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}
.contact-address-section p {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #fff;
}
.map-responsive {
  min-height: 350px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
@media (max-width: 991px) {
  .contact-address-section h2 {
    font-size: 1.5rem;
  }
  .map-responsive {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .contact-address-section .row > div {
    margin-bottom: 32px;
  }
  .map-responsive {
    min-height: 200px;
  }
}
.map-cont-items span {
    color: #fff;
}
.map-cont-items span a {
    color: #fff;
    text-decoration: unset;
}
.soc-cont-head {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}
.soc-cont-social a i {
    color: #0198b6;
    font-size: 15px;
    background: #fff;
    border-radius: 50%;
    padding: 5px 7px;
    border: 1px solid #fff;
}
.soc-cont-social a i:hover {
    background: #0198b6;
    color: #fff;
    border: 1px solid #fff;
}

/* Services Page */
.pf-title {
  font-size: 55px;
  font-weight: 700;
  color: #111;
}
.pf-feature-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #111;
}
.pf-feature-desc {
    font-size: 17px;
    line-height: 32px;
    color: #424242;
    margin: 20px 0 0;
    padding: 0;
}
.pf-img {
    max-width: 500px;
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 4px 24px rgba(1,154,83,0.10);
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.2s;
    will-change: transform;
}
.pf-img:hover {
  transform: scale(1.07) rotate(-2deg);
  box-shadow: 0 8px 32px rgba(1,154,83,0.18);
}
@media (max-width: 991px) {
  .pf-title {
    font-size: 1.6rem;
  }
  .pf-img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .project-features-section .row {
    flex-direction: column !important;
  }
  .pf-title {
    font-size: 1.2rem;
  }
  .pf-img {
    margin-bottom: 24px;
  }
}
.project-features-section {
    background: #f7f8fa;
    position: relative;
    padding: 90px 0 !important;
}
.serv-cards {
    display: flex;
    align-items: center;
    box-shadow: 0 0 30px rgb(193 194 195 / 25%);
    border-radius: 20px;
    padding: 40px 20px;
    margin: 50px 0;
}
@media screen and (max-width: 767px) {
    .pf-feature-title {
        font-size: 25px;
        line-height: 35px;
    }
    .pf-feature-desc {
        margin: 0 0 0;
    }
    .project-features-section {
        padding: 50px 0 !important;
    }
}
/* Animation for service cards */
.serv-cards {
  opacity: 0;
  transform: translateY(60px);
  animation: servCardFadeUp 0.8s cubic-bezier(.4,0,.2,1) forwards;
}
.serv-cards:nth-of-type(2) { animation-delay: 0.2s; }
.serv-cards:nth-of-type(3) { animation-delay: 0.4s; }
.serv-cards:nth-of-type(4) { animation-delay: 0.6s; }
.serv-cards:nth-of-type(5) { animation-delay: 0.8s; }

@keyframes servCardFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Service Page CTA */
.service-cta {
    background: #0198b6;
    padding: 30px 0;
    background: radial-gradient(circle, rgb(0 152 182) 0%, rgb(74 100 145) 100%);
}
.ss-cta-title {
    font-size: 35px;
    font-weight: 700;
    color: #111;
    margin: 0 0 40px 0;
    line-height: 50px;
}
.service-cta p {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.ss-btns {
    background: #6bdbfb;
    color: #002d37;
    border: 2px solid #00acdd;
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 25px;
    transition: background .2s, color .2s;
    font-size: 14px;
    text-decoration: unset;
}
.ss-btns:hover {
    background: #00bfff;
}
.service-cta .row {
    align-items: center;
}
.ss-rgt-cta {
    text-align: right;
}
.ss-rgt-cta img {
    height: 350px;
    width: auto;
}
@media screen and (max-width: 767px) {
    .ss-cta-title {
        font-size: 27px;
        font-weight: 700;
        color: #111;
        margin: 0 0 40px 0;
        line-height: 40px;
    }
    .ss-rgt-cta {
        text-align: left;
    }
}

/* Modern About Us Section */
.about-modern-section {
  padding: 80px 0;
}
.about-row {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.about-row.animate {
  opacity: 1;
  transform: translateY(0);
}
.about-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 9px 24px rgb(0 0 0 / 22%);
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.2s;
  will-change: transform;
  background: #fff;
}
.about-modern-section .row {
    align-items: center;
}
.about-img {
  border-radius: 10px;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.2s;
}
.about-img-wrap:hover .about-img {
  transform: scale(1.05) rotate(-2deg);
  box-shadow: 0 8px 32px rgba(1,154,83,0.18);
}
.about-label {
    font-size: 23px;
    font-weight: 700;
    color: #0198b6;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about-title {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin: 0 0 15 0;
}
.about-subtitle {
    font-size: 1.15rem;
    font-weight: 600;
    color: #222;
    margin: 10px 0 15px 0;
}
.about-desc p {
    font-size: 16px;
    color: #424242;
    margin-bottom: 10px;
    line-height: 30px;
}
.about-bg-img-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 400px;
}
.about-bg-img {
    filter: brightness(0.7);
    border-radius: 32px;
    height: 400px;
    object-fit: cover;
    background-position: bottom;
}
.about-bg-overlay {
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgb(0 0 0 / 88%);
  padding: 0px 80px;
}
.about-bg-overlay .about-title {
    color: #fff;
    font-size: 23px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    line-height: 35px;
}
@media (max-width: 991px) {
  .about-title { font-size: 1.4rem; }
  .about-bg-overlay .about-title { font-size: 1.2rem; }
  .about-img, .about-bg-img { border-radius: 18px; }
}
@media (max-width: 767px) {
    .about-modern-section .row {
        flex-direction: column !important;
    }
    .about-title { font-size: 1.1rem; }
    .about-img, .about-bg-img { border-radius: 12px; }
    .about-bg-overlay { padding: 20px 5px; }
    .about-label {
        padding: 0 25px;
        padding-left: 0 !important;
    }
    .about-bg-overlay .about-title {
        text-align: left;
        padding: 0 25px;
    }
    .abt-envision-sec .about-label{
        padding-left: 25px !important;
    }
    .about-subtitle {
        line-height: 28px;
        margin: 25px 0 30px 0;
    }
    .abt-cta-sec-one h2 {
        text-align: left !important;
    }
    .abt-cta-sec-one h6 {
        text-align: left !important;
    }
    .about-prvn-sec .row {
        gap: 30px;
    }
    .about-row {
        gap: 30px;
    }
}
.abt-cta-sec-one {
    padding: 80px 30px;
    background: radial-gradient(circle,rgba(107, 219, 251, 1) 0%, rgba(33, 119, 156, 1) 100%);
}
.abt-cta-sec-one h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424242;
    margin: 0 0 0 0;
    text-align: center;
}
.abt-cta-sec-one h6 {
    font-size: 18px;
    color: #424242;
    margin: 20px 0 0 0;
    text-align: center;
    line-height: 30px;
}
.about-prvn-sec {
    padding: 80px 0;
    position: relative;
    background: #f2f2f2;
}
.about-prvn-sec::after {
    content: '';
    width: 100%;
    height: 34px;
    background: url(assets/images/wave-tap-border-bottom.svg) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.about-prvn-sec h2 {
    color: #111;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.about-prvn-sec .row {
    align-items: center;
}
.abt-wht-sec {
    padding: 80px 0;
    position: relative;
    background: #f2f2f2;
}
.abt-wht-sec::before {
    content: '';
    width: 100%;
    height: 34px;
    background: url(assets/images/wave-tap-border-top.svg) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.abt-envision-sec {
    padding: 80px 0;
}
.srv-sngl {
    padding: 60px 0;
}
.cntnt-area-srv {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
.srv-sngl-bnr-data h4 {
    font-size: 28px;
    font-weight: 700;
}
.cntnt-area-srv h6 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
}
.cntnt-area-srv p {
    font-size: 15px;
}
.cntnt-area-srv h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0 20px 0;
}
.pr-contact p {
    margin-bottom: 0 !important;
}
.pr-contact .inner-cont {
    margin-bottom: 0 !important;
}