/* Page-specific styles for discount-web-design-services-jaipur.php; extracted without visual redesign. */

html,
body{
    overflow-x:hidden;
}

body{
    font-size:14px;
    line-height:1.7;
    color:#222;
}

p,
li,
span,
a,
button,
input,
textarea,
label{
    font-size:14px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight:900;
}


/* =========================================================
   GENERAL
========================================================= */

.ibx-section-title{
    text-align:center;
    margin-bottom:45px;
}

.ibx-section-title h2{
    font-size:32px;
    font-weight:900;
    line-height:1.25;
    margin-bottom:15px;
    text-transform:uppercase;
}

.ibx-section-title p{
    max-width:900px;
    margin:0 auto;
    line-height:1.8;
}


/* =========================================================
   OFFER STRIP
========================================================= */

.ibx-offer-strip{
    background:#000;
    color:#fff;
    padding:30px 15px;
    position:relative;
    overflow:hidden;
}

.ibx-offer-strip:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:7px;
    height:100%;
    background:#fff;
}

.ibx-offer-inner{
    max-width:1100px;
    margin:auto;
    text-align:center;
}

.ibx-offer-inner h3{
    color:#fff;
    font-size:24px;
    font-weight:900;
    margin:0 0 10px;
    line-height:1.5;
}

.ibx-offer-inner p{
    color:#ddd;
    margin:0 auto 20px;
    max-width:950px;
}

.ibx-offer-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
}

.ibx-offer-btn{
    display:inline-block;
    padding:11px 20px;
    border:2px solid #fff;
    color:#fff !important;
    background:#000;
    font-weight:900;
    text-decoration:none !important;
    transition:all .35s ease;
}

.ibx-offer-btn:hover{
    background:#fff;
    color:#000 !important;
    transform:translateY(-3px);
}


/* =========================================================
   SEO ABOUT AREA
========================================================= */

.ibx-seo-box{
    background:#fff;
    border:1px solid #e5e5e5;
    padding:35px 30px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.ibx-seo-box h2{
    font-size:27px;
    line-height:1.4;
    margin-bottom:18px;
    color:#000;
}

.ibx-seo-box h3{
    font-size:21px;
    margin-top:25px;
    margin-bottom:12px;
    color:#000;
}

.ibx-seo-box p{
    color:#444;
    line-height:1.85;
}

.ibx-seo-highlight{
    background:#000;
    color:#fff;
    padding:25px;
    margin-top:25px;
    text-align:center;
}

.ibx-seo-highlight h3{
    color:#fff;
    margin:0 0 15px;
    font-size:22px;
}

.ibx-seo-highlight p{
    color:#ddd;
}


/* =========================================================
   GALLERY
========================================================= */

.ibx-gallery-section{
    background:#fff;
    padding:85px 0;
}

.ibx-gallery-intro{
    text-align:center;
    margin-bottom:50px;
}

.ibx-gallery-intro h2{
    color:#000;
    font-size:32px;
    font-weight:900;
    line-height:1.35;
    margin-bottom:18px;
    position:relative;
    display:inline-block;
}

.ibx-gallery-intro h2:after{
    content:"";
    display:block;
    width:80px;
    height:4px;
    background:#000;
    margin:15px auto 0;
}

.ibx-gallery-intro p{
    max-width:950px;
    margin:0 auto;
    color:#555;
    line-height:1.9;
}


/* CARD */

.ibx-gallery-card{
    background:#fff;
    border:1px solid #e1e1e1;
    margin-bottom:30px;
    height:100%;
    position:relative;
    overflow:hidden;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:all .4s ease;
}

.ibx-gallery-card:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:4px;
    background:#000;
    z-index:5;
    transition:width .4s ease;
}

.ibx-gallery-card:hover{
    transform:translateY(-9px);
    box-shadow:0 20px 55px rgba(0,0,0,.18);
}

.ibx-gallery-card:hover:before{
    width:100%;
}


/* IMAGE AREA */

