/* Exact Aigora Navbar Dimensions, Spacing, Height & Alignment */
.ag-header-1-main {
    max-width: 636px !important;
    padding: 10px 10px 10px 22px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05) !important;
}

/* WebStarts Logo crisp alignment with equal top and bottom spacing */
.ag-header-1-logo {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ag-header-1-logo img,
.ag-header-1-logo .logo_site-size,
.ag-preloader-1-logo img {
    max-height: 52px !important;
    height: 52px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    filter: none !important;
    margin: 0 !important;
}

/* WebStarts Footer Logo size & width increased with pure black filter */
.ag-footer-1-brand a {
    display: block !important;
}

.ag-footer-1-brand .logo,
.ag-footer-1-brand img,
.ag-footer-1-brand .logo_site-size {
    width: 250px !important;
    max-width: 280px !important;
    height: auto !important;
    max-height: 95px !important;
    margin-bottom: 16px !important;
    margin-left: -15px !important;
    display: block !important;
    filter: none !important;
}

/* Decrease description content size under logo */
.ag-footer-1-brand .disc {
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    max-width: 290px !important;
    margin-bottom: 20px !important;
    color: #555555 !important;
}

/* Center-align FAQ section content */
.ag-faqs-2-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 850px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.ag-faqs-2-left {
    width: 100% !important;
}

.ag-faqs-2-sec-title {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.ag-faqs-2-sec-title .ag-sec-title-1 {
    max-width: 100% !important;
    text-align: center !important;
}

.ag-accordion {
    text-align: left !important;
}

/* Footer Top Layout & Right-Side Booking Card (5 Columns Side-by-Side on 100% Desktop Screens) */
@media (min-width: 992px) {
    .ag-footer-1-top {
        display: grid !important;
        grid-template-columns: 1.2fr 0.8fr 1.1fr 1.2fr 1.5fr !important;
        gap: 30px 18px !important;
        align-items: start !important;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .ag-footer-1-top {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px 20px !important;
    }
}

@media (max-width: 575px) {
    .ag-footer-1-top {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
    }
}

.ag-footer-booking-widget {
    max-width: 100% !important;
    width: 100% !important;
}

.ag-footer-booking-widget .ag-faqs-2-booking {
    background-color: #F8F8F8 !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 18px !important;
    padding: 20px 16px !important;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04) !important;
}

.ag-footer-booking-widget .ag-faqs-2-booking .title {
    font-size: 16px !important;
    line-height: 1.3 !important;
    color: #111111 !important;
    margin-bottom: 6px !important;
}

.ag-footer-booking-widget .ag-faqs-2-booking .disc {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #555555 !important;
    margin-bottom: 14px !important;
}

.ag-footer-booking-widget .ag-faqs-2-booking .btn-wrap {
    gap: 8px !important;
}

/* Remove Plus (+) Icon & Hover Overlay from all Grids, Gallery and Card Hovers */
.ph-plus,
.fa-plus,
i.ph-plus,
i.fa-plus,
.popup-img i,
.ag-project-card:hover .icon,
.ag-portfolio-card:hover .icon,
.ag-projects-1-card .img-elm .logo-img,
.ag-projects-1-card:hover .img-elm .logo-img,
.wa-offcanvas-gallery-item::before,
.wa-offcanvas-gallery-item::after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Offcanvas Hamburger Button exact square sizing */
.ag-offcanvas-btn-1 {
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Exact Aigora Hover & Sub-Dropdown Menu Styling */

/* Main Header Navbar Links Text Size & Spacing */
.ag-main-navigation .navbar-nav {
    gap: 28px !important;
}

.ag-main-navigation .navbar-nav li a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1b1c1e !important;
    padding: 14px 0 !important;
}

/* Fix dropdown arrow icon overlap */
.ag-main-navigation .navbar-nav li:is(.dropdown) > a {
    padding-right: 18px !important;
}

.ag-main-navigation .navbar-nav li:hover > a {
    color: #e94625 !important;
}

/* Sub-Dropdown Menu Container Card (Compact Width) */
.ag-main-navigation .navbar-nav li .dropdown-menu {
    min-width: 130px !important;
    width: max-content !important;
    padding: 6px !important;
    border-radius: 12px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: none !important;
    background: #ffffff !important;
}

/* Sub-Dropdown Menu List Items */
.ag-main-navigation .navbar-nav li .dropdown-menu li {
    margin-bottom: 0px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.ag-main-navigation .navbar-nav li .dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

/* Sub-Dropdown Menu Item Links (No Line Break / Single Line) */
.ag-main-navigation .navbar-nav li .dropdown-menu li a {
    white-space: nowrap !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1b1c1e !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    display: block !important;
}

/* Sub-Dropdown Item Hover State (Orange Pill + White Text) */
.ag-main-navigation .navbar-nav li .dropdown-menu li:hover {
    background-color: #e94625 !important;
}

.ag-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
    color: #ffffff !important;
    background-color: #e94625 !important;
}


/* 1. Highlight Word in Brand Orange Color */
.ag-hero-1-title-elm span {
    color: #e94625 !important;
}

/* 2. Lock Heading strictly to 2 Clean Lines with Equal Top/Bottom Spacing */
.ag-hero-1-title {
    margin-bottom: 50px !important;
}
@media only screen and (min-width: 992px) {
.ag-hero-1-title-elm:nth-child(1) {
    font-size: 72px !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
}

.ag-hero-1-title-elm:nth-child(2) {
    font-size: 88px !important;
    line-height: 1.1 !important;
}
}

/* Mobile Screens (767px and narrower) */
@media only screen and (max-width: 767px) {
    .ag-hero-1-title-elm:nth-child(1) {
        font-size: 26px !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }
    .ag-hero-1-title-elm:nth-child(2) {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
}

/* 3. Fix Robot Image Position (Peeche overlap hona band) */
.ag-hero-1-img {
    width: 32% !important;        /* Reduces size to fit within the container */
    right: 5% !important;       /* Pulls the image inward away from the right edge */
    top: 50% !important;         /* Centers vertically inside the hero section */
    transform: translateY(-50%) !important;
    bottom: 0 !important;
    z-index: 1 !important;
}

.ag-hero-1-img img {
    width: 100%;
    border-radius: 16px;         /* Gives the graphic sleek, rounded corners */
}

.ag-hero-1-bottom {
    margin-top: 50px !important;
}

/* Feature Section Dome Logo Centering, Spacing & Red Area Containment */
.ag-features-1-content .logo-favicon {
    margin-top: 95px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 2 !important;
}

.ag-features-1-content .logo-favicon img {
    max-height: 22px !important;
    max-width: 95px !important;
    width: auto !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

.ag-hero-1-area {
    padding-top: 135px !important;
}

/* Advance Section Dark Overlay & High-Contrast Typography */
.ag-choose-1-advance {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
}

.ag-choose-1-advance .title {
    margin-bottom: 0 !important;
}


.ag-choose-1-advance::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.45) 0%, rgba(18, 18, 18, 0.3) 100%) !important;
    border-radius: 32px !important;
    z-index: 1 !important;
}

.ag-choose-1-advance > * {
    position: relative !important;
    z-index: 2 !important;
}

/* Right Side Client Card Dark Overlay & Contrast Fix */
.ag-choose-1-client {
    position: relative !important;
    overflow: hidden !important;
}

.ag-choose-1-client::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.75) 0%, rgba(15, 15, 15, 0.6) 100%) !important;
    border-radius: 32px !important;
    z-index: 1 !important;
}

