/*
Theme Name: Astra Child
Template: astra
Author: Priyen
Version: 1.0
*/

/* Custom CSS niche lakho */
/* Body - Gilroy */
body {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy', sans-serif;
}

/* Headings - Arial */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
}
.container{
    width: 1320px !important;
}
.top-header {
    background: #000000;
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
}

.top-left span {
    margin-right: 20px;
}

.top-left i {
    margin-right: 6px;
    color: #1E88C8;
}

/* Social Icons */
.top-right a {
    display: inline-block;
    margin-left: 10px;
}

.top-right img {
    width: 30px;
    height: 30px;
    transition: 0.3s ease;
}

.top-right img:hover {
    transform: scale(1.1);
}
.custom-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff; /* Or your navbar bg */
}

/* Logo Image */
.logo-img {
    height: 55px;
    width: auto;
}

/* Navbar Links */
.navbar-nav .nav-link {
    font-weight: 600;
    margin: 0 15px;
    color: #000;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #1E88C8;
}

/* Contact Button */
.contact-btn {
    background-color: #1E88C8;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #1E88C8;
    transition: all 0.3s ease;
}

/* Hover Effect */
.contact-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}
/* Hero Section */
.hero-section {
    background: #dfe6ee;
    padding: 40px 0;
}

/* Main Heading */
.hero-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

/* Highlight Text */
.highlight {
    color: #1E88C8;
}

/* Sub Text */
.hero-sub {
    font-size: 18px;
    margin-top: 20px;
    color: #333;
}

/* Typing Text */
.typing-text {
    font-size: 24px;
    font-weight: 700;
    color: #1E88C8;
    min-height: 35px;
    margin-top: 15px;
}

/* Button */
.hero-btn {
    background: #1E88C8;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s ease;
    border: 2px solid #1E88C8;
}

.hero-btn:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

/* Client Satisfaction */
.client-box {
    margin-top: 40px;
}

.client-box h2 {
    font-size: 48px;
    font-weight: 800;
}

.client-box p {
    font-weight: 600;
}
.hero-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.about-section {
    background: #FFFFFF;
    padding: 40px 0;
}

