@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&display=swap');

:root {
    --primary-color: #003615;
    --white-color: #fff;
    --secondary-color: #ee1a24;
    --button-color: #003615;
    --bg-black: #121212;
    --light-white: #999;
}

h1 {
    font-family: var(--font_kanit) !important;
    font-weight: 500 !important;
}
h2 {
    font-family: var(--font_kanit) !important;
    font-weight: 400 !important;
}

h3 {
    font-family: var(--font_kanit) !important;
    font-weight: 500 !important;
}

.section-title div {
    display: inline !important;
}

.header-area.sticky button i{
    color:var(--secondary-color) !important;
}

.header-area button i{
    color:var(--secondary-color) !important;
    font-size:20px;
    padding-right:8px;
}

.main-menu li a.active{
    color:var(--secondary-color) !important;
}

@media(max-width:480px){
        .offcanvas-3__menu li a.active{
            color:var(--secondary-color);
        }
}

@media(max-width:480px){
    .offcanvas-3__menu ul {
        margin-top:30px;
    }
}

/* body{
    font-family: var(--font_kanit) !important;
} */

.large-full-width {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
}

.hero-area .section-content .section-title {
    font-family: var(--font_kanit) !important;
    font-weight: 400 !important;
    /*font-size:70px;*/
}

/* .header-area .header-area__inner {
    height: 100px !important;
} */

/* .header-area.sticky #header-inner {
    height: 100px !important;
} */


.fa-solid .fa-bars{
    background-color:var(--secondary-color);
}

.header-area.sticky .header-area__inner {
    height: 80px !important;
}

.header-area.sticky .header__logo img {
    padding-top: 6px;
}

