/********** Template CSS **********/
:root {
    --primary: #65B530;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}




/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


/* Default: Mobile view (small size) */
.logo-img {
    height: 40px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    font-size: 14px;
    padding: 8px 12px;
}

.btn.btn-square {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}

/* For larger screens (Laptop and above) */
@media (min-width: 992px) {
    .logo-img {
        height: 60px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 18px;
    }

    .btn.btn-square {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/* Floating Button Row - Horizontal Alignment */
.floating-button-row {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    /* space between the buttons */
    z-index: 9999;
}

/* Common Style for Floating Buttons */
.float-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

/* next website */
/* nav */
/* ===== NAVBAR BASE ===== */
.custom-navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* LOGO ANIMATION */
.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #006f93;
    margin: 0;
}

.logo-animate {
    transition: 0.4s ease;
}

.logo-animate:hover {
    transform: scale(1.05);
}

/* MENU LINKS */
.menu-center .nav-link {
    font-size: 16px;
    font-weight: 600;
    margin: 0 12px;
    color: #222 !important;
    position: relative;
    transition: all 0.3s ease;
}

/* HOVER ANIMATION */
.nav-animate:hover {
    color: #006f93 !important;
    transform: translateY(-3px);
}

/* UNDERLINE EFFECT */
.menu-center .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    left: 50%;
    bottom: -6px;
    background: #006f93;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.menu-center .nav-link:hover::after {
    width: 80%;
}

/* ACTIVE LINK */
.menu-center .nav-link.active {
    color: #006f93 !important;
}

.menu-center .nav-link.active::after {
    width: 80%;
}

/* DROPDOWN ANIMATION */
.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(15px);
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all 0.4s ease;
}

.nav-item.dropdown:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* DROPDOWN ITEMS */
.dropdown-item {
    transition: 0.3s;
}

.dropdown-item:hover {
    background: #006f93;
    color: white;
    transform: translateX(5px);
}

/* Dropdown Icon Fix */
.dropdown-icon {
    font-size: 12px;
    transition: all 0.3s ease;
}

/* Hover pannum pothu icon rotate aagum */
.nav-item.dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
}

/* Default bootstrap arrow remove panna */
.dropdown-toggle::after {
    display: none !important;
}

/* PHONE BOX */
.call-box-modern {
    background: linear-gradient(45deg, #006f93, #0099cc);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.call-box-modern small {
    font-size: 12px;
    display: block;
}

.call-box-modern span {
    font-weight: 600;
}

.call-box-modern:hover {
    transform: scale(1.08);
    box-shadow: 0 0 15px rgba(0, 111, 147, 0.5);
}


/* MOBILE */
/* @media (max-width: 991px) {

    .menu-center .nav-link {
        margin: 10px 0;
        text-align: center;
    }

    .dropdown-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
    }
} */


/* nav end */
/* banner */
/* ADVANCED HERO */

.advanced-hero {
    position: relative;
}

.hero-bg {
    position: relative;
    overflow: hidden;
}



/* MOVING GRADIENT OVERLAY */
.animated-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: linear-gradient(120deg, rgba(0, 111, 147, 0.7), rgba(0, 0, 0, 0.7));
    background-size: 200% 200%;

    animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* CONTENT */
.hero-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
}

/* TEXT REVEAL ANIMATION */
.main-title {
    font-size: 45;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0;
    animation: revealText 1.5s forwards;
}

.sub-text {
    margin-top: 15px;
    font-size: 15px;

    opacity: 0;
    animation: revealText 1.8s forwards;
}

.delay-text {
    animation-delay: 0.6s;
}

@keyframes revealText {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* BUTTON WAVE EFFECT */
.wave-btn {
    display: inline-block;

    margin-top: 20px;
    padding: 12px 35px;

    background: white;
    color: #006f93;
    border-radius: 30px;

    font-weight: 600;
    text-decoration: none;

    animation: btnWave 2s infinite;
}

.wave-btn1 {
    display: inline-block;

    margin-top: 20px;
    padding: 12px 35px;

    background: white;
    color: #25D366;
    border-radius: 30px;

    font-weight: 600;
    text-decoration: none;

    animation: btnWave 2s infinite;
}

.wave-btn2 img {
    animation: blinkLogo 1.5s infinite;
}

@keyframes blinkLogo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}



@keyframes btnWave {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

 /* row trichy and chennai */
 .wave-btn,
.wave-btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Buttons row */
.btn-group-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
  margin-top: 20px;
  flex-wrap: wrap; /* desktop safety */
}

/* Logos row */
.wave-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

/* Logo size */
.wave-btn2 img {
  height: 80px;
}