.ibx-gallery-image-wrap{
    position:relative;
    margin:10px;
    padding:8px;
    background:#f6f6f6;
    overflow:hidden;
    cursor:pointer;
}

.ibx-gallery-image-wrap:after{
    content:"";
    position:absolute;
    left:8px;
    right:8px;
    top:8px;
    bottom:8px;
    background:rgba(0,0,0,.08);
    opacity:0;
    transition:all .35s ease;
    pointer-events:none;
}

.ibx-gallery-card:hover .ibx-gallery-image-wrap:after{
    opacity:1;
}

.ibx-gallery-image{
    display:block;
    width:100%;
    height:260px;
    object-fit:cover;
    transition:all .55s ease;
    background:#111;
}

.ibx-gallery-card:hover .ibx-gallery-image{
    transform:scale(1.06);
}


/* IMAGE ICON */

.ibx-gallery-click{
    position:absolute;
    right:22px;
    bottom:22px;
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#000;
    z-index:4;
    box-shadow:0 7px 25px rgba(0,0,0,.3);
    transition:all .35s ease;
}

.ibx-gallery-card:hover .ibx-gallery-click{
    background:#000;
    color:#fff;
    transform:rotate(8deg) scale(1.08);
}

.ibx-gallery-click i{
    font-size:18px;
}


/* GALLERY CONTENT */

.ibx-gallery-content{
    padding:18px 20px 23px;
    text-align:center;
    position:relative;
    background:#fff;
}

.ibx-gallery-content h3{
    margin:0;
    font-size:18px;
    font-weight:900;
    line-height:1.5;
    color:#111;
    transition:all .35s ease;
}

.ibx-gallery-card:hover .ibx-gallery-content h3{
    letter-spacing:.3px;
    transform:translateY(-2px);
}

.ibx-gallery-hint{
    display:inline-block;
    margin-top:9px;
    padding:5px 12px;
    border:1px solid #ddd;
    color:#777;
    font-size:12px;
    transition:all .35s ease;
}

.ibx-gallery-card:hover .ibx-gallery-hint{
    background:#000;
    color:#fff;
    border-color:#000;
}


/* =========================================================
   LIGHTBOX
========================================================= */

.ibx-lightbox{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999999;
    background:rgba(0,0,0,.96);
    display:none;
    align-items:center;
    justify-content:center;
    padding:25px;
}

.ibx-lightbox.active{
    display:flex;
}

.ibx-lightbox-box{
    width:100%;
    max-width:1100px;
    max-height:96vh;
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.ibx-lightbox-close{
    position:absolute;
    right:0;
    top:-8px;
    width:46px;
    height:46px;
    border:2px solid #000;
    border-radius:50%;
    background:#fff;
    color:#000;
    font-size:25px;
    font-weight:900;
    cursor:pointer;
    z-index:20;
    box-shadow:0 8px 30px rgba(0,0,0,.5);
    transition:all .3s ease;
}

.ibx-lightbox-close:hover{
    background:#000;
    color:#fff;
    border-color:#fff;
    transform:rotate(90deg);
}


/* IMAGE */

.ibx-lightbox-image-area{
    width:100%;
    max-height:65vh;
    position:relative;
    text-align:center;
    padding:10px;
}

.ibx-lightbox-image{
    max-width:100%;
    max-height:63vh;
    width:auto;
    height:auto;
    object-fit:contain;
    border:5px solid #fff;
    background:#111;
    box-shadow:0 15px 70px rgba(0,0,0,.7);
}


/* ARROWS */

.ibx-lightbox-prev,
.ibx-lightbox-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:54px;
    height:54px;
    border:2px solid #fff;
    border-radius:50%;
    background:rgba(0,0,0,.75);
    color:#fff;
    cursor:pointer;
    font-size:25px;
    z-index:10;
    transition:all .3s ease;
}

.ibx-lightbox-prev{
    left:18px;
}

.ibx-lightbox-next{
    right:18px;
}

.ibx-lightbox-prev:hover,
.ibx-lightbox-next:hover{
    background:#fff;
    color:#000;
}


