
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/*--------------------------------------------------------------
# Theme Information
--------------------------------------------------------------*/
/*!
 * Theme Name     : Vraj's Lab Theme
 * Description    : A modern, responsive, and professional theme designed and developed by Vraj Surani.
 * Author         : Vraj Surani
 * Contact        : +91 97240 85965
 * Email          : Vrajsurani606@gmail.com
 * LinkedIn       : https://in.linkedin.com/in/vraj-surani-1506vraj
 * Created On     : October 2025
 * Version        : 1.0.0
 * 
 * --------------------------------------------------------------
 * © 2025 Vraj Surani. All Rights Reserved.
 * This theme and its files are the intellectual property of Vraj Surani.
 * Unauthorized reproduction, distribution, or modification of this code 
 * in any form is strictly prohibited without written permission.
 * --------------------------------------------------------------
 */

 
body {
    font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
}

:root {
    --primary--color: #4372fc;
    --secondary--color: #ffffff;
    --accent--color: #041937;
    --text--color: #626262;
    --grey--color: #6d6c6c;
    --grey--family--color: #d1d1d1;
    --black--color: #000000;
    --bg--color: #041937;
    --yellow--color: #fbc729;
    --dark--navy--color: #031530;
    --ice--blue--color: #a9bcd7;
    --ice--blue--color2: #dee6f8;
    --white-family--color: #f5fafd;
    --light--blue--bg--color: #f5f8ff;
    
    /* Modern gradient colors */
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(67, 114, 252, 0.9) 0%, rgba(4, 25, 55, 0.8) 100%);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-light: 0 8px 32px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 12px 40px rgba(0, 0, 0, 0.15);
    --shadow-heavy: 0 20px 60px rgba(0, 0, 0, 0.2);
}

figure {
    margin-bottom: 0;
}

h1 {
    font-size: 42px;
    line-height: 80px;
    font-weight: 700;
    color: var(--secondary--color);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1.2s ease-out 0.3s both;
}

h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: var(--black--color);
    margin-bottom: 20px;
}

h3 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    color: var(--black--color);
}


h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black--color);
}

h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black--color);
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--black--color);
}

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color);
    margin-bottom: 20px;
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.special-text {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.black-text {
    color: var(--black--color);
}


.primary_btn {
    font-size: 16px;
    min-width: 188px;
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(67, 114, 252, 0.3);
    cursor: pointer;
    overflow: hidden;
}

.primary_btn:hover {
    color: var(--secondary--color);
    background: linear-gradient(135deg, var(--accent--color), var(--primary--color));
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(67, 114, 252, 0.4);
    text-decoration: none;
}

.secondary_btn {
    font-size: 16px;
    min-width: 188px;
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background: linear-gradient(135deg, var(--accent--color), #2c3e50);
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(4, 25, 55, 0.3);
    cursor: pointer;
}

.secondary_btn:hover {
    color: var(--accent--color);
    background: var(--secondary--color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(4, 25, 55, 0.4);
    text-decoration: none;
}

.elementary_btn {
    font-size: 16px;
    min-width: 198px;
    padding: 0 30px;
    height: 58px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    border: 2px solid var(--secondary--color);
    color: var(--secondary--color);
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.elementary_btn:hover {
    color: var(--accent--color);
    background-color: var(--secondary--color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    text-decoration: none;
}


html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

/* Consistent section spacing */
section {
    margin-bottom: 0;
}

.section-spacing {
    padding: 80px 0;
}

.section-spacing-small {
    padding: 60px 0;
}

.heading-title-con {
    margin-bottom: 50px;
    text-align: center;
}

.heading-title-con h2 {
    margin-bottom: 20px;
    text-align: center;
}

.heading-title-con p {
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.heading-title-con .special-text {
    text-align: center;
    display: block;
    margin: 0 auto 15px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.bg-navy {
    background-color: var(--bg--color);
}

.bg-blue {
    background-color: var(--primary--color);
}

.light-blue-bg {
    background-color: var(--light--blue--bg--color);
}

.background-none {
    background-image: none !important;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text--color);
}

/* special classes ends here */
/* Home Page */

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: var(--black--color);
    font-weight: 500;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
    /* text-decoration: underline; */
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 65px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 0;
    margin-top: 20px;
}

.header-con .navbar {
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.header-con .navbar:hover {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}


.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.6s;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 20px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 12px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black--color);
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

.header-contact .icon {
    margin-right: 31px;
    padding-left: 30px;
    border-left: 1px solid var(--grey--family--color);
}

/* HEADER SECTION */

.header-contact {
    padding-left: 79px;
}

.header-contact .contact-btn {
    min-width: 151px;
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    color: var(--secondary--color);
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(67, 114, 252, 0.3);
}

.header-contact .contact-btn:hover {
    background: linear-gradient(135deg, var(--accent--color), var(--primary--color));
    color: var(--secondary--color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 114, 252, 0.4);
    text-decoration: none;
}

.font-weight-700 {
    font-weight: 700 !important;
}

/* Header */

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: var(--secondary--color);
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(67 114 252 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(67 114 252 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Modern Loader Styles */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader {
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
}

.loader-mask::after {
    content: 'GEO Laboratory';
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 2px;
    animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--primary--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

/* PRIVACY POLICY PAGE */
.privacy-policy-content-con .main-container {
    padding: 0 15px;
}

.privacy-policy-content-con h2 {
    margin-bottom: 25px;
}

.privacy-policy-content-con h4 {
    margin-bottom: 18px;
}

.privacy-policy-content-con p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}

/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to right, rgba(60, 176, 242, 0.2) 0%, rgba(125, 100, 248, 0.2) 100%); */
    background-image: url(../images/banner-bg-image.jpg);
    /* background-color: var(--accent--color); */
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    color: var(--secondary--color);
}

.error-con h2 i {
    font-size: 130px;
    line-height: 140px;
    color: var(--primary--color);
}

.error-con h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--secondary--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
}

.error-con .primary_btn {
    min-width: 220px;
}

.error-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 30px;
    /* font-size: 85px;
    line-height: 95px; */
    text-transform: uppercase;
    color: var(--secondary--color);
}

.coming-soon-con h3 {
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--primary--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--secondary--color);
    /* background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%); */
    padding: 20px 16px;
    color: var(--accent--color);
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--primary--color);
    width: auto;
    font-size: 60px;
    line-height: 65px;
    border-radius: 0;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    margin-bottom: 6px;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    /* background-color: var(--accent--color); */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-bg-image.jpg)
}

.login-form h2 {
    color: var(--secondary--color);
}

