/*
Theme Name: Agra Web Hosting Theme
Theme URI: https://agrawebhosting.com
Author: Agra Web Hosting
Description: Custom WordPress theme for AgraWebHosting.com
Version: 1.0
License: GPL2
*/

body{
font-family: 'Poppins', sans-serif;
margin:0;
padding:0;
background:#f7f7f7;
}
.top-bar{
background:#0A2540;
color:#fff;
font-size:14px;
}

.topbar-flex{
display:flex;
justify-content:space-between;
padding:8px 0;
}

.top-bar a{
color:#fff;
text-decoration:none;
margin-left:15px;
}
.site-header{
background:#ffffff;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
position:sticky;
top:0;
z-index:1000;
}

.container{
width:1200px;
margin:auto;
}

.header-flex{
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 0;
}
.logo img{
max-height:70px;
width:auto;
}

.custom-logo-link{
display:flex;
align-items:center;
}
.logo a{
font-size:22px;
font-weight:600;
color:#0A2540;
text-decoration:none;
}

.main-menu{
display:flex;
align-items:center;
gap:25px;
}

.main-menu ul{
display:flex;
gap:25px;
list-style:none;
margin:0;
padding:0;
}

.main-menu ul li a{
text-decoration:none;
color:#333;
font-weight:500;
}

.main-menu ul li a:hover{
color:#00C2FF;
}
.main-menu ul li{
position:relative;
}

.main-menu ul li ul{
display:none;
position:absolute;
top:100%;
left:0;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
padding:10px 0;
min-width:220px;
border-radius:6px;
z-index:999;
}

.main-menu ul li ul li{
padding:0;
}

.main-menu ul li ul li a{
display:block;
padding:10px 20px;
color:#333;
text-decoration:none;
}

.main-menu ul li ul li a:hover{
background:#f5f7ff;
color:#673DE6;
}

.main-menu ul li:hover > ul{
display:block;
}
@media (max-width:768px){



}
.btn-hosting{
background:#673DE6;
color:#fff;
padding:10px 20px;
border-radius:6px;
text-decoration:none;
font-weight:500;
}