/* CAPTION */

.ibx-lightbox-caption{
    width:100%;
    text-align:center;
    margin-top:10px;
}

.ibx-lightbox-title{
    color:#fff;
    font-size:22px;
    font-weight:900;
    line-height:1.45;
    margin:0 auto 10px;
    max-width:900px;
    text-shadow:0 2px 15px rgba(0,0,0,.7);
}

.ibx-lightbox-counter{
    color:#bbb;
    font-size:13px;
    margin-bottom:14px;
}


/* BUTTONS */

.ibx-lightbox-actions{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
}

.ibx-lightbox-btn{
    min-width:145px;
    padding:11px 22px;
    background:#fff;
    color:#000 !important;
    border:2px solid #fff;
    text-decoration:none !important;
    font-weight:900;
    transition:all .3s ease;
}

.ibx-lightbox-btn:hover{
    background:#000;
    color:#fff !important;
}

.ibx-lightbox-btn.whatsapp{
    background:#000;
    color:#fff !important;
}

.ibx-lightbox-btn.whatsapp:hover{
    background:#fff;
    color:#000 !important;
}


/* THUMBNAILS */

.ibx-lightbox-thumbs{
    width:100%;
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:16px;
    padding:6px 0;
    overflow-x:auto;
}

.ibx-lightbox-thumb{
    flex:0 0 70px;
    width:70px;
    height:50px;
    object-fit:cover;
    border:2px solid transparent;
    opacity:.5;
    cursor:pointer;
    transition:all .3s ease;
}

.ibx-lightbox-thumb:hover{
    opacity:1;
}

.ibx-lightbox-thumb.active{
    opacity:1;
    border-color:#fff;
}


/* =========================================================
   TESTIMONIAL SECTION
========================================================= */

.ibx-testimonial-section{
    background:#000;
    color:#fff;
    padding:85px 0;
    overflow:hidden;
}

.ibx-testimonial-heading{
    text-align:center;
    margin-bottom:45px;
}

.ibx-testimonial-heading h2{
    color:#fff;
    font-size:31px;
    font-weight:900;
    line-height:1.4;
    margin-bottom:15px;
}

.ibx-testimonial-heading h2:after{
    content:"";
    display:block;
    width:75px;
    height:4px;
    background:#fff;
    margin:15px auto 0;
}

.ibx-testimonial-heading p{
    color:#ccc;
    max-width:850px;
    margin:auto;
}


/* CUSTOM TESTIMONIAL SLIDER */

.ibx-review-slider{
    max-width:1000px;
    margin:0 auto;
    position:relative;
}

.ibx-review-track{
    position:relative;
    min-height:340px;
}

.ibx-review-card{
    display:none;
    background:#fff;
    color:#111;
    border:1px solid #ddd;
    padding:35px 35px 30px;
    position:relative;
    box-shadow:0 15px 50px rgba(0,0,0,.35);
    animation:ibxReviewFade .5s ease;
}

.ibx-review-card.active{
    display:block;
}