/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {

  /* Buttons ஒரே row */
  .btn-group-custom {
    flex-wrap: nowrap;
    gap: 5px;
  }

  .wave-btn,
  .wave-btn1 {
    font-size: 13px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  /* Logos ஒரே row */
  .wave-btn2 {
    flex-direction: row;
    gap: 5px;
  }

  .wave-btn2 img {
    height: 60px;
  }
}


/* about */

.about-wrapper {
    background: #f8f9fa;
    padding: 80px 0;
}

.about-image-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-subtitle {
    color: #0a6b8f;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

.about-title {
    font-size: 40px;
    font-weight: 800;
    color: #0e1b2c;
    margin-bottom: 20px;
}

.about-para {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.about-btn {
    display: inline-block;

    margin-top: 20px;
    padding: 12px 35px;

    background: #006f93;
    color: white;
    border-radius: 30px;

    font-weight: 600;
    text-decoration: none;

    animation: btnWave 2s infinite;
}


.about-btn:hover {
    background: #0bb5d9;
    color: white;
}

.vision-mission-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.vm-title {
    font-weight: 700;
    color: #0a6b8f;
    margin-bottom: 10px;
}

.vm-list {
    list-style: none;
    padding-left: 0;
}

.vm-list li {
    margin-bottom: 8px;
    color: #444;
}

.vm-list li::before {
    content: "✓ ";
    color: #0dcaf0;
    font-weight: bold;
}

/* right & left side move */
.about-image-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Right Side to Left Slide Animation */
.slide-from-right {
    opacity: 0;
    transform: translateX(120px);
    animation: rightToLeft 1.2s ease forwards;
}

@keyframes rightToLeft {
    from {
        opacity: 0;
        transform: translateX(120px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* happy clients */

.stats-section {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0a6b8f, #1d4e5f, #0a6b8f);
    color: white;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.stat-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.stat-box:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

.stat-box h2 {
    font-size: 40px;
    margin: 10px 0;
}

.stat-box p {
    font-size: 18px;
    margin: 0;
}

/* services */
.icon-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(50px);
    height: 100%;
    border: 1px solid #eee;
}

.icon-card.show {
    opacity: 1;
    transform: translateY(0);
}

/* MAIN HOVER EFFECT */
.icon-card:hover {
    background: #0a6b8f;
    /* BLUE BACKGROUND */
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Hover pannum pothu text white aganum */
.icon-card:hover h4,
.icon-card:hover p {
    color: #ffffff;
}

/* Icon color change on hover */
.icon-card:hover .service-icon {
    color: #ffffff;
    transform: scale(1.2);
}

/* Default icon style */
.service-icon {
    font-size: 40px;
    color: #0a6b8f;
    margin-bottom: 15px;
    transition: 0.3s;
}

/* Button style */
.service-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 25px;
    background: #0a6b8f;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover pannum pothu button white theme */
.icon-card:hover .service-btn {
    background: #ffffff;
    color: #0a6b8f;
}

/* why choose */
.why-container {
    background: #f8f9fa;
    padding: 80px 0;
}

/* LEFT CONTENT STYLE */

.why-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-text {
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.8;
}

/* FEATURE BOXES */

.feature-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card h5 {
    font-weight: 600;
}

.feature-card small {
    color: #777;
}

/* RIGHT IMAGE */

.image-section {
    min-height: 450px;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* EXPERIENCE BOX ANIMATION */

.experience-box {
    position: absolute;
    bottom: 40px;
    right: -350px;
    /* starting position */
    background: #0a6b8f;
    padding: 25px 40px;
    border-radius: 12px;
    text-align: center;
    color: white;
    opacity: 0;
    transition: all 1.2s ease-in-out;
}

.experience-box h2 {
    font-size: 45px;
    font-weight: bold;
    margin: 0;
}

.experience-box p {
    margin: 0;
}

/* Animation class */

.animate-box {
    right: 30px;
    opacity: 1;
}

/* testimonial */
/********** Template CSS **********/
:root {
    --primary: #65B530;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}




/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


/* Default: Mobile view (small size) */
.logo-img {
    height: 40px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    font-size: 14px;
    padding: 8px 12px;
}

.btn.btn-square {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}

/* For larger screens (Laptop and above) */
@media (min-width: 992px) {
    .logo-img {
        height: 60px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 18px;
    }

    .btn.btn-square {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/* Floating Button Row - Horizontal Alignment */
.floating-button-row {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    /* space between the buttons */
    z-index: 9999;
}

/* Common Style for Floating Buttons */
.float-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

/* next website */
/* nav */
/* ===== NAVBAR BASE ===== */
.custom-navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* LOGO ANIMATION */
.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #006f93;
    margin: 0;
}

.logo-animate {
    transition: 0.4s ease;
}

.logo-animate:hover {
    transform: scale(1.05);
}

/* MENU LINKS */
.menu-center .nav-link {
    font-size: 16px;
    font-weight: 600;
    margin: 0 12px;
    color: #222 !important;
    position: relative;
    transition: all 0.3s ease;
}

/* HOVER ANIMATION */
.nav-animate:hover {
    color: #006f93 !important;
    transform: translateY(-3px);
}

/* UNDERLINE EFFECT */
.menu-center .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    left: 50%;
    bottom: -6px;
    background: #006f93;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.menu-center .nav-link:hover::after {
    width: 80%;
}

/* ACTIVE LINK */
.menu-center .nav-link.active {
    color: #006f93 !important;
}

.menu-center .nav-link.active::after {
    width: 80%;
}

/* DROPDOWN ANIMATION */
.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(15px);
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all 0.4s ease;
}

.nav-item.dropdown:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* DROPDOWN ITEMS */
.dropdown-item {
    transition: 0.3s;
}

.dropdown-item:hover {
    background: #006f93;
    color: white;
    transform: translateX(5px);
}

/* Dropdown Icon Fix */
.dropdown-icon {
    font-size: 12px;
    transition: all 0.3s ease;
}

/* Hover pannum pothu icon rotate aagum */
.nav-item.dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
}

/* Default bootstrap arrow remove panna */
.dropdown-toggle::after {
    display: none !important;
}

/* PHONE BOX */
.call-box-modern {
    background: linear-gradient(45deg, #006f93, #0099cc);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.call-box-modern small {
    font-size: 12px;
    display: block;
}

.call-box-modern span {
    font-weight: 600;
}

.call-box-modern:hover {
    transform: scale(1.08);
    box-shadow: 0 0 15px rgba(0, 111, 147, 0.5);
}


/* MOBILE */
@media (max-width: 768px) {
  .hero-inner {
    top: 0;
    transform: translateX(-50%);
    padding-top: 100px; /* 👈 navbar கீழே space */
  }
  @media (max-width: 768px) {
  .hero-inner {
    top: 0;
    transform: translateX(-50%);
    padding-top: 100px; /* 👈 navbar கீழே space */
  }
}
}



/* nav end */
/* banner */
/* ADVANCED HERO */

.advanced-hero {
    position: relative;
}

.hero-bg {
    position: relative;
    overflow: hidden;
}



/* MOVING GRADIENT OVERLAY */
.animated-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: linear-gradient(120deg, rgba(0, 111, 147, 0.7), rgba(0, 0, 0, 0.7));
    background-size: 200% 200%;

    animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* CONTENT */
.hero-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10; /* 👈 இது முக்கியம் */
}

.animated-overlay {
  z-index: 1;
}

.hero-bg img {
  position: relative;
  z-index: 0;
}

/* TEXT REVEAL ANIMATION */
.main-title {
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0;
    animation: revealText 1.5s forwards;
}

.sub-text {
    margin-top: 15px;
    font-size: 15px;

    opacity: 0;
    animation: revealText 1.8s forwards;
}

.delay-text {
    animation-delay: 0.6s;
}

@keyframes revealText {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* BUTTON WAVE EFFECT */
.wave-btn {
    display: inline-block;

    margin-top: 20px;
    padding: 12px 35px;

    background: white;
    color: #006f93;
    border-radius: 30px;

    font-weight: 600;
    text-decoration: none;

    animation: btnWave 2s infinite;
}

.wave-btn1 {
    display: inline-block;

    margin-top: 20px;
    padding: 12px 35px;

    background: white;
    color: #25D366;
    border-radius: 30px;

    font-weight: 600;
    text-decoration: none;

    animation: btnWave 2s infinite;
}

@keyframes btnWave {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* MOBILE */
@media (max-width: 768px) {

    .hero-bg img {
        height: 450px;
    }

    .main-title {
        font-size: 24px;
    }

    .sub-text {
        font-size: 15px;
    }
}

/* about */

.about-wrapper {
    background: #f8f9fa;
    padding: 80px 0;
}

.about-image-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-subtitle {
    color: #0a6b8f;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

.about-title {
    font-size: 40px;
    font-weight: 800;
    color: #0e1b2c;
    margin-bottom: 20px;
}

.about-para {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.about-btn {
    display: inline-block;

    margin-top: 20px;
    padding: 12px 35px;

    background: #006f93;
    color: white;
    border-radius: 30px;

    font-weight: 600;
    text-decoration: none;

    animation: btnWave 2s infinite;
}


.about-btn:hover {
    background: #0bb5d9;
    color: white;
}

.vision-mission-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.vm-title {
    font-weight: 700;
    color: #0a6b8f;
    margin-bottom: 10px;
}

.vm-list {
    list-style: none;
    padding-left: 0;
}

.vm-list li {
    margin-bottom: 8px;
    color: #444;
}

.vm-list li::before {
    content: "✓ ";
    color: #0dcaf0;
    font-weight: bold;
}

/* right & left side move */
.about-image-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Right Side to Left Slide Animation */
.slide-from-right {
    opacity: 0;
    transform: translateX(120px);
    animation: rightToLeft 1.2s ease forwards;
}

@keyframes rightToLeft {
    from {
        opacity: 0;
        transform: translateX(120px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* happy clients */

.stats-section {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0a6b8f, #1d4e5f, #0a6b8f);
    color: white;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.stat-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.stat-box:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

.stat-box h2 {
    font-size: 40px;
    margin: 10px 0;
}

.stat-box p {
    font-size: 18px;
    margin: 0;
}

/* services */
.icon-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(50px);
    height: 100%;
    border: 1px solid #eee;
}

.icon-card.show {
    opacity: 1;
    transform: translateY(0);
}

/* MAIN HOVER EFFECT */
.icon-card:hover {
    background: #0a6b8f;
    /* BLUE BACKGROUND */
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Hover pannum pothu text white aganum */
.icon-card:hover h4,
.icon-card:hover p {
    color: #ffffff;
}

/* Icon color change on hover */
.icon-card:hover .service-icon {
    color: #ffffff;
    transform: scale(1.2);
}

/* Default icon style */
.service-icon {
    font-size: 40px;
    color: #0a6b8f;
    margin-bottom: 15px;
    transition: 0.3s;
}

/* Button style */
.service-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 25px;
    background: #0a6b8f;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover pannum pothu button white theme */
.icon-card:hover .service-btn {
    background: #ffffff;
    color: #0a6b8f;
}

/* why choose */
.why-container {
    background: #f8f9fa;
    padding: 80px 0;
}

/* LEFT CONTENT STYLE */

.why-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-text {
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.8;
}

/* FEATURE BOXES */

.feature-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card h5 {
    font-weight: 600;
}

.feature-card small {
    color: #777;
}

/* RIGHT IMAGE */

.image-section {
    min-height: 450px;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* EXPERIENCE BOX ANIMATION */

.experience-box {
    position: absolute;
    bottom: 40px;
    right: -350px;
    /* starting position */
    background: #0a6b8f;
    padding: 25px 40px;
    border-radius: 12px;
    text-align: center;
    color: white;
    opacity: 0;
    transition: all 1.2s ease-in-out;
}

.experience-box h2 {
    font-size: 45px;
    font-weight: bold;
    margin: 0;
}

.experience-box p {
    margin: 0;
}

/* Animation class */

.animate-box {
    right: 30px;
    opacity: 1;
}

/* testimonial */
.modern-testimonial-wrapper {
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    padding: 20px;
}

.modern-slider {
    display: flex;
    width: 100%;
    transition: transform 0.6s ease;
}

.modern-card {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 40px;

    background: linear-gradient(145deg, #ffffff, #e6f0ff);

    border-radius: 20px;
    text-align: center;

    border-left: 6px solid #0d6efd;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);

    position: relative;
}

.modern-card:hover {
    transform: scale(1.02);
}

.top-quote {
    font-size: 60px;
    color: #0d6efd;
    opacity: 0.25;
    position: absolute;
    top: 10px;
    left: 20px;
}

.modern-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

.modern-client {
    margin-top: 20px;
}

.modern-client img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #0d6efd;
    padding: 3px;
    background: white;
}

.modern-client h5 {
    margin-top: 10px;
    font-weight: bold;
    color: #0d6efd;
}

.modern-client span {
    font-size: 14px;
    color: #555;
}

@media (max-width:768px) {

    .top-quote {
        font-size: 40px;
        left: 10px;
        top: 5px;
        opacity: 0.2;
    }

    .modern-card {
        padding: 25px 20px;
    }

    .modern-card p {
        font-size: 15px;
    }

    .modern-client img {
        width: 70px;
        height: 70px;
    }

}

/* footer */

.audit-pro-footer {
    background: linear-gradient(135deg, #0b132b, #1c2541);
    color: #e0e0e0;
    padding: 60px 0 0 0;
    font-family: 'Segoe UI', sans-serif;
}

.audit-pro-footer .container {
    width: 90%;
    margin: auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.footer-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.footer-box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.footer-box h2 {
    color: #00d9ff;
    margin-bottom: 15px;
}

.footer-box h4 {
    color: white;
    margin-bottom: 15px;
    border-left: 4px solid #00d9ff;
    padding-left: 10px;
}

.footer-box p {
    font-size: 14px;
    line-height: 1.8;
}

.contact-line {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
}

.contact-line i {
    color: #00d9ff;
    margin-right: 10px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-box ul li a {
    text-decoration: none;
    color: #e0e0e0;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #00d9ff;
    padding-left: 5px;
}

.subscribe-box {
    display: flex;
    width: 100%;
    margin-top: 5px;
}

.subscribe-box input {
    width: 80%;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
}

.subscribe-box button {
    width: 35%;
    border: none;
    padding: 10px;
    background: #00d9ff;
    color: black;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
}

.subscribe-box button:hover {
    background: #00bcd4;
}


.social-row {
    margin-top: 15px;
}

.social-row a {
    display: inline-block;
    margin-right: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.social-row a:hover {
    background: #00d9ff;
    color: black;
}

.footer-credit {
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    background: #060d1a;
    font-size: 13px;
}


/* about */
.custom-page-header {
    position: relative;
    background: url('img/carousel-1.jpg') center center / cover no-repeat;
    padding: 120px 0;
    text-align: center;
    color: white;
    overflow: hidden;
}

.custom-page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a6b8f
}

.header-content {
    position: relative;
    z-index: 2;
    animation: fadeUp 1.2s ease;
}

.header-title {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom-breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #fafcfc;
    text-decoration: none;
    font-weight: 600;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: white;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .header-title {
        font-size: 32px;
    }

    .custom-page-header {
        padding: 80px 0;
    }
}

/* page header */
.page-header {
    background: linear-gradient(rgba(0, 20, 60, 0.85), rgba(0, 20, 60, 0.85)),
        url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #f8f9fa;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: #0d6efd;
}

.page-header h1 {
    font-weight: 700;
    letter-spacing: 1px;
}

/* contact */
.audit-contact-section {
    position: relative;
    background: url('../img/carousel-1.jpg') center center / cover no-repeat;
}

.audit-contact-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 18, 55, 0.90);
}

.section-title {
    color: #0d6efd;
    font-weight: 700;
}

.location-title {
    color: #ffffff;
    font-size: 22px;
}

.audit-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    transition: 0.4s ease;
}

.audit-box:hover {
    background: rgba(13, 110, 253, 0.15);
    transform: translateY(-10px);
}

.audit-box h4 {
    color: #0d6efd;
    margin-top: 10px;
}

.audit-box p {
    color: #e0e0e0;
}

.contact-icon {
    font-size: 45px;
    color: #0d6efd;
    margin-bottom: 10px;
}

.process-icon {
    color: #0d6efd;
}

/* accounting */
/* Animation Base */
.slide-left,
.slide-right {
    opacity: 0;
    transition: all 1s ease;
}

/* Left Side Animation */
.slide-left {
    transform: translateX(-80px);
}

/* Right Side Animation */
.slide-right {
    transform: translateX(80px);
}

/* When Visible */
.slide-left.active,
.slide-right.active {
    opacity: 1;
    transform: translateX(0);
}

/*troble finace  */
.hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    background: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f') center center/cover no-repeat;
}

/* Dark Overlay */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    max-width: 800px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 48px;
}

.hero-content p {
    font-size: 18px;
    color: #e0e0e0;
}

.hero-btn {
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 114, 255, 0.4);
    color: #fff;
}

/* income tax */
.tax-section {
    background: #f8f9fa;
}

.tax-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.tax-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.tax-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(45deg, #0d6efd, #4dabf7);
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: 0.4s;
}

.tax-card:hover .tax-icon {
    transform: rotate(10deg) scale(1.1);
}

.tax-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.tax-card p {
    font-size: 14px;
    color: #6c757d;
}


/* gst */
.gst-modern-section {
    background: url('img/gst-bg.jpg') center center/cover no-repeat;
    position: relative;
}

.gst-modern-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0d1b2a 60%, rgba(13, 27, 42, 0.7));
}

.gst-modern-section h1,
.gst-modern-section p {
    color: #fff;
}

.gst-feature-list p {
    font-size: 15px;
    margin-bottom: 8px;
}

.gst-glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gst-glass-card i {
    font-size: 35px;
    margin-bottom: 15px;
    color: #f8f8f9;
}

.gst-glass-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.25);
}

/* payroll */
.payroll-blue-section {
    background: linear-gradient(135deg, #0d1b2a, #1b263b, #003566);
    position: relative;
    color: #ffffff;
}

.section-subtitle {
    color: #00d4ff;
    /* Bright cyan for visibility */
    letter-spacing: 2px;
}

.section-title {
    color: #ffffff;
}

.section-desc {
    max-width: 750px;
    color: #e0e1dd;
    /* Light grey for readability */
}

.blue-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
}

.blue-card i {
    font-size: 38px;
    margin-bottom: 18px;
    color: #00d4ff;
    /* Highlight icon */
}

.blue-card h5 {
    color: #ffffff;
    margin-bottom: 12px;
}

.blue-card p {
    color: #d6d6d6;
    font-size: 14px;
}

.blue-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.18);
}

/* pf */
.pfesi-section {
    background: #f4f8fb;
}

.section-subtitle {
    color: #0077b6;
    font-weight: 600;
    letter-spacing: 2px;
}

.section-title {
    color: #023e8a;
}

.section-desc {
    color: #555;
    max-width: 550px;
}

.timeline {
    position: relative;
    padding-left: 25px;
    border-left: 3px solid #0077b6;
}

.timeline-item {
    margin-bottom: 30px;
    position: relative;
}

.timeline-item span {
    position: absolute;
    left: -38px;
    top: 0;
    background: #0077b6;
    color: #fff;
    font-size: 13px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
}

.timeline-item h6 {
    font-weight: 600;
    color: #023e8a;
    margin-bottom: 6px;
}

.timeline-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.timeline-item:hover h6 {
    color: #0077b6;
}

/* law */


.labour-light-section {
    background: #f5f9fc;
}

.section-subtitle {
    color: #0077b6;
    font-weight: 600;
    letter-spacing: 2px;
}

.section-title {
    color: #023e8a;
}

.section-desc {
    max-width: 750px;
    color: #555;
}

.labour-feature {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.labour-feature i {
    font-size: 35px;
    color: #0077b6;
    margin-bottom: 15px;
}

.labour-feature h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #023e8a;
}

.labour-feature p {
    font-size: 14px;
    color: #666;
}

.labour-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* TWO COLUMN EXPERTISE ALIGNMENT FIX */

.expertise-two-column {
    background: #f4f8ff;
}

.expertise-left,
.expertise-right {
    padding: 20px 30px;
}

/* SUB TITLE */
.sub-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2196f3;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* MAIN TITLE */
.main2-title {
    font-size: 32px;
    font-weight: 700;
    color: #0d2c54;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* PARAGRAPH ALIGNMENT */
.expertise-left p,
.expertise-right p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
    text-align: left;
}

/* LIST ALIGNMENT */
.expertise-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.expertise-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #0d2c54;
}

.expertise-list li i {
    color: #2196f3;
    margin-right: 10px;
    font-size: 16px;
}

/* CLIENT BOX ALIGNMENT */
.client-box {
    margin-top: 20px;
}

.client-item {
    background: #ffffff;
    padding: 14px 20px;
    margin-bottom: 12px;
    border-left: 4px solid #2196f3;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #0d2c54;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.15);
}

/* CENTER IMAGE ISSUE FIX (if any) */
.row.align-items-center {
    align-items: flex-start !important;
}

/* RESPONSIVE FIX */
@media (max-width: 991px) {

    .expertise-left,
    .expertise-right {
        padding: 15px;
    }

    .main2-title {
        font-size: 26px;
    }
}

/* fssai */
.fssai-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    height: 100%;
}

.fssai-card:hover {
    transform: translateY(-8px);
}

.icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

/* company registeration */
.company-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border-left: 5px solid #198754;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: 100%;
}

.company-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 28px;
    color: #198754;
    margin-bottom: 15px;
}

/* certificates */
.cert-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.cert-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cert-box img {
    width: 100%;
    max-height: 220px;
    /* 👈 small size */
    object-fit: contain;
    /* certificate cut aagathu */
}

/* logo */
.logo-img {
    height: 80px;
}

@media (max-width:768px) {
    .logo-img {
        height: 90px;
        /* mobile la perusa */
    }
}

.gallery-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* clients */
.client-logo {
    max-width: 140px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.client-grid p {
    margin-top: 10px;
    font-weight: 500;
    color: #444;
}

/* Hover effect */
.client-logo:hover {
    filter: grayscale(0%);
    transform: scale(1.15);
}

/* Optional subtle divider spacing */
.client-grid .col-md-3 {
    padding: 20px 10px;
}

/* footer */

.audit-pro-footer {
    background: linear-gradient(135deg, #0b132b, #1c2541);
    color: #e0e0e0;
    padding: 60px 0 0 0;
    font-family: 'Segoe UI', sans-serif;
}

.audit-pro-footer .container {
    width: 90%;
    margin: auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.footer-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.footer-box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.footer-box h2 {
    color: #00d9ff;
    margin-bottom: 15px;
}

.footer-box h4 {
    color: white;
    margin-bottom: 15px;
    border-left: 4px solid #00d9ff;
    padding-left: 10px;
}

.footer-box p {
    font-size: 14px;
    line-height: 1.8;
}

.contact-line {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
}

.contact-line i {
    color: #00d9ff;
    margin-right: 10px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-box ul li a {
    text-decoration: none;
    color: #e0e0e0;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #00d9ff;
    padding-left: 5px;
}

.subscribe-box {
    display: flex;
    width: 100%;
    margin-top: 5px;
}

.subscribe-box input {
    width: 80%;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
}

.subscribe-box button {
    width: 35%;
    border: none;
    padding: 10px;
    background: #00d9ff;
    color: black;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
}

.subscribe-box button:hover {
    background: #00bcd4;
}


.social-row {
    margin-top: 15px;
}

.social-row a {
    display: inline-block;
    margin-right: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.social-row a:hover {
    background: #00d9ff;
    color: black;
}

.footer-credit {
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    background: #060d1a;
    font-size: 13px;
}


/* about */
.custom-page-header {
    position: relative;
    background: url('img/carousel-1.jpg') center center / cover no-repeat;
    padding: 120px 0;
    text-align: center;
    color: white;
    overflow: hidden;
}

.custom-page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a6b8f
}

.header-content {
    position: relative;
    z-index: 2;
    animation: fadeUp 1.2s ease;
}

.header-title {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom-breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #fafcfc;
    text-decoration: none;
    font-weight: 600;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: white;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .header-title {
        font-size: 32px;
    }

    .custom-page-header {
        padding: 80px 0;
    }
}

/* page header */
.page-header {
    background: linear-gradient(rgba(0, 20, 60, 0.85), rgba(0, 20, 60, 0.85)),
        url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #f8f9fa;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: #0d6efd;
}

.page-header h1 {
    font-weight: 700;
    letter-spacing: 1px;
}

/* contact */
.audit-contact-section {
    position: relative;
    background: url('../img/carousel-1.jpg') center center / cover no-repeat;
}

.audit-contact-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 18, 55, 0.90);
}

.section-title {
    color: #0d6efd;
    font-weight: 700;
}

.location-title {
    color: #ffffff;
    font-size: 22px;
}

.audit-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    transition: 0.4s ease;
}

.audit-box:hover {
    background: rgba(13, 110, 253, 0.15);
    transform: translateY(-10px);
}

.audit-box h4 {
    color: #0d6efd;
    margin-top: 10px;
}

.audit-box p {
    color: #e0e0e0;
}

.contact-icon {
    font-size: 45px;
    color: #0d6efd;
    margin-bottom: 10px;
}

.process-icon {
    color: #0d6efd;
}

/* accounting */
/* Animation Base */
.slide-left,
.slide-right {
    opacity: 0;
    transition: all 1s ease;
}

/* Left Side Animation */
.slide-left {
    transform: translateX(-80px);
}

/* Right Side Animation */
.slide-right {
    transform: translateX(80px);
}

/* When Visible */
.slide-left.active,
.slide-right.active {
    opacity: 1;
    transform: translateX(0);
}

/*troble finace  */
.hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    background: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f') center center/cover no-repeat;
}

/* Dark Overlay */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    max-width: 800px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 48px;
}

.hero-content p {
    font-size: 18px;
    color: #e0e0e0;
}

.hero-btn {
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 114, 255, 0.4);
    color: #fff;
}

/* income tax */
.tax-section {
    background: #f8f9fa;
}

.tax-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.tax-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.tax-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(45deg, #0d6efd, #4dabf7);
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: 0.4s;
}

.tax-card:hover .tax-icon {
    transform: rotate(10deg) scale(1.1);
}

.tax-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.tax-card p {
    font-size: 14px;
    color: #6c757d;
}


/* gst */
.gst-modern-section {
    background: url('img/gst-bg.jpg') center center/cover no-repeat;
    position: relative;
}

.gst-modern-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0d1b2a 60%, rgba(13, 27, 42, 0.7));
}