.login-form .login-form-title {
    margin-bottom: 40px;
    color: var(--secondary--color);
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 0;
    background: var(--secondary--color);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--black--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 0;
    background: transparent;
    color: var(--text--color);
    border: 1px solid rgb(24 26 23 / 10%);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--accent--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.login-form .login-card .forgot-password {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--secondary--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--createform-border-color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--createform-border-color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--text--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* FOOTER SECTION */

.footer-con .middle_portion .logo-content {
    padding: 72px 65px 68px;
    background: var(--primary--color);
    width: 323px;
}

.footer-con .middle_portion .logo-content .footer-logo {
    margin-bottom: 33px;
}

.footer-con .middle_portion .logo-content .footer-logo img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.footer-con .middle_portion .logo-content .text {
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px;
    display: inline-block;
}

.footer-con .middle_portion .logo-content i {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    top: 4px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .logo-content a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-left: 0 !important;
    color: var(--white-family--color);
    transition: all 0.8s ease-in-out;
}

.footer-con .middle_portion .logo-content a:hover {
    color: var(--bg--color);
}

.footer-con .middle_portion .links {
    padding: 74px 0;
}

.footer-con .middle_portion h6 {
    margin-bottom: 17px;
    color: var(--secondary--color);
}

.footer-con .middle_portion li {
    margin-bottom: 9px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion li i {
    font-size: 10px;
    line-height: 10px;
    top: -2px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: var(--secondary--color);
}

.footer-con .middle_portion li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 17px;
    text-decoration: none;
    color: var(--ice--blue--color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
    color: var(--primary--color);
}

.footer-con .middle_portion .icon {
    padding: 74px 0 74px 30px;
}

.footer-con .middle_portion .icon h6 {
    margin-bottom: 23px;
}

.footer-con .middle_portion form {
    margin-bottom: 34px;
}

.footer-con .middle_portion input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 56px;
    padding: 14px 55px 14px 24px;
    width: 409px;
    position: relative;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border: 1px solid var(--secondary--color);
    border-radius: 30px;
    overflow: visible;
    outline: none;
}

.footer-con .middle_portion input:focus {
    border: 1px solid var(--primary--color);
}

.footer-con .middle_portion input::placeholder {
    color: var(--grey--color);
    font-weight: 500;
}

.footer-con .middle_portion button {
    font-size: 16px;
    width: 48px;
    height: 44px;
    top: 6px;
    right: 6px;
    border: none;
    float: right;
    position: absolute;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border-radius: 100%;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
}

.footer-con .middle_portion button:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.footer-con .middle_portion .social-icons li {
    margin: 0 4px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a {
    margin-left: 0 !important;
}

.footer-con .middle_portion .social-icons i {
    font-size: 14px;
    height: 46px;
    width: 46px;
    line-height: 44px;
    border-radius: 100%;
    text-align: center;
    color: var(--secondary--color);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 15%);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons i:hover {
    transform: translateY(-2px);
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border: 1px solid var(--primary--color);
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 24px 0;
    text-align: center;
    color: var(--ice--blue--color);
    background-color: var(--dark--navy--color);
}

/* NEWS AND ARTICLES SECTION */
.news-and-articles-con {
    overflow: hidden;
}

.news-and-articles-con .article-box {
    background-color: var(--secondary--color);
    transition: ease-in-out 0.6s;
    margin: 0 10px;
}

.news-and-articles-con .article-box h4 {
    margin-bottom: 16px;
    line-height: 34px;
}

.news-and-articles-con .article-inner-box {
    padding: 36px;
}

.news-and-articles-con .article-inner-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
    padding-right: 26px;
}

.news-and-articles-con .article-inner-box a i {
    color: var(--primary--color);
    font-size: 16px;
}

.news-and-articles-con .article-inner-box a i:hover {
    color: var(--accent--color);
}

.news-and-articles-con .article-inner-box a:hover {
    color: var(--primary--color);
}

.news-and-articles-con .article-inner-box a:hover h4 {
    color: var(--primary--color);
}

.news-and-articles-con .article-box:hover,
.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.news-and-articles-con .article-box figure img {
    transition: ease-in-out 1s;
}

.news-and-articles-con .article-box:hover figure img {
    transform: scale(1.02);
    opacity: 0.9;
}

.news-and-articles-con .article-box figure {
    overflow: hidden;
}

/* TESTIMONIALS SECTION */
.recent-projects-con .owl-carousel .owl-dots,
.testimonials-con .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
    text-align: center;
}

.recent-projects-con .owl-carousel .owl-dots button,
.testimonials-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.recent-projects-con .owl-carousel .owl-dots button:focus,
.recent-projects-con .owl-carousel .owl-dots button:focus-visible,
.testimonials-con .owl-dots button:focus,
.testimonials-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.recent-projects-con .owl-theme .owl-dots .owl-dot.active span,
.testimonials-con .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--primary--color);
    color: var(--primary--color);
    width: 23px;
    height: 23px;
}

.recent-projects-con .owl-theme .owl-dots .owl-dot span,
.testimonials-con .owl-theme .owl-dots .owl-dot span {
    background-color: var(--ice--blue--color2);
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

/* TESTIMONIAL SECTION */
.testimonials-con .testimonial-box {
    border-radius: 20px;
    background-color: var(--secondary--color);
    padding: 30px;
    transition: ease-in-out 0.6s;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--primary--color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials-con .testimonial-box:hover {
    border-top: 2px solid var(--primary--color);
}

.testimonials-con .testimonial-box .stars {
    margin-bottom: 13px;
}

.testimonials-con .testimonial-box .outer-designation {
    margin-left: 17px;
}

.testimonials-con .testimonial-box p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 29px;
    font-weight: 500;
}

.testimonials-con .testimonial-box .quote-icon {
    right: 49px;
    bottom: 45px;
}

.testimonials-con .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.testimonials-con .customer-detail {
    align-items: center;
}

.testimonials-con .customer-detail figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.testimonials-con .customer-detail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-con .customer-detail h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px !important;
    color: var(--black--color);
}

.testimonials-con .customer-detail span.designation {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--text--color);
}

.testimonials-con .testimonial-box i {
    color: var(--yellow--color);
    font-size: 13px;
    margin-bottom: 20px;
    display: inline-block;

}

.testimonials-con .owl-carousel .owl-stage-outer {
    padding: 30px 0;
}

.testimonials-con .vector2 {
    left: 0;
    bottom: 0;
}

/* PRICING PLAN SECTION */
.pricing-plan-con .pricing-box {
    background-color: var(--secondary--color);
    padding: 55px 60px 46px;
    transition: ease-in-out 0.6s;
    /* box-shadow: 0 9px 56px rgb(0 0 0 / 3%); */
    border-top: 2px solid var(--primary--color);
}

.pricing-plan-con .pricing-box p {
    margin-bottom: 15px;
    line-height: 24px;
}

.pricing-plan-con ul {
    width: 324px;
    margin: 0 auto 28px;
}

.pricing-plan-con ul li {
    padding-left: 30px;
    margin-bottom: 7px;
    color: var(--black--color);
    font-weight: 600;
}

.pricing-plan-con ul li:last-child {
    margin-bottom: 0;
}

.pricing-plan-con ul li i {
    color: var(--primary--color);
    position: absolute;
    left: 0;
    top: 4px;
}


.generic-price sup {
    font-size: 30px;
    top: -17px;
    color: var(--primary--color);
    font-weight: 700;
}

.generic-price span.price-text {
    font-size: 54px;
    line-height: 60px;
    color: var(--primary--color);
    font-weight: 600;
}

.generic-price span.per-month {
    font-size: 16px;
    color: var(--text--color);
    font-weight: 500;
    right: 4px;
}

.generic-price {
    margin-bottom: 16px;
}

.pricing-box:hover .generic-price span.price-text,
.pricing-box:hover .generic-price sup,
.pricing-box:hover ul li i {
    color: var(--pink--color);
}

.pricing-box:hover .generic-price span.per-month {
    color: var(--pink--color);
}