@keyframes ibxReviewFade{

    from{
        opacity:0;
        transform:translateX(20px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

.ibx-review-card:before{
    content:"\201C";
    position:absolute;
    right:25px;
    top:5px;
    font-size:80px;
    font-weight:900;
    color:#eee;
    line-height:1;
}

.ibx-review-stars{
    color:#000;
    font-size:17px;
    letter-spacing:2px;
    margin-bottom:17px;
}

.ibx-review-text{
    font-size:15px;
    line-height:1.9;
    color:#444;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.ibx-review-client{
    display:flex;
    align-items:center;
    gap:15px;
    border-top:1px solid #eee;
    padding-top:20px;
}

.ibx-review-client-img{
    width:65px;
    height:65px;
    border-radius:50%;
    overflow:hidden;
    border:3px solid #000;
    flex:0 0 65px;
}

.ibx-review-client-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ibx-review-client-data h4{
    margin:0 0 4px;
    font-size:18px;
    font-weight:900;
    color:#000;
}

.ibx-review-client-data span{
    color:#777;
    font-size:12px;
}


/* TESTIMONIAL CONTROLS */

.ibx-review-controls{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-top:25px;
}

.ibx-review-control{
    width:44px;
    height:44px;
    border:2px solid #fff;
    background:#000;
    color:#fff;
    border-radius:50%;
    cursor:pointer;
    transition:all .3s ease;
}

.ibx-review-control:hover{
    background:#fff;
    color:#000;
}

.ibx-review-dots{
    display:flex;
    gap:7px;
    justify-content:center;
}

.ibx-review-dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#555;
    cursor:pointer;
    transition:all .3s ease;
}

.ibx-review-dot.active{
    width:25px;
    border-radius:10px;
    background:#fff;
}


/* AP PROFILE */

.ibx-ap-profile{
    margin:45px auto 0;
    max-width:850px;
    border:1px solid #444;
    padding:25px;
    text-align:center;
    background:#080808;
}

.ibx-ap-profile h3{
    color:#fff;
    font-size:22px;
    margin:0 0 8px;
}

.ibx-ap-profile p{
    color:#bbb;
    margin:0 0 15px;
}

.ibx-ap-profile a{
    color:#fff;
    border-bottom:1px solid #fff;
    font-weight:900;
    text-decoration:none;
}


/* =========================================================
   FAQ
========================================================= */

.ibx-faq-section{
    background:#fff;
    padding:85px 0;
    color:#000;
}

.ibx-faq-heading{
    text-align:center;
    margin-bottom:50px;
}

.ibx-faq-heading h2{
    font-size:33px;
    font-weight:900;
    margin-bottom:12px;
}

.ibx-faq-heading h2:after{
    content:"";
    display:block;
    width:80px;
    height:4px;
    background:#000;
    margin:15px auto 0;
}

.ibx-faq-heading p{
    max-width:850px;
    margin:auto;
    color:#555;
}


/* TWO COLUMN */

.ibx-faq-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    max-width:1150px;
    margin:0 auto;
}

.ibx-faq-column{
    width:100%;
}

.ibx-faq-item{
    background:#000;
    color:#fff;
    border:1px solid #000;
    margin-bottom:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.1);
    transition:all .35s ease;
}

.ibx-faq-item:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 35px rgba(0,0,0,.18);
}

.ibx-faq-item.active{
    background:#111;
    box-shadow:0 15px 40px rgba(0,0,0,.2);
}

.ibx-faq-question{
    width:100%;
    display:flex;
    align-items:center;
    gap:12px;
    border:0;
    background:transparent;
    color:#fff;
    padding:18px 18px;
    text-align:left;
    cursor:pointer;
    font-weight:900;
}

.ibx-faq-number{
    width:35px;
    height:35px;
    min-width:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #fff;
    font-size:12px;
    font-weight:900;
}

.ibx-faq-question-text{
    flex:1;
    line-height:1.5;
    font-size:14px;
}