.gst-modern-section h1,
.gst-modern-section p {
    color: #fff;
}

.gst-feature-list p {
    font-size: 15px;
    margin-bottom: 8px;
}

.gst-glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gst-glass-card i {
    font-size: 35px;
    margin-bottom: 15px;
    color: #f8f8f9;
}

.gst-glass-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.25);
}

/* payroll */
.payroll-blue-section {
    background: linear-gradient(135deg, #0d1b2a, #1b263b, #003566);
    position: relative;
    color: #ffffff;
}

.section-subtitle {
    color: #00d4ff;
    /* Bright cyan for visibility */
    letter-spacing: 2px;
}

.section-title {
    color: #ffffff;
}

.section-desc {
    max-width: 750px;
    color: #e0e1dd;
    /* Light grey for readability */
}

.blue-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
}

.blue-card i {
    font-size: 38px;
    margin-bottom: 18px;
    color: #00d4ff;
    /* Highlight icon */
}

.blue-card h5 {
    color: #ffffff;
    margin-bottom: 12px;
}

.blue-card p {
    color: #d6d6d6;
    font-size: 14px;
}

.blue-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.18);
}

/* pf */
.pfesi-section {
    background: #f4f8fb;
}

.section-subtitle {
    color: #0077b6;
    font-weight: 600;
    letter-spacing: 2px;
}

