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

/* =====================================================
   PAGE TITLE
===================================================== */

.creative-page-title{

    position:relative;

    min-height:405px;

    background-image:url("assets/img/page-title.jpg");

    background-size:cover;

    background-position:center center;

    display:flex;

    align-items:center;

    overflow:hidden;

}


.creative-page-title:before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;

    height:4px;

    background:#ffd400;

    z-index:10;

}


.creative-page-title:after{

    content:"";

    position:absolute;

    bottom:0;
    left:0;

    width:100%;

    height:3px;

    background:#ffd400;

    opacity:.4;

    z-index:10;

}


/* Overlay */

.page-title-overlay{

    position:absolute;

    top:0;
    left:0;
    right:0;
    bottom:0;

    background:
        linear-gradient(
            135deg,
            rgba(0,0,0,.96),
            rgba(0,0,0,.78),
            rgba(0,0,0,.58)
        );

    z-index:1;

}


/* Decorative Shapes */

.page-title-shape{

    position:absolute;

    border:1px solid rgba(255,212,0,.20);

    transform:rotate(45deg);

    z-index:2;

}


.shape-one{

    width:190px;

    height:190px;

    right:7%;

    top:-90px;

}


.shape-two{

    width:130px;

    height:130px;

    left:5%;

    bottom:-70px;

}


.shape-three{

    width:65px;

    height:65px;

    right:27%;

    bottom:25px;

    border-color:rgba(255,255,255,.10);

}


/* Content */

.creative-page-title-content{

    position:relative;

    z-index:5;

    width:100%;

    text-align:center;

    padding:65px 15px 55px;

}


/* Brand Badge */

.page-title-brand{

    display:inline-flex;

    align-items:center;

    background:rgba(255,212,0,.10);

    border:1px solid rgba(255,212,0,.45);

    color:#ffd400;

    padding:8px 18px;

    border-radius:30px;

    font-size:11px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:17px;

}


.brand-dot{

    width:7px;

    height:7px;

    background:#ffd400;

    border-radius:50%;

    margin-right:8px;

}


/* Main Heading */

.creative-page-title h1{

    color:#ffffff;

    font-size:43px;

    line-height:1.2;

    font-weight:800;

    margin:0;

}


.creative-page-title h1 span{

    color:#ffd400;

}


.page-title-line{

    width:70px;

    height:4px;

    background:#ffd400;

    margin:17px auto 15px;

    border-radius:10px;

}


.creative-page-title p{

    color:#eeeeee;

    font-size:14px;

    line-height:1.7;

    max-width:800px;

    margin:0 auto 20px;

}


/* =====================================================
   ABHISHEK PATHAK
===================================================== */

.ap-branding{

    display:inline-flex;

    align-items:center;

    background:rgba(255,255,255,.07);

    border:1px solid rgba(255,255,255,.17);

    padding:8px 18px 8px 8px;

    border-radius:50px;

    margin-bottom:20px;

    text-align:left;

    text-decoration:none !important;

}


.ap-circle{

    width:43px;

    height:43px;

    line-height:43px;

    text-align:center;

    background:#ffd400;

    color:#111111;

    border-radius:50%;

    font-size:13px;

    font-weight:900;

    margin-right:10px;

}


.ap-branding small{

    display:block;

    color:#aaaaaa;

    font-size:9px;

    line-height:12px;

    text-transform:uppercase;

    letter-spacing:.7px;

}


.ap-branding strong{

    display:block;

    color:#ffffff;

    font-size:13px;

    line-height:17px;

}


.ap-branding:hover{

    border-color:#ffd400;

}


.ap-branding:hover strong{

    color:#ffd400;

}


/* =====================================================
   PAGE TITLE BUTTONS
===================================================== */

.page-title-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:9px;

}


.page-title-buttons a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:145px;

    padding:11px 20px;

    border-radius:7px;

    font-size:12px;

    font-weight:700;

    text-decoration:none !important;

    transition:all .25s ease;

}


.page-title-buttons i{

    margin-right:7px;

}


.page-title-wa{

    background:#25d366;

    color:#ffffff !important;

}


.page-title-wa:hover{

    background:#1ebe5d;

    transform:translateY(-2px);

}


.page-title-call{

    background:#ffd400;

    color:#111111 !important;

}


.page-title-call:hover{

    background:#ffffff;

    transform:translateY(-2px);

}


/* =====================================================
   SERVICES INTRO AREA
===================================================== */

.website-services-area{

    background:#f7f7f7;

    padding:65px 0 55px;

}


/* Intro */

.services-intro{

    text-align:center;

    max-width:880px;

    margin:0 auto 45px;

}


.services-label{

    display:inline-block;

    background:#ffd400;

    color:#111111;

    padding:7px 16px;

    border-radius:30px;

    font-size:11px;

    font-weight:800;

    letter-spacing:.5px;

    text-transform:uppercase;

    margin-bottom:15px;

}


