* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    background: #f5f7fa;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

section {
    padding: 30px 0px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
}

/*---------------- section title------------- */


.section-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-title h1 {
    font-size: 30px;
    color: #1766a0;
    font-weight: bold;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;

}

.section-title h1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 3px;
    background: #06A3DA;
    border-radius: 2px;
}

/*---------------- section title------------- */


.top-bar {
    background-color: #f8f9fa;
    padding: 4px 0;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.top-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.social-links .facebook {
    background-color: #3b5998;
}

.social-links .twitter {
    background-color: #1da1f2;
}

.social-links .linkedin {
    background-color: #0077b5;
}

.social-links .pinterest {
    background-color: #bd081c;
}

.social-links .instagram {
    background-color: #e1306c;
}

.social-links .youtube {
    background-color: #ff0000;
}

.navbar-contact-info {
    display: flex;
    gap: 30px;
    font-size: 9px;
    color: black;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    color: rgb(1, 49, 106);
    text-transform: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-family: Montserrat, sans-serif;
}

/* Main Navbar Sticky Styles */
.navbar {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Scrolled state - navbar ko aur prominent banane ke liye */
.navbar.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.navbar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    z-index: 100;
    transition: padding 0.3s ease;
}

/* Scroll karne par navbar thoda compact ho jaye */
.navbar.scrolled .navbar-content {
    padding: 8px 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 50px;
}

.logo img {
    max-height: 80px;
    transition: max-height 0.3s ease;
}

.navbar.scrolled .logo img {
    max-height: 35px;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: space-between;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: block;
    padding: 15px 12px;
    color: rgb(1, 49, 106);
    text-decoration: none;
    font-weight: 560;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-family: Montserrat, sans-serif;

}

.nav-link:hover {
    color: #06A3DA;
}

.nav-item.has-dropdown>.nav-link::after {
    content: '▼';
    margin-left: 5px;
    font-size: 10px;
    transition: transform 0.3s ease;
}

.nav-item.has-dropdown:hover>.nav-link::after {
    transform: rotate(180deg);
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 800px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border-top: 3px solid #06A3DA;
}

.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 30px;
}

