@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap");

/* ===== GLOBAL STYLES ===== */
* {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .2s linear;
    text-decoration: none;
}

html, body {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
}

/* ===== CSS VARIABLES ===== */
:root {
    /* Story section colors */
    --story-background-color: #323b39;
    --story-title-color: #efeaea;
    --story-button-title-color: #efeaea;
    --story-button-title-span-color: #efeaea;

    /* Service section colors */
    --service-background-color: #dcded7;
    --service-title-color: #000000;
    --service-image-title-color: #000000;
    --service-image-content-color: #000000;

    /* Dataset section colors */
    --avaliable-dataset-background-color: #dcded7;

    /* Choose section colors */
    --choose-background-color: #323b39;
    --choose-why-chose-us-color: #efeaea;
    --choose-title-color: #efeaea;
    --choose-content-font-color: #efeaea;

    /* Technique section colors */
    --technique-background-color: #dcded7;

    /* Common colors */
    --clr-common-black: #0F2923;
    --clr-common-lightBlack: #2A4741;
    --clr-body-heading: #FFFFFF;
    --skyBlue: #A1EEFF;
    --lightGreen: #C7FF6B;
    --clr-theme-primary: #8AF135;
}

/* ===== UTILITY CLASSES ===== */
.black-gap {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
}