.menu-toggle{
display:none;
font-size:26px;
background:none;
border:none;
cursor:pointer;
}
@media (max-width:900px){

.container{
width:90%;
}

.menu-toggle{
display:block;
}

.main-menu{
position:absolute;
top:70px;
left:0;
width:100%;
background:#fff;
flex-direction:column;
align-items:flex-start;
padding:20px;
display:none;
}

.main-menu.active{
display:flex;
}

.main-menu ul{
flex-direction:column;
width:100%;
}

.main-menu ul li{
padding:10px 0;
}

}
.hero{
background:linear-gradient(120deg,#0A2540,#00C2FF);
color:white;
padding:100px 0;
}

.hero h1{
font-size:48px;
}

.btn-primary{
background:#FF7A00;
padding:12px 25px;
color:white;
text-decoration:none;
border-radius:6px;
}

.pricing{
padding:60px 0;
background:white;
}

.plan{
border:1px solid #eee;
padding:30px;
border-radius:10px;
text-align:center;
}

/* =================================
   HERO SECTION - MAIN HOMEPAGE BANNER
================================= */

.hero-section{
background:linear-gradient(135deg,#673DE6,#3A1C9B);
color:white;
padding:80px 0;
}

/* =================================
   HERO GRID LAYOUT
================================= */

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:60px;
}

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

.hero-content h1{
font-size:48px;
line-height:1.2;
margin-bottom:20px;
}

/* =================================
   HERO SUBTITLE TEXT
================================= */

.hero-subtitle{
font-size:18px;
opacity:0.9;
margin-bottom:25px;
}

/* =================================
   HERO FEATURES LIST
================================= */

.hero-features{
display:flex;
gap:20px;
flex-wrap:wrap;
margin-bottom:25px;
font-size:15px;
}

/* =================================
   HERO PRICE TEXT
================================= */

.hero-price{
font-size:22px;
margin-bottom:25px;
}

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

.hero-buttons{
display:flex;
gap:15px;
margin-bottom:20px;
}

.btn-primary{
background:#ff7a00;
padding:14px 28px;
border-radius:6px;
color:white;
text-decoration:none;
font-weight:600;
}

.btn-secondary{
border:2px solid white;
padding:12px 26px;
border-radius:6px;
color:white;
text-decoration:none;
}

/* =================================
   HERO TRUST TEXT
================================= */

.hero-trust{
font-size:14px;
opacity:0.9;
}

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

.hero-image img{
width:100%;
height:100%;
 max-width:500px;

}

/* =================================
   RESPONSIVE HERO SECTION
================================= */

@media (max-width:900px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero-buttons{
justify-content:center;
}

.hero-features{
justify-content:center;
}

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

}
/* =================================
   HOSTING PRICING SECTION
================================= */

.pricing-section{
padding:50px 0;
background:#f7f9fc;
text-align:center;
}

/* =================================
   PRICING TITLE
================================= */

.pricing-title{
font-size:36px;
margin-bottom:10px;
}

.pricing-subtitle{
color:#666;
margin-bottom:60px;
}

/* =================================
   PRICING GRID LAYOUT
================================= */

.pricing-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

/* =================================
   PRICING CARD
================================= */

.pricing-card{
background:white;
padding:40px 30px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:all 0.3s ease;
position:relative;
}

/* =================================
   PRICING CARD HOVER EFFECT
================================= */

.pricing-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

/* =================================
   FEATURED PLAN (BUSINESS)
================================= */

.pricing-card.featured{
border:2px solid #673DE6;
transform:scale(1.05);
}

/* =================================
   FEATURED RIBBON
================================= */

.ribbon{
position:absolute;
top:-10px;
right:-10px;
background:#673DE6;
color:white;
padding:6px 14px;
font-size:13px;
border-radius:4px;
}

/* =================================
   PRICE TEXT
================================= */

.price{
font-size:40px;
font-weight:700;
margin:20px 0;
}

.price span{
font-size:16px;
color:#666;
}

/* =================================
   BILLING NOTE
================================= */

.billing-note{
font-size:13px;
color:#888;
margin-bottom:20px;
}

/* =================================
   PRICING FEATURES LIST
================================= */

.pricing-features{
list-style:none;
padding:0;
margin:0 0 30px 0;
}

.pricing-features li{
padding:8px 0;
border-bottom:1px solid #eee;
font-size:15px;
}

/* =================================
   PRICING BUTTON
================================= */

.pricing-btn{
display:inline-block;
background:#ff7a00;
color:white;
padding:12px 28px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

/* =================================
   RESPONSIVE PRICING SECTION
================================= */

@media (max-width:900px){

.pricing-grid{
grid-template-columns:1fr;
}

.pricing-card.featured{
transform:none;
}

}
/* =================================
   FEATURES SECTION - WHY CHOOSE US
================================= */

.features-section{
padding:100px 0;
background:#ffffff;
text-align:center;
}

/* =================================
   FEATURES SECTION TITLE
================================= */

.features-title{
font-size:36px;
margin-bottom:10px;
}

.features-subtitle{
color:#666;
margin-bottom:60px;
}

/* =================================
   FEATURES GRID LAYOUT
================================= */

.features-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

/* =================================
   FEATURE BOX
================================= */

.feature-box{
padding:30px;
border-radius:10px;
transition:all 0.3s ease;
}

/* =================================
   FEATURE BOX HOVER EFFECT
================================= */

.feature-box:hover{
background:#f7f9fc;
transform:translateY(-5px);
}

/* =================================
   FEATURE ICON
================================= */

.feature-icon{
font-size:40px;
margin-bottom:15px;
}

/* =================================
   FEATURE TITLE
================================= */

.feature-box h3{
font-size:20px;
margin-bottom:10px;
}

/* =================================
   FEATURE DESCRIPTION
================================= */

.feature-box p{
color:#666;
font-size:15px;
line-height:1.6;
}

/* =================================
   RESPONSIVE FEATURES SECTION
================================= */

@media (max-width:900px){

.features-grid{
grid-template-columns:1fr;
}

}
footer{
background:#0A2540;
color:white;
padding:40px 0;
}
/* ================= DOMAIN SEARCH SECTION ================= */

.domain-search{
background:#f7f8fc;
padding:50px 20px;
text-align:center;
}

.container{
max-width:1200px;
margin:auto;
}

/* Section Heading */

.section-title{
font-size:36px;
font-weight:700;
margin-bottom:10px;
color:#111;
}

.section-subtitle{
color:#666;
margin-bottom:40px;
font-size:16px;
}

/* Domain Search Form */

.domain-form{
display:flex;
justify-content:center;
gap:10px;
flex-wrap:wrap;
}

/* Domain Input Field */

.domain-form input{
width:320px;
padding:16px;
border-radius:10px;
border:1px solid #ddd;
font-size:16px;
outline:none;
}

/* Domain Extension Dropdown */

.domain-form select{
padding:16px;
border-radius:10px;
border:1px solid #ddd;
font-size:16px;
background:white;
}

/* Search Button */

.domain-form button{
padding:16px 28px;
background:#673DE6;
color:white;
border:none;
border-radius:10px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

/* Button Hover Effect */

.domain-form button:hover{
background:#512cc5;
transform:translateY(-2px);
}

/* Domain Price Tags */

.domain-prices{
margin-top:30px;
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
font-size:15px;
}

.domain-prices span{
background:white;
padding:10px 18px;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}
/* ================= DOMAIN SEARCH RESPONSIVE ================= */

/* ================= DOMAIN SEARCH RESPONSIVE ================= */

@media (max-width: 768px) {
    .domain-search {
        padding: 30px 15px; /* Thoda padding kam kiya mobile ke liye */
    }

    .domain-form {
        flex-direction: column;
        align-items: center;
        gap: 15px; /* Mobile par elements ke beech thoda zyada gap */
    }

    /* Sabhi elements ko flexible banane ke liye width: 100% karein */
    .domain-form input, 
    .domain-form select, 
    .domain-form button {
        width: 100% !important; 
        max-width: 90%; /* Taaki screen ke edges se bilkul na chipke */
        box-sizing: border-box; /* Padding ko width ke andar rakhne ke liye */
    }

.domain-prices {
        display: flex;
        flex-direction: row; /* Column se wapas Row mein change karein */
        flex-wrap: wrap;    /* Taaki next line mein move ho sakein */
        justify-content: center;
        gap: 10px;          /* Tags ke beech ka gap */
        margin-top: 20px;
    }

    .domain-prices span {
        /* Ek line mein 2 tags dikhane ke liye width calculate karein */
        /* (100% - gap) / 2 */
        width: calc(50% - 10px); 
        
        box-sizing: border-box;
        font-size: 14px;
        padding: 10px 5px;
        text-align: center;
    }
}
/* ================= BLOG SECTION STYLES ================= */
.blog-section {
    padding: 60px 20px;
    background: #fff;
    text-align: center; /* Heading aur Subtitle ko center karega */
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-top: 40px;
}

.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    width: calc(33.333% - 20px); /* Desktop par 3 cards */
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #111;
}

.blog-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Read More Button */
.read-more {
    display: inline-block;
    color: #673DE6;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.read-more:hover {
    border-bottom: 2px solid #673DE6;
}

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

/* Tablets (2 Cards) */
@media (max-width: 992px) {
    .blog-card {
        width: calc(50% - 15px);
    }
}

/* Mobile (1 Card) */
@media (max-width: 600px) {
    .blog-card {
        width: 100%; /* Mobile par full width card */
    }
    
    .section-title {
        font-size: 26px;
    }
}
/* =================================================
   INNER PAGES STYLES (Privacy, About, Terms, etc.)
   ================================================= */

/* Page Header / Banner */
.page-header {
    background: linear-gradient(135deg, #673DE6, #3A1C9B);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.page-header h1 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
}

/* Page Content Wrapper */
.page-content-wrapper {
    padding: 60px 0;
    background: #f7f9fc; /* Light background for contrast */
}

/* The White Content Card */
.content-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    line-height: 1.8;
    color: #444;
}

/* Typography for Inner Pages */
.content-card h2 {
    color: #0A2540;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 4px solid #673DE6;
    padding-left: 15px;
}

.content-card h3 {
    color: #673DE6;
    font-size: 20px;
    margin-top: 30px;
}

.content-card p {
    margin-bottom: 20px;
    font-size: 16px;
}

/* List Styling */
.content-card ul, .content-card ol {
    margin-bottom: 25px;
    padding-left: 20px;
}

.content-card li {
    margin-bottom: 10px;
}

/* Contact Details Box in Policy */
.contact-info-box {
    background: #f0edff;
    padding: 25px;
    border-radius: 8px;
    border: 1px dashed #673DE6;
    margin: 30px 0;
}

/* Responsive for Inner Pages */
@media (max-width: 768px) {
    .page-header {
        padding: 40px 15px;
    }
    
    .page-header h1 {
        font-size: 28px;
    }

    .content-card {
        padding: 25px;
        border-radius: 0; /* Full width on mobile */
    }
    
   
}
/* --- Footer Base Styles --- */
.site-footer {
    background-color: #1a1a2e; /* Deep dark blue, common for tech/hosting */
    color: #e0e0e0;
    font-family: sans-serif;
    padding-top: 60px;
    margin-top: 40px; /* Separation from main content */
}

.site-footer a {
    color: #a0a0b5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #ffffff;
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-heading {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

/* --- Top Footer Flex Layout --- */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer-widget {
    flex: 1 1 calc(25% - 40px); /* 4 columns on desktop */
    min-width: 200px;
}

.footer-widget p {
    line-height: 1.6;
    font-size: 0.95rem;
}

.footer-links ul, 
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li, 
.contact-info li {
    margin-bottom: 12px;
    font-size: 0.95rem;
}

/* --- Bottom Footer --- */
.footer-bottom {
    background-color: #11111f;
    padding: 20px 0;
    font-size: 0.9rem;
}

.copyright-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright-container p {
    margin: 0;
}

.social-links a {
    margin-left: 15px;
    font-weight: bold;
}

/* --- Responsive Breakpoints --- */
@media (max-width: 768px) {
    .footer-widget {
        flex: 1 1 calc(50% - 40px); /* 2 columns on tablets */
    }
}

@media (max-width: 480px) {
    .footer-widget {
        flex: 1 1 100%; /* 1 column on mobile phones */
    }
    
    .copyright-container {
        justify-content: center;
        text-align: center;
    }
}

/* ==========================================================================
   Single Post Typography & Container (Readability Focus)
   ========================================================================== */

/* Main container ko center karna aur reading width set karna */
.site-main.container {
    max-width: 800px; /* Blog padhne ke liye 800px width best hoti hai */
    margin: 0 auto;
    padding: 50px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ==========================================================================
   Post Header (Category, Title, Meta) - LEFT ALIGNED
   ========================================================================== */

.entry-header {
    margin-bottom: 30px;
    text-align: left !important; /* Title aur category left mein aayenge */
}

/* Category Button Style */
.post-category {
    margin-bottom: 15px;
}

.post-category a {
    background-color: #0056b3; /* Professional Blue */
    color: #ffffff;
    text-decoration: none;
    padding: 5px 12px;
    font-size: 0.85rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.3s;
}

.post-category a:hover {
    background-color: #004494;
}

/* Main Post Title */
.entry-title {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #222222;
    margin: 10px 0 20px;
    font-weight: 700;
}

/* Author and Date Meta Data */
.entry-meta {
    display: flex;
    justify-content: flex-start; /* Date aur Author ko left side layega */
    gap: 20px;
    color: #666666;
    font-size: 0.95rem;
}

.entry-meta a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
}

/* ==========================================================================
   Featured Image (Size Controlled & Fixed)
   ========================================================================== */

.post-thumbnail {
    margin-bottom: 40px;
}

.post-thumbnail img {
    width: 100%;
    height: 400px; /* Fixed height container */
    object-fit: contain; /* Shows full image, no cutting */
    background-color: #f8f9fa; /* Optional: adds a light grey background to empty spaces */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: block;
    margin: 0 auto;
}
/* ==========================================================================
   Main Content Area (Left Aligned for Easy Reading)
   ========================================================================== */

.entry-content {
    font-size: 1.15rem; /* Padhne mein aasan */
    line-height: 1.8;
    color: #333333;
    text-align: left !important; /* Content left side se shuru hoga */
}

/* Paragraphs */
.entry-content p {
    margin-bottom: 25px;
}

/* Headings inside content */
.entry-content h2, 
.entry-content h3 {
    color: #222;
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.entry-content h2 { font-size: 1.8rem; }
.entry-content h3 { font-size: 1.5rem; }

/* Links inside content */
.entry-content a {
    color: #0056b3;
    text-decoration: underline;
}

/* Blockquotes */
.entry-content blockquote {
    background: #f9f9f9;
    border-left: 5px solid #0056b3;
    margin: 30px 0;
    padding: 20px;
    font-style: italic;
    color: #555;
}

/* Images inside post content */
.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    display: block;
}

/* ==========================================================================
   Post Tags & Footer
   ========================================================================== */

.entry-footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    text-align: left !important;
}

.post-tags a {
    background: #f1f1f1;
    color: #444;
    padding: 6px 15px;
    border-radius: 20px; /* Pill shape tags */
    text-decoration: none;
    font-size: 0.9rem;
    margin-right: 8px;
    display: inline-block;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background: #0056b3;
    color: #fff;
}

/* ==========================================================================
   Next / Previous Post Navigation
   ========================================================================== */

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    background: #fdfdfd;
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.post-navigation a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.post-navigation a:hover {
    text-decoration: underline;
}

.nav-next { text-align: right; }

/* ==========================================================================
   Mobile Responsive Rules
   ========================================================================== */

@media screen and (max-width: 768px) {
    /* Tablet & Large Phones */
    .entry-title {
        font-size: 2rem; /* Title thoda chota kiya mobile ke liye */
    }
    
    .entry-content {
        font-size: 1.05rem; /* Font size adjust */
    }
}

@media screen and (max-width: 480px) {
    /* Small Phones */
    .site-main.container {
        padding: 30px 15px;
    }

    .entry-meta {
        flex-direction: column; /* Date aur Author upar-neeche show honge */
        gap: 5px;
    }

    .post-navigation {
        flex-direction: column; /* Next/Prev buttons stack honge */
        gap: 20px;
        text-align: center;
        padding: 20px;
    }
    
    .nav-next {
        text-align: center;
    }
}