/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Your Name
Author URI: 
Description: Child theme for GeneratePress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress-child
*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

/* Font Variables */
:root {
    --font-heading: 'Roboto Slab', serif;
    --font-body: 'Inter', sans-serif;
    --body-font-size: 16px;
    --heading-font-size: 24px;
    --primary-color: #9a01cc;
    --secondary-color:#f06a03;
    --container-width: 1240px;
}

/* Base Font Styles */
body {
    font-family: var(--font-body);
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
}

.box-content p {
    color: #fff;
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    margin-top: 40px;;
}

.ico-box {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.ico-image {
    width: 75px;
    background: var(--secondary-color);
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.ico-text {
    width: 80%;
}

.ico-image img {
    width: 35px;
}

span.ico-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
}
/* Top Bar Styles */
.top-bar {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left {
    display: flex;
    gap: 20px;
}

.top-bar-left a {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.top-bar-left a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.top-bar-right .social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #E75E8D;
}


.inside-header.grid-container {
    padding: 5px 10px;
}

.main-navigation .main-nav ul li a {
    font-weight: 600;
    font-size: 15px;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    padding: 160px 0;
    text-align: left;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    padding-top: 180px;
}
.main-navigation li.button {
    padding: 12px 12px;
}
.button-primary svg , .btn-primary svg {
    margin-left: 12px;
}
.button svg {
    width: 14px;
    transform: rotate(-45deg);
}

.main-navigation li.button a {
    align-items: center;
    justify-content: center;
    display: flex;
}
.button svg path {
    fill: #fff;
}
/* Video Background Styles */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-background video {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 2;
}

.hero-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 700px;
}

.hero-description {
    font-family: var(--font-body);
    font-size: var(--body-font-size);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}
.site-header {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 9;
}

.hero-section {
    margin-top: -20px;
}

.button {
    font-family: var(--font-body);
    display: inline-flex;
    align-items: center;
    padding: 8px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: var(--body-font-size);
}

a.button-primary, .btn-primary {
    background-color: var(--primary-color);
    color: #ffffff;
    box-shadow: 0px 0px 0px 4px rgb(154 1 204 / 29%);
}

.button-primary:hover {
    background-color: #d54d7c;
    color: #ffffff;
}

.button-video {
    background-color: #4CA1AF;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.main-navigation li.button a {
    line-height: 23px !important;
    color: #fff !important;
}

.main-navigation li.button {
    margin-left: 20px;
}

.button-video:hover {
    background-color: #3d8a98;
    color: #ffffff;
}

.video-icon {
    display: flex;
    align-items: center;
}

.video-icon svg {
    fill: currentColor;
}
.main-navigation .main-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
}
section.howworks {
    background: var(--primary-color);
}

.section {
    padding: 40px 20px;
}
.single-box {
    padding: 25px 25px 25px 25px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    align-items: center;
    width: 33%;
}
.about-counter {
    width: 200px;
    height: 200px;
    position: absolute;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    line-height: 45px;
    padding-top: 18px;
    left: calc(50% - 100px);
    top: 30%;
}

.about-counter span {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
}

.about-image {
    position: relative;
}
.box-icon img {
    width: 60px;
}

.box-content {
    color: #fff;
}

.content-title {
    font-weight: 700;
    font-size: 18px;
}

.box-content p {
    margin: 0px;
}
.workboxes {
    display: flex;
    gap: 20px;
}

.box-icon {
    width: 15%;
}

.box-content {
    width: 85%;
}
.content-title {
    margin-bottom: 5px;
}

.sticky-btn {
    position: fixed;
    top: 40%;
    right: 0px;
    transform: translateX(0) rotate(180deg);
    writing-mode: tb-rl;
    background: #ffffff;
    border: 2px solid rgb(149 1 197 / 25%);
    box-shadow: 0 4px 42px rgb(255 255 255 / 32%);
    border-radius: 0 20px 20px 0;
    padding: 0px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    /* letter-spacing: 0.03em; */
    display: flex;
    align-items: center;
    z-index: 99;
    padding: 30px 10px;
    text-transform: uppercase;
   
}
.about-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
}

.about-image {
    width: 50%;
}

.about-content {
    width: 50%;
    z-index: 9;
}

