/* Page-specific styles for dynamic-website-development-company-india.php; extracted without visual redesign. */

html{
    scroll-behavior:smooth;
}

body{
    font-size:15px;
    color:#222;
    background:#fff;
}

img{
    max-width:100%;
}

a{
    transition:all .3s ease;
}


/* =====================================================
   HERO
===================================================== */

.website-hero{
    position:relative;
    overflow:hidden;
    padding:95px 0 85px;
    background:
        radial-gradient(circle at 10% 20%,rgba(255,193,7,.17),transparent 28%),
        radial-gradient(circle at 90% 80%,rgba(255,193,7,.12),transparent 30%),
        linear-gradient(135deg,#050505,#121212 55%,#050505);
    color:#fff !important;
}

.website-hero *{
    color:#fff !important;
}

.hero-label{
    display:inline-block;
    padding:8px 17px;
    border:1px solid #ffc107;
    border-radius:30px;
    color:#ffc107 !important;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.website-hero h1{
    font-size:51px;
    line-height:1.12;
    font-weight:800;
    margin:0 0 20px;
}

.website-hero h1 span{
    color:#ffc107 !important;
}

.website-hero p{
    color:#fff !important;
    font-size:17px;
    line-height:1.8;
    max-width:800px;
    margin-bottom:25px;
}

.hero-offer{
    display:inline-block;
    padding:13px 20px;
    border-radius:7px;
    background:#ffc107;
    color:#111 !important;
    font-weight:800;
    font-size:17px;
    margin-bottom:25px;
}

.hero-offer i{
    color:#111 !important;
}

.hero-button{
    display:inline-block;
    padding:14px 25px;
    border-radius:5px;
    text-decoration:none !important;
    font-weight:800;
    margin:4px;
    border:1px solid #ffc107;
}

.hero-button-primary{
    background:#ffc107;
    color:#111 !important;
}

.hero-button-primary:hover{
    background:#fff;
    color:#111 !important;
}

.hero-button-outline{
    color:#fff !important;
    background:transparent;
}

.hero-button-outline:hover{
    background:#fff;
    color:#111 !important;
}


/* Hero visual */

.website-visual{
    padding:15px;
}

.code-window{
    border-radius:17px;
    background:#0b0b0b;
    border:1px solid #ffc107;
    box-shadow:0 25px 70px rgba(0,0,0,.6);
    overflow:hidden;
}

.code-top{
    padding:13px 17px;
    border-bottom:1px solid #333;
}

.code-dot{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ffc107;
    margin-right:5px;
}

.code-body{
    padding:30px 25px;
    text-align:left;
}

.code-icon{
    text-align:center;
    margin-bottom:20px;
}

.code-icon i{
    color:#ffc107 !important;
    font-size:65px;
}

.code-body h3{
    color:#fff !important;
    text-align:center;
    font-size:25px;
    font-weight:800;
}

.code-body p{
    color:#fff !important;
    text-align:center;
    font-size:13px;
    margin:10px 0 0;
}


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

.website-section{
    padding:85px 0;
}

.website-dark{
    background:#080808;
    color:#fff !important;
}

.website-dark *{
    color:#fff !important;
}

.website-light{
    background:#f8f8f8;
}

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

.section-heading .mini{
    color:#d69e00 !important;
    font-size:13px;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:8px;
}

.website-dark .section-heading .mini{
    color:#ffc107 !important;
}

.section-heading h2{
    font-size:37px;
    font-weight:800;
    margin:0 0 12px;
}

.section-heading p{
    font-size:16px;
    line-height:1.7;
    max-width:820px;
    margin:0 auto;
}

.website-dark .section-heading p{
    color:#fff !important;
}


/* =====================================================
   PACKAGE CARDS
===================================================== */

.web-package{
    position:relative;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:17px;
    padding:30px 24px 25px;
    margin-bottom:30px;
    min-height:625px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:all .35s ease;
    overflow:hidden;
}

.web-package:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:4px;
    background:#ffc107;
}

.web-package:hover{
    transform:translateY(-9px);
    border-color:#ffc107;
    box-shadow:0 22px 50px rgba(0,0,0,.14);
}

.web-package.popular{
    border:2px solid #ffc107;
    transform:translateY(-8px);
}

.web-package.popular:hover{
    transform:translateY(-14px);
}

.package-badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#ffc107;
    color:#111 !important;
    padding:6px 11px;
    border-radius:20px;
    font-size:10px;
    font-weight:800;
}

.package-icon{
    width:67px;
    height:67px;
    line-height:67px;
    text-align:center;
    background:#111;
    border-radius:50%;
    color:#ffc107 !important;
    font-size:27px;
    margin-bottom:18px;
}

.package-icon i{
    color:#ffc107 !important;
}

.web-package h3{
    color:#111 !important;
    font-size:25px;
    font-weight:800;
    margin:0 0 4px;
}