.ag-choose-1-client > * {
    position: relative !important;
    z-index: 2 !important;
}

/* Contact Section - Solid Orange Compact Card (Idea 3) */
.ag-contact-1-book-card {
    background: #E94625 !important;
    border-radius: 24px !important;
    padding: 32px 28px !important;
    width: 100% !important;
    max-width: 320px !important;
    display: block !important;
    box-shadow: 0 15px 35px rgba(233, 70, 37, 0.25) !important;
}

.ag-contact-1-book-card .content-wrap {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.ag-contact-1-book-card .title {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.ag-contact-1-book-card .disc {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px !important;
    margin-bottom: 24px !important;
}

.ag-contact-1-book-card .ag-pr-btn-1 {
    background: #ffffff !important;
    color: #1b1c1e !important;
    border-radius: 12px !important;
    width: 100% !important;
    text-align: center !important;
    display: inline-block !important;
    font-weight: 600 !important;
    padding: 14px 20px !important;
    transition: all 0.3s ease !important;
}

.ag-contact-1-book-card .ag-pr-btn-1 .text {
    color: #1b1c1e !important;
    transition: color 0.3s ease !important;
}

.ag-contact-1-book-card .ag-pr-btn-1:hover {
    background: #1b1c1e !important;
}

.ag-contact-1-book-card .ag-pr-btn-1:hover .text {
    color: #ffffff !important;
}

/* Aigora-Style Features Pinned Scroll Section & Strong Center Hub */
.ag-features-1-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Center Content & Concentric Rings: 100% Stable, High-Contrast & Fully Visible */
.ag-features-1-content-wrap,
.ag-features-1-content,
.ag-features-1-content-wrap .circle-1,
.ag-features-1-content-wrap .circle-2,
.ag-features-1-content .bg-clr {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}

@media only screen and (min-width: 992px) {
    .ag-features-1-area {
        min-height: 100vh;
    }

    .ag-features-1-wrap {
        position: relative;
        width: 100%;
        min-height: 720px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ag-features-1-card {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .skill-card {
        position: absolute;
        pointer-events: auto;
        will-change: transform;
        transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
    }

    .skill-card:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35) !important;
        z-index: 99 !important;
    }
}

/* Mobile Layout (max-width: 991px) */
@media only screen and (max-width: 991px) {
    .ag-features-1-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .ag-features-1-card {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .skill-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 0 !important;
    }
}

/* Concentric Dotted/Dashed SVG Rings (Aigora Reference Style) */
.concentric-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 1200px;
    max-width: 95vw;
    max-height: 95vw;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.concentric-rings-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

/* ==========================================================================
   GLOBAL MOBILE RESPONSIVENESS & OVERFLOW LOCK
   ========================================================================== */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
}

body {
    width: 100% !important;
}

/* Mobile Hero Section & Graphic Adjustments */
@media only screen and (max-width: 991px) {
    .ag-header-1-main {
        max-width: 100% !important;
        margin: 0 10px !important;
    }
    
    .ag-hero-1-img {
        position: relative !important;
        width: 75% !important;
        max-width: 380px !important;
        margin: 35px auto 0 !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        display: block !important;
    }
    
    .ag-hero-1-area {
        padding-top: 110px !important;
        padding-bottom: 60px !important;
        overflow: hidden !important;
    }

    .concentric-rings {
        width: 100vw !important;
        height: 100vw !important;
        max-width: 100vw !important;
        max-height: 100vw !important;
    }
}

@media only screen and (max-width: 767px) {
    .ag-hero-1-title-elm:nth-child(1) {
        font-size: 24px !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .ag-hero-1-title-elm:nth-child(2) {
        font-size: 28px !important;
        line-height: 1.25 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    .ag-hero-1-title {
        margin-bottom: 30px !important;
    }

    .ag-hero-1-disc {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .ag-hero-1-btn-wrap {
        flex-direction: column !important;
        width: 100% !important;
        gap: 12px !important;
    }

    .ag-hero-1-btn-wrap a {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    /* Filter Bar Stacking on Mobile */
    .ws-filter-bar {
        flex-direction: column !important;
        width: 100% !important;
        gap: 12px !important;
        padding: 16px !important;
    }

    .ws-filter-select {
        width: 100% !important;
    }

    .ws-filter-icon {
        display: none !important;
    }
}

@media only screen and (max-width: 575px) {
    .container, .ag-container-1, .ag-container-2 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ag-hero-1-title-elm:nth-child(1) {
        font-size: 21px !important;
    }

    .ag-hero-1-title-elm:nth-child(2) {
        font-size: 24px !important;
    }
    
    .ag-sec-title-1 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
}