html, body {
    margin: 0; 
    padding: 0; 
     
}

/* Navbar Styling */
.navbar-dark {
    padding: 10px 0;
}
.navbar-brand img {
    height: 40px;
    width: 90px;
}
.custom-logo, .navbar-collapse{
    margin-left:20px;
}
@media (max-width: 426px) {
    .custom-logo, .navbar-collapse {
        margin-left: 0rem;
}}
.navbar-nav .nav-link {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    color:#000;
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    background-color: white;
    color: #CD2027 !important;
    border-radius: 5px;
}
.navbar-right-icons .nav-item .nav-link i.bi-whatsapp {
    
    transition: color 0.3s ease-in-out;
}
.navbar-right-icons .nav-item .nav-link:hover i.bi-whatsapp {
    color: #25D366 !important; /* WhatsApp Green */
}
.navbar .dropdown-menu {
    background: linear-gradient(135deg, #ea1013e3, #8d0101); /* Gradient for dropdown */
    border: none;
    border-radius: 5px;
    top:130%;
}
.navbar .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: white;
    transition: background-color 0.3s ease-in-out;
}
.navbar .dropdown-menu .dropdown-item:hover {
    background-color:black;
}
.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.right-icon .nav-link {
    font-size: 18px;
}
.btn-sign{
    font-size:15px;
    
}

/*Hero section*/


.text-success {
    color: #28a745;
}

.carousel-item {
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}
.carousel-item.active {
    opacity: 1;
}