/* Image */
.about-image {
    width: 100%;
    height: 450px;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Title */
.about-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Paragraph */
.about-text {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

/* Icon Box */
.icon-box h5 {
    font-weight: 600;
    margin-top: 15px;
}

.icon-box p {
    font-size: 14px;
    color: #666;
}

/* Icon Circle */
.icon-circle {
    width: 70px;
    height: 70px;
    border: 2px solid #1E88C8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1E88C8;
}
/* Section Background */
.why-section {
    background: #FFFFFF;
    padding: 40px 0;
}

/* Title */
.why-title {
    font-size: 38px;
    font-weight: 700;
}

.why-title span {
    color: #1E88C8;
}

/* Card - Normal State */
.why-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid #000000;
    color: #000000;
}

/* Hover Effect */
.why-card:hover {
    border: 2px solid #000000;
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Optional: Heading color on hover */
.why-card:hover h4 {
    color: #1E88C8;  /* Your brand blue */
}

/* Card Heading */
.why-card h4 {
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

/* Card Text */
.why-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Image */
.why-img {
    margin-top: 25px;
    max-width: 120px;
}

.process-section {
    background: #ffffff;
    padding: 40px 0;
}

/* Title */
.process-title {
    font-size: 38px;
    font-weight: 700;
}

.process-title span {
    color: #1E88C8;
}

.process-sub {
    color: #555;
    margin-top: 10px;
}

/* Process Box */
.process-box {
    padding: 20px;
    transition: 0.3s ease;
}

/* Image */
.process-img {
    max-width: 180px;
    margin-bottom: 20px;
}

/* Number Circle */
.step-circle {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 15px auto;
    transition: all 0.3s ease;
}

/* Hover Effect (When whole box hover) */
.process-box:hover .step-circle {
    background: #1E88C8;   /* Your brand blue */
    color: #ffffff;        /* White number */
    border: 2px solid #1E88C8;
}
/* Heading */
.process-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Paragraph */
.process-box p {
    font-size: 14px;
    color: #555;
}

/* Hover Effect */
.process-box:hover {
    transform: translateY(-8px);
}

.services-section {
    background: #f3f6fa;
    padding: 40px 0;
}

/* Left Menu */
.service-item {
    padding: 18px 20px;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-item span {
    font-size: 18px;
}

.service-item:hover,
.service-item.active {
    background: #1E88C8;
    color: #fff;
}

/* Right Content */
.service-content {
    background: #ffffff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    min-height: 400px;
}

.service-content h3 {
    color: #1E88C8;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-content p {
    color: #555;
    line-height: 1.7;
}

.service-content ul {
    margin-top: 25px;
    padding-left: 0;
}

.service-content ul li {
    list-style: none;
    margin-bottom: 12px;
    font-weight: 500;
}

.service-content ul li::before {
    content: "✔ ";
    color: #1E88C8;
    font-weight: bold;
}
.services-main-title {
    font-size: 38px;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.3;
}

.services-sub-text {
    font-size: 17px;
    color: #555;
    max-width: 750px;
    margin: 20px auto 0 auto;
    margin-bottom: 20px;
    line-height: 1.7;
}
/* Section Background White */
.cta-section {
    background: #ffffff;
    padding: 40px 0;
}
.cta-img {
    width: 300px;     /* Fixed width */
    height: 300px;    /* Fixed height */
    object-fit: contain;  /* Image stretch nahi thay */
}
/* Card */
.cta-card {
    background: #dfe6ee; /* Hero light bg */
    padding: 40px 50px;
    border-radius: 10px;
    border: 2px solid #000000;   /* Black Border */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); /* Strong Shadow */
    transition: 0.3s ease;
}

/* Optional Hover Lift Effect */
.cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* Heading */
.cta-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

.cta-title span {
    color: #1E88C8;
}

/* Text */
.cta-text {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
}

.contact-btn-outline {
    display: inline-block;
    padding: 12px 30px;
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover Effect */
.contact-btn-outline:hover {
    background: #1E88C8;   /* Your brand blue */
    color: #ffffff;
    border: 2px solid #1E88C8;
}

.portfolio-section {
    background: #ffffff;
    padding: 40px 0;
}

.portfolio-title {
    font-size: 38px;
    font-weight: 700;
}

.portfolio-sub {
    color: #555;
    margin-top: 10px;
}

.portfolio-card {
    padding: 30px 30px 0 30px; /* Bottom padding remove */
    border-radius: 15px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Content top, image bottom */
}

/* Image Bottom Touch */
.portfolio-card img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    margin-top: auto; /* Push image to bottom */
}

.portfolio-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.portfolio-card p {
    font-size: 14px;
    margin-bottom: 20px;
}

/* Images */
.portfolio-card img {
    max-width: 100%;
    height: 220px;
    object-fit: contain;
}

/* Different Background Colors */
.card-one {
    background: #e6f4ea;   /* Light Green */
}

.card-two {
    background: #e8f1ff;   /* Light Blue */
}

.card-three {
    background: #fef3e8;   /* Light Orange */
}

/* Hover */
.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.footer-section {
    background: #000000;
    color: #ffffff;
    padding: 40px 0 0 0;
}

.footer-logo {
    font-weight: 700;
    color: #1E88C8;
    margin-bottom: 15px;
}

.footer-text {
    color: #cccccc;
    line-height: 1.7;
}
#ast-scroll-top {
    
    border-radius: 50% !important;   /* Perfect Round */
    background: #1E88C8 !important;  /* Tamaro theme color */
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: 25px;
    bottom: 25px;
}

/* Arrow color */
#ast-scroll-top svg {
    fill: #fff;
    
}

/* Hover effect */
#ast-scroll-top:hover {
    background: #000 !important;
    transform: translateY(-3px);
    transition: 0.3s ease;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #1E88C8;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s ease;
}

.social-icons img {
    width: 35px;
    height: 35px;
    transition: 0.3s ease;
}

/* Hover Effect */
.social-icons a:hover img {
    transform: scale(1.1);
}
/* Accreditation */
.accreditation-box img {
    width: 80px;
    margin-right: 10px;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
}

.footer-contact p {
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 6px;
}

/* Bottom Copyright */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 40px;
    padding: 20px 0;
    background: #000;
}

.footer-bottom p {
    margin: 0;
    color: #cccccc;
    font-size: 14px;
}

.footer-bottom span {
    color: #1E88C8;
    font-weight: 600;
}
.nav-link.active {
    color: #1E88C8 !important;
    font-weight: 600;
}
.about-hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dark Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.about-hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.about-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

/* Breadcrumb */
.breadcrumb-box {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    font-size: 14px;
}

.breadcrumb-box a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb-box span {
    margin: 0 6px;
    color: #ffffff;
}
.mvv-section {
    padding: 40px 0;
    background: #ffffff;
}

.mvv-title {
    font-size: 38px;
    font-weight: 700;
}

.mvv-sub {
    color: #666;
    margin-top: 10px;
}

.mvv-card {
    background: #e9f4ff;
    padding: 40px 30px;
    border-radius: 20px;
    transition: 0.3s ease;
    height: 100%;
}

.mvv-card:hover {
    background: #ffffff;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: 1px solid #000;
}

.mvv-icon {
    font-size: 40px;
    color: #1E88C8;
    margin-bottom: 20px;
}

.mvv-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.mvv-card p {
    font-size: 15px;
    color: #333;
}

.services-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.service-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #ffffff;
}