.hero-area .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* @media (min-width: 1700px) {
    .container.large {
        max-width: 100% !important;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
        width:100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
} */

.heading-color {
    color: var(--secondary-color);
}

/* .heading-primary{
    background-color:var(--primary-color);
} */

.header-area .wc-btn-primary {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}
.header-area .wc-btn-primary:hover {
    color: var(--white-color) !important;
}

.wc-btn-primary {
    background-color: var(--secondary-color) !important;
}

.btn-text-flip span:before {
    color: #fff;
}

.clients-area .section-title {
    color: var(--bg-black) !important;
}

/* .clients-area .section-title{
    display: initial !important;
} */

.clients-area .title-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clients-area .title-wrapper h2 {
    text-align: center;
    font-size:46px;
    text-transform:capitalize;
}

.hero-area .section-content .section-title{
    font-size:70px;
}
@media(max-width:480px){
    

.hero-area .section-content .section-title{
    font-size:30px;
}
}

.hero-area .section-content .text{
    margin-bottom:10px;
}


@media(max-width:480px){
   .clients-area .title-wrapper h2 {
    text-align: center;
    font-size:35px;
    text-transform:capitalize;
} 
}

.clients-area .title-wrapper p.text {
    max-width: 70%;
    text-align: center;
    margin:0 auto;
}

@media (max-width: 768px) {
    .clients-area .title-wrapper p.text {
        max-width: 100%;
        padding: 0 10px;
    }
}

.subscribe-form .input-field {
    background-color: var(--white-color);
}

.subscribe-form .input-field input {
    background-color: var(--white-color);
    color: #121212;
}

.subscribe-btn i {
    color: var(--primary-color) !important;
}

/* hero video style start here */

.thumb.video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

@media (max-width: 768px) {
    .thumb.video {
        height: 50vh;
    }
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* hero video style ends here */

.header-area {
    background-color: #fff;
}

.header-area.sticky {
    background-color: #fff !important;
}

.bg-text-color {
    color: var(--secondary-color) !important;
}

/* .main-menu li a {
    color: var(--white-color) !important;
} */

.bg-theme-color {
    background-color: var(--primary-color);
}

/* footer logo  */
.footer-area .footer-logo img {
    max-height: 100% !important;
}

.footer-area-inner {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 768px) {
    .footer-area-inner {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .footer-area-inner .footer-widget-wrapper:nth-child(2) {
        padding-left: 0px !important;
    }

    .footer-area-inner .footer-widget-wrapper:nth-child(3) {
        padding-left: 0px !important;
    }
}

.footer-area-inner .footer-widget-wrapper:nth-child(2) {
    padding-left: 85px;
}

.footer-area-inner .footer-widget-wrapper:nth-child(3) {
    padding-left: 85px;
}

.footer-area .social-links {
    margin-top: 30px !important;
    padding-left: 10px;
}

.footer-area .info-text {
    padding-left: 10px;
}

/* footer contact icons */
.contact-list {
    margin-top: 27px;
    list-style: none;
    padding: 0;
    /* margin: 0; */
}

.contact-list li {
    margin: 10px 0;
}

.contact-list a {
    color: #999;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    /* align-items: center; */
    line-height: 1.2;
}

.contact-list a:hover {
    color: var(--secondary-color);
}

.contact-list i {
    margin-right: 8px;
    color: var(--secondary-color);
    line-height: 1.3;
}

/* preloader background chnage */
.container-preloader .animation-preloader .spinner {
    border: 10px solid var(--white);
    border-top-color: var(--bg-black) !important;
}

.container-preloader .loader-section {
    background-color: var(--bg-black) !important;
}

.service-area .service-box:hover {
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

/* service page design */

.service-area {
    background-color: var(--bg-black);
}

.service-area .service-top-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.service-area .section-heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.service-area .section-heading .text {
    text-align: center;
    max-width: 550px;
}

.service-area .section-heading .section-title {
    margin-bottom: 33px;
    color: var(--white-color);
}
.service-area .service-item {
    border-radius: 10px;
    background-color: rgb(237 242 248 / 20%);
    border-inline-start: 0px !important;
    padding: 50px 20px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* .service-area .service-item:hover {
    border: 2px solid var(--secondary-color);
} */

.service-area .service-item {
    border: 2px solid transparent !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease !important;
    /* border-inline-start none; */
}

.service-area .service-item:hover {
    border-color: var(--secondary-color) !important;
}

.service-area .service-item .title {
    font-family: var(--font_kanit) !important;
    font-weight: 400;
    text-align: center;
    color: var(--white-color);
}

.service-area .service-item .text {
    text-align: center;
    color: var(--white-color);
    font-weight: 400;
}

.service-area .service-item .icon {
    padding-bottom: 20px !important;
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.service-area .services-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;

    margin: 0 !important;
}

@media (max-width: 768px) {
    .service-area .services-grid {
        grid-template-columns: 1fr !important;
    }
}

/* why us section css */

.why-us .service-box {
    grid-template-columns: 1fr 1fr 1fr !important;
}

@media (max-width: 768px) {
    .why-us .service-box {
        grid-template-columns: 1fr !important;
    }
}

.why-us .service-box .content {
    grid-template-columns: repeat(1, 1fr) !important;
}

.why-us .service-box .text-content {
    color: var(--white-color);
    font-weight: 300;
}

.why-us .service-box .title {
    font-size: 22px;
    font-family: var(--font_kanit);
    font-weight: 400;
}

.why-us .service-box .thumb {
    padding-left: 10px;
}

.why-us .section-title {
    font-family: var(--font_kanit);
    font-weight: 500;
}

.why-us .service-box .thumb img {
    max-width: 60%;
}

/* about page css */
body.about .hero-area {
    background-color: var(--primary-color);
}

body.about .hero-area .section-content .section-title {
    color: var(--white-color);
    font-size: 50px;
}

body.about .hero-area .section-content .section-subtitle {
    color: var(--white-color);
}

body.about .hero-area .section-content .text {
    color: var(--white-color);
    font-weight: 300;
}

.services-main .video {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 80vh;
}

.services-main .video-wrapper {
    position: relative;
    height: 80vh;
    padding-top: 56.25%;
}

@media (max-width: 768px) {
    .services-main .video {
        height: 60vh;
    }

    .services-main .video-wrapper {
        height: 60vh;
    }
}

.services-main .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .services-main .hero-area-inner {
        flex-direction: column;
    }
}

.awards-area .section-content {
    margin-top: 27px;
    margin-inline-start: 0px !important;
}

.awards-area .awards-area-inner {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 768px) {
    .awards-area .awards-area-inner {
        gap: 20px;
    }
}

.awards-area .awards-area-inner .about-video,
.awards-area-inner .section-content {
    flex: 1;
}

@media (max-width: 768px) {
    .awards-area .awards-area-inner .about-video,
    .awards-area-inner .section-content {
        flex: 1 1 100%; /* stack vertically */
    }
}

.awards-area .awards-area-inner .section-content .custom-title {
    margin-bottom: 30px;
}

.awards-area .about-video {
    position: relative;
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .awards-area .about-video {
        height: 50vh;
    }
}

.awards-area .about-video .video-sub-wrapper {
    position: relative;
    height: 100%;
}

.awards-area .about-video .video-sub-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-area .service-box {
    border-radius: 10px;
}

.service-area .service-box:hover {
    border-radius: 10px;
}

/* insipiring css */

.about-area .section-about-content {
    display: flex;
    gap: 50px;
}

@media (max-width: 768px) {
    .about-area .section-about-content {
        flex-direction: column;
        gap: 20px;
    }
}

.about-area .section-about-content .section-content {
    flex: 1;
}
.about-area .section-about-content .thumb {
    flex: 1;
}
.about-area .section-about-content .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-area .about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-area .about-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.about-area .about-list i {
    color: #28a745; /* green check icon */
    font-size: 18px;
    margin-top: 4px;
}

.about-area .about-list .text {
    margin: 0;
}

.features-area .features-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 768px) {
    .features-area .features-wrapper {
        grid-template-columns: 1fr !important;
    }
}

.features-area .features-wrapper .feature-box {
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); */
    border-radius: 4px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
}

@media (max-width: 768px) {
    .features-area .features-wrapper .feature-box {
        padding: 20px;
    }
}

.features-area .features-wrapper .feature-box .thumb {
    position: relative;
    margin-top: 120px;
    width: 80px;
    height: 80px;
    /* margin: 0 auto; */
    background-color: #e0f7fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-area .features-wrapper .feature-box .content h3 {
    /* text-align: center; */
    margin-top: 350px;
    color: var(--white-color);
    font-size: 20px;
}

.features-area .features-wrapper .feature-box .number {
    font-size: 24px;
    font-weight: bold;
    color: #00796b;
}

/* skill page content */

.skill-about-content {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.skill-about .section-title-wrapper {
    /* text-align: center; */
}

.skill-content,
.skill-image {
    flex: 1 1 48%; /* Roughly 50% with space between */
}

.skill-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.skill-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .skill-about-content {
        flex-direction: column;
        gap: 20px;
    }

    .skill-content,
    .skill-image {
        flex: 1 1 100%;
    }
}

/* skill development page */
.feature-kill-section .features-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.feature-kill-section .features-wrapper .feature-box {
    padding: 20px;
}

.feature-kill-section .features-wrapper .title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.feature-kill-section .features-wrapper .feature-box .content {
    margin-top: 0;
}

.feature-kill-section .skill-list {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-kill-section .skill-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    padding: 5px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.feature-kill-section .skill-list i {
    color: #007bff; /* Blue check icon */
    font-size: 18px;
    margin-top: 4px;
}

.feature-kill-section .skill-list .text {
    margin: 0 !important;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

/* our presence style */

.our_presence h2.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.our_presence .text {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .our_presence .text {
        max-width: 100%;
        font-size:16px;
    }
}

.presence-wrapper-box {
    margin-top: 50px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.presence-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    min-width: 700px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.presence-table thead {
    background-color: #d9e9fa;
    border-top: 3px solid #1b4f91;
}

.presence-table thead th {
    padding: 12px 15px;
    border: 1px solid #a9c4e3;
    font-weight: bold;
    color: #1b4f91;
    text-align: left;
    white-space: nowrap;
}

.presence-table tbody td {
    padding: 10px 15px;
    border: 1px solid #a9c4e3;
    color: #333;
    white-space: nowrap;
}

.presence-table tbody tr:nth-child(even) {
    background-color: #f5faff;
}

.presence-table tbody tr:hover {
    background-color: #edf4fc;
}

/* Responsive font and padding for small screens */
@media (max-width: 600px) {
    .section-title {
        font-size: 24px;
    }

    .presence-table {
        font-size: 13px;
        min-width: 600px;
    }
}

/* sectors covered  */
/* Layout & Section Styling */
.sector-covered {
    /* padding: 60px 20px; */
    background-color: #d8f9ff;
}

.section-header {
    /* text-align: center; */
    margin-bottom: 30px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.sector-covered .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.sector-covered .text {
     text-align: center; 
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media(max-width: 768px) {
    .sector-covered .text {
        max-width: 100%;
        font-size:16px;
    }
}

/* Card Container Layout */
.sector-list-wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.sectors-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.top-row {
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

.bottom-row {
    justify-content: center;
}

/* Flip Card */
.sector-card {
    width: 168px;
    height: 163px;
    perspective: 1000px;
}

.sector-covered .card-front h3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400 !important;
}

.sector-covered .card-front .sector-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 20px; */
}

.sector-covered .card-front .sector-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
} */

/* .sector-card:hover .card-inner {
    transform: rotateY(180deg);
} */

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* .card-back {
    transform: rotateY(180deg);
} */

/* Color Themes */
/* .red {
    background-color: #c0392b;
}

.green {
    background-color: #7dc243;
}

.purple {
    background-color: #7e57c2;
}

.blue {
    background-color: #00acc1;
}

.orange {
    background-color: #f57c00;
} */

/* Responsive Design */
@media (max-width: 768px) {
    .top-row,
    .bottom-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sector-card {
        width: calc(45% - 20px);
        height: 100px;
    }

    .card-front,
    .card-back {
        font-size: 16px;
    }
}

/*@media (max-width: 480px) {*/
/*    .sector-card {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/* suitability css */

.suitability-state-wrapper {
    padding: 60px 20px;
}

.suitability-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.suitability-image {
    flex: 1 1 45%;
    text-align: center;
}

.suitability-image img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.suitability-text {
    flex: 1 1 50%;
    font-size: 16px;
    color: #222;
    line-height: 1.7;
}

.suitability-text p {
    margin-bottom: 15px;
}

.suitability-text strong {
    color: #333;
}

/* Responsive */
@media (max-width: 992px) {
    .suitability-content-box {
        flex-direction: column;
        text-align: center;
    }

    .suitability-text {
        text-align: left;
    }
}

/* location identified */

.location-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.image-location {
    flex: 1 1 50%;
    text-align: center;
}

.image-location img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.location-list {
    flex: 1 1 35%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 18px;
}

.circle-check {
    width: 24px;
    height: 24px;
    background-color: #007bff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
    .location-content-box {
        flex-direction: column;
        text-align: center;
    }

    .location-list {
        text-align: left;
    }
}

/* section apply for css */

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    justify-items: center;
    margin-top: 40px;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    backface-visibility: hidden;
    box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.5),
        inset 2px 2px 6px rgba(0, 0, 0, 0.2), 2px 2px 8px rgba(0, 0, 0, 0.3);
    background-color: var(--card-color);
}

.flip-card-back {
    transform: rotateY(180deg);
    background-color: var(--card-color);
}

/* Responsive */
@media (max-width: 992px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .flip-card {
        width: 90%;
    }
}

/* methodology grid css */

.methodology-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.method-card {
    text-align: center;
    padding: 10px;
}

.arrow-card {
    position: relative;
    background: #0077b6;
    color: white;
    padding: 20px 15px;
    font-weight: bold;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    margin-bottom: 15px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.arrow-card:hover {
    transform: translateY(-5px);
}

.method-card ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 0.9rem;
    text-align: left;
}

.method-card ul li {
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 992px) {
    .methodology-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .methodology-grid {
        grid-template-columns: 1fr;
    }
}

/* process cards  */

.process-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    padding: 30px 20px 60px 20px;
    /* background-color: #f9f9f9; */
}

.process-card {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.process-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #222;
    text-align: center;
}

.process-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.process-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.process-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #007bff;
    font-weight: bold;
    font-size: 1rem;
}

/* methodology section */

.methodology {
    /* padding: 60px 20px; */
    background: #d8f9ff;
    font-family: "Segoe UI", sans-serif;
}

.section-title {
    /* text-align: center; */
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

@media (max-width: 480px) {
    .section-title {
        margin-bottom: 20px;
    }
}

.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 24px;
}

.card {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card .number {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 12px;
    color: var(--secondary-color);
}

.card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #333;
}

.card p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

/* breadcrumb css */

.gallery-breadcrumb {
    margin-top: 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    color: white;
}

.gallery-breadcrumb .overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.gallery-breadcrumb-wrapper {
    text-align: left;
}

.gallery-title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
}