.section-title {
    color: #023e8a;
}

.section-desc {
    color: #555;
    max-width: 550px;
}

.timeline {
    position: relative;
    padding-left: 25px;
    border-left: 3px solid #0077b6;
}

.timeline-item {
    margin-bottom: 30px;
    position: relative;
}

.timeline-item span {
    position: absolute;
    left: -38px;
    top: 0;
    background: #0077b6;
    color: #fff;
    font-size: 13px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
}

.timeline-item h6 {
    font-weight: 600;
    color: #023e8a;
    margin-bottom: 6px;
}

.timeline-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.timeline-item:hover h6 {
    color: #0077b6;
}

/* law */


.labour-light-section {
    background: #f5f9fc;
}

.section-subtitle {
    color: #0077b6;
    font-weight: 600;
    letter-spacing: 2px;
}

.section-title {
    color: #023e8a;
}

.section-desc {
    max-width: 750px;
    color: #555;
}

.labour-feature {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.labour-feature i {
    font-size: 35px;
    color: #0077b6;
    margin-bottom: 15px;
}

.labour-feature h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #023e8a;
}

.labour-feature p {
    font-size: 14px;
    color: #666;
}

.labour-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* TWO COLUMN EXPERTISE ALIGNMENT FIX */

.expertise-two-column {
    background: #f4f8ff;
}