/* Gradient Backgrounds - Solar Inspired */
.slide-1 {
    background: linear-gradient(135deg, #001f3f, #0074D9); /* Deep navy to sky blue */
}

.slide-2 {
    background: linear-gradient(135deg, #003366, #3399FF); /* Ocean blue to light blue */
}

.slide-3 {
    background: linear-gradient(135deg, #002B5C, #00BFFF); /* Royal blue to solar sky */
}

/* Text Styling */
.carousel-item h2 {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}

.carousel-item p {
    font-size: 1.3rem;
    max-width: 800px;
    margin: auto;
    line-height: 1.6;
    font-weight: 500;
    color: #f0f0f0;
}

.text-solar-yellow {
    color: #ffdd00;
}

/* Button Styling */
.btn-solar-green,
.btn-solar-yellow {
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: 15px 10px 0;
    font-size: 1.1rem;
}

.btn-solar-green {
    background: #28a745; /* Green for eco-energy */
}

.btn-solar-yellow {
    background: #f7b500; /* Bright yellow for sunlight */
}


/* Slider Controls */
    .carousel-control-prev, .carousel-control-next {
        width: 5%;
    }
 /* Responsive Design */
    @media (max-width: 768px) {
        .carousel-item {
        padding: 50px 15px;
    }

    .carousel-item h2 {
        font-size: 2rem;
        }

    .carousel-item p {
        font-size: 1.1rem;
    }

    .btn-orange, .btn-dark-blue {
        font-size: 1rem;
        padding: 10px 16px;
        }
}
 @media(max-width:426px){
     .carousel-item{
         height:400px;
     }
 }
 @media(max-width:376px){
     .carousel-item{
         height:440px;
     }
 }
 @media(max-width:321px){
     .carousel-item{
         height:490px;
     }
 }

.solar-highlight-section {
    background-color: #000000; /* Black background */
}

.solar-highlight-section h1,
.solar-highlight-section h5,
.solar-highlight-section p {
    color: #ffffff; /* White text */
}

.solar-highlight-section i {
    display: block;
}

    .product-card {
      border-radius: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      padding: 20px;
      background-color: #fff;
      transition: transform 0.3s ease;
    }
    @media (max-width: 576px) {
  .product-card {
    margin-left: auto;
    margin-right: auto;
  }
}

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

    .product-img {
      max-width: 100%;
      height: auto;
    }

    .product-title {
      font-size: 1.25rem;
      font-weight: bold;
      color: #2d7f2c;
      margin-top: 15px;
    }

    .product-desc li {
      font-size: 0.95rem;
      margin-bottom: 5px;
    }

    .know-more-btn {
      background-color: #f7931e;
      color: white;
      border-radius: 50px;
      padding: 8px 20px;
      font-weight: 500;
      text-decoration: none;
    }

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

    .section-heading h6 {
      color: #999;
      letter-spacing: 1px;
    }
.icon-circle {
    background-color: #fcb900;
    border-radius: 50%;
    padding: 10px;
    color: white;
    font-size: 20px;
}

.highlight-box {
    background-color: #fff3e0;
    padding: 50px 0;
}

.stats-number {
    font-size: 3rem;
    font-weight: bold;
    color: #fcb900;
}

.feature-icon {
    font-size: 2rem;
    color: #fcb900;
}
@media(max-width: 768px){
    .partner{
        margin-top:20px;
    }
}

/* Domain Search Box */
/* Price Box */
/*.price-box {*/
/*    background: linear-gradient(135deg, #3b82f6, #9333ea);*/
/*    border-radius: 10px;*/
/*    padding: 20px;*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
/*    display: inline-block;*/
/*}*/

/*.domain-price {*/
/*    background: #f5f5f5;*/
/*    margin: 5px;*/
/*    padding: 10px 15px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
/*    font-size: 1rem;*/
/*    color: #333;*/
/*}*/

/* Responsive */
/*@media (max-width: 768px) {*/
/*    .domain-price {*/
/*        width: 45%;*/
/*        margin: 5px;*/
/*    }*/
/*}*/
/*@media (max-width: 480px) {*/
/*    .domain-price {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*    .domain-card{*/
/*        height:600px !important;*/
/*    }*/
/*}*/


/*Homepage 4 key points*/

/*.act{*/
/*    background-color: rgb(238, 238, 249);*/
/*    margin-right:0;*/
/*    margin-left:0;*/
/*}*/
/*.row {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: stretch;*/
/*}*/
/*.domain-card {*/
/*    border-radius: 12px;*/
/*    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
/*    padding: 20px;*/
/*    background: #fff;*/
/*    border: 1px solid #ddd;*/
/*    height:100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-direction: column;*/
/*}*/
/*.domain-logo {*/
/*    text-align: center;*/
/*}*/
/*.domain-logo img {*/
/*    width: 50px;*/
/*}*/
/*.domain-price {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
/*.domain-price .badge {*/
/*    background: #dc3545;*/
/*    padding: 8px 12px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    border-radius: 20px;*/
/*    color: white;*/
/*}*/
/*.features {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    flex-grow: 1;*/
/*}*/
/*.features li {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 14px;*/
/*    margin-bottom: 8px;*/
/*}*/
/*.features li i {*/
/*    color: green;*/
/*    margin-right: 8px;*/
/*}*/
/*.free-text {*/
/*    color: green;*/
/*    font-weight: bold;*/
/*}*/
/*.divider {*/
/*    border-top: 1px solid #ddd;*/
/*    margin: 12px 0;*/
/*}*/
/*.btn-custom {*/
/*    width: 100%;*/
/*    background: #28a745;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    border-radius: 6px;*/
/*    padding: 10px;*/
/*    margin-top: auto;*/
/*}*/
/*.btn-custom:hover {*/
/*    background: #218838;*/
/*}*/

/*Accordian*/

.accordion-body, .accordion-header {
    font-family: cursive;
}


.accordion-button {
    font-size: 1.2rem;
  
    padding: 1rem 1.25rem; 
    width: 100%;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    box-sizing: border-box; 
    border: none; 
    background-color: transparent;
    word-wrap: break-word; 
}

.accordion-button:hover {
    background-color: #11385a !important; 
    color: white !important;
}

.accordion-button:not(.collapsed) {
    background-color: #11385a !important; 
    color: white !important;
}

.accordion-button:focus {
    box-shadow: none; 
    outline: none; 
}

.accordion-item {
    width: 100%; 
    max-width: 100%; 
    overflow: hidden; 
}
.small-text {
    font-size: 18px !important; 
}

@media (max-width: 375px) {
    .accordion-button {
        font-size: 1rem;  
        padding: 0.75rem 1rem; 
    }

    .accordion {
        width: 100%; 
        max-width: 100%; 
        overflow: hidden; 
        margin:0 !important;
    }
    .fandq{
        margin:2px !important;
    }

    .accordion-item {
        max-width: 100%;
    }
}
@media (max-width: 426px) {
    .fandq{
        margin:2px !important;
    }
    .accordion {
        margin:0 !important;
    }
}
.questions {
    font-size: 1.5rem; 
}

.contact-link {
    font-weight: bold; 
    text-decoration: none; 
}

/*what we do*/
.what-we-do{
     background-image: url('/assets/images/index-page/vision-bg.jpg');
    background-size: cover;  /* Ensures the image covers the section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating */
    padding: 80px 0; /* Adjust padding as needed */
    color: white;
}



/*why choose us*/
.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/assets/images/index-page/why-choose-us-bg.jpg') no-repeat center center;
    background-size: cover;
    overflow-x:hidden;
}
.counter-box {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-top:20px;
}
.orange-bg { background: #fde9e3; color: #ff5733; }
.purple-bg { background: #f5f1ff; color: #6f42c1; }
.green-bg { background: #eef7ec; color: #28a745; }
.blue-bg { background: #eef3ff; color: #007bff; }
.teal-bg { background: #eaf8f7; color: #17a2b8; }
        
.image-section img {
    max-width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-top:10px;
}
.counter-box h2 {
    font-weight: bold;
}
.counter-box i {
    font-size: 40px;
    margin-bottom: 10px;
}
@media(max-width:425px){
    .image-section img {
        max-width: 100%;
        height: 250px;
        border-radius: 10px;
        margin-top:10px;
    }
}


/*Big Tech & Cloud Partners*/

.partner-logo {
    width: 100px; /* Significantly reduced size */
    height: 50px;
    margin: 5px 8px;
  }

  @media (max-width: 768px) {
    .partner-logo {
      width: 90px; /* Even smaller for mobile screens */
      margin: 5px 5px;
    }
  }

/*Partner Section*/

@keyframes scroll-left {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
@keyframes scroll-right {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.overflow-hidden {
    overflow: hidden;
    white-space: nowrap;
}


/*Special Products*/
.animated-heading{
    color:white !important;
}
@media(max-width:426px){
    .animated-heading{
        padding:0 6px;
        font-size:30px !important;
    }
    .underline{
        margin-bottom:80px !important;
    }
    
}

/*3 layer section*/

@media(max-width:426px){
        .unleash{
            padding-left:25px !important;
        }
    
}

/*Registrars Section*/




/*Homepage Testimonial*/
 .review-carousel-wrapper {
    position: relative;
    overflow-x: hidden; 
}

.review-carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.review-card {
    background: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    width: 350px; 
    height: 350px; 
    padding: 20px;
    text-align: center;
    flex-shrink: 0; 
 }

.review-avatar {
    width: 80px; 
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.reviewer-info h5 {
    margin: 0;
    font-weight: bold;
}
.reviewer-info p {
    margin: 0;
    color: #777;
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(1, 67, 139);
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-weight:500;
}
.testimonial-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.swiper {
    width: 100%;
    padding-bottom: 30px;
}
.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap; /* Prevents stacking */
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 33.33%; /* Show 3 testimonials at once */
}
.bg-primary{
    height:45px;
}
.client {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 90%;
}
.client .profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    margin-top: -40px;
}
.client h5 {
    margin-top: 10px;
    font-weight: bold;
}
.client p {
    font-size: 14px;
    color: #555;
}
.stars {
    color: #ffcc00;
}
@media (max-width: 768px) {
    .swiper-slide {
    width: 100%; /* Show only 1 testimonial at a time on mobile */
    }
}

/*footer*/

.footer-link a{
    text-decoration:none;
}
.footer-link li{
    margin-top:10px;
}
.footer-link a:hover {
    color: #CD2027 !important; 
    text-decoration: underline;
}

.footer-icon a:hover .bi-twitter-x {
    color: black; 
}

.footer-icon a:hover .bi-facebook {
    color: #1877F2; 
}

.footer-icon a:hover .bi-linkedin {
    color: #0077B5;
}

.footer-icon a:hover .bi-instagram {
    color: #E4405F; 
}

.footer-icon a:hover .bi-youtube {
    color: #FF0000; 
}
@media(max-width: 426px){
    .footer-logo img{
        width:180px !important;
    }
    .footer-link i{
        margin-left:5px !important;
    }
}


        .solor-hero-section {
            position: relative;
            background: url('../images/index-page/home.jpg') no-repeat center center/cover;
            height: 60vh;
            color: #fff;
            display: flex;
            align-items: center;
        }

        .solor-hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .solor-hero-content {
            position: relative;
            z-index: 2;
        }

        .solor-hero-btn {
            background-color: #000000;
            color: #fdf8f8;
            font-weight: 600;
            border: 1px solid #fff;
            padding: 12px 30px;
            text-transform: uppercase;
        }

        .solor-hero-btn:hover {
            background-color: #333333 !important;
            color: #ffffff !important;
        }

        .solor-hero-btn:active {
            background-color: grey !important;
            color: #ffffff !important;
            border-color: #ffffff !important;
        }

  .rbsc-fq-section {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 60px 20px;
  }

  .rbsc-fq-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1d3557;
  }

  .rbsc-fq-tabs .nav-link {
    border: none;
    font-weight: 600;
    color: #1d3557;
    background: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
  }

  .rbsc-fq-tabs .nav-link.active {
    color: #fff;
    background-color: #1d3557;
    border-radius: 10px 10px 0 0;
  }

  .rbsc-fq-accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    transition: 0.3s ease-in-out;
  }

  .rbsc-fq-accordion-button {
    background-color: #fff;
    font-weight: 600;
    color: #1d3557;
    transition: all 0.3s ease;
  }

  .rbsc-fq-accordion-button:not(.collapsed) {
    background-color: #1d3557;
    color: #fff;
  }

  .rbsc-fq-accordion-button i {
    transition: transform 0.3s ease;
  }

  .rbsc-fq-accordion-button:not(.collapsed) i {
    transform: rotate(45deg);
  }

  .rbsc-fq-accordion-body {
    background-color: #fdfdfd;
    font-size: 15px;
    color: #333;
  }

  .rbsc-fq-image {
    border: 8px solid #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
  
  .leadership-card {
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .leadership-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
  }

  .leadership-card img {
    border: 4px solid #010926;
    transition: transform 0.3s ease;
  }

  .leadership-card:hover img {
    transform: scale(1.1);
  }

  .leadership-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(29, 53, 87, 0.05), rgba(29, 53, 87, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
  }

  .leadership-card:hover::after {
    opacity: 1;
  }