/* gallery item */

.gallery {
    background-color: #f9f9f9;
    /* padding: 40px 0; */
}

.gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-item {
    
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.team-box:hover .thumb img {
    transform: scale(1) !important;
}

/* about area inner */

.about-area .about-custom-change {
    display: grid;
    gap: 50px 60px;
    grid-template-columns: 1fr !important;
}

.about-section-heading {
    text-align: center;
}

.features-area .section-title {
    max-width: 811px !important;
}

.features-area .section-header {
    grid-template-columns: 1fr !important
    ;
}

.text-build-left {
    text-align: left;
}

.hero-area .section-content .section-title {
    text-align: left;
}

/* home page css */
.hero-area-inner {
    grid-template-columns: 50% 1fr;
}

@media (max-width: 768px) {
    .hero-area-inner {
        grid-template-columns: 1fr !important;
    }
}

@media(max-width:480px){
    .hero-area-inner {
        padding-top: 90px !important;
    }
}

.features-area .features-wrapper-box {
    margin-top: 32px !important;
}

/* about-list-bullet */

.about-list-bullet {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list-bullet li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #333;
}

.about-list-bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px; /* vertically centers the circle */
    width: 8px;
    height: 8px;
    background-color: #00adef;
    border-radius: 50%; /* makes it a circle */
}