/* Different Colors */
.blue { background: #3b82f6; }
.purple { background: #8b5cf6; }
.green { background: #10b981; }
.orange { background: #f97316; }
.sky { background: #0ea5e9; }
.pink { background: #ec4899; }

.service-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}

.read-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #000;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s ease;
}

.read-btn:hover {
    background: #1E88C8;
    color: #fff;
}

.contact-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.contact-title {
    font-size: 38px;
    font-weight: 700;
}

.contact-sub {
    color: #555;
    margin-top: 15px;
}

.contact-info .info-item {
    display: flex;
    align-items: center;
    
}

.info-item i {
    font-size: 28px;
    color: #1E88C8;
    margin-right: 15px;
}

.info-item h6 {
    margin-bottom: 5px;
    font-weight: 600;
    color: black !important;
}

.info-item p {
    margin: 0;
    color: black !important;
}

/* FORM CARD */
.contact-form-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;   /* Rounded 12 */
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.form-title {
    margin-bottom: 25px;
    font-weight: 600;
}

/* Inputs */
.custom-input {
    border-radius: 12px;   /* Rounded 12 */
    padding: 12px;
    border: 1px solid #ddd;
}

.custom-input:focus {
    border-color: #1E88C8;
    box-shadow: none;
}

/* Submit Button */
.submit-btn {
    padding: 8px 20px;
    border-radius: 10px;
    border: 2px solid #000;
    background: #ffffff;
    color: #000;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: #1E88C8;
    border-color: #1E88C8;
    color: #fff;
}

.blog-section {
    background: #f8f9fa;
    padding: 40px 0;
}

.blog-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
}

.blog-img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog-content {
    padding: 20px;
}

.blog-title {
    font-weight: 600;
    font-size: 18px;
    height: 50px;
}

.blog-stats i {
    color: #1E88C8;
}

/* Pagination */
.custom-pagination .page-link {
    border-radius: 8px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #000;
}

.custom-pagination .active .page-link {
    background: #1E88C8;
    border-color: #1E88C8;
    color: #fff;
}

.service-detail-section {
    background: #f8f9fa;
    padding: 40px 0;
}

/* LEFT CONTENT */
.service-detail-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail-content p {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

/* BUTTON */
.detail-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.detail-btn:hover {
    background: #1E88C8;
    color: #fff;
}

/* RIGHT BOX */
.service-list-box {
    background: #dfe6ee;
    padding: 40px;
    border-radius: 20px;
}

.service-list-box h4 {
    font-weight: 600;
    margin-bottom: 30px;
}

/* SERVICE LIST */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.service-list a:hover {
    color: #1E88C8;
    padding-left: 8px;
}

.blog-detail-section {
    background: #f8f9fa;
    padding: 40px 0;
}

.blog-detail-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.blog-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-meta {
    color: #777;
}

.author-icon {
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50%;
}

.blog-feature-img {
    border-radius: 10px;
}

.blog-detail-card h4 {
    margin-top: 30px;
    font-weight: 600;
}

.blog-detail-card ul {
    margin-left: 20px;
}

.blog-detail-card li {
    margin-bottom: 8px;
}
.blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-link:hover {
    color: inherit;
}
/* SIDEBAR */
.sidebar-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
/* Sticky Sidebar */
.sidebar-card {
    position: sticky;
    top: 120px; /* header ni height pramane adjust kari sakay */
}
.sidebar-card h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.recent-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.recent-item p {
    font-size: 14px;
    margin: 0;
}
.portfolio-hero {
    position: relative;
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Light Gradient Overlay */
.portfolio-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(230,255,245,0.95), rgba(255,255,255,0.85));
}

.portfolio-hero-content {
    position: relative;
    z-index: 2;
}

.portfolio-hero-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

.portfolio-hero-content h4 {
    font-weight: 600;
    margin-bottom: 25px;
}

.portfolio-hero-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* CTA Button */
.portfolio-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #2E7DFF;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.portfolio-btn:hover {
    background: #000;
    color: #fff;
}

/* IMAGE */
.portfolio-hero-img {
    max-height: 650px;
    height: auto;
    position: relative;
    bottom: -50px; /* little adjust if needed */
}
.portfolio-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.portfolio-link:hover {
    color: inherit;
}
.project-info-bar {
    background: linear-gradient(90deg, #1c1f1a, #2b2e24);
    padding: 20px 0;
    color: #fff;
}

.info-item {
    position: relative;
    padding: 20px 15px;
}

.info-item h6 {
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.info-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin: 0;
}

/* Vertical Divider */
.info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,0.15);
}

.activities-section {
    background: #f8f9fa;
}

.section-title {
    font-weight: 700;
}

/* Card */
.activity-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.activity-card:hover {
    transform: translateY(-8px);
}

.activity-card img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

/* Dots */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999;
}


.carousel-indicators .active {
    background-color: #1E88C8;
}
.logo-img {
    height: 55px;
}

/* Offcanvas Custom Style */
.offcanvas {
    width: 280px;
}

.offcanvas .nav-link {
    padding: 12px 0;
    font-weight: 500;
}

.offcanvas .nav-link:hover {
    color: #1E88C8;
}
@media (max-width: 768px) {

  .container {
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
  }



}

/* Responsive */
@media (max-width: 768px) {
    .about-hero {
        height: 280px;
    }

    .about-hero-content h1 {
        font-size: 30px;
    }
    .blog-detail-card{
    padding: 20px;
    }
    .hero-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}
}
@media (max-width: 768px) {
    .top-header {
        display: none;
    }
    .hero-image {
        display: none;
    }
}