.ibx-faq-icon{
    width:30px;
    height:30px;
    min-width:30px;
    border-radius:50%;
    border:1px solid #777;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

.ibx-faq-item.active .ibx-faq-icon{
    background:#fff;
    color:#000;
    border-color:#fff;
}

.ibx-faq-answer{
    display:none;
    color:#ccc;
    padding:0 20px 22px 65px;
    line-height:1.85;
    font-size:13px;
}

.ibx-faq-item.active .ibx-faq-answer{
    display:block;
}

.ibx-faq-answer strong{
    color:#fff;
}

.ibx-faq-answer a{
    color:#fff;
    text-decoration:underline;
}


/* =========================================================
   FAQ CTA
========================================================= */

.ibx-faq-cta{
    margin:45px auto 0;
    max-width:1000px;
    background:#000;
    color:#fff;
    padding:30px;
    text-align:center;
}

.ibx-faq-cta h3{
    color:#fff;
    font-size:24px;
    margin:0 0 10px;
}

.ibx-faq-cta p{
    color:#ccc;
    margin-bottom:20px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ibx-final-cta{
    background:#000;
    color:#fff;
    padding:75px 15px;
    text-align:center;
}

.ibx-final-cta h2{
    color:#fff;
    font-size:34px;
    font-weight:900;
    margin-bottom:15px;
}

.ibx-final-cta p{
    max-width:900px;
    margin:0 auto 28px;
    color:#ccc;
    line-height:1.9;
}

.ibx-final-cta .ibx-offer-btn{
    background:#fff;
    color:#000 !important;
    border-color:#fff;
}

.ibx-final-cta .ibx-offer-btn:hover{
    background:#000;
    color:#fff !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:991px){

    .ibx-section-title h2,
    .ibx-gallery-intro h2{
        font-size:27px;
    }

    .ibx-gallery-image{
        height:230px;
    }

    .ibx-faq-grid{
        gap:12px;
    }

    .ibx-review-card{
        padding:30px 25px;
    }

}


@media(max-width:767px){

    body{
        font-size:13px;
    }

    p,
    li,
    span,
    a,
    button{
        font-size:13px;
    }

    .ibx-offer-inner h3{
        font-size:19px;
    }

    .ibx-offer-strip{
        padding:25px 15px;
    }

    .ibx-gallery-section,
    .ibx-testimonial-section,
    .ibx-faq-section{
        padding:60px 0;
    }

    .ibx-gallery-intro h2{
        font-size:24px;
    }

    .ibx-gallery-image{
        height:245px;
    }

    .ibx-seo-box{
        padding:25px 20px;
    }

    .ibx-seo-box h2{
        font-size:23px;
    }

    .ibx-testimonial-heading h2{
        font-size:25px;
    }

    .ibx-review-card{
        padding:27px 20px;
    }

    .ibx-review-text{
        font-size:13px;
    }

    .ibx-review-track{
        min-height:390px;
    }

    .ibx-ap-profile{
        margin-left:15px;
        margin-right:15px;
    }

    .ibx-faq-grid{
        display:block;
    }

    .ibx-faq-question{
        padding:16px 13px;
    }

    .ibx-faq-answer{
        padding:0 15px 20px 60px;
        font-size:12px;
    }

    .ibx-faq-heading h2{
        font-size:27px;
    }

    .ibx-final-cta h2{
        font-size:27px;
    }

    .ibx-lightbox{
        padding:12px;
    }

    .ibx-lightbox-image-area{
        max-height:56vh;
    }

    .ibx-lightbox-image{
        max-height:54vh;
        border-width:3px;
    }

    .ibx-lightbox-close{
        top:-52px;
        right:0;
    }

    .ibx-lightbox-prev,
    .ibx-lightbox-next{
        width:42px;
        height:42px;
        font-size:18px;
    }

    .ibx-lightbox-prev{
        left:3px;
    }

    .ibx-lightbox-next{
        right:3px;
    }

    .ibx-lightbox-title{
        font-size:16px;
    }

    .ibx-lightbox-btn{
        min-width:120px;
        padding:9px 13px;
        font-size:12px;
    }

}


@media(max-width:480px){

    .ibx-offer-actions{
        display:block;
    }

    .ibx-offer-btn{
        display:block;
        max-width:290px;
        margin:8px auto;
    }

    .ibx-gallery-image{
        height:220px;
    }

    .ibx-gallery-image-wrap{
        margin:8px;
        padding:7px;
    }

    .ibx-gallery-content h3{
        font-size:16px;
    }

    .ibx-review-track{
        min-height:440px;
    }

    .ibx-review-client{
        align-items:flex-start;
    }

    .ibx-lightbox-actions{
        gap:6px;
    }

}


/* =========================================================
   ACCESSIBILITY / FOCUS
========================================================= */

button:focus,
a:focus{
    outline:2px solid #fff;
    outline-offset:2px;
}

.ibx-faq-section button:focus{
    outline:2px solid #000;
}