.about-list-bullet p.text {
    font-size: 16px;
}

.awards-area .btn-wrapper-about {
    margin-top: 30px;
}

.awards-area .btn-wrapper-about .wc-btn {
    background-color: var(--secondary-color);
    border: none;
}

/* home page video in full width */

.hero-video-area {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-video-area {
        height: 65vh;
    }
}

.video-wrapper {
    width: 100%;
    height: 100%;
}

.hero-video-area .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.video {
    position: relative;
    width: 100%;
    height: 100%;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content overlay on video */
.video-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
    max-width: 680px;
}

@media(max-width:480px){
   .video-content {
   
    width: 80%;
} 
}

.video-content .section-title {
    color: var(--white-color);
    text-align: center;
}

@media(max-width:480px){
    .video-content .section-title {
        font-size: 23px;
    }
}

/* Optional styles for responsive text and button 

/* .btn-wrapper a {
    background-color: var(--secondary-color);
} */

.project-area .section-header {
    grid-template-columns: 1fr !important;
}

.project-area .section-title {
    max-width: 100% !important;
}

.clients-area .title-wrapper:before {
    display: none;
}

.clients-area-inner {
    padding-top: 0 !important;
}

.clients-area .title-wrapper:after {
    display: none;
}

@media(max-width:480px){
  .clients-area .section-title {
    font-size:30px !important; 
}  
}