.package-tagline{
    color:#777 !important;
    font-size:13px;
    min-height:38px;
}

.package-price{
    background:#111;
    border-radius:9px;
    padding:14px;
    margin:18px 0;
}

.package-price strong{
    display:block;
    color:#ffc107 !important;
    font-size:26px;
    line-height:1.2;
}

.package-price span{
    color:#fff !important;
    font-size:12px;
}

.package-list{
    list-style:none;
    padding:0;
    margin:0 0 20px;
}

.package-list li{
    position:relative;
    padding:7px 0 7px 24px;
    border-bottom:1px dashed #eee;
    color:#333 !important;
    font-size:13px;
    line-height:1.45;
}

.package-list li:before{
    content:"\f00c";
    font-family:"FontAwesome";
    position:absolute;
    left:0;
    top:7px;
    color:#d69e00;
}

.package-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#111;
    color:#fff !important;
    border-radius:6px;
    padding:13px;
    text-decoration:none !important;
    font-weight:800;
}

.package-btn:hover{
    background:#ffc107;
    color:#111 !important;
}


/* =====================================================
   TECHNOLOGY / FEATURES
===================================================== */

.feature-card{
    background:#111;
    border:1px solid #333;
    border-radius:15px;
    padding:28px 23px;
    height:100%;
    transition:all .3s ease;
}

.feature-card:hover{
    transform:translateY(-7px);
    border-color:#ffc107;
}

.feature-icon{
    width:55px;
    height:55px;
    line-height:55px;
    text-align:center;
    background:#ffc107;
    color:#111 !important;
    border-radius:50%;
    margin-bottom:17px;
    font-size:22px;
}

.feature-icon i{
    color:#111 !important;
}

.feature-card h3{
    color:#fff !important;
    font-size:19px;
    font-weight:800;
}

.feature-card p{
    color:#fff !important;
    font-size:14px;
    line-height:1.7;
    margin:0;
}


/* =====================================================
   PROCESS
===================================================== */

.process-area{
    background:#fff;
}

.process-wrap{
    position:relative;
}

.process-line{
    position:absolute;
    left:8%;
    right:8%;
    top:46px;
    height:2px;
    background:#ffc107;
    z-index:0;
}

.process-card{
    position:relative;
    z-index:1;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    padding:27px 17px 23px;
    text-align:center;
    min-height:250px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:all .3s ease;
}

.process-card:hover{
    transform:translateY(-8px);
    border-color:#ffc107;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.process-number{
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    background:#111;
    border:4px solid #ffc107;
    color:#ffc107 !important;
    margin:0 auto 16px;
    font-size:19px;
    font-weight:800;
}

.process-icon{
    font-size:22px;
    color:#d69e00 !important;
    margin-bottom:10px;
}

.process-card h3{
    color:#111 !important;
    font-size:17px;
    font-weight:800;
    margin:0 0 8px;
}

.process-card p{
    color:#444 !important;
    font-size:13px;
    line-height:1.55;
    margin:0;
}


/* =====================================================
   WEBSITE BENEFITS
===================================================== */

.benefit-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    padding:27px;
    height:100%;
    box-shadow:0 9px 28px rgba(0,0,0,.05);
}

.benefit-box i{
    color:#d69e00;
    font-size:29px;
    margin-bottom:15px;
}

.benefit-box h3{
    color:#111 !important;
    font-size:19px;
    font-weight:800;
}

.benefit-box p{
    color:#444 !important;
    font-size:14px;
    line-height:1.7;
    margin:0;
}


/* =====================================================
   MARKET
===================================================== */

.market-card{
    background:#111;
    border:1px solid #333;
    border-radius:16px;
    padding:35px 28px;
    height:100%;
}

.market-card i{
    color:#ffc107 !important;
    font-size:35px;
    margin-bottom:18px;
}

.market-card h3{
    color:#fff !important;
    font-size:24px;
    font-weight:800;
}

.market-card p{
    color:#fff !important;
    line-height:1.8;
}

.market-tag{
    display:inline-block;
    border:1px solid #ffc107;
    border-radius:20px;
    padding:6px 11px;
    margin:3px;
    color:#fff !important;
    font-size:12px;
}


/* =====================================================
   AP PROFILE
===================================================== */