.pricing-box:hover {
    transform: translateY(-4px);
    background-color: var(--primary--color);
}

.pricing-box:hover * {
    color: var(--secondary--color);
}

.pricing-box:hover figure img {
    filter: brightness(0) invert(1);
}

.pricing-plan-con .plan-content figure img {
    margin-bottom: 33px;
}

.pricing-plan-con .primary_btn {
    min-width: 188px;
    height: 58px;
    line-height: 58px;
}

.pricing-box:hover .primary_btn {
    background-color: var(--accent--color);
}

.pricing-plan-con .heading-title-con p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
}

.pricing-plan-con .heading-title-con ul li {
    padding-left: 30px;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 18px;
}

/* RECENTS PROJECTS SECTION */
.recent-projects-con {
    background-color: #f8f9fa;
}

.recent-projects-con .case-box {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.recent-projects-con .case-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.recent-projects-con .case-box .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.recent-projects-con .case-box .overlay-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-projects-con .case-box .overlay-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 2;
}

.recent-projects-con .case-box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 3;
    color: white;
}

.recent-projects-con .case-box .content span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(67, 114, 252, 0.9);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.recent-projects-con .case-box .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.recent-projects-con .case-box .content p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    opacity: 0.9;
}

.recent-projects-con .case-box .content a {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.recent-projects-con .case-box .content a:hover {
    background: var(--primary--color);
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.services-con .services-box figure::after,
.recent-projects-con .overlay figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.3) 0%,

            rgba(0, 0, 0, 0.3) 30%,

            rgba(67, 114, 252, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.services-con .overlay:hover figure::after,
.recent-projects-con .overlay:hover figure::after {
    opacity: 1;
}

.services-con .services-box .image img,
.recent-projects-con .case-box .image img {
    border-radius: 0;
}

.recent-projects-con .case-box .content {
    position: absolute;
    padding: 0 32px;
    width: 100%;
    bottom: 30px;
    align-items: end;
}

.recent-projects-con .case-box .content span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 20%);
    padding: 4px 25px;
    text-align: center;
    display: inline-block;
    margin-bottom: 27px;
}

.recent-projects-con .case-box .content a i {
    color: var(--secondary--color);
    font-size: 18px;
}

.recent-projects-con .owl-carousel .owl-dots {
    margin-top: 50px !important;
}

/* FEATURES SECTION */
.features-con .feature-box,
.statistics-con .statistics-box {
    background-color: var(--secondary--color);
    border-top: 2px solid var(--primary--color);
    padding: 37px 41px 31px;
    transition: ease-in-out 0.6s;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features-con .feature-box i:hover {
    color: var(--accent--color);
}

.features-con .feature-box:hover,
.statistics-con .statistics-box:hover {
    box-shadow: 0 5px 75px rgba(190, 228, 255, 0.05);
    transform: translateY(-2px);
    border-top: 2px solid var(--accent--color);
}

.features-con .feature-box figure img {
    margin-bottom: 23px;
}

.features-con .feature-box h4 {
    margin-bottom: 12px;
}

.features-con .feature-box p {
    margin-bottom: 21px;
}

.features-con .feature-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--primary--color);
    border-radius: 50%;
    color: var(--secondary--color);
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.features-con .feature-box a:hover {
    background: var(--accent--color);
    transform: scale(1.1);
    color: var(--primary--color);
}

.features-con .feature-box a i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.features-con .feature-box a:hover i {
    transform: translateX(3px);
}

/* INNOVATION SECTION */
.innovation-con {
    background: linear-gradient(135deg, var(--primary--color) 0%, var(--accent--color) 100%);
    position: relative;
    overflow: hidden;
}

.innovation-con::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.innovation-con .synthesis-img-con figure.ino img {
    border-radius: 20px;
    z-index: 2;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.innovation-con .synthesis-img-con figure.ino img:hover {
    transform: scale(1.05);
}

.innovation-con * {
    color: var(--secondary--color);
}

.innovation-con h2 {
    margin-bottom: 35px;
}

.innovation-con ul li {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-left: 32px;
}

.innovation-con ul li i {
    left: 0;
    position: absolute;
    top: 5px;
}

.innovation-con ul {
    margin-bottom: 38px;
}

.vector4,
.vector8 {
    top: 0;
    left: 0;
}

.vector5 {
    bottom: 0;
    right: 0;
}

.vector3 {
    bottom: -28px;
    left: 20px;
}

.ino-icon {
    background-color: var(--secondary--color);
    width: 141px;
    height: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 80px;
    position: absolute;
    z-index: 1;
}

.ino-icon.var2 {
    right: 50px;
}

.innovation-con .row.first-one {
    margin-bottom: 80px;
}

/* SERVICES SECTION */
.services-con {
    min-height: 500px;
}

.services-con .d-flex {
    height: 500px;
}

.services-con .services-box {
    transition: ease-in-out 0.6s;
    border-right: 1px solid var(--secondary--color);
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-con .services-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.services-con .services-box.border-right-0 {
    border-right: none;
}

.services-con .services-box .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.services-con .services-box .overlay-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-con .services-box .digit,
.services-con .services-box .content {
    position: relative;
    z-index: 3;
}

.services-con .services-box .overlay-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
    z-index: 2;
}

.services-con .services-box .content {
    transition: ease-in-out 0.6s;
}

.services-con .services-box:hover a {
    display: block;
    transition: ease-in-out 0.6s;
}

.services-con .services-box a:hover {
    color: var(--primary--color);
}

.services-con .services-box h4 {
    line-height: 34px;
    margin-bottom: 11px;
}

.services-con .services-box .content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: var(--secondary--color);
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(20px);
}

.services-con .services-box .content a:hover {
    background: var(--primary--color);
    color: var(--secondary--color);
    transform: translateY(20px) scale(1.1);
}

.services-con .services-box:hover .content a {
    opacity: 1;
    transform: translateY(0);
}

.services-con .services-box .content a i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.services-con .services-box .content a:hover i {
    transform: translateX(3px);
}

.services-con .services-box p {
    margin-bottom: 20px;
}

.services-con .services-box .content {
    position: absolute;
    padding: 0 48px;
    width: 100%;
    bottom: 30px;
}

.services-con .services-box .digit {
    position: absolute;
    padding: 0 48px;
    width: 100%;
    top: 36px;
}

.services-con .services-box .digit span {
    font-size: 24px;
    font-weight: 500;
}



/* ABOUT US SECTION */
.vector1 {
    right: 0;
    bottom: 0;
}

.about-us-con h2 {
    margin-bottom: 26px;
}

.about-us-con p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 41px;
}

.about-us-con .about-content-con ul.list1 {
    width: 260px;
    margin-right: 20px;
    margin-bottom: 24px;
}

.about-us-con .about-content-con ul.list2 {
    width: 275px;
}

.about-us-con .about-content-con ul li {
    padding-left: 28px;
    font-size: 18px;
    color: var(--black--color);
    font-weight: 500;
    margin-bottom: 10px;
}

.about-us-con .about-content-con ul li i {
    color: var(--primary--color);
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}

/* BANNER SECTION */
.home_banner_outer {
    background: url(../images/hero-img1.jpg) center/cover no-repeat;
    position: relative;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
}

.home_banner_outer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(67, 114, 252, 0.8) 0%, rgba(4, 25, 55, 0.9) 100%);
    z-index: 1;
}