.expertise-left,
.expertise-right {
    padding: 20px 30px;
}

/* SUB TITLE */
.sub-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2196f3;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* MAIN TITLE */
.main2-title {
    font-size: 32px;
    font-weight: 700;
    color: #0d2c54;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* PARAGRAPH ALIGNMENT */
.expertise-left p,
.expertise-right p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
    text-align: left;
}

/* LIST ALIGNMENT */
.expertise-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.expertise-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #0d2c54;
}

.expertise-list li i {
    color: #2196f3;
    margin-right: 10px;
    font-size: 16px;
}

/* CLIENT BOX ALIGNMENT */
.client-box {
    margin-top: 20px;
}

.client-item {
    background: #ffffff;
    padding: 14px 20px;
    margin-bottom: 12px;
    border-left: 4px solid #2196f3;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #0d2c54;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.15);
}

/* CENTER IMAGE ISSUE FIX (if any) */
.row.align-items-center {
    align-items: flex-start !important;
}

/* RESPONSIVE FIX */
@media (max-width: 991px) {

    .expertise-left,
    .expertise-right {
        padding: 15px;
    }

    .main2-title {
        font-size: 26px;
    }
}

/* fssai */
.fssai-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    height: 100%;
}

.fssai-card:hover {
    transform: translateY(-8px);
}

.icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

/* company registeration */
.company-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border-left: 5px solid #198754;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: 100%;
}

.company-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 28px;
    color: #198754;
    margin-bottom: 15px;
}

/* certificates */
.cert-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.cert-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cert-box img {
    width: 100%;
    max-height: 220px;
    /* 👈 small size */
    object-fit: contain;
    /* certificate cut aagathu */
}

/* logo */
.logo-img {
    height: 80px;
}

@media (max-width:768px) {
    .logo-img {
        height: 90px;
        /* mobile la perusa */
    }
}

.gallery-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* clients */
.client-logo {
    max-width: 140px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.client-grid p {
    margin-top: 10px;
    font-weight: 500;
    color: #444;
}

/* Hover effect */
.client-logo:hover {
    filter: grayscale(0%);
    transform: scale(1.15);
}

/* Optional subtle divider spacing */
.client-grid .col-md-3 {
    padding: 20px 10px;
}

/* ceo */
.about-section {
    background: #ffffff;
}

.about-image img {
    max-height: 420px;
    object-fit: cover;
}

#about-content h2 {
    font-size: 32px;
}

#about-content p {
    line-height: 1.8;
}

/* card ceo */
.ceo-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.ceo-card:hover {
    transform: translateY(-5px);
}

/* Small tag */
.ceo-tag {
    font-size: 12px;
    letter-spacing: 1px;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
}