.section-bg {
    padding: 80px 20px;
    background: #fff;
}
span.subtitle {
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: block;
}

h2 {
    font-weight: 600;
}
section{
    position: relative;
}
.about:before{
    content: '';
    background: url('assets/images/aboutlogo.png');
    position: absolute;
    width: 620px;
    height: 100%;
    top: 30px;
    right: 70px;
    opacity: 0.1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
h2.overlay-text {
    background-image: linear-gradient(180deg, #9a01cc 0%, rgba(103, 157, 221, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.2;
    font-size: 150px;
    text-align: center;
    font-family: var(--font-body);
    font-weight: 800;
    text-transform: uppercase;
}
.single-service:hover {
    background: #fff6ef;
    cursor: pointer;
}
.services-grid {
    counter-reset: services;
}

.single-service:before {
    counter-increment: services;
    content: "0" counter(services);
    position: absolute;
    right: 30px;
    font-size: 80px;
    font-size: 91px;
    font-weight: 800;
    color: #8a8a8a1c;
    top: 0px;
}

.single-service {
    position: relative;
}
.inner-text {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    
}
.single-service {
    padding: 50px 25px;
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border-bottom: 5px solid var(--secondary-color);
    width: 31.7%;
}

.single-service h3 {
    margin-bottom: 8px;
}

span.serv-arrow svg {
    height: 17px;
}

span.serv-arrow {
    display: flex;
    width: 50px;
}
a.service-link {
    display: flex;
    align-items: center;
}

a.service-link .text {
    max-width: 0;
    padding-right: 0;
    overflow: hidden;
    transition: max-width 1s ease-in-out;
    white-space: nowrap;
}
.single-service:hover .service-link .text {
    max-width: 200px;
}

.single-service h3 {
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 600;
}
.services-grid {
    margin-top: 50px;
}
.single-service img {
    width: 80px;
    margin-bottom: 20px;
}
.services-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
a.service-link {
    text-decoration: none;
    color: #111;
}
.stats{
    background: var(--primary-color);
}

/* Stats Section Styles */
.stats {
    background: var(--primary-color);
    padding: 80px 0;
    color: #ffffff;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-box {
    position: relative;

}

.stat-box h3 {
    font-size: 3.5em;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    display: inline-block;
}

.stat-box .suffix {
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
}

.stat-box p {
    font-size: 1.1em;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.9);
}
.why-image:after {
    content: "";
    position: absolute;
    inset: 70% 0 -1px 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(253, 253, 255, 0) 0%, var(--overlay-color, rgba(255, 255, 255, 0.5)) 30%, var(--overlay-color, #ffffff) 80%, var(--overlay-color, #ffffff) 100%);
}
.why-image::before{
    content: '';
    background: url(assets/images/aboutlogo.png);
    position: absolute;
    width: 350px;
    height: 100%;
    top: -80px;
    left: -30px;
    opacity: 0.1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.why-image {
    position: relative;
}

.why-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
}

.why-image {
    width: 44%;
}

.why-content {
    width: 50%;
}
.footer-widgets-container {
    padding: 60px 20px;
}
.inside-footer-widgets a {
    text-decoration: none;

}

h2.widget-title {
    font-family: 'Inter';
    font-weight: 500;
    color: #fff;
}
h2.widget-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: var(--primary-color);
    display: block;
    margin-top: 8px;
}
.faq:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
    width: 0;
    pointer-events: none;
    border-radius: inherit;
    height: 20rem;
    box-shadow: 0 0 150px 150px #f06a03b3;
    opacity: 0.18;
}
.faq-image:after {
    content: "";
    position: absolute;
    inset: 70% 0 -1px 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(253, 253, 255, 0) 0%, var(--overlay-color, rgba(255, 255, 255, 0.5)) 30%, var(--overlay-color, #ffffff) 80%, var(--overlay-color, #ffffff) 100%);
}

.faq-image {
    position: relative;
}

.faq-wrap {
    display: flex;
}

.footer-widget-2 {
    margin-left: 40px;
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
    background-color: #000 !important;
    /* border: 1px solid #ffffff6e; */
}

footer.site-info {
    border-top: 1px solid #ffffff1c;
}

/* Responsive Styles for Stats */
@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-box {
        padding: 15px;
    }
    
    .stat-box h3 {
        font-size: 3em;
    }
    
    .stat-box .suffix {
        font-size: 2em;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-section {
        padding: 120px 0;
    }
    
    .hero-title {
        font-size: 2.3em;
        text-align: center;
    }
    
    .hero-description {
        font-size: 1.1em;
        text-align: center;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .button {
       
    }
    .top-bar-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .top-bar-left {
        flex-direction: row;
        gap:25px;
        text-align: center;
    }
    
    .social-icons {
        margin-top: 5px;
    }
    .top-bar-right {
        display: none;
    }
    span.gp-icon.icon-menu-bars {
        font-size: 27px;
    }
    
    button.menu-toggle {
        background: #fff !important;
    }
    
    .site-logo {
        padding-left: 10px;
    }
    
    .site-header .header-image {
        width: 120px;
        padding: 4px;
    }
    .workboxes {
        flex-direction: column;
    }
    .single-box {
        width: 100%;
    }
    
    .about-image {
        width: 100%;
    }
    
    .about-wrap {
        flex-direction: column;
    }
    
    .about-content {
        width: 100%;
    }
    
    .about-counter {
        width: 160px;
        height: 160px;
        font-size: 48px;
        line-height: 35px;
        top: 70px;
    }
    
    h2.overlay-text {
        font-size: 72px;
    }
    
    .single-service {
        width: 100%;
    }
    
    .why-wrap {
        flex-direction: column;
    }
    
    .why-image {
        width: 100%;
    }
    
    .why-content {
        width: 100%;
    }
    
    .why-grid {
        width: 100%;
    }
    
    .ico-box {
        width: 100%;
    }
}

/* FAQ Section Styles */

.faq-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
}

.faq-content {
    max-width: 600px;
}

.faq-content .subtitle {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.faq-content h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #2c3e50;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    border-bottom: 1px dashed #424242;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question h3 {
    font-size: 1.1em;
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    flex: 1;
    padding-right: 20px;
    font-family: var(--font-body);
}
.faq-image:before {
    content: '';
    background: url(assets/images/aboutlogo.png);
    position: absolute;
    width: 350px;
    height: 100%;
    top: -80px;
    left: -30px;
    opacity: 0.1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.toggle-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}

.toggle-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.toggle-icon .minus {
    opacity: 0;
    transform: rotate(-90deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer p {
    margin: 0;
    padding-bottom: 20px;
    color: #666;
    line-height: 1.6;
}

/* Active state */
.faq-item.active .faq-question {
    background-color: #f8f9fa;
}

.faq-item.active .toggle-icon .plus {
    opacity: 0;
    transform: rotate(90deg);
}

.faq-item.active .toggle-icon .minus {
    opacity: 1;
    transform: rotate(0);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-image {
    position: relative;
}

.faq-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
section.cta.section {
    background: var(--primary-color);
    color: #fff;;
}

.cta .row {
    display: flex;
    align-items: center;
}

.cta-left {
    width: 70%;
}

.cta-right {
    width: 30%;
}
a.cta-button.button.button-primary {
    background: #fff;
    color: #111;
}
.cta-right {
    text-align: right;
}

.cta .button svg path {
    fill: #000;
}

section.services.section-bg {
    padding-top: 40px;
}
/* Responsive styles */
@media (max-width: 991px) {
    .faq-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .faq-content {
        max-width: 100%;
    }

    .faq-content h2 {
        font-size: 2em;
    }
    .cta .row {
        flex-direction: column;
    }
    
    .cta-left {
        width: 100%;
    }
    
    .cta-right {
        width: 100%;
    }
    
    .cta-right {
        text-align: left;
    }
    .footer-widget-2{
        margin-left: 0px;;
    }
    a.em {
        display: none;
    }
    
    a.ph {
        font-size: 18px;
    }
    
    button.btn-primary.menu-item  {
        margin: 0px;
        padding: 0px;
    }
    

    
    .button.btn-primary.menu-item {
        margin: 0px !important;
        width: auto !important;
        background: transparent;
        box-shadow: none;
        color: #111 !important;
        padding-left: 0px;
    }
    
    .main-navigation li.button a {
        color: #111 !IMPORTANT;
    }
}

/* Add your custom styles below this line */ 