.banner-img-vector {
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0.1;
}

.home_banner_outer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-bottom: 200px solid rgba(67, 114, 252, 0.3);
    z-index: 2;
}

.banner-con {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-con .banner-inner-con span::before {
    content: "";
    height: 2px;
    width: 34px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffd700;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.banner-con .banner-inner-con span {
    padding-left: 46px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2.8px;
    margin-bottom: 13px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out;
}

.banner-con .banner-inner-con p,
.sub-banner-con p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1.4s ease-out 0.6s both;
    max-width: 600px;
}

.banner-con .primary_btn {
    min-width: 198px;
    border: 1px solid var(--primary--color);
    margin-right: 16px;
    animation: fadeInUp 1.6s ease-out 0.9s both;
    box-shadow: 0 4px 15px rgba(67, 114, 252, 0.3);
    transition: all 0.3s ease;
}

.banner-con .primary_btn:hover {
    border: 1px solid var(--secondary--color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 114, 252, 0.4);
}

.banner-con .elementary_btn {
    animation: fadeInUp 1.6s ease-out 1.1s both;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.banner-con .elementary_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.banner-con .banner-social-icons {
    position: absolute;
    left: -174px;
    top: 116px;
}

.banner-con .banner-social-icons li {
    margin: 8px 0;
}

.banner-con .banner-social-icons li i {
    color: var(--secondary--color);
    font-size: 18px;
    transition: all 0.3s ease;
}

.banner-con .banner-social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.banner-con .banner-social-icons li a:hover {
    background: var(--primary--color);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(67, 114, 252, 0.4);
    text-decoration: none;
}

/* Modern button group styling */
.banner-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

/* Enhanced visual effects */
.banner-inner-con {
    position: relative;
    z-index: 4;
}



@keyframes contentGlow {
    to {
        opacity: 1;
    }
}

/* Hero video section */
.hero-video-container {
    z-index: 3;
}

.video-thumbnail {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.video-thumbnail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-play-overlay:hover {
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(67, 114, 252, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
    animation: pulse 2s infinite;
    transition: all 0.3s ease;
}

.video-play-overlay:hover .play-button {
    transform: scale(1.1);
    background: var(--primary--color);
}

.play-text {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Section height consistency */
.min-vh-80 {
    min-height: 80vh;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Header scroll effect */
.header-con .navbar.scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2) !important;
}

/* Notification styles */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    z-index: 10000;
    font-weight: 500;
    animation: slideInRight 0.5s ease;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Image loading */
img {
    opacity: 1;
    transition: opacity 0.3s ease;
}

img.loaded {
    opacity: 1;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Section spacing */
section {
    scroll-margin-top: 80px;
}

/* Responsive fixes */
@media (max-width: 991px) {
    .section-spacing {
        padding: 60px 0;
    }
    
    .home_banner_outer {
        min-height: 700px;
    }
    
    h1 {
        font-size: 42px;
        line-height: 50px;
    }
    
    h2 {
        font-size: 36px;
        line-height: 44px;
    }
    
    .hero-video-container {
        margin-top: 40px;
    }
    
    .video-thumbnail img {
        height: 300px;
    }
    
    .services-con .services-box {
        height: auto;
        min-height: 400px;
        margin-bottom: 20px;
    }
    
    .banner-con .banner-social-icons {
        position: relative;
        left: auto;
        top: auto;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .section-spacing {
        padding: 50px 0;
    }
    
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .video-thumbnail img {
        height: 250px;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .play-text {
        font-size: 16px;
    }
    
    .banner-con .primary_btn,
    .banner-con .elementary_btn {
        min-width: 160px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }
}

/* SUB PAGES BANNER */
.sub_banner_outer {
    background-image: url(../images/sub-banner-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 673px;
    position: relative;
}

.sub_banner_outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(67, 114, 252, 0.8) 0%, rgba(4, 25, 55, 0.9) 100%);
    z-index: 1;
}

.sub_banner_outer::after {
    content: "";
    height: 289px;
    width: 359px;
    right: 0;
    bottom: 0;
    background-color: var(--primary--color);
    position: absolute;
    z-index: 2;
}

.sub-banner-img-vector {
    right: 0;
    top: 0;
    z-index: 3;
}

.sub-banner-con {
    padding-top: 200px;
    padding-bottom: 150px;
    text-align: center;
    position: relative;
    z-index: 4;
}

.sub-banner-con h1 {
    color: var(--secondary--color);
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.sub-banner-con p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 35px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    padding: 17px 20px;
    min-width: 213px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: ease-in-out 0.6s;
    border-radius: 26.5px;
    justify-content: center;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    display: inline-flex;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--secondary--color);
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ffd700;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary--color);
    content: "/";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    padding: 0 16px;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

/* OUR MAIN FEATURES SECTION */
.our-main-features-con .feature-box {
    box-shadow: 0 5px 75px rgb(23 132 211 / 5%);
}

.our-main-features-con .col-lg-3 {
    margin-bottom: 45px;
}

.our-main-features-con .col-lg-3:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

.main-projects-con.recent-projects-con .case-box .overlay-image:before {
    width: 440px;
}

.main-projects-con.recent-projects-con .col-lg-4.col-md-6 {
    padding: 0 21px;
    margin-bottom: 47px;
}

.main-projects-con.recent-projects-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/* WORK CON */
.work-with-us-con {
    background-image: url(../images/workplace-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 144px 0 157px;
}

.work-with-us-con .heading-title-con h2 {
    margin-bottom: 24px;
}

.work-with-us-con .heading-title-con p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 37px;
}

.work-with-us-con .heading-title-con .special-text {
    margin-bottom: 6px;
}

.work-with-us-con .vector6 {
    bottom: 0;
    right: 0;
}

.work-with-us-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.main-about-us-con .main-abt-img-con img.main-abt-img1 {
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.main-about-us-con.about-us-con p {
    padding-right: 12px;
    margin-bottom: 16px;
}

.main-about-us-con.about-us-con p.last-abt-text {
    margin-bottom: 30px;
}

/*  */

.statistics-con .statistics-box .counter-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 8px;
}

.statistics-con .statistics-box span.counter {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: var(--primary--color);
    display: inline-block;
}

.statistics-con .statistics-box sup {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary--color);
    margin-left: 2px;
    line-height: 1;
}

.statistics-con .statistics-box span.span-text {
    font-size: 16px;
    line-height: 16px;
    color: var(--text--color);
    margin-bottom: 0;
    font-weight: 600;
}

.statistics-con .statistics-box:hover span.counter,
.statistics-con .statistics-box:hover sup {
    color: var(--accent--color);
}

.statistics-con .statistics-box {
    padding: 100px 60px 100px;
}

/* Override for smaller statistics box */
.statistics-box {
    padding: 35px 10px !important;
    min-height: 100px !important;
}

/* TEAM SECTION */
.our-team-con {
    position: relative;
}

.our-team-con .team-box {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(67, 114, 252, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.our-team-con .team-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary--color), #667eea);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.our-team-con .team-box:hover::before {
    transform: scaleX(1);
}

.our-team-con .team-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(67, 114, 252, 0.15);
    border-color: var(--primary--color);
}

.our-team-con .team-box figure {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.our-team-con .team-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.05);
}

.our-team-con .team-box h5 {
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--black--color);
    font-size: 20px;
    line-height: 1.3;
}

.our-team-con .team-box .designation {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: var(--primary--color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.our-team-con .team-box p {
    color: var(--text--color);
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.5;
    flex-grow: 1;
}

/* Social Media Icons */
.our-team-con .team-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
}

.our-team-con .team-box ul li {
    display: inline-block;
}

.our-team-con .team-box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(67, 114, 252, 0.3);
    position: relative;
    overflow: hidden;
}

.our-team-con .team-box ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.our-team-con .team-box ul li a:hover::before {
    left: 100%;
}

.our-team-con .team-box ul li a:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 20px rgba(67, 114, 252, 0.4);
    background: linear-gradient(135deg, var(--accent--color), var(--primary--color));
}