.dropdown-section h4 {
    color: rgb(1, 49, 106);
    font-family: Montserrat, sans-serif;
    font-size: 15.2px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: -10px;
    margin-left: -10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dropdown-section ul {
    list-style: disc;
    color: #0d0f19;
    padding: 0;
    margin: 0;
}

.dropdown-section li {
    padding: 8px 4px;
}

.dropdown-section a {
    display: block;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-family: "Montserrat", "sans-serif";
    font-weight: 600;
    color: rgba(6, 41, 83, 0.8) !important;
    text-transform: uppercase;
}

.dropdown-section a:hover {
    color: #06A3DA;
    padding-left: 5px;
}

.cta-button {
    background: #06A3DA;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-left: 20px;
    font-size: 11px;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(6, 163, 218, 0.4);
}

.mega-dropdown {
    min-width: 1100px;
    left: -600px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Demo Content */
.demo-content {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.demo-section {
    margin-bottom: 60px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
}

.demo-section h2 {
    color: #1766a0;
    margin-bottom: 20px;
}

.demo-section p {
    line-height: 1.8;
    color: #333;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .navbar-content {
        max-width: 100%;
        padding: 10px 15px;
    }

    .top-bar-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .mega-dropdown {
        left: -400px;
        min-width: 900px;
    }
}

@media (max-width: 1024px) {
    .mega-dropdown {
        left: -300px;
        min-width: 800px;
    }

    .dropdown-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }

    .dropdown {
        min-width: 600px;
    }

    .logo {
        margin-right: 30px;
    }

    .nav-link {
        padding: 15px 10px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .top-bar {
        padding: 2px 0;
    }

    .navbar-contact-info {
        gap: 15px;
        font-size: 8px;
    }

    .contact-item {
        font-size: 8px;
    }

    .social-links a {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        max-height: 80vh;
        overflow-y: auto;
    }

    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-item {
        border-bottom: 1px solid #eee;
    }

    .nav-link {
        padding: 15px 20px;
        font-size: 14px;
    }

    .nav-item.has-dropdown>.nav-link::after {
        float: right;
    }

    .dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f9fa;
        min-width: auto;
        max-height: 0;
        overflow: scroll;
        transition: max-height 0.3s ease;
        border-top: none;
        border-left: 3px solid #06A3DA;
    }

    .nav-item.has-dropdown.active .dropdown {
        max-height: 500px;
    }

    .dropdown-content {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px 20px;
    }

    .dropdown-section h4 {
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .dropdown-section a {
        font-size: 12px;
        padding: 5px 0;
    }

    .cta-button {
        margin: 15px 20px;
        text-align: center;
        display: block;
        width: auto;
    }

    .logo {
        margin-right: 20px;
    }

    .logo img {
        max-height: 35px;
    }
}



/*---------------------carousel start=------------------*/
.carousel-container {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.video-Bg{
       object-fit: fill;
    width: 100%;
    height: 100%;
}
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.8s ease-in-out;
    padding: 20px;
}

.slide span {
    display: block;
    text-align: left;
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
}

.slide.prev {
    transform: translateX(-100%);
}

.slide-content {
    text-align: center;
    color: white;
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    animation: slideUp 1s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide h1 {
    font-size: clamp(24px, 5vw, 35px);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide p {
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: start;
    width: 100%;
}

.slide-btn {
    background: #06A3DA;
    color: white;
    border: none;
    padding: 12px 28px;
    font-size: clamp(14px, 2vw, 18px);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.slide-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    background: #0589bd;
}

/* Tablet Responsive */
@media screen and (max-width: 768px) {
    .carousel-container {
        height: 70vh;
        min-height: 450px;
    }

    .slide-content {
        max-width: 600px;
        padding: 0 15px;
        width: 80%;
    }

    .slide h1 {
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .slide p {
        margin-bottom: 25px;
        width: 90%;
        text-align: start;
    }

    .slide-btn {
        padding: 10px 24px;
    }
}

/* Mobile Responsive */
@media screen and (max-width: 480px) {
    .carousel-container {
        height: 60vh;
        min-height: 400px;
    }

    .slide {
        padding: 15px;
    }

    .slide-content {
        max-width: 100%;
        padding: 0 10px;
    }

    .slide h1 {
        margin-bottom: 12px;
        letter-spacing: 0.5px;
    }

    .slide p {
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .slide p span {
        display: inline;
    }

    .slide-btn {
        padding: 10px 20px;
    }
}

/* Extra Small Mobile */
@media screen and (max-width: 360px) {
    .carousel-container {
        height: 55vh;
        min-height: 350px;
    }

    .slide-content {
        padding: 0 8px;
    }

    .slide h1 {
        margin-bottom: 10px;
    }

    .slide p {
        margin-bottom: 15px;
    }
}

/* Large Desktop */
@media screen and (min-width: 1920px) {
    .carousel-container {
        height: 85vh;
    }

    .slide-content {
        max-width: 1200px;
    }
}

/*---------------------carousel end =------------------*/

/*---------------------service start =------------------*/

.service-container {
    width: 100%;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    background: #f5f5f5;
    padding: 10px;

}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;


    padding: 20px 0;
}

.service-card {

    box-sizing: border-box;
    width: 250px;
    height: 300px;
    background: white;
    border-radius: 0;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1766a0;
    border-radius: 0;
    transform: scale(0);
    transition: transform 0.4s ease;
    z-index: 1;
}

.service-card:hover::before {
    transform: scale(1);
}

.service-card>* {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease 0.1s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.service-card:hover .service-title {
    color: white;
}

.service-card:hover .service-description {
    color: rgba(255, 255, 255, 0.9);
}

.service-card:hover .service-icon {
    background: rgba(255, 255, 255, 0.2);
}

.service-icon {
    width: 45Px;
    height: 45px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 24px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

}

.service-card.highlight .service-icon {
    background: #f0f0f0;
}

.service-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #050025;
    margin-bottom: .75rem;
}

.service-p{
    padding: 20px;
}
.service-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(5, 0, 37, 0.8);


}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {

        max-width: 250px;
        height: 300;
    }
}

@media (max-width: 320px) {
    .service-card {
        width: 250px;
        height: 300px;
        padding: 25px;
    }
}

/*---------------------service end =------------------*/


/*---------------------industries  start =------------------*/

.Industrie-section {

    background-image: url("/IMG/industries-back.jpg");
}

.industries-section-title h1 {
    color: white !important;
}

.industries-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 auto;
}

.industry-card {
    padding: 15px 10px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.industry-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.industry-icon {
    width: 28px;
    height: 28px;
    margin: 0 auto 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

/* Default placeholder icons */
.icon-technology {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z"/></svg>');
}

.icon-ecommerce {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12L8.1 13h7.45c.75 0 1.41-.41 1.75-1.03L21.7 4H5.21l-.94-2H1zm16 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>');
}

.icon-banking {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M11.5 1L2 6v2h20V6l-9.5-5zM4 8v6h2v5h1v-5h2v5h1v-5h2v5h1v-5h2v5h1v-5h2V8H4zm0 8v2h16v-2H4z"/></svg>');
}

.icon-logistics {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/></svg>');
}

.icon-hospital {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14h-4v-4H6v-4h4V5h4v4h4v4h-4v4z"/></svg>');
}

.icon-travel {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"/></svg>');
}

.icon-education {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"/></svg>');
}

.icon-manufacturing {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M22 21H2v-1h20v1zm0-3H2v-1h20v1zm-2-2H4V4h16v12zM9 6v8h6V6H9z"/></svg>');
}

.industry-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;



}

/* Bottom Row */
.industries-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 900px;
    margin: 10px auto 0;
}

/* Responsive */
@media (max-width: 768px) {
    .industries-section {
        max-width: 100%;
        padding: 12px 15px;
    }

    .industries-container,
    .industries-bottom {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .industry-card {
        padding: 12px 8px;
        min-height: 70px;
    }

    .industry-title {
        font-size: 0.65rem;
    }


}

@media (max-width: 480px) {

    .industries-container,
    .industries-bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .industry-icon {
        width: 24px;
        height: 24px;
    }
}

/*---------------------.industries end =------------------*/



/*---------------------.technoloy start =------------------*/

.technologies-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px 10px;
    margin-top: 20px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tech-icon {
    width: 90px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-icon img {
    width: 90px;
    object-fit: contain;
    padding: 20px 0px;
}

.clients-section {
    text-align: center;
    margin-top: 40px;
}

.clients-title {
    font-size: 1.8rem;
    color: #4a4a4a;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Responsive Styles */

/* Tablets (768px se 1024px) */
@media screen and (max-width: 1024px) {
    .technologies-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px 12px;
    }
}

/* Small Tablets & Large Phones (576px se 768px) */
@media screen and (max-width: 768px) {
    .technologies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 15px;
        max-width: 600px;
        margin: 0 auto;

    }

    .tech-icon {
        width: 55px;
        height: 55px;
    }

    .tech-icon img {
        width: 55px;
        height: 55px;
        padding: 0;
    }

    .clients-title {
        font-size: 1.5rem;
    }
}

/* Mobile Devices (480px se 576px) */
@media screen and (max-width: 576px) {
    .technologies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px 10px;
        max-width: 100%;
        padding: 0 10px;
        
    }

    .tech-icon {
        width: 50px;
        height: 50px;
    }

    .tech-icon img {
        width: 50px;
        height: 50px;
        padding: 0px;
    }

    .clients-title {
        font-size: 1.3rem;
    }
}

/* Small Mobile Devices (320px se 480px) */
@media screen and (max-width: 480px) {
    .technologies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 8px;
    }

    .tech-icon {
        width: 45px;
        height: 45px;
    }

    .tech-icon img {
        width: 45px;
        height: 45px;
    }
}

/* Extra Small Mobile (below 360px) */
@media screen and (max-width: 360px) {
    .technologies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px;
    }

    .tech-icon {
        width: 50px;
        height: 50px;
    }

    .tech-icon img {
        width: 50px;
        height: 50px;
    }

    .clients-title {
        font-size: 1.2rem;
    }
}