.services-intro h2{

    color:#111111;

    font-size:34px;

    line-height:1.25;

    font-weight:800;

    margin:0 0 14px;

}


.services-intro h2 span{

    color:#c39d00;

}


.services-intro p{

    color:#666666;

    font-size:14px;

    line-height:1.8;

    margin:0;

}


/* =====================================================
   BLOG/INSIGHT GRID
===================================================== */

.website-insight-card{

    background:#ffffff;

    border-radius:14px;

    overflow:hidden;

    border:1px solid #eeeeee;

    margin-bottom:35px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.07);

    transition:all .3s ease;

}


.website-insight-card:hover{

    transform:translateY(-7px);

    box-shadow:
        0 16px 40px rgba(0,0,0,.13);

}


/* =====================================================
   IMAGE
===================================================== */

.creative-blog-image{

    position:relative;

    width:100%;

    height:245px;

    overflow:hidden;

    background:#111111;

    cursor:pointer;

}


.creative-blog-image img{

    display:block;

    width:100% !important;

    height:245px !important;

    min-width:100%;

    max-width:100%;

    min-height:245px;

    max-height:245px;

    object-fit:cover;

    object-position:center center;

    margin:0;

    padding:0;

    border:0;

    transition:transform .5s ease;

}


.website-insight-card:hover
.creative-blog-image img{

    transform:scale(1.06);

}


/* Image Overlay */

.blog-image-overlay{

    position:absolute;

    top:0;
    left:0;
    right:0;
    bottom:0;

    background:rgba(0,0,0,.48);

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:all .3s ease;

}


.website-insight-card:hover
.blog-image-overlay{

    opacity:1;

}


.blog-view-icon{

    width:58px;

    height:58px;

    line-height:58px;

    text-align:center;

    border-radius:50%;

    background:#ffd400;

    color:#111111;

    font-size:20px;

}


/* Number */

.blog-number{

    position:absolute;

    left:15px;

    top:15px;

    width:42px;

    height:42px;

    line-height:42px;

    text-align:center;

    border-radius:9px;

    background:#111111;

    color:#ffd400;

    font-size:14px;

    font-weight:800;

    z-index:4;

}


/* Category */

.blog-category{

    position:absolute;

    right:15px;

    top:15px;

    background:#ffd400;

    color:#111111;

    padding:7px 11px;

    border-radius:20px;

    font-size:10px;

    font-weight:800;

    z-index:4;

    max-width:65%;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

}


/* =====================================================
   CARD CONTENT
===================================================== */

.website-insight-content{

    padding:23px 21px 22px;

}


/* Title */

.website-insight-content h2{

    margin:0 0 12px;

    font-size:19px;

    line-height:1.45;

    font-weight:750;

    min-height:55px;

}


.website-insight-content h2 a{

    color:#111111;

    text-decoration:none !important;

}


.website-insight-content h2 a:hover{

    color:#c39d00;

}


/* Description */

.website-insight-description{

    color:#777777;

    font-size:13px;

    line-height:1.7;

    margin:0 0 18px;

    min-height:44px;

}


/* =====================================================
   CARD BUTTONS
===================================================== */

.insight-actions{

    display:flex;

    align-items:center;

    gap:7px;

    border-top:1px solid #eeeeee;

    padding-top:15px;

}


.insight-actions a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 11px;

    border-radius:7px;

    font-size:11px;

    font-weight:700;

    text-decoration:none !important;

    white-space:nowrap;

    transition:all .25s ease;

}


.insight-read{

    flex:1;

    background:#111111;

    color:#ffffff !important;

}


.insight-read i{

    margin-left:6px;

    color:#ffd400;

}


.insight-read:hover{

    background:#ffd400;

    color:#111111 !important;

}


.insight-read:hover i{

    color:#111111;

}


.insight-whatsapp{

    background:#25d366;

    color:#ffffff !important;

}


.insight-whatsapp i{

    margin-right:5px;

}


.insight-call{

    background:#eeeeee;

    color:#111111 !important;

}


.insight-call i{

    margin-right:5px;

}


.insight-call:hover{

    background:#111111;

    color:#ffd400 !important;

}


/* =====================================================
   BOTTOM CTA
===================================================== */

.website-services-cta{

    position:relative;

    background:#111111;

    border-radius:15px;

    padding:38px 30px;

    text-align:center;

    overflow:hidden;

    margin-top:5px;

}


.website-services-cta h3{

    position:relative;

    z-index:2;

    color:#ffffff;

    font-size:26px;

    line-height:1.3;

    font-weight:800;

    margin:0 0 10px;

}


.website-services-cta h3 span{

    color:#ffd400;

}


.website-services-cta p{

    position:relative;

    z-index:2;

    color:#cccccc;

    font-size:13px;

    line-height:1.7;

    margin:0 auto 20px;

    max-width:700px;

}