.our-team-con .team-box ul li i {
    font-size: 16px;
    color: white;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.our-team-con .team-box ul li a:hover i {
    transform: scale(1.1);
}

/* Specific social media colors on hover */
.our-team-con .team-box ul li a[href*="linkedin"]:hover {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.our-team-con .team-box ul li a[href*="twitter"]:hover {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.our-team-con .team-box ul li a[href*="mailto"]:hover {
    background: linear-gradient(135deg, #ea4335, #d33b2c);
}

.our-team-con .col-lg-4.col-md-6 {
    margin-bottom: 40px;
    display: flex;
}

.our-team-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .our-team-con .team-box {
        padding: 25px 20px;
    }
    
    .our-team-con .team-box figure {
        width: 100px;
        height: 100px;
    }
    
    .our-team-con .team-box h5 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .our-team-con .col-lg-4.col-md-6 {
        margin-bottom: 30px;
    }
    
    .our-team-con .team-box {
        padding: 20px 15px;
    }
    
    .our-team-con .team-box figure {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }
    
    .our-team-con .team-box h5 {
        font-size: 17px;
    }
    
    .our-team-con .team-box .designation {
        font-size: 13px;
    }
    
    .our-team-con .team-box p {
        font-size: 12px;
    }
    
    .our-team-con .team-box ul li a {
        width: 35px;
        height: 35px;
    }
    
    .our-team-con .team-box ul li i {
        font-size: 14px;
    }
}

/*  */
.main-pricing-con .pricing-box {
    box-shadow: 0 5px 75px rgb(23 132 211 / 5%);
}

/* MISSION */

.pricingmission-con {
    background-color: var(--primary--color);
}

.pricingmission-con::after {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    right: 0;
    background-image: url(../images/mission-img.jpg) !important;
    width: 47.5%;
}

.pricingmission-con p {
    font-size: 18px;
    line-height: 28px;
}

.pricingmission-con .mission-leftimage {
    position: absolute;
    left: 0;
    top: 27%;
}

.pricingmission-con .mission_content {
    padding: 0 87px 0 0;
    position: relative;
    z-index: 1;
}

.pricingmission-con .mission_content h6 {
    margin-bottom: 14px;
}

.pricingmission-con .mission_content h2 {
    margin-bottom: 34px;
}

.pricingmission-con .mission_content .text1 {
    margin-bottom: 40px;
    color: #d1e1e3;
}

.pricingmission-con .mission_content .mission-measure .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--secondary--color);
    margin-bottom: 16px;
    display: inline-block;
}

.pricingmission-con .mission_content .mission-measure .percentage {
    float: right;
    position: relative;
    right: -5px;
}

.pricingmission-con .mission_content .mission-measure .percentage span,
.pricingmission-con .mission_content .mission-measure .percentage .plus {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--secondary--color);
}

.pricingmission-con .mission_content .mission-measure .progress {
    overflow: hidden;
    height: 10px;
    margin-bottom: 30px;
    background-color: rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.pricingmission-con .mission_content .mission-measure .progress-bar {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background-color: var(--secondary--color);
    animation: progress-animation 5s ease-in-out;
    border-radius: 5px;
}

.pricingmission-con .mission_content .mission-measure .progress-bar1 {
    width: 60%;
}

.pricingmission-con .mission_content .mission-measure .progress-bar2 {
    width: 80%;
}

.pricingmission-con .mission_content .mission-measure .progress-bar3 {
    width: 75%;
}

.pricingmission-con .mission_content .mission-measure:last-child .progress {
    margin-bottom: 0 !important;
}

@keyframes progress-animation {
    0% {
        width: 0%;
    }
}

.pricingmission-con .mission_wrapper {
    display: none;
}

.zyn-icon {
    position: absolute;
    left: 0;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--secondary--color);
    width: 175px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
}

/* FAQ SECTION */
.faq-con .faq_content .heading-title-con span {
    margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
    margin-bottom: 0;
}

.faq-con h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Teko", sans-serif;
}

.faq-con .accordion-card {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 0;
    background-color: var(--secondary--color);
    box-shadow: 0px 9px 56px rgb(0 0 0 / 3%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card .btn-link h6 {
    color: var(--primary--color);
}

.faq-con .accordion-card h6 img {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 20px;
}

.faq-con .accordion-card h6 {
    font-size: 20px;
    font-weight: 700;
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--black--color);
    white-space: inherit;
    word-break: break-word;

}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--primary--color);

}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 23px 37px 23px 37px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 37px 20px 37px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f068";
    font-size: 20px;
    top: 19px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--accent--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\2b";
    color: var(--primary--color);
}

/* CONTACT PAGE STYLING */
.contact-info-con .contct-info-box {
    background-color: var(--secondary--color);
    border-radius: 0;
    border-top: 2px solid var(--primary--color);
    padding: 35px 35px;
    transition: ease-in-out 0.6s;
    box-shadow: 0 5px 75px rgb(23 132 211 / 5%);
}

.contact-info-con .contct-info-box:hover {
    border-top: 2px solid var(--accent--color);
    transform: translateY(-4px);
    box-shadow: 0 5px 75px rgb(23 132 211 / 5%);
}

.contact-info-con .contct-info-box h4 {
    margin-bottom: 11px;
}

.contact-info-con .contct-info-box .info-content {
    margin-left: 28px;
}

.contact-info-con .contct-info-box a {
    color: var(--text--color);
    font-weight: 500;
}

.contact-info-con .contct-info-box a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

/*  */

.contact-form-con #contactpage span.error {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    padding-left: 14px;
    color: var(--primary--color);
    text-align: left;
    font-weight: 500;
}

.contact-form-con form ul li {
    float: left;
    width: 32%;
    margin-right: 28px;
    margin-bottom: 30px;
}

.contact-form-con form ul li:nth-child(3) {
    margin-right: 0;
}

.contact-form-con form ul li input {
    width: 100%;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    height: 64px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    color: var(--text--color);
    border-radius: 0;
}

.contact-form-con form ul li input::placeholder,
.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
}

.contact-form-con form ul li textarea {
    height: 141px;
    padding: 20px 25px;
    background-color: var(--secondary--color);
    border: none;
    font-size: 14px;
    width: 100%;
    color: var(--text--color);
    float: left;
    /* border: 2px solid transparent; */
    border-radius: 0;
}

.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
    /* background-color: var(--primary-color); */
    border: 1px solid var(--primary--color);
    box-shadow: 0 1px 8px rgb(67 114 252 / 35%);
}

/* map section */
.contact-map-con iframe {
    height: 547px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    pointer-events: none;
    border-radius: 25px;
    border: none;
}

