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

/* Navbar Styling */
.navbar-dark {
    background-color:black ; /* #CD2027 Red Theme */
    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;
    color: white !important; 
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}
.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 {
    color: white; 
    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 {
    color: white !important;
    font-size: 18px;
}
.btn-sign{
    font-size:15px;
    
}

/*Hero section*/


.carousel-item {
    text-align: center;
    padding: 80px 20px;
    color: white;
    height:360px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
}

/* Gradient Backgrounds */
    .slide-1 { background: linear-gradient(135deg, #040404, #9b0000);}
    .slide-2 { background: linear-gradient(135deg, #040404, #9b0000); }
    .slide-3 { background: linear-gradient(135deg, #040404, #9b0000); }

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

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

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

.btn-orange { background: #eb5e21; }
.btn-dark-blue { background: #3b4c5e; }

/* 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:452px;
     }
 }
 @media(max-width:321px){
     .carousel-item{
         height:490px;
     }
 }
 
/* Hero Section Styling */
.hero-section {
    background: linear-gradient(135deg, #3b82f6, #9333ea);
    color: white;
    text-align: center;
    border-radius: 10px;
    
}

/* 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(179 179 206);
    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: #e4e0ed;
    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;
    }
}