.mt-01 { margin-top: -22px; }
.pt-95 { padding-top: 95px; }
.pt-40 { padding-top: 40px; }
.pb-100 { padding-bottom: 100px; }
.pb-150 { padding-bottom: 150px; }
.pb-300 { padding-bottom: 300px; }
.pb-30 { padding-bottom: 30px; }
.pb-60 { padding-bottom: 60px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }
.mt-100 { margin-top: 100px; }
.mb-20 { margin-bottom: 20px; }
.mb-35 { margin-bottom: 35px; }
.mb-80 { margin-bottom: 80px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mr-30 { margin-right: 30px; }
.ml-N15 { margin-left: -15px; }
.ml-50 { margin-left: 50px; }
.pt-100 { padding-top: 100px; }
.pt-50 { padding-top: 50px; }
.pr-40 { padding-right: 40px; }
.pr-100 { padding-right: 100px; }

.row {
    --bs-gutter-x: 30px;
}
.row.g-0 { --bs-gutter-x: 0; }
.row.g-20 { --bs-gutter-x: 20px; }

/* ===== HEADER STYLES ===== */
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0rem 0rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.announcement-bar {
    
    top: -60px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 0px;
    background: #fff7cc;
    color: #333;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.announcement-bar i {
    color: #d17a00;
}

.announcement-bar a {
    color: #0d6efd;
    text-decoration: underline;
}

.header .logo img {
    width: auto;
    height: 40px;
    margin-top: -10px; 
    margin-right: 8px;
}

.header .navbar ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navbar ul li {
    margin: 0 2.5rem;
}

.header .navbar ul li a {
    font-size: 1.8rem;
    padding: 3rem 0rem;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.header .navbar ul li a:hover {
    color: #7c0da1;
    text-decoration: none;
}

.header .logo i {
    padding: 0rem;
}

.header .fa-bars {
    color: #ffffff;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}

.zq_h5_header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.zq_h5_header-btn {
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
    margin: 10px;
    border-radius: 60px;
    padding: 2px 11px;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

.zq_h5_header-btn a {
    color: white; 
    text-decoration: none; 
    display: inline-block; 
}

.zq_h5_header-btn:hover {
    background-position: right center; 
    color: #fff;
    text-decoration: none;
}

.zq_h5_header-btn:hover a {
    color: #fff; 
}

.zq_h5_header-btn2 {
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
    margin: 10px;
    border-radius: 60px;
    padding: 2px 7px;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eeeeee;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

.zq_h5_header-btn2 a {
    color: white; 
    text-decoration: none; 
    display: inline-block; 
}

.zq_h5_header-btn2:hover {
    background-position: right center; 
    color: #fff;
    text-decoration: none;
}

.zq_h5_header-btn2:hover a {
    color: #fff; 
}

/* ===== HOME SECTION ===== */
.home {
    min-height: 100vh;
    width: 100vw;
    background-image: url(../images/image1.svg);  
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    overflow: hidden !important;
}

.home h1 {
    color: #232222;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.home h2 {
    color: rgb(15, 15, 15);
    font-size: 2.7rem;
    margin-top: 2rem;
    font-weight: 400;
}

.home h3 {
    color: rgb(105, 99, 99);
    font-size: 2rem;
    margin-top: 2rem;
}

.home_button {
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
    margin: 10px;
    border-radius: 60px;
    padding: 10px 35px;
    text-align: center;
    font-size: 28px;
    margin-top: 60px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

.home_button a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.home_button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.home_button:hover a {
    color: #fff;
}

/* ===== SERVICE SECTION ===== */
.zq_common_width {
    margin-left: auto;
    margin-right: auto;
}

.zq_common_width_inner {
    border-radius: 0px;
    background-color: #e3e5e7;
}

.zq_project-area3 {
    background: linear-gradient(to left, #b2c3ea, #f0f1de, #b2c3ea);
}

.zq_project-wrapper {
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.zq_project-single {
    padding-top: 40px;
}

.zq_project-single:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.zq_project-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.zq_project-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 50px 100px;
    background-color: #f9f9f9;
    box-shadow: 0 0 20px #606262;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.zq_project-flex.slide-up {
    opacity: 1;
    transform: translateY(0);
}

.zq_project-flex:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.zq_project-img {
    flex: 1 1 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zq_project-img img {
    max-width: 300px;
    border-radius: 8px;
}

.zq_project-content-title {
    color: var(--service-image-title-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 15px;
}

.zq_project-content-title:hover a {
    color: var(--service-image-content-color);
}

.zq_project-content-title a {
    text-decoration: none;
    color: var(--service-image-content-color);
    font-weight: 600;
    font-size: 22px;
}

.zq_project-content-title a:hover {
    text-decoration: none;
}

.zq_project-content p {
    color: var(--service-image-content-color);
    font-size: 24px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 0;
}

.zq_project-content ul {
    margin: 0;
    padding: 15px 0px;
    list-style: disc inside;
    color: #000000;
}

.zq_project-content ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

/* ===== SWIPER SECTION ===== */
.swiper {
    width: 100%;
    height: 375px; 
    background-color: var(--clr-background-light);
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    font-size: 24px;
    color: var(--clr-common-white);
    height: auto;
    flex: 0 0 600px; 
    margin: 0 auto; 
}

.swiper-box {
    padding: 20px;
    border-radius: 8px;
    background-color: var(--clr-background-light);
    width: 80%; 
    margin: 0 auto;
}

.swiper-buttons {
    text-align: center;
    margin-bottom: 20px; 
}

.swiper-buttons button {
    padding: 6px 18px;        
    margin: 8px;
    margin-left: 40px;
    width: 120px;
    background-image: linear-gradient(to right, #283048 0%, #859398 51%, #283048 100%);
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s; 
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
}

.swiper-buttons button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.zq_h4_project-item-img {
    margin-bottom: 20px;
    margin: 0 0;
}

.zq_h4_project-item-img img {
    width: 500px; 
    height: 333px; 
    border-radius: 20px;
}

.swiper-button-prev, .swiper-button-next {
    color: #007bff;       
    position: absolute;
    top: 50%;
    transform: translateY(-50%);  
    z-index: 10;
    width: 20px;           
    height: 20px;         
}

.swiper-button-prev {
    left: -20px;           
}

.swiper-button-next {
    right: -20px;          
}

/* ===== DATASET SECTION ===== */
.dataset {
    background-image: linear-gradient(0deg, #0f2027 55%, #203a43 100%);
}

.dataset_inside {
    padding-left: 20px;
    padding-right: 30px;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin: 10px 0 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
}

.item:hover {
    background-image: linear-gradient(to bottom right, #66ffcc 0%, #ffccff 100%);
    background-position: right;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease;
}

.item:hover .icon {
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.item h6 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 500;
    color: #000000;
}

.item:hover h6,
.item:hover p {
    color: #2b6777;
    transition: all 0.5s ease;
}

.item p {
    font-size: 15px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 26px;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: yellow;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50%;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.2);
    color: #52ab98;
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #52ab98;
}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #52ab98;
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #52ab98;
}

/* ===== SOLUTIONS SECTION ===== */
.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: linear-gradient(to left, #b2c3ea, #f0f1de, #b2c3ea);
}

.zq_h3_section-title {
    color: rgb(255, 255, 255);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}

.zq_h3_section-title_2 {
    color: #000000;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}

.zq_h3_choose-content-item-info_2 h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 13px;
}

.zq_h3_choose-content-item-info_2 p {
    color: #000000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.zq_project-img_3 {
    overflow: hidden;
    border-radius: 17px;
    margin-bottom: 20px;
}

.zq_project-img_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

/* ===== FAQ SECTION ===== */
.faq-section {
    background: linear-gradient(to left, #b2c3ea, #f0f1de, #b2c3ea);
}

.zq_faq-img img {
    border-radius: 17px;
    margin-top: 80px;
    width: 140%;
}

.zq_section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.zq_faq-content {
    margin-top: 80px;
}

.zq_faq-content .accordion-item {
    overflow: hidden;
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(236, 236, 236, 0.1);
}

.zq_faq-content .accordion-button {
    position: relative;
    cursor: pointer;
    box-shadow: none;
    background: #b2c3ea;
    border: 1px solid transparent;
    border-bottom: 0;
    transition: all 0.3s linear 0s;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    border-radius: 8px 8px 0 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 23px 20px 24px 20px;
}

.zq_faq-content .accordion-button:focus {
    box-shadow: none; 
    outline: none; 
}

.zq_faq-content .accordion-button:not(.collapsed) {
    color: var(--clr-theme-primary);
    background-color: var(--clr-common-lightBlack);
    padding-bottom: 17px;
    border: 1px solid #ffffff;
    border-bottom: 0;
}

.zq_faq-content .accordion-button span {
    font-weight: 400;
    color: #000000;
}

.zq_faq-content .accordion-button::after {
    display: none;
}

.zq_faq-content .accordion-button::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: '\002B';
    font-family: "Font Awesome 6 Pro";
    transition: all 0.3s linear 0s;
    font-weight: 700;
    color: rgba(207, 199, 139, 0.7);
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}

.zq_faq-content .accordion-button:not(.collapsed)::before {
    color: var(--clr-theme-primary);
    content: '\2212';
}

.zq_faq-content .accordion-button.collapsed {
    border: transparent;
    font-weight: 350;
}

.zq_faq-content .accordion-body {
    padding: 0 40px 28px 62px;
    background: var(--clr-common-lightBlack);
    border: 1px solid var(--clr-theme-primary);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    transition: all 0.3s linear 0s;
}

.zq_faq-content .accordion-body p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.zq_inner_faq-content .accordion-body p {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 19px;
    margin-bottom: 0;
}

/* ===== CONTACT SECTION ===== */
.zq_h4_hero-area {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 95px;
    background:  #7da1f0b0;
}

.zq_h4_hero-area::before {
    position: absolute;
    left: calc(29% + 9px);
    top: calc(37% - 5px);
    content: "";
    width: 237px;
    height: 240px;
    filter: blur(400px);
    background: rgb(138, 241, 53);
    z-index: -1;
}

.zq_h4_hero-area::after {
    position: absolute;
    top: -46px;
    right: -50px;
    content: "";
    width: 168px;
    height: 170px;
    filter: blur(400px);
    background: rgb(138, 241, 53);
    z-index: -1;
}

.zq_h4_hero-shape-2 {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zq_h4_hero-shape-3 {
    position: absolute;
    bottom: 85px;
    right: 385px;
}

.zq_h4_hero-form {
    margin-left: 37px;
    margin-right: -5px;
}

.zq_h4_hero-form form {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    position: relative;
    overflow: hidden;
}

.zq_h4_hero-form form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 50%, 
        rgba(255, 255, 255, 0.1) 100%);
    border-radius: 20px;
    z-index: -1;
}

.zq_h4_hero-form form::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, 
        rgba(125, 161, 240, 0.1) 0%, 
        transparent 70%);
    animation: liquidFloat 8s ease-in-out infinite;
    z-index: -2;
}

@keyframes liquidFloat {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -10px) rotate(1deg);
    }
    50% {
        transform: translate(-5px, 5px) rotate(-1deg);
    }
    75% {
        transform: translate(5px, 10px) rotate(0.5deg);
    }
}

.zq_h4_hero-form form input, 
.zq_h4_hero-form form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1px 20px;
    margin-bottom: 21px;
    color: rgb(0, 0, 0);
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.5px;
    outline: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.zq_h4_hero-form form input:focus, 
.zq_h4_hero-form form textarea:focus {
    border-bottom: 2px solid rgba(125, 161, 240, 0.8);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(125, 161, 240, 0.2);
    transform: translateY(-2px);
}

.zq_h4_hero-form form textarea {
    padding-bottom: 62px;
}

.zq_h4_hero-form form button {
    margin-top: 6px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 50px;
    border: none;
    background-color: #e8eba3;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(125, 161, 240, 0.3);
}

.zq_h4_hero-form form button:hover {
    background-color: #b5fbf3;
    color:  rgb(0, 0, 0);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(125, 161, 240, 0.5);
    padding: 0 35px;
}

.zq_h4_hero-form form button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(125, 161, 240, 0.4);
}

.zq_h4_hero-form form button::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;
}

.zq_h4_hero-form form button:hover::before {
    left: 100%;
}



.zq_h4_hero-form input:focus,
.zq_h4_hero-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

.zq_h4_hero-content-title {
    color: #122c3d;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 70px;
    margin-top: -10px;
}

.zq_h4_hero-content-title span {
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 20px;
    background: linear-gradient(to right, rgb(86, 30, 169), rgb(187, 69, 211), rgb(246, 164, 125));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Optional: smooth blending */
    background-size: 100%;
}

.zq_h4_hero-content p {
    color: rgb(0, 0, 0);
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

/* ===== FOOTER ===== */
.footer {
    background: #1e293b;
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 20px;
    color: #fbbf24;
    font-size: 2.2rem;
    font-weight: 600;
}

.footer-section p,
.footer-section li {
    color: #cbd5e1;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.8rem;
}

.footer-section a:hover {
    color: #fbbf24;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #334155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    font-size: 1.2rem;
}

.social-links a:hover {
    background: #fbbf24;
    color: #1e293b;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #334155;
    color: #94a3b8;
    font-size: 1.1rem;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    display: none;
    background-color: #00bfff;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top i:hover {
    color: black;
}

/* ===== SECTION TITLES ===== */
.zq_section-title {
    color: var(--service-title-color);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.22;
}

.zq_section-subtitle {
    color: var(--service-title-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    letter-spacing: 2.5px;
    margin-top: 20px;
}

.zq_section-title_2 {
    color: var(--service-title-color);
    font-size: 50px;
    font-weight: 600;
    line-height: 1.22;
}

.zq_section-subtitle_2 {
    color: var(--service-title-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    letter-spacing: 2.5px;
    margin-top: 20px;
}

.zq_section-title_3 {
    color: var(--service-title-color);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -1.1px;
    margin-top: 40px;
}

.zq_section-subtitle_3 {
    color: var(--service-title-color);
    font-size: 22px;
    line-height: 30px;
    display: block;
    letter-spacing: 2.5px;
    margin: 20px auto;
    text-align: center;
    max-width: 1000px;
}

/* ===== BLOG SECTION ===== */
.zq_h5_blog-area {
    padding-bottom: 70px;
    padding-top: 95px;
}

.zq_h5_blog-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.zq_h5_blog-item {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #ffffff;
    padding: 30px 30px 30px;
    padding-right: 80px;
    border-radius: 8px;
    border: 2px solid #000000;
    margin-bottom: 30px;
}

.zq_h5_blog-item-img {
    flex-shrink: 0;
    max-width: 380px;
    width: 100%;
}

.zq_h5_blog-item-img img {
    width: 100%;
    border-radius: 8px;
}

.zq_h5_blog-item-content {
    position: relative;
    z-index: 1;
}

.zq_h5_blog-item-content-tag {
    background-color: var(--clr-theme-primary);
    height: 25px;
    display: inline-flex;
    padding: 0 14px;
    border-radius: 48px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    transition: all 0.3s linear 0s;
}

.zq_h5_blog-item-content-title {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 30px;
    text-decoration: none;
}

.zq_h5_blog-item-content-title a {
    text-decoration: none;
    color: inherit;
}

.zq_h5_blog-item-content-title a:hover {
    color: #3498db;
    text-decoration: none;
}

.zq_h5_blog-item-content-admin {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zq_h5_blog-item-content-admin img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
}

.zq_h5_blog-item-content-admin span {
    color: rgba(8, 8, 8, 0.5);
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.zq_h5_blog-item-content-admin span a {
    color: rgba(255, 255, 255, 0.7);
}

.zq_h5_blog-item-content-admin span:hover a {
    color: var(--clr-theme-primary);
}

.zq_h5_blog-item-content-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.zq_h5_blog-item-content-btn a svg {
    color: rgb(255, 255, 255);
    transition: all 0.3s linear 0s;
}

.zq_h5_blog-item:hover .zq_h5_blog-item-content-tag {
    background-color: var(--clr-theme-primary);
    color: rgb(0, 0, 0);
}

.zq_h5_blog-item:hover .zq_h5_blog-item-content-btn a svg {
    color: rgb(0, 0, 0);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1000px) {
    html {
        font-size: 50%;
    }

    .header .logo img {
        width: 50%;
        height: auto;
        top: 0;
        left: 0;
        background-size: cover;
    }

    .header .fa-bars {
        display: block;
        color: #000000;
        margin-right: 1rem;
    }

    .header .fa-bars:hover {
        color: #00bfff;
    }

    .header .navbar {
        position: fixed;
        top: -120%;
        left: 0;
        height: auto;
        width: 100%;
        background-color: white;
        z-index: 1000;
        border-top: .1rem solid rgba(0,0,0,.3);
    }

    .header .navbar ul {
        height: 100%;
        width: 100%;
        flex-flow: column;
    }

    .header .navbar ul li {
        margin: 1rem 0;
    }

    .header .navbar ul li a {
        color: rgb(0, 0, 0);
        font-size: 2.7rem;
    }

    .header .fa-times {
        transform: rotate(90deg);
    }

    .header .nav-toggle {
        top: 5.8rem;
    }

    .back-to-top {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .home {
        min-height: 100vh;
        width: 100vw;
        background-image: url(../images/image1.svg);  
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat; 
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        text-align: center;
        padding: 0 1rem;
        position: relative;
        overflow: hidden !important;
    }

    .home h1 {
        color: #232222;
        font-size: 54px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -1px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 19px;
    }

    .zq_project-flex {
        flex-wrap: wrap;
    }

    .zq_project-img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .zq_project-item {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .zq_project-content {
        padding: 0 15px;
        margin: 0, auto;
    }

    .zq_project-content-title {
        font-size: 20px;
        text-decoration: none;
    }

    .zq_project-content p {
        color: var(--service-image-content-color);
        font-size: 16px;
        font-weight: 200;
        line-height: 24px;
        margin-bottom: 0;
    }

    .zq_project-content ul {
        margin-top: 2px;
    }
    
    .zq_project-content ul li {
        font-size: 14px !important;
        line-height: 15px !important;
        margin-bottom: 4px !important;
        text-align: left;
    }

    .zq_project-img_2 {
        width: 100%;
        max-width: 380px;
        height: auto;
    }

    .zq_section-title_2 {
        font-size: 22px;
    }

    .zq_section-subtitle_2 {
        font-size: 16px;
    }

    .swiper {
        width: 100%; 
        height: auto; 
    }

    .swiper-slide {
        flex: 0 0 auto; 
        max-width: 90%; 
        margin: 0 auto; 
    }

    .zq_h4_project-item-img img {
        width: 100%; 
        height: auto; 
        border-radius: 15px; 
    }

    .swiper-box {
        padding: 10px; 
        width: 95%; 
    }

    .swiper-buttons button {
        font-size: 16px; 
        padding: 8px 12px; 
        margin: 5px; 
    }

    .swiper-button-prev, 
    .swiper-button-next {
        width: 15px; 
        height: 15px;
    }

    .swiper-button-prev {
        left: 10px; 
    }

    .swiper-button-next {
        right: 10px;
    }

    .zq_faq-content .accordion-button {
        font-size: 14px;
    }

    .zq_inner_faq-content .accordion-body {
        padding-left: 65px;
    }

    .zq_h4_hero-content-title {
        font-size: 50px;
    }

    .zq_h3_section-title {
        font-size: 26px;
    }

    .zq_h3_section-title_2 {
        font-size: 28px;
    }

    .zq_section-title {
        font-size: 28px;
    }

    .zq_section-title_2 {
        font-size: 28px;
    }

    .zq_section-title_3 {
        font-size: 28px;
    }

    .zq_section-subtitle_3 {
        font-size: 16px;
    }

    /* Blog responsive styles */
    .zq_h5_blog-item {
        flex-wrap: wrap;
        padding-right: 30px;
    }

    .zq_h5_blog-item-img {
        max-width: 100%;
    }

    .zq_h5_blog-item-content-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .zq_project-single:first-child {
        border-right: 0;
    }

    .zq_project-single:last-child {
        padding-top: 0;
    }

    .zq_project-single.pl-40 {
        padding-left: 0px;
    }

    .zq_project-single.pr-40 {
        padding-right: 0px;
    }

    .zq_section-title_2 {
        font-size: 24px;
    }

    .zq_section-subtitle_2 {
        font-size: 16px;
    }

    .zq_faq-area {
        padding-bottom: 100px;
    }

    .zq_h4_hero-form {
        margin-left: 0;
        margin-right: 0;
    }

    .zq_h4_hero-content {
        margin-left: 0;
    }

    /* Footer responsive styles */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .zq_h3_section-title {
        font-size: 30px;
    }

    .zq_h3_section-title_2 {
        font-size: 34px;
    }

    .zq_section-title {
        font-size: 34px;
    }

    .zq_section-title_2 {
        font-size: 34px;
    }

    .zq_section-title_3 {
        font-size: 34px;
    }

    .zq_h4_hero-content-title {
        font-size: 70px;
    }

    .zq_faq-content .accordion-button {
        font-size: 22px;
    }

    .zq_inner_faq-content .accordion-body {
        padding-left: 65px;
    }

    .swiper-slide {
        max-width: 100%; 
    }

    .swiper-buttons button {
        font-size: 14px; 
        padding: 6px 10px;
    }

    .swiper-box {
        padding: 5px; 
    }

    .zq_h4_project-item-img img {
        border-radius: 10px; 
    }

    /* Blog responsive styles */
    .zq_h5_blog-item-content-title {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .zq_h3_section-title {
        font-size: 38px;
    }

    .zq_h3_section-title_2 {
        font-size: 38px;
    }

    .zq_section-title {
        font-size: 38px;
    }

    .zq_section-title_2 {
        font-size: 38px;
    }

    .zq_section-title_3 {
        font-size: 38px;
    }

    .zq_h4_hero-content-title {
        font-size: 90px;
    }

    .zq_h4_hero-content {
        margin-left: 50px;
    }

    .zq_h4_hero-form {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .zq_h3_section-title {
        font-size: 36px;
    }

    .zq_h3_section-title br {
        display: none;
    }

    .zq_h3_section-title_2 {
        font-size: 36px;
    }

    .zq_h3_section-title_2 br {
        display: none;
    }

    .zq_section-title br {
        display: none;
    }

    .zq_section-title_2 br {
        display: none;
    }

    .zq_section-title_3 br {
        display: none;
    }

    .zq_h4_hero-content-title {
        font-size: 80px;
    }

    .zq_h4_hero-content {
        margin-left: 0;
    }

    .zq_h4_hero-content p br {
        display: none;
    }

    /* Blog responsive styles */
    .zq_h5_blog-item {
        flex-wrap: wrap;
        padding-right: 30px;
    }

    .zq_h5_blog-item-img {
        max-width: 100%;
    }

    .zq_h5_blog-item-content-title {
        font-size: 28px;
    }
}

@media (max-width: 1399px) {
    .zq_faq-wrapper.ml-50 {
        margin-left: 0;
    }

    .zq_faq-wrapper.mr-30 {
        margin-right: 0;
    }

    .zq_h4_hero-content {
        margin-left: 50px;
    }
}

@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }
    
    .footer .copyright {
        text-align: left;
    }
}

@media (min-width: 576px) {
    .container.container-custom-1 {
        max-width: 1750px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