.contact-map-con iframe:hover {
    filter: none;
}

button.primary_btn,
button.secondary_btn,
button.elementary_btn {
    border: none;
    cursor: pointer;
    outline: none;
}

button.primary_btn:focus,
button.secondary_btn:focus,
button.elementary_btn:focus {
    box-shadow: 0 0 0 3px rgba(67, 114, 252, 0.3);
}

/* QUALITY CONTROL PAGE SPECIFIC STYLES */
.quality-control-page .feature-box {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 3px solid var(--primary--color);
    position: relative;
    overflow: hidden;
}

.quality-control-page .feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(67, 114, 252, 0.1), transparent);
    transition: left 0.5s ease;
}

.quality-control-page .feature-box:hover::before {
    left: 100%;
}

.quality-control-page .feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-top-color: var(--accent--color);
}

.quality-control-page .feature-box i {
    transition: all 0.3s ease;
}

.quality-control-page .feature-box:hover i {
    transform: scale(1.1);
    color: var(--accent--color) !important;
}

/* Process Steps Animation */
.process-step {
    position: relative;
}

.process-step::after {
    content: '';
    position: absolute;
    top: 40px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary--color), transparent);
    z-index: -1;
}

.process-step:last-child::after {
    display: none;
}

/* Statistics Counter Animation */
.statistics-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 15px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    margin-bottom: 10px;
    text-align: center;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.statistics-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.statistics-box .counter-wrapper {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1px;
}

.statistics-box .counter {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin: 0;
}

.statistics-box .counter-wrapper sup {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--accent--color);
}

.statistics-box .span-text {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    margin: 0;
    margin-top: -10px;
}

/* Certification Cards */
.certification-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.certification-card:hover {
    border-color: var(--primary--color);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(67, 114, 252, 0.2);
}

.certificate-image {
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
}

.certificate-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.certificate-image img:hover {
    transform: scale(1.05);
}

.certificate-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.certificate-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black--color);
    line-height: 1.3;
}

.certificate-content p {
    font-size: 13px;
    color: var(--text--color);
    margin-bottom: 15px;
    flex: 1;
    line-height: 1.4;
}

.certificate-actions {
    margin-top: auto;
}

.certificate-actions .btn {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.certificate-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 114, 252, 0.3);
}

/* Enhanced Button Styles */
.quality-control-page .primary_btn {
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    border: none;
    box-shadow: 0 4px 15px rgba(67, 114, 252, 0.3);
    transition: all 0.3s ease;
}

.quality-control-page .primary_btn:hover {
    background: linear-gradient(135deg, var(--accent--color), var(--primary--color));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 114, 252, 0.4);
}

/* News Article Cards */
.article-box {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.article-box figure {
    margin: 0;
    overflow: hidden;
    height: 200px;
}

.article-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-box:hover figure img {
    transform: scale(1.05);
}

.article-inner-box {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.article-inner-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--black--color);
}

.article-inner-box p {
    font-size: 13px;
    color: var(--text--color);
    margin-bottom: 15px;
    flex: 1;
    line-height: 1.4;
}

.article-inner-box a {
    color: var(--primary--color);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.article-inner-box a:hover {
    color: var(--accent--color);
    transform: translateX(5px);
}

.date-badge {
    background: var(--primary--color);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

/* Responsive Enhancements */
@media (max-width: 991px) {
    .quality-control-page .feature-box {
        margin-bottom: 30px;
    }
    
    .process-step::after {
        display: none;
    }
    
    .statistics-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .quality-control-page .feature-box {
        padding: 30px 20px;
    }
    
    .quality-control-page .feature-box i {
        font-size: 2.5rem !important;
    }
}

/* Loading Animation for Images */
.quality-control-page img {
    opacity: 0;
    animation: fadeInImage 1s ease forwards;
}

@keyframes fadeInImage {
    to {
        opacity: 1;
    }
}

/* Gradient Text Effect */
.gradient-text {
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Enhanced List Styling */
.quality-control-page .list-unstyled li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(67, 114, 252, 0.1);
    transition: all 0.3s ease;
}

.quality-control-page .list-unstyled li:hover {
    padding-left: 10px;
    background: rgba(67, 114, 252, 0.05);
    border-radius: 5px;
}

.quality-control-page .list-unstyled li:last-child {
    border-bottom: none;
}


/* Navigation and Button Fixes */
.services-box .content a,
.case-box .content a,
.feature-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--primary--color);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.services-box .content a:hover,
.case-box .content a:hover,
.feature-box a:hover {
    background: var(--accent--color);
    transform: scale(1.1);
    color: white;
}

/* Certificate and Quote Button Actions */
.banner-buttons .elementary_btn,
.banner-buttons .primary_btn {
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-buttons .elementary_btn:hover,
.banner-buttons .primary_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Download Cards */
.download-card {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.download-icon {
    margin-bottom: 20px;
}

.download-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black--color);
}

.download-card p {
    font-size: 13px;
    color: var(--text--color);
    margin-bottom: 20px;
}

/* Compliance Cards */
.compliance-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.compliance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.compliance-icon {
    font-size: 2.5rem;
    color: var(--primary--color);
    margin-bottom: 15px;
}

.compliance-number {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary--color);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.compliance-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black--color);
}

.compliance-content p {
    font-size: 13px;
    color: var(--text--color);
    margin-bottom: 15px;
    line-height: 1.4;
}

.compliance-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compliance-list li {
    font-size: 12px;
    color: var(--text--color);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.compliance-list li i {
    color: var(--primary--color);
    margin-right: 8px;
    font-size: 10px;
}

/* Improved spacing and layout */
.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 60px;
}

.section-spacing {
    padding: 80px 0;
}

/* Better responsive design */
@media (max-width: 768px) {
    .statistics-box {
        margin-bottom: 8px;
        padding: 12px 8px;
        min-height: 70px;
    }
    
    .statistics-box .counter {
        font-size: 1.6rem;
    }
    
    .statistics-box .span-text {
        font-size: 11px;
    }
    
    .certificate-card,
    .article-box,
    .feature-box {
        margin-bottom: 25px;
    }
    
    .padding-top {
        padding-top: 40px;
    }
    
    .padding-bottom {
        padding-bottom: 40px;
    }
    
    .section-spacing {
        padding: 50px 0;
    }
}

/* Enhanced button hover effects */
.primary_btn:hover,
.secondary_btn:hover,
.elementary_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Notification styles */
.notification {
    animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Service box improvements */
.services-box:hover .content {
    transform: translateY(-10px);
}

.case-box:hover .content {
    transform: translateY(-10px);
}

/* Better typography */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}

p {
    line-height: 1.6;
}

/* Improved form styling */
input[type="email"],
input[type="text"],
textarea {
    transition: all 0.3s ease;
}

input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 114, 252, 0.2);
}