/*---------------------.technoloy end =------------------*/


/*---------------------our clint start=------------------*/
/* Carousel Container - Prevents overflow */
.clients-carousel-wrapper {
    overflow: hidden;
    padding: 30px 0;
    background: white;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.clients-carousel {
    display: flex;
    animation: infiniteScroll 30s linear infinite;
    width: fit-content;
}

.clients-carousel:hover {
    animation-play-state: paused;
}

/* Infinite Scroll Animation */
@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Client Box */
.client-box {
    background: white;
    height: 100px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    flex-shrink: 0;
    padding: 20px;
}

.client-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.client-box .img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
}

/* Large Desktop (1920px+) */
@media (min-width: 1920px) {
    .clients-carousel-wrapper {
        max-width: 1800px;
        padding: 40px 20px;
    }

    .client-box {
        height: 80px;
        min-width: 240px;
        margin: 0 20px;
        padding: 25px;
    }
}

/* Desktop (1200px - 1919px) */
@media (min-width: 1200px) and (max-width: 1919px) {
    .clients-carousel-wrapper {
        max-width: 1200px;
        padding: 35px 15px;
    }


    .client-box {
        height: 50px;
        min-width: 150px;
        margin: 0 15px;
        padding: 20px;
    }
}

/* Laptop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .clients-carousel-wrapper {
        max-width: 100%;
        padding: 30px 10px;
    }

    .client-box {
        height: 70px;
        min-width: 180px;
        margin: 0 12px;
        padding: 18px;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .clients-carousel-wrapper {
        padding: 25px 10px;
    }


    .client-box {
        height: 60px;
        min-width: 160px;
        margin: 0 10px;
        padding: 15px;
    }
}

/* Tablet Portrait (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {


    .clients-carousel-wrapper {
        padding: 20px 5px;
        border-radius: 8px;
    }

    .section-title h1 {
        font-size: 1.8rem;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .client-box {
        height: 50px;
        min-width: 140px;
        margin: 0 8px;
        padding: 12px;
        border-radius: 6px;
    }

    .clients-carousel {
        animation: infiniteScroll 25s linear infinite;
    }
}

/* Mobile Landscape (481px - 575px) */
@media (min-width: 481px) and (max-width: 575px) {

    .clients-carousel-wrapper {
        padding: 18px 5px;
        border-radius: 8px;
    }

    .section-title h1 {
        font-size: 1.6rem;
    }

    .section-title {
        margin-bottom: 18px;
    }

    .client-box {
        height: 50px;
        min-width: 130px;
        margin: 0 7px;
        padding: 10px;
        border-radius: 6px;
    }

    .clients-carousel {
        animation: infiniteScroll 22s linear infinite;
    }
}

/* Mobile Portrait (320px - 480px) */
@media (max-width: 480px) {
    body {
        padding: 10px;
    }

    .clients-carousel-wrapper {
        padding: 15px 5px;
        border-radius: 6px;
    }

    .section-title h1 {
        font-size: 1.4rem;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .client-box {
        height: 50px;
        min-width: 80px;
        margin: 0 6px;
        padding: 10px;
        border-radius: 5px;
    }

    .clients-carousel {
        animation: infiniteScroll 20s linear infinite;
    }
}

/* Very Small Mobile (below 320px) */
@media (max-width: 319px) {
    body {
        padding: 8px;
    }

    .clients-carousel-wrapper {
        padding: 12px 3px;
        border-radius: 5px;
    }

    .section-title h1 {
        font-size: 1.2rem;
    }

    .section-title {
        margin-bottom: 12px;
    }

    .client-box {
        height: 50px;
        min-width: 110px;
        margin: 0 5px;
        padding: 8px;
        border-radius: 4px;
    }

    .clients-carousel {
        animation: infiniteScroll 18s linear infinite;
    }
}

/* Touch devices optimization */
@media (hover: none) and (pointer: coarse) {
    .client-box:hover {
        transform: none;
    }

    .client-box:active {
        transform: scale(0.95);
    }
}

/*---------------------our clint end=------------------*/


/*---------------------form start------------------*/

/* Fixed GET IN TOUCH Button */
.get-in-touch-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 120px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}

.get-in-touch-btn:hover {
    width: 70px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

/* Popup Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    overflow-y: auto;
}

.popup-overlay.show {
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    z-index: 10;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 1;
}

.close-btn:hover {
    background: #f0f0f0;
    color: #333;
    transform: rotate(90deg);
}

.form-container {

    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.popup-container {
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: popupSlideIn 0.4s ease-out;
    margin: auto;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.get-in-touch-section {
    background-color: #f3f3f3;
}

.form-section {
    padding: 40px 50px;
    background: #f8f9ff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-right: 30px;
}

.form-image-section {
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #093363;
}

.form-group {
    margin-bottom: 18px;
    width: 100%;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #495057;
    font-family: inherit;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #4facfe;
    box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.1);
}

.form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.form-captcha-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
}

.form-captcha-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #4facfe;
}

.form-captcha-text {
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #3498db, #1766a0);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 172, 254, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

.form-get-in-touch {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    
}

.form-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/* Tablet styles (768px - 1024px) */
@media (max-width: 1024px) {
    .form-section {
        padding: 35px 40px;
    }
}

/* Tablet Portrait (768px) */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }

    .form-container,
    .popup-container {
        grid-template-columns: 1fr;
        max-width: 550px;
        margin: 0 auto;
    }

    .form-image-section {
        order: -1;
        min-height: 250px;
        display: none;
    }

    .form-section {
        padding: 30px 25px;
        
    }

    .form-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .form-get-in-touch {
        font-size: 18px;
        top: 20px;
    }

    .form-img {
        padding: 0;
    }

    .form-img img {
        object-fit: cover;
    }

    .get-in-touch-btn {
        width: 45px;
        height: 100px;
        font-size: 11px;
    }

    .close-btn {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        font-size: 24px;
    }
}