.team-area-inner {
    /* padding-bottom: 0 !important; */
    background-color: var(--white-color) !important;
    padding-inline: 0 !important;
}

.team-area .section-title {
    color: var(--bg-black) !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.team-area p.text {
    color: #555 !important;
}

.team-area .team-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 768px) {
    .team-area .team-wrapper {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
}

.team-wrapper .content {
    text-align: center;
}

.team-wrapper .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-wrapper .thumb img {
    height: 335px;
    width: 200px;
    border-radius: 50%;
}

.video-content .btn-wrapper a {
    padding: 14px 20px;
}

@media(max-width:480px){
    .video-content .btn-wrapper a {
        padding: 8px 10px;
    }

    .video-content .wc-btn-primary{
        font-size: 14px;
    }
}

.btn-wrapper-about a {
    margin-top: 30px;
    padding: 14px 29px !important;
}

.project-area .projects-wrapper-box {
    margin-top: 0 !important;
}

/* .project-area{
    background-color: #d8f9ff;

} */

.features-area {
    background-color: #d8f9ff;
}

.team-area .section-header {
    margin-top: 100px;
}

.clients-area .client-box {
    width: 160px !important;
    height: 90px !important;
}

.clients-area .client-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.team-area .section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.features-area .section-title {
    max-width: 100% !important;
    text-align: center;
}

.features-area .title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.features-area .title-wrapper p.text {
    max-width: 70%;
    text-align: center;
}

@media (max-width: 768px) {
    .features-area .title-wrapper p.text {
        max-width: 100%;
        padding: 0 10px;
    }
}

.footer-area {
    background-color: rgba(0, 0, 0, 0.7) !important;
    padding: 0 45px;
}

@media (max-width: 768px) {
    .header__button {
        display: none;
    }
}

.header-area .header__logo img {
    width: 150px;
}

@media (max-width: 768px) {
    .header-area .header__logo img {
        width: 100px;
    }
}

.process-cards-section {
    background-color: #fff;
}

@media(max-width:480px){
    .process-cards-section {
        padding-top:85px !important;
    }
}

.process-title-center {
    text-align: center;
}

.process-title-center .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.process-title-center p.text {
    /* max-width: 70%; */
    text-align: center;
}

.process-title-methodology {
    text-align: center;
}

.process-title-methodology .section-title {
    margin-bottom: 20px;
    /* margin-top: 20px; */
}

.process-title-methodology p.text {
    margin-bottom: 50px;
}

@media(max-width:480px){
    .main-menu{
        display: none;
    }
}

.suitability-list-bullet{
    list-style:none;
    margin:0;
    padding:0;
}

.suitability-list-bullet li{
  
      display: flex;
    align-items: center;
    
   
}

.suitability-list-bullet .map-icon{
    color:var(--secondary-color);
    font-size:18px;
    margin-right:10px;
}

.suitability-list-bullet .text {
    margin: 0;
    font-size: 16px;
    
}

/* our partner code */
.clients-area .our-client-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    padding:20px 0;
}

.clients-area .our-client-wrapper .client-item{
    flex:1 1 22%;
    max-width:22%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.clients-area .our-client-wrapper .client-item img{
    width: 150px;
    height:110px;
    object-fit:contain;
    transition:0.3s ease;
}

.clients-area .our-client-wrapper .client-item img:hover{
    transform: scale(1.05);
}

@media(max-width:992px){
  .clients-area .our-client-wrapper  .client-item{
        flex:1 1 45%;
        max-width:45%;
    }
    
}


@media(max-width:576px){
    .clients-area .our-client-wrapper .client-item{
        flex:1 1 100%;
        max-width:100%;
    }
}


.clients-area .swiper-slide{
    width:auto;
}  

.client-slider .swiper-wrapper {
    transition-timing-function: linear;
}


/*whatsapp button*/
.whatsapp-float {
            position: fixed;
            bottom: 70px;
            right: 15px;
            z-index: 999;
            /*background-color: #25D366;*/
            /*padding: 10px;*/
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }
        .whatsapp-float img {
            width: 60px;
            height: 60px;
        }