/* Loader improvements */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, var(--primary--color), var(--accent--color));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.earth-loader,
.css-earth-loader {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.loading-text {
    color: white;
    font-size: 16px;
    font-weight: 600;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Loading state for body */
body.loading {
    overflow: hidden;
}

/* Service arrow loading effect */
.services-box .content a.loading,
.case-box .content a.loading,
.feature-box a.loading {
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Scrolled header effect */
.header-con .navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Back to top button */
#button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary--color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    background: var(--accent--color);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#button::before {
    content: '↑';
    font-size: 20px;
    font-weight: bold;
}

  /* Loader styles */
        .loader-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }

        .loader-overlay.hidden {
            opacity: 0;
            visibility: hidden;
        }

        .earth-loader {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            animation: spin 2s linear infinite;
        }

        .loading-text {
            color: #fff;
            font-size: 18px;
            margin-top: 20px;
            font-weight: 300;
        }

        /* Site content opacity when loading */
        body.loading .main-content {
            opacity: 0.4;
            pointer-events: none;
        }

        /* Fallback CSS loader if GIF not available */
        .css-earth-loader {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(45deg, #4CAF50, #2196F3, #FF9800, #E91E63);
            background-size: 400% 400%;
            animation: earthRotate 2s linear infinite, colorShift 4s ease-in-out infinite;
            position: relative;
        }

        .css-earth-loader::before {
            content: '';
            position: absolute;
            top: 10%;
            left: 10%;
            width: 80%;
            height: 80%;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.3), transparent 50%);
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes earthRotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes colorShift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

/* Service Cards Styles */
.service-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(67, 114, 252, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(67, 114, 252, 0.05), transparent);
    transition: left 0.6s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(67, 114, 252, 0.15);
    border-color: var(--primary--color);
}

.service-card .service-icon {
    margin-bottom: 20px;
}

.service-card .service-icon i {
    font-size: 2.5rem;
    color: var(--primary--color);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
    color: var(--accent--color);
    transform: scale(1.1);
}

.service-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--black--color);
    line-height: 1.4;
}

.service-card p {
    font-size: 14px;
    color: var(--text--color);
    margin-bottom: 20px;
    line-height: 1.5;
    flex-grow: 1;
}

.service-card .service-arrow {
    text-align: right;
    margin-top: auto;
}

.service-card .service-arrow i {
    font-size: 16px;
    color: var(--primary--color);
    transition: all 0.3s ease;
}

.service-card:hover .service-arrow i {
    color: var(--accent--color);
    transform: translateX(5px);
}

/* Content Section Styles */
.content-section {
    padding: 80px 0;
}

.page-header {
    background: linear-gradient(135deg, var(--primary--color) 0%, var(--accent--color) 100%);
    padding: 120px 0 80px;
    position: relative;
  }

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Info Card Styles */
.info-card {
    background: white;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.info-card h4 {
    color: var(--black--color);
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.info-card .styled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card .styled-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 20px;
}

.info-card .styled-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary--color);
    font-weight: bold;
}

.info-card .styled-list li:last-child {
    border-bottom: none;
}

/* Button Styles */
.btn-primary-custom {
    background: var(--primary--color);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
}

.btn-primary-custom:hover {
    background: var(--accent--color);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(67, 114, 252, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
    .service-card {
        margin-bottom: 30px;
    }
    
    .page-header h1 {
        font-size: 36px;
    }
    
    .content-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .service-card {
        padding: 25px 20px;
        min-height: 180px;
    }
    
    .service-card .service-icon i {
        font-size: 2rem;
    }
    
    .service-card h4 {
        font-size: 16px;
    }
    
    .page-header {
        padding: 100px 0 60px;
    }
    
    .page-header h1 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .page-subtitle {
        font-size: 16px;
    }
}
/* Service Image Slider Styles */
.service-slider {
    margin: 40px 0;
}

.service-images-carousel .owl-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.service-images-carousel .owl-item img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.service-images-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}

.service-images-carousel .owl-nav button {
    background: var(--primary-color) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    margin: 0 10px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.service-images-carousel .owl-nav button:hover {
    background: var(--secondary-color) !important;
    transform: scale(1.1) !important;
}

.service-images-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.service-images-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.service-images-carousel .owl-dot.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

.slider-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .service-images-carousel .owl-item img {
        height: 200px;
    }
    
    .service-images-carousel .owl-nav button {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }
}
/* Certificate Cards Styles */
.certificate-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    border: 1px solid rgba(67, 114, 252, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.certificate-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary--color), #667eea);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.certificate-card:hover::before {
    transform: scaleX(1);
}

.certificate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(67, 114, 252, 0.15);
    border-color: var(--primary--color);
}

.certificate-image {
    position: relative;
    overflow: hidden;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 20px;
}

.certificate-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: white;
    padding: 10px;
}

.certificate-card:hover .certificate-image img {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.certificate-content {
    padding: 25px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.certificate-content h5 {
    color: var(--black--color);
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-content p {
    color: var(--text--color);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1;
    min-height: 60px;
}

.certificate-actions {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: auto;
}

.certificate-actions .btn {
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.certificate-actions .btn-primary {
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    color: white;
}

.certificate-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 114, 252, 0.3);
}

/* Modal Styles */
#certificateModal .modal-dialog {
    max-width: 90%;
    margin: 30px auto;
}

#certificateModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

#certificateModal .modal-header {
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 20px 25px;
}

#certificateModal .modal-title {
    font-weight: 600;
    font-size: 18px;
}

#certificateModal .close {
    color: white;
    opacity: 0.8;
    font-size: 24px;
}

#certificateModal .close:hover {
    opacity: 1;
}

#certificateModal .modal-body {
    padding: 30px;
    background: #f8f9fa;
}

#modalCertificateImage {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background: white;
    padding: 10px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .certificate-card {
        margin-bottom: 30px;
    }
    
    .certificate-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .certificate-image {
        height: 180px;
        padding: 10px;
    }
    
    .certificate-content {
        padding: 20px 15px;
    }
    
    .certificate-content h5 {
        font-size: 15px;
        min-height: 40px;
    }
    
    .certificate-content p {
        font-size: 13px;
        min-height: 50px;
    }
    
    .certificate-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .certificate-actions .btn {
        width: 100%;
        padding: 10px 20px;
        font-size: 13px;
    }
    
    #certificateModal .modal-dialog {
        margin: 15px;
        max-width: none;
    }
    
    #certificateModal .modal-body {
        padding: 20px 15px;
    }
}
/* Compliance Section Styles */
.compliance-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    position: relative;
    overflow: hidden;
}

.compliance-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    z-index: 1;
}

.compliance-section .container {
    position: relative;
    z-index: 2;
}

.compliance-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(67, 114, 252, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.compliance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary--color), #667eea);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.compliance-card:hover::before {
    transform: scaleX(1);
}

.compliance-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(67, 114, 252, 0.15);
    border-color: var(--primary--color);
}

.compliance-icon {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(67, 114, 252, 0.3);
    transition: all 0.3s ease;
}

.compliance-icon i {
    color: white;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.compliance-card:hover .compliance-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 30px rgba(67, 114, 252, 0.4);
}

.compliance-card:hover .compliance-icon i {
    transform: scale(1.1);
}