/* Mobile Large (480px - 600px) */
@media (max-width: 600px) {
    .form-section {
        padding: 25px 20px;
    }

    .form-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        padding: 11px 14px;
        font-size: 14px;
    }

    .form-textarea {
        min-height: 90px;
    }

    .submit-btn {
        padding: 12px;
        font-size: 15px;
    }

    .form-image-section {
        min-height: 220px;
    }

    .form-get-in-touch {
        font-size: 16px;
        top: 15px;
    }

    .form-img img {
        object-fit: cover;
    }
}

/* Mobile Medium (400px - 480px) */
@media (max-width: 480px) {
    body {
        padding: 5px;
    }

    .form-container,
    .popup-container {
        border-radius: 12px;
        max-width: 100%;
    }

    .form-section {
        padding: 20px 18px;
    }

    .form-title {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        padding: 10px 12px;
        font-size: 14px;
        border-radius: 6px;
    }

    .form-textarea {
        min-height: 80px;
    }

    .submit-btn {
        padding: 11px;
        font-size: 14px;
        border-radius: 8px;
    }

    .form-image-section {
        min-height: 200px;
    }

    .form-get-in-touch {
        font-size: 15px;
        top: 12px;
    }

    .form-img {
        padding: 0;
    }

    .form-img img {
        object-fit: cover;
    }

    .get-in-touch-btn {
        width: 35px;
        height: 90px;
        font-size: 10px;
    }

    .close-btn {
        width: 30px;
        height: 30px;
        font-size: 22px;
    }

    .form-captcha-text {
        font-size: 13px;
    }
}

/* Mobile Small (320px - 400px) */
@media (max-width: 400px) {
    .form-section {
        padding: 18px 15px;
    }

    .form-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .form-group {
        margin-bottom: 13px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        padding: 9px 11px;
        font-size: 13px;
    }

    .form-textarea {
        min-height: 75px;
    }

    .submit-btn {
        padding: 10px;
        font-size: 13px;
    }

    .form-image-section {
        min-height: 180px;
    }

    .form-get-in-touch {
        font-size: 14px;
        top: 10px;
    }

    .form-img img {
        object-fit: cover;
    }

    .get-in-touch-btn {
        width: 30px;
        height: 80px;
        font-size: 9px;
    }

    .close-btn {
        top: 8px;
        right: 8px;
        width: 28px;
        height: 28px;
        font-size: 20px;
    }
}

/* Mobile Extra Small (< 320px) */
@media (max-width: 320px) {
    .form-section {
        padding: 15px 12px;
    }

    .form-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .form-group {
        margin-bottom: 12px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        padding: 8px 10px;
        font-size: 12px;
    }

    .form-textarea {
        min-height: 70px;
    }

    .submit-btn {
        padding: 9px;
        font-size: 12px;
    }

    .form-image-section {
        min-height: 160px;
    }

    .form-get-in-touch {
        font-size: 13px;
        top: 8px;
    }

    .form-img img {
        object-fit: cover;
    }

    .get-in-touch-btn {
        width: 28px;
        height: 75px;
        font-size: 8px;
    }

    .form-captcha-container {
        gap: 6px;
    }

    .form-captcha-text {
        font-size: 12px;
    }
}

/* Landscape orientation adjustments */
@media (max-height: 600px) and (orientation: landscape) {
    .popup-overlay {
        align-items: flex-start;
        padding: 10px;
    }

    .form-image-section {
        min-height: 200px;
    }

    .form-section {
        padding: 20px 15px;
    }

    .form-title {
        margin-bottom: 12px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .form-textarea {
        min-height: 60px;
    }
}

/*---------------------form end------------------*/

/*---------------------testimonials start------------------*/

/*---------------------testimonials start------------------*/
.testimonials-section {
    background: #1766a0;
    padding: 20px 20px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;

}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><polygon fill="%23ffffff" fill-opacity="0.1" points="0,0 1000,0 1000,100 500,50 0,100"/></svg>') no-repeat;
    background-size: cover;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.testimonials-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.testimonials-section-title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.testimonials-carousel-controls {
    display: flex;
    gap: 10px;
}

.testimonials-carousel-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.testimonials-carousel-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.testimonials-container-inner {
    position: relative;
    overflow: hidden;
}

.testimonials-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonials-card {
    min-width: calc(33.333% - 20px);
    height: 350px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 20px;
    margin: 0 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.testimonials-card::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, 0.95);
}

.testimonials-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
}

.testimonials-star {
    color: #ffd700;
    font-size: 20px;
}

.testimonials-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
    color: rgba(31, 31, 53, 0.8);
    margin-top: 20px
}

.testimonials-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonials-author-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border: 3px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonials-author-info h4 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonials-author-info p {
    color: #7f8c8d;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 15px;
    }

    .testimonials-section-header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .testimonials-section-title {
        font-size: 2rem;
        text-align: center;
    }

    .testimonials-carousel-controls {
        order: -1;
        align-self: flex-end;
    }

    .testimonials-card {
        min-width: 100%;
        margin: 0;
    }

    .testimonials-carousel-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .testimonials-section-title {
        font-size: 1.8rem;
    }

    .testimonials-card {
        padding: 25px;
    }
}

/*---------------------testimonials end------------------*/

/*---------------------testimonials end------------------*/

/*---------------------milestones start------------------*/
.milestones-container {
    margin-top: 40px;
}

.milestone-section {
    background-color: #fff !important;
}



