/*
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:60px;
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){

.top-bar{
display:none;
}

}
.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 ================= */

@media (max-width:768px){

.domain-form{
flex-direction:column;
align-items:center;
}

.domain-form input{
width:100%;
max-width:320px;
}

.domain-form select{
width:320px;
}

.domain-form button{
width:320px;
}

}