.compliance-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.compliance-number {
    font-size: 48px;
    font-weight: 700;
    color: rgba(67, 114, 252, 0.1);
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

.compliance-card h4 {
    color: var(--black--color);
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
}

.compliance-card p {
    color: var(--text--color);
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
    flex-grow: 1;
}

.compliance-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compliance-list li {
    padding: 8px 0;
    color: var(--text--color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.compliance-list li:last-child {
    border-bottom: none;
}

.compliance-list li i {
    color: var(--primary--color);
    margin-right: 10px;
    font-size: 12px;
    width: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.compliance-card:hover .compliance-list li {
    padding-left: 5px;
}

.compliance-card:hover .compliance-list li i {
    color: var(--accent--color);
    transform: scale(1.2);
}

/* Responsive Design for Compliance Section */
@media (max-width: 991px) {
    .compliance-card {
        margin-bottom: 30px;
        padding: 35px 25px;
    }
    
    .compliance-icon {
        width: 50px;
        height: 50px;
        top: -15px;
        right: 25px;
    }
    
    .compliance-icon i {
        font-size: 20px;
    }
    
    .compliance-number {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .compliance-section {
        padding: 60px 0;
    }
    
    .compliance-card {
        padding: 30px 20px;
        margin-bottom: 25px;
    }
    
    .compliance-icon {
        width: 45px;
        height: 45px;
        top: -12px;
        right: 20px;
    }
    
    .compliance-icon i {
        font-size: 18px;
    }
    
    .compliance-number {
        font-size: 36px;
    }
    
    .compliance-card h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .compliance-card p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .compliance-list li {
        font-size: 13px;
        padding: 6px 0;
    }
}

@media (max-width: 576px) {
    .compliance-card {
        padding: 25px 15px;
    }
    
    .compliance-icon {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto 20px;
        width: 60px;
        height: 60px;
    }
    
    .compliance-number {
        text-align: center;
        font-size: 32px;
    }
    
    .compliance-card h4 {
        text-align: center;
        font-size: 17px;
    }
    
    .compliance-card p {
        text-align: center;
        font-size: 13px;
    }
}

/* Enhanced Form and Link Styles */
.form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #f8f9fa;
    color: var(--text--color);
}

.form-control:focus {
    border-color: var(--primary--color);
    box-shadow: 0 0 0 0.2rem rgba(67, 114, 252, 0.15);
    outline: none;
    background: white;
    transform: translateY(-1px);
}

.form-control::placeholder {
    color: #6c757d;
    font-weight: 400;
}

select.form-control {
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 40px;
    appearance: none;
}

button[type="submit"] {
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(67, 114, 252, 0.3);
}

button[type="submit"]:hover {
    background: linear-gradient(135deg, var(--accent--color), var(--primary--color));
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(67, 114, 252, 0.4);
}

/* Enhanced Compliance Section Animation */
.compliance-card {
    animation: fadeInUp 0.6s ease-out;
}

.compliance-card:nth-child(1) { animation-delay: 0.1s; }
.compliance-card:nth-child(2) { animation-delay: 0.2s; }
.compliance-card:nth-child(3) { animation-delay: 0.3s; }
.compliance-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Compliance Section Background Pattern */
.compliance-section::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(67, 114, 252, 0.05), transparent);
    border-radius: 50%;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* Compliance Section Hover Effects */
.compliance-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(67, 114, 252, 0.03), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.compliance-card:hover::after {
    left: 100%;
}

.compliance-content {
    position: relative;
    z-index: 2;
}

/* Download Section Styles */
.download-section {
    background: linear-gradient(135deg, var(--light--blue--bg--color), #f0f4ff);
    padding: 60px 40px;
    border-radius: 20px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.download-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(67, 114, 252, 0.1), transparent);
    z-index: 1;
}

.download-section > * {
    position: relative;
    z-index: 2;
}

.download-section h3 {
    color: var(--black--color);
    font-weight: 700;
    margin-bottom: 15px;
}

.download-section .lead {
    color: var(--text--color);
    font-size: 18px;
    margin-bottom: 40px;
}

.download-card {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    text-align: center;
    border: 1px solid rgba(67, 114, 252, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.download-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc3545, #c82333);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.download-card:hover::before {
    transform: scaleX(1);
}

.download-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(220, 53, 69, 0.15);
    border-color: #dc3545;
}

.download-icon {
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.download-card:hover .download-icon {
    transform: scale(1.1);
}

.download-card h5 {
    color: var(--black--color);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.download-card p {
    color: var(--text--color);
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
}

.download-card .btn {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.download-card .btn-danger {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border: none;
}

.download-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
}

@media (max-width: 991px) {
    .download-section {
        padding: 50px 30px;
    }
    
    .download-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .download-section {
        padding: 40px 20px;
    }
    
    .download-card {
        padding: 30px 20px;
    }
    
    .download-card .btn {
        padding: 12px 25px;
        font-size: 13px;
        width: 100%;
    }
    
    .download-section h3 {
        font-size: 24px;
    }
    
    .download-section .lead {
        font-size: 16px;
    }
}
/* Featured Certificate Styles */
.featured-certificate {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(67, 114, 252, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featured-certificate:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(67, 114, 252, 0.15);
    border-color: var(--primary--color);
}

.cert-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cert-image-large {
    height: 300px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cert-image-large img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    background: white;
    padding: 15px;
    transition: transform 0.3s ease;
}

.featured-certificate:hover .cert-image-large img {
    transform: scale(1.05);
}

.cert-content-large {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cert-content-large h3 {
    color: var(--black--color);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.cert-content-large p {
    color: var(--text--color);
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
}

.cert-details {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary--color);
}

.detail-item i {
    font-size: 16px;
}

/* Certificate Info Cards */
.cert-info-card {
    background: white;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(67, 114, 252, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cert-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary--color), #667eea);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.cert-info-card:hover::before {
    transform: scaleX(1);
}

.cert-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(67, 114, 252, 0.15);
    border-color: var(--primary--color);
}

.cert-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary--color), #667eea);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.cert-info-card:hover .cert-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(67, 114, 252, 0.3);
}

.cert-icon i {
    color: white;
    font-size: 24px;
}

.cert-number {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(67, 114, 252, 0.1);
    color: var(--primary--color);
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cert-info-card h4 {
    color: var(--black--color);
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.cert-info-card p {
    color: var(--text--color);
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px;
    flex-grow: 1;
}

.cert-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.cert-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13px;
    color: var(--text--color);
    font-weight: 500;
}

.cert-features li i {
    color: var(--primary--color);
    font-size: 12px;
    width: 16px;
    text-align: center;
}

.cert-validity {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.validity-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text--color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.validity-date {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary--color);
}

/* Responsive Design */
@media (max-width: 991px) {
    .featured-certificate {
        margin-bottom: 30px;
    }
    
    .cert-image-large {
        height: 250px;
    }
    
    .cert-content-large {
        padding: 25px;
    }
    
    .cert-details {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .cert-image-large {
        height: 200px;
        padding: 15px;
    }
    
    .cert-content-large {
        padding: 20px;
    }
    
    .cert-content-large h3 {
        font-size: 20px;
    }
    
    .cert-info-card {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .cert-icon {
        width: 50px;
        height: 50px;
    }
    
    .cert-icon i {
        font-size: 20px;
    }
    
    .cert-info-card h4 {
        font-size: 17px;
    }
}

/* Animation Enhancements */
.cert-info-card {
    animation: fadeInUp 0.6s ease-out;
}

.cert-info-card:nth-child(1) { animation-delay: 0.1s; }
.cert-info-card:nth-child(2) { animation-delay: 0.2s; }
.cert-info-card:nth-child(3) { animation-delay: 0.3s; }
.cert-info-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Button Enhancements */
.cert-content-large .btn {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.cert-info-card .btn {
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 114, 252, 0.3);
}