.ap-area{
    background:
        radial-gradient(circle at 10% 30%,rgba(255,193,7,.13),transparent 25%),
        linear-gradient(135deg,#050505,#111);
    padding:90px 0;
    color:#fff !important;
}

.ap-area *{
    color:#fff !important;
}

.ap-photo-wrap{
    position:relative;
    text-align:center;
}

.ap-photo-wrap:before{
    content:"";
    position:absolute;
    width:86%;
    height:86%;
    left:7%;
    top:7%;
    border-radius:50%;
    border:1px solid rgba(255,193,7,.45);
    box-shadow:0 0 55px rgba(255,193,7,.15);
}

.ap-photo{
    position:relative;
    z-index:2;
    width:390px;
    max-width:100%;
    border-radius:50%;
    border:5px solid #ffc107;
    box-shadow:0 25px 70px rgba(0,0,0,.65);
}

.ap-content{
    padding:15px 10px;
}

.ap-label{
    display:inline-block;
    background:#ffc107;
    color:#111 !important;
    padding:7px 14px;
    border-radius:20px;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
}

.ap-content h2{
    color:#fff !important;
    font-size:40px;
    font-weight:800;
    margin:15px 0 5px;
}

.ap-content h4{
    color:#ffc107 !important;
    font-size:18px;
    margin-bottom:20px;
}

.ap-content p{
    color:#fff !important;
    line-height:1.8;
    font-size:15px;
}

.ap-list{
    list-style:none;
    padding:0;
    margin:20px 0;
}

.ap-list li{
    color:#fff !important;
    margin-bottom:10px;
    font-size:14px;
}

.ap-list li i{
    color:#ffc107 !important;
    margin-right:8px;
}


/* =====================================================
   ENQUIRY
===================================================== */

.enquiry-area{
    padding:90px 0;
    background:#050505;
    color:#fff !important;
}

.enquiry-area *{
    color:#fff !important;
}

.enquiry-box{
    background:#111;
    border:1px solid #333;
    border-radius:16px;
    padding:35px;
    height:100%;
}

.enquiry-box h2{
    font-size:31px;
    font-weight:800;
    margin-bottom:10px;
}

.enquiry-box > p{
    color:#fff !important;
    line-height:1.7;
}

.form-control,
select,
textarea{
    background:#080808 !important;
    color:#fff !important;
    border:1px solid #444 !important;
    border-radius:6px !important;
    min-height:48px;
}

textarea{
    min-height:130px !important;
    padding-top:14px !important;
}

.form-control::placeholder{
    color:#fff !important;
    opacity:.85;
}

select option{
    background:#111;
    color:#fff;
}

.submit-button{
    width:100%;
    padding:15px;
    border:0;
    border-radius:6px;
    background:#ffc107;
    color:#111 !important;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
}

.submit-button:hover{
    background:#fff;
}

.direct-contact{
    border-top:1px solid #333;
    margin-top:25px;
    padding-top:20px;
}

.direct-contact p{
    margin-bottom:11px;
}

.direct-contact i{
    width:25px;
    color:#ffc107 !important;
}

.direct-contact a{
    color:#fff !important;
    text-decoration:none;
}

.direct-contact a:hover{
    color:#ffc107 !important;
}


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

.faq-area{
    background:#fff;
    padding:85px 0;
}

.faq-item{
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:12px;
    background:#fff;
}

.faq-question{
    width:100%;
    border:0;
    background:#fff;
    color:#111 !important;
    text-align:left;
    padding:19px 22px;
    padding-right:55px;
    font-size:16px;
    font-weight:800;
    position:relative;
    cursor:pointer;
}

.faq-question:hover{
    background:#fff9e6;
}

.faq-question i{
    position:absolute;
    right:20px;
    top:20px;
    color:#d69e00 !important;
}

.faq-answer{
    display:none;
    padding:0 22px 20px;
    color:#444 !important;
    font-size:14px;
    line-height:1.7;
}

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

.faq-item.active .faq-question{
    background:#111;
    color:#fff !important;
}

.faq-item.active .faq-question i{
    color:#ffc107 !important;
}


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

.final-cta{
    background:#ffc107;
    padding:55px 20px;
    text-align:center;
}

.final-cta h2{
    color:#111 !important;
    font-size:34px;
    font-weight:800;
}

.final-cta p{
    color:#111 !important;
    font-size:16px;
}

.final-btn{
    display:inline-block;
    padding:14px 27px;
    background:#111;
    color:#fff !important;
    border-radius:6px;
    text-decoration:none !important;
    font-weight:800;
    margin:5px;
}

.final-btn:hover{
    background:#fff;
    color:#111 !important;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:991px){

    .website-hero h1{
        font-size:42px;
    }

    .process-line{
        display:none;
    }

    .process-card{
        margin-bottom:25px;
    }

    .web-package{
        min-height:auto;
    }

    .web-package.popular{
        transform:none;
    }

    .web-package.popular:hover{
        transform:translateY(-8px);
    }

    .ap-content{
        text-align:center;
        margin-top:40px;
    }

}

@media(max-width:767px){

    .website-hero{
        padding:70px 0;
    }

    .website-hero h1{
        font-size:34px;
    }

    .website-hero p{
        font-size:15px;
    }

    .website-section{
        padding:60px 0;
    }

    .section-heading h2{
        font-size:29px;
    }

    .enquiry-box{
        padding:25px 18px;
        margin-bottom:25px;
    }

    .ap-content h2{
        font-size:31px;
    }

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

}