/* Name */
.ceo-name {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

/* Role */
.ceo-role {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Divider line */
.ceo-divider {
    width: 50px;
    height: 3px;
    background: #0d6efd;
    margin: 15px 0;
    border-radius: 2px;
}

/* Text */
.ceo-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.ceo-text.light {
    color: #6c757d;
}

/* Buttons */
.ceo-actions .btn {
    transition: 0.3s;
}

.ceo-actions .btn:hover {
    transform: scale(1.05);
}

/* manager */
.manager-box {
    border-left: 5px solid #0dcaf0;
    background: #ffffff;
    border-radius: 12px;
    transition: 0.3s;
}

.manager-box:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}

/* Tag */
.manager-tag {
    font-size: 12px;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
}

/* Name */
.manager-name {
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
}

/* Role */
.manager-role {
    color: #0dcaf0;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Text */
.manager-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.manager-text.light {
    color: #6c757d;
}

/* Buttons */
.manager-actions .btn {
    transition: 0.3s;
}

.manager-actions .btn:hover {
    transform: scale(1.05);
}
/* chennai incharge */
#chennai-content h2 {
    font-size: 32px;
}

#chennai-content h5 {
    font-weight: 600;
}

#chennai-content p {
    font-size: 16px;
    line-height: 1.7;
}
/* plotical services */
/* CARD */
.pol-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
.pol-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* HEADER */
.pol-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.pol-header i {
    font-size: 28px;
    color: #0d6efd;
}

.pol-header h4 {
    margin: 0;
    font-weight: 700;
}

/* TIMELINE STYLE */
.pol-timeline {
    border-left: 3px solid #0d6efd;
    padding-left: 20px;
}

.pol-timeline .step {
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
}

/* DOT */
.pol-timeline .step::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #0d6efd;
    border-radius: 50%;
}

/* LAST STEP REMOVE GAP */
.pol-timeline .step:last-child {
    margin-bottom: 0;
}