.cta-buttons{

    position:relative;

    z-index:3;

}


.cta-buttons a{

    display:inline-block;

    padding:12px 20px;

    margin:5px;

    border-radius:7px;

    font-size:12px;

    font-weight:700;

    text-decoration:none !important;

}


.cta-website{

    background:#ffd400;

    color:#111111 !important;

}


.cta-whatsapp{

    background:#25d366;

    color:#ffffff !important;

}


.cta-call{

    background:#ffffff;

    color:#111111 !important;

}


/* =====================================================
   POPUP
===================================================== */

#websiteImageModal .modal-dialog{

    max-width:1050px;

    width:calc(100% - 30px);

    margin:30px auto;

}


#websiteImageModal .modal-content{

    background:#111111;

    border:0;

    border-radius:14px;

    overflow:hidden;

    box-shadow:
        0 20px 70px rgba(0,0,0,.55);

}


#websiteImageModal .modal-header{

    background:#111111;

    border-bottom:
        1px solid rgba(255,255,255,.12);

    padding:15px 20px;

}


#websiteImageModal .modal-title{

    color:#ffffff;

    font-size:16px;

    font-weight:700;

    padding-right:30px;

}


#websiteImageModal .modal-title span{

    color:#ffd400;

}


#websiteImageModal .close{

    color:#ffffff;

    opacity:1;

    font-size:28px;

    text-shadow:none;

    outline:none;

}


#websiteImageModal .modal-body{

    padding:0;

    background:#111111;

}


.website-slider-image{

    width:100% !important;

    height:570px !important;

    min-height:570px;

    max-height:570px;

    object-fit:contain;

    object-position:center center;

    display:block;

    background:#111111;

}


#websiteImageModal .carousel-control-prev,
#websiteImageModal .carousel-control-next{

    width:70px;

}


#websiteImageModal .carousel-control-prev-icon,
#websiteImageModal .carousel-control-next-icon{

    background-color:#ffd400;

    border-radius:50%;

    width:42px;

    height:42px;

    background-size:45%;

}


#websiteImageModal .modal-footer{

    background:#111111;

    border-top:
        1px solid rgba(255,255,255,.12);

    justify-content:center;

    padding:13px;

}


.popup-note{

    color:#aaaaaa;

    font-size:11px;

}


.popup-note strong{

    color:#ffd400;

}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .creative-page-title{

        min-height:370px;

    }


    .creative-page-title h1{

        font-size:35px;

    }


    .creative-blog-image{

        height:225px;

    }


    .creative-blog-image img{

        height:225px !important;

        min-height:225px;

        max-height:225px;

    }


    .website-slider-image{

        height:450px !important;

        min-height:450px;

        max-height:450px;

    }

}


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

@media(max-width:767px){

    .creative-page-title{

        min-height:420px;

    }


    .creative-page-title-content{

        padding:55px 15px 45px;

    }


    .creative-page-title h1{

        font-size:29px;

    }


    .creative-page-title p{

        font-size:12px;

    }


    .page-title-buttons{

        width:100%;

    }


    .page-title-buttons a{

        min-width:135px;

    }


    .creative-blog-image{

        height:235px;

    }


    .creative-blog-image img{

        height:235px !important;

        min-height:235px;

        max-height:235px;

    }


    /*
     * IMPORTANT:
     * Extra bottom gap between every card
     */

    .website-insight-card{

        margin-bottom:30px;

    }


    .website-insight-content{

        padding:22px 18px 22px;

    }


    .insight-actions{

        flex-wrap:wrap;

    }


    .insight-read{

        flex:100%;

        width:100%;

    }


    .insight-whatsapp,
    .insight-call{

        flex:1;

    }


    #websiteImageModal .modal-dialog{

        width:calc(100% - 16px);

        margin:15px auto;

    }


    .website-slider-image{

        height:330px !important;

        min-height:330px;

        max-height:330px;

    }


    #websiteImageModal .carousel-control-prev,
    #websiteImageModal .carousel-control-next{

        width:45px;

    }

}


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

@media(max-width:480px){

    .creative-page-title{

        min-height:430px;

    }


    .creative-page-title h1{

        font-size:25px;

    }


    .ap-branding{

        padding-right:13px;

    }


    .page-title-buttons a{

        width:100%;

        max-width:260px;

    }


    .creative-blog-image{

        height:220px;

    }


    .creative-blog-image img{

        height:220px !important;

        min-height:220px;

        max-height:220px;

    }


    .website-insight-card{

        margin-bottom:27px;

    }


    .website-insight-content h2{

        font-size:18px;

    }


    .website-slider-image{

        height:270px !important;

        min-height:270px;

        max-height:270px;

    }


    .website-services-cta{

        padding:30px 18px;

    }


    .website-services-cta h3{

        font-size:21px;

    }

}