.milestones-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.milestone-item {
    text-align: center;
    padding: 20px 10px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.milestone-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.milestone-icon img {
    width: 80px;
    height: 80px;

    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
}



.milestone-number {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.milestone-label {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}



/* Responsive Design */
@media (max-width: 768px) {
    .milestones-container {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .milestones-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .milestone-item {
        padding: 15px 8px;
    }

    .milestone-number {
        font-size: 1.5rem;
    }


}

@media (max-width: 480px) {
    .milestones-container {
        padding: 25px 15px;
    }

    .milestone-icon img {
        width: 65px;
        height: 65px;
        font-size: 16px;
    }

    .milestone-number {
        font-size: 1.3rem;
    }

    .milestone-label {
        font-size: 0.7rem;
    }
}

/*---------------------milestones ensd------------------*/

/*---------------------PORTFOLIO START------------------*/
.container-portfolio {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.swiper {
    width: 100%;
    padding: 20px 0 60px 0;
}

.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.portfolio-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 350px;
}

.portfolio-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #3498db, #1766a0);
    border-radius: 20px 20px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.portfolio-card:hover::before {
    transform: scaleX(1);
}

.portfolio-card-image {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #dee2e6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.portfolio-card-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    animation: rotate 8s linear infinite;
    opacity: 0;
}

.portfolio-card:hover .portfolio-card-image::before {
    opacity: 1;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.portfolio-card-image:hover {
    background: linear-gradient(135deg, #3498db, #1766a0);
    transform: scale(1.06);
}

.portfolio-image-placeholder {
    color: #6c757d;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.portfolio-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #0d0f19;
}

.portfolio-card-description , .card-descriptionblog {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgba(31, 31, 53, 0.8);
    margin-top: 20px
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    visibility: hidden;
    color: #3498db;
    background: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #3498db;
    color: white;
    transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #3498db;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 32px;
    border-radius: 6px;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    .container-portfolio {
        padding: 0 15px;
    }

    body {
        padding: 20px 0;
    }

    .portfolio-card {
        max-width: 280px;
        padding: 15px;
    }

    .portfolio-card-image {
        height: 150px;
    }

    .portfolio-card-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .portfolio-card-description {
        font-size: 14px;
        line-height: 1.5;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 36px;
        height: 36px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
    }

    .portfolio-card:hover {
        transform: translateY(-4px) scale(1.01);
    }
}

@media (max-width: 480px) {
    .portfolio-card {
        max-width: 250px;
        padding: 12px;
    }

    .portfolio-card-image {
        height: 130px;
    }

    .portfolio-card-title {
        font-size: 15px;
    }

    .portfolio-card-description {
        font-size: 13px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/*---------------------PORTFOLIO END------------------*/


/*---------------------BLOG START------------------*/
.blog-section {
    background: #1766a0;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;


    padding: 10px 10px;
}

.blog-section .section-title h1 {
    color: #fff;
}

.center-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}


.blog-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #0d0f19;
    height: 60px
}

.blog-card {
    width: 300px;
    height: auto;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.BLOG-BUTTON {
    color: #06A3DA;
    font-size: 16px;
    margin-bottom: -10px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.BLOG-BUTTON:hover {
    color: #1766a0;
}

.card-header {
    position: relative;
    color: white;
    min-height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.card-header>* {
    position: relative;
    z-index: 2;
}

.card-body {
    padding: 25px;
}

.social-icons {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.social-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}


/* Responsive Design */
@media (max-width: 1024px) {
    .cards-container {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .section-title h1 {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .main-container {
        padding: 30px 15px;
    }

    .blog-card {
        width: 280px;
    }

    .card-header {
        min-height: 180px;
    }

    .card-header img {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .section-title h1 {
        font-size: 1.6rem;
    }

    .main-container {
        padding: 25px 10px;
    }

    .blog-card {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .cards-container {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    .card-header {
        min-height: 160px;
    }

    .card-header img {
        height: 160px;
    }

    .card-body {
        padding: 20px;
    }

    .card-descriptionblog {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .BLOG-BUTTON {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 360px) {
    .section-title h1 {
        font-size: 1.4rem;
    }

    .card-header {
        min-height: 140px;
    }

    .card-header img {
        height: 140px;
    }
}

/*---------------------BLOG END ------------------*/
/*---------------------OUR SERVICE START-----------------*/
.Our-services-section {
    max-width: 1200px;
    min-height: 400px;
    height: auto;
    margin: 30px auto 100px;
    padding: 40px 15px;
    background: white;
    text-align: center;
}

.Our-services-section {
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
}

.Our-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.Our-service-item {
    background-color: #e9ecef;
    color: #495057;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    white-space: nowrap;
    display: inline-block;

    font-family: 'Montserrat', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
}

.Our-service-item:hover {
    background-color: #06A3DA;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(6, 163, 218, 0.3);
}

/* Tablet Devices (768px - 1024px) */
@media screen and (max-width: 1024px) {
    .Our-services-section {
        max-width: 90%;
        padding: 30px 20px;
        margin: 20px auto 80px;
    }

    .Our-services-section h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .Our-services-grid {
        gap: 8px;
    }

    .Our-service-item {
        font-size: 15px;
        padding: 9px 18px;
    }
}

/* Mobile Devices (481px - 767px) */
@media screen and (max-width: 767px) {
    .Our-services-section {
        max-width: 95%;
        padding: 25px 15px;
        margin: 15px auto 60px;
        min-height: auto;
    }

    .Our-services-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .Our-services-grid {
        gap: 8px;
    }

    .Our-service-item {
        font-size: 14px;
        padding: 8px 16px;
        white-space: normal;
        word-wrap: break-word;
        max-width: 100%;
    }
}

/* Small Mobile Devices (max 480px) */
@media screen and (max-width: 480px) {
    .Our-services-section {
        max-width: 100%;
        padding: 20px 10px;
        margin: 10px auto 40px;
    }

    .Our-services-section h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .Our-services-grid {
        gap: 6px;
    }

    .Our-service-item {
        font-size: 13px;
        padding: 7px 14px;
        border-radius: 10px;
    }
}

/* Extra Small Devices (max 360px) */
@media screen and (max-width: 360px) {
    .Our-services-section {
        padding: 15px 8px;
    }

    .Our-services-section h2 {
        font-size: 18px;
    }

    .Our-service-item {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/*---------------------OUR SERVICE END------------------*/

/*---------------------FOTTER START------------------*/
.footer {
    background-color: #1766a0;
    padding: 50px 0 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-left: 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section {
    font-size: 13px;
    line-height: 1.1;
}

.footer-section h3 {


    font-weight: bold;
    margin-bottom: -1px;
    margin-left: 1px;
    margin-top: -20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-size: 13px;
}

.footer-section h4 {


    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 10px;
    margin-left: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;

    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.footer-section a {
    color: #fff!important;
    text-decoration: none;
    font-size: 10px;
    transition: color 0.3s ease;
    display: block;
    padding: 2px 0;
}


.company-name {
    margin-bottom: 15px;
    margin-top: -20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.footer-section p {

    font-size: 13px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: 0.44px;
    text-align: left;
    color: #fff;
    opacity: 0.8;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {


    padding: 2px 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.44px;
    text-align: left;
    color: #fff;
    opacity: 0.8;
}

.footer-section ul li:hover {
    color: #06A3DA;
}

.contact-info-footer a {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: #666;
    font-size: 13px;
    gap: 8px;
    color: #06A3DA;

}

.phone-icon {
    margin-right: 8px;
    color: #666;
}

.email-info a {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: #06A3DA;
    font-size: 13px;
    gap: 8PX;
}


.get-direction a {
    display: flex;
    align-items: center;
    margin: 10px 0;
    margin-bottom: 20px;
    color: #666;
    font-size: 13px;
    gap: 8PX;
    color: #06A3DA;
}



.footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copyright {
    color: #ffffffd8;
    font-size: 13px;
}


@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/*---------------------FOTTER end------------------*/


/*---------------------ABOUT-PAGE------------------*/

.about-hero-section {
    width: 100%;
    height: 380px;
    background: linear-gradient(45deg, #1e3c72, #2a5298);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;

}

.about-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
    z-index: 10;
}

.about-text-content {
    flex: 1;
    color: white;
    animation: slideInClassic 1.2s ease-out;
}

.about-text-content h1 {
    font-size: clamp(24px, 5vw, 29px);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-text-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.about-cta-button {
    background: linear-gradient(45deg, #ff4757, #ff3838);
    color: white;
    border: 2px solid #fff;
    padding: 12px 35px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    background: linear-gradient(45deg, #ff3838, #ff2f2f);
}

.company-logo {
    flex: 0 0 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 800px;
    margin-bottom: 20px;
}

.logo-cube {
    width: 180px;
    height: 180px;
    position: relative;
    transform-style: preserve-3d;
    animation: rotateCube 16s linear infinite;
}

.cube-face {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cube-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.cube-face.front {
    transform: translateZ(90px);
    background: rgba(74, 144, 226, 0.3);
}

.cube-face.back {
    transform: translateZ(-90px) rotateY(180deg);
    background: rgba(255, 107, 107, 0.3);
}

.cube-face.right {
    transform: rotateY(90deg) translateZ(90px);
    background: rgba(85, 239, 196, 0.3);
}

.cube-face.left {
    transform: rotateY(-90deg) translateZ(90px);
    background: rgba(255, 159, 67, 0.3);
}

.cube-face.top {
    transform: rotateX(90deg) translateZ(90px);
    background: rgba(162, 155, 254, 0.3);
}

.cube-face.bottom {
    transform: rotateX(-90deg) translateZ(90px);
    background: rgba(255, 107, 129, 0.3);
}

.cube-face.bottom img {
    transform: rotate(-90deg);
}

.cube-face.top img {
    transform: rotate(90deg);
}

/* Classic 3D Background Elements */
.pyramid {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 80px solid rgba(255, 255, 255, 0.1);
    animation: pyramidFloat 6s ease-in-out infinite;
}

.pyramid:nth-child(1) {
    top: 15%;
    left: 8%;
    animation-delay: 0s;
}

.pyramid:nth-child(2) {
    top: 60%;
    right: 10%;
    animation-delay: -2s;
    transform: rotate(45deg);
}

.pyramid:nth-child(3) {
    bottom: 20%;
    left: 15%;
    animation-delay: -4s;
    transform: rotate(-30deg);
}

.sphere {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
    animation: sphereBounce 4s ease-in-out infinite;
}

.sphere:nth-child(5) {
    width: 60px;
    height: 60px;
    top: 25%;
    right: 20%;
    animation-delay: -1s;
}

.sphere:nth-child(6) {
    width: 40px;
    height: 40px;
    bottom: 30%;
    right: 8%;
    animation-delay: -3s;
}

/* Grid lines for classic 3D effect */
.grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    opacity: 0.3;
}

/* Classic Animations */
@keyframes slideInClassic {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes rotateCube {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    16.66% {
        transform: rotateX(0deg) rotateY(-90deg);
    }

    33.33% {
        transform: rotateX(0deg) rotateY(-180deg);
    }

    50% {
        transform: rotateX(0deg) rotateY(-270deg);
    }

    66.66% {
        transform: rotateX(-90deg) rotateY(-270deg);
    }

    83.33% {
        transform: rotateX(90deg) rotateY(-270deg);
    }

    100% {
        transform: rotateX(0deg) rotateY(-360deg);
    }
}

@keyframes pyramidFloat {

    0%,
    100% {
        transform: translateY(0px) rotateZ(0deg);
    }

    50% {
        transform: translateY(-30px) rotateZ(180deg);
    }
}

@keyframes sphereBounce {

    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-40px) scale(1.2);
    }
}

@keyframes gridMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50px, 50px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero-content {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .about-text-content h1 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .about-text-content p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .company-logo {
        flex: none;
        margin-top: 20px;
    }

    .logo-cube {
        width: 120px;
        height: 120px;
    }

    .cube-face {
        width: 120px;
        height: 120px;
        font-size: 2rem;
    }

    .cube-face.front,
    .cube-face.back {
        transform: translateZ(60px);
    }

    .cube-face.back {
        transform: translateZ(-60px) rotateY(180deg);
    }

    .cube-face.right {
        transform: rotateY(90deg) translateZ(60px);
    }

    .cube-face.left {
        transform: rotateY(-90deg) translateZ(60px);
    }

    .cube-face.top {
        transform: rotateX(90deg) translateZ(60px);
    }

    .cube-face.bottom {
        transform: rotateX(-90deg) translateZ(60px);
    }
}


@media (max-width: 480px) {
    .about-text-content h1 {
        font-size: 1.5rem;
    }

    .logo-cube {
        width: 100px;
        height: 100px;
    }

    .cube-face {
        width: 100px;
        height: 100px;
        font-size: 1.5rem;
    }


    .cube-face.front,
    .cube-face.back {
        transform: translateZ(50px);
    }

    .cube-face.back {
        transform: translateZ(-50px) rotateY(180deg);
    }

    .cube-face.right {
        transform: rotateY(90deg) translateZ(50px);
    }

    .cube-face.left {
        transform: rotateY(-90deg) translateZ(50px);
    }

    .cube-face.top {
        transform: rotateX(90deg) translateZ(50px);
    }

    .cube-face.bottom {
        transform: rotateX(-90deg) translateZ(50px);
    }
}



/* About Section */

.about-continor {
    width: min(1000px, 95%);
    margin: 0 auto;
    background: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-section {
    padding: clamp(40px, 8vw, 80px) clamp(15px, 4vw, 20px);
    background: #ffffff;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.about-section h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: clamp(30px, 6vw, 50px);
    letter-spacing: 1px;
    word-wrap: break-word;
}

.about-text {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    line-height: 1.6;
    color: #555;
    text-align: justify;
    margin-top: clamp(-30px, -4vw, -50px);
    hyphens: auto;
    word-wrap: break-word;
}

.different-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.different-paragraph {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    line-height: 1.7;
    color: #555;
    margin-bottom: clamp(20px, 4vw, 25px);
    text-align: justify;
    hyphens: auto;
    word-wrap: break-word;
}

/* Mission-Vision Section */
.mission-vision-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(20px, 4vw, 40px);
    padding: 0 15px;
}

.ABOUT-PAGE-section {
    background: white;
    padding: clamp(20px, 4vw, 30px);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #2c3e50;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.ABOUT-PAGE-section:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.ABOUT-PAGE-section h2 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
    word-wrap: break-word;
    line-height: 1.3;
}

.ABOUT-PAGE-section h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: min(50px, 60%);
    height: 2px;
    background-color: #34495e;
}

.ABOUT-PAGE-section p {
    font-size: clamp(0.9rem, 2.2vw, 1.1rem);
    color: #555;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.6;
    hyphens: auto;
    word-wrap: break-word;
}

.mission {
    border-left-color: #3498db;
}

.mission h2::after {
    background-color: #3498db;
}

.vision {
    border-left-color: #e74c3c;
}

.vision h2::after {
    background-color: #e74c3c;
}

/* Enhanced Responsive Design */

/* Large tablets and small desktops */
@media (max-width: 1024px) {
    .about-continor {
        width: 92%;
        margin: 15px auto;
    }

    .mission-vision-container {
        gap: 30px;
    }

    .about-section {
        padding: 60px 25px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .about-continor {
        width: 95%;
        margin: 10px auto;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    }

    .mission-vision-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 10px;
    }

    .about-section h2 {
        font-size: clamp(1.4rem, 5vw, 1.8rem);
        margin-bottom: 35px;
        letter-spacing: 1px;
    }

    .ABOUT-PAGE-section {
        padding: 25px 20px;
        border-radius: 6px;
    }

    .ABOUT-PAGE-section h2 {
        font-size: clamp(1.2rem, 4vw, 1.5rem);
        margin-bottom: 18px;
    }

    .ABOUT-PAGE-section p {
        font-size: clamp(0.9rem, 2.5vw, 1rem);
        margin-bottom: 12px;
    }

    .about-text {
        margin-top: -30px;
    }
}

/* Small tablets and large phones */
@media (max-width: 640px) {
    .about-continor {
        width: 97%;
        margin: 8px auto;
    }

    .mission-vision-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ABOUT-PAGE-section {
        padding: 22px 18px;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .about-continor {
        width: 98%;
        margin: 5px auto;
        border-radius: 8px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    }

    .about-section {
        padding: 30px 12px;
    }

    .mission-vision-container {
        gap: 18px;
        padding: 0 5px;
    }

    .ABOUT-PAGE-section {
        padding: 18px 15px;
        border-radius: 5px;
        border-left-width: 3px;
    }

    .ABOUT-PAGE-section h2 {
        font-size: clamp(1.1rem, 4.5vw, 1.3rem);
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .ABOUT-PAGE-section h2::after {
        width: min(40px, 50%);
        height: 1.5px;
    }

    .ABOUT-PAGE-section p {
        font-size: clamp(0.85rem, 3vw, 0.95rem);
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .about-text {
        margin-top: -25px;
        line-height: 1.5;
    }

    .different-paragraph {
        margin-bottom: 18px;
    }
}

/* Very small screens */
@media (max-width: 360px) {
    .about-continor {
        width: 99%;
        margin: 3px auto;
        border-radius: 6px;
    }

    .about-section {
        padding: 25px 10px;
    }

    .mission-vision-container {
        gap: 15px;
        padding: 0 2px;
    }

    .ABOUT-PAGE-section {
        padding: 15px 12px;
    }

    .ABOUT-PAGE-section h2 {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .ABOUT-PAGE-section p {
        font-size: 0.85rem;
        margin-bottom: 8px;
    }

    .about-section h2 {
        letter-spacing: 0.5px;
    }
}

/* Landscape orientation for mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .about-section {
        padding: 30px 20px;
    }

    .mission-vision-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

/* Print styles */
@media print {
    .about-continor {
        width: 100%;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .ABOUT-PAGE-section {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
}

/*---------------------ABOUT-PAGE------------------*/



/*---------------------CONTACT-PAGE------------------*/

.contact-form-container {
    background: white;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-section {
    padding: 30px 25px;
    background: #f8f9ff;
}

.contact-form-title {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.contact-form-group {
    margin-bottom: 15px;
}

.contact-form-input,
.contact-form-select,
.contact-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
    outline: none;
    box-sizing: border-box;
}

.contact-form-input:focus,
.contact-form-select:focus,
.contact-form-textarea:focus {
    border-color: #06A3DA;
    box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.1);
}

.contact-form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.contact-form-textarea {
    resize: vertical;
    min-height: 80px;
}

.contact-form-captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-form-captcha-checkbox {
    width: 18px;
    height: 18px;
    accent-color: #06A3DA;
    flex-shrink: 0;
}

.contact-form-captcha-text {
    color: #666;
    font-size: 13px;
}

.contact-submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);
}

.contact-submit-btn:active {
    transform: translateY(0);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

.contact-info {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-info h2 {
    color: #06A3DA;
    margin-bottom: 25px;
    font-size: 1.8rem;
}

.contact-info-item {
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-info-item h3 {
    color: black;
    margin-bottom: 8;
    font-size: 1.1rem;
}

.contact-info-item p {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.contact-info-item a {
    color: #06A3DA;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    word-break: break-word;
}

.contact-info-item a:hover {
    color: #06A3DA;
}

/* Responsive Design */

/* Large tablets and small desktops */
@media screen and (max-width: 1024px) {
    .contact-form-container {
        max-width: 800px;
        margin: 0 20px;
        padding: 8px;
    }


}

/* Tablets */
@media screen and (max-width: 768px) {
    .contact-form-container {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 15px;
        padding: 5px;
    }

    .contact-form-section,
    .contact-info {
        padding: 25px 20px;
    }



    .contact-info h2 {
        font-size: 1.6rem;
        text-align: center;
    }

    .contact-info-item h3 {
        font-size: 1rem;
    }

    .contact-location-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Mobile phones */
@media screen and (max-width: 480px) {
    .contact-form-container {
        margin: 0 10px;
        border-radius: 12px;
        min-height: auto;
    }

    .contact-form-section,
    .contact-info {
        padding: 20px 15px;
    }




    .contact-form-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-info h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .contact-info-item {
        padding: 8px;
        margin-bottom: 8px;
    }

    .contact-info-item h3 {
        font-size: 0.95rem;
        margin-bottom: 5px;
    }

    .contact-info-item p {
        font-size: 0.9rem;
    }

    .contact-form-input,
    .contact-form-select,
    .contact-form-textarea {
        padding: 10px 12px;
        font-size: 16px;
        /* Prevents zoom on iOS */
    }

    .contact-form-captcha-text {
        font-size: 12px;
    }

    .contact-submit-btn {
        padding: 14px 12px;
        font-size: 14px;
    }
}

/* Very small mobile phones */
@media screen and (max-width: 360px) {
    .contact-form-container {
        margin: 0 5px;
    }

    .contact-form-section,
    .contact-info {
        padding: 15px 10px;
    }



    .contact-form-title {
        font-size: 16px;
    }

    .contact-info h2 {
        font-size: 1.3rem;
    }
}

/* Landscape orientation for mobile */
@media screen and (max-height: 500px) and (orientation: landscape) {




    .contact-form-container {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        margin: 0 10px;
    }

    .contact-form-section,
    .contact-info {
        padding: 15px;
    }

    .contact-form-group {
        margin-bottom: 10px;
    }

    .contact-info-item {
        margin-bottom: 6px;
        padding: 6px;
    }
}



.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 40px;
}

.contact-locations h2 {
    color: #667eea;
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center;
}

.contact-location-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.contact-location-item {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-location-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact-location-item h3 {
    color: #764ba2;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.contact-location-item p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-location-item strong {
    color: #333;
}

.map-container {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Tablet Responsive */
@media (max-width: 968px) {
    .contact-container {
        padding: 30px;
    }

    .contact-locations h2 {
        font-size: 1.7rem;
    }

    .contact-location-item h3 {
        font-size: 1.2rem;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {


    .contact-container {
        padding: 25px;
        border-radius: 15px;
    }

    .contact-locations h2 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .contact-location-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-location-item {
        padding: 20px;
    }

    .contact-location-item h3 {
        font-size: 1.1rem;
    }

    .contact-location-item p {
        font-size: 0.95rem;
    }

    .map-container {
        height: 200px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {


    .contact-container {
        padding: 20px;
        border-radius: 10px;
    }

    .contact-locations h2 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .contact-location-item {
        padding: 15px;
    }

    .contact-location-item h3 {
        font-size: 1rem;
    }

    .contact-location-item p {
        font-size: 0.9rem;
    }

    .map-container {
        height: 180px;
    }
}

/*---------------------CONTACT-PAGE------------------*/

/* whatsapp =-------Logo/Icon inside button */
.whatsapp-logo-button {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    border: 3px solid white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

/* Logo/Icon inside button */
.whatsapp-logo-button .whatsapp-logo {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Hover effects */
.whatsapp-logo-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.whatsapp-logo-button:active {
    transform: scale(0.95);
}

/*---------------------get in touch------------------*/
/* Floating Contact Button */
.floating-contact-btn {
    position: fixed;
    right: -68px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1000;
    background: linear-gradient(135deg, #3498db, #1766a0);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floating-contact-btn:hover {
    background: linear-gradient(135deg, #ff5252, #d84315);
    transform: translateY(-50%) rotate(-90deg) translateX(-10px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.4);
}

.floating-contact-btn:active {
    transform: translateY(-50%) rotate(-90deg) translateX(-5px);
}

/* ----------------Scroll to Top Butto------------n */
/* Scroll to Top Button Styles */
/* .scroll-to-top {
            position: fixed;
            bottom: 80px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(45deg, #667eea, #764ba2);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            z-index: 1000;
        }

        .scroll-to-top.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .scroll-to-top:hover {
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 6px 20px rgba(0,0,0,0.4);
        }

        .scroll-to-top:active {
            transform: translateY(-2px) scale(1.05);
        }

        .scroll-to-top svg {
            width: 24px;
            height: 24px;
            fill: white;
            transition: transform 0.3s ease;
        }

        .scroll-to-top:hover svg {
            transform: translateY(-2px);
        }
      /* Ripple effect */
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .scroll-to-top svg {
        width: 20px;
        height: 20px;
    }
}