
fa-check::before{
    background-image: url("/images/icons/tick.png")  !important;
}
.ctaul{
    content: "";
    color: #c48e54;
    background-image: url("/images/icons/tick.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11%;
    padding-right: 4px;
    font-weight: bold !important;
    display: inline-block;
    /* width: 1em; */
    font-size: 35px;
    margin-left: 0px;
    vertical-align: middle;
    margin-top: 5px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
       
       /* Table Styling */
.priceTable {
    width: 100%;
    border-collapse: collapse;
    background-color: #fafafa;
    border-radius: 15px;
    overflow: hidden;
    color: #333;
}

/* Header Styling */


/* Table Body Styling */
.priceTable tbody td {
    padding: 8px 12px;
    font-size: 18px;
    color: #898989;
    font-weight: 450;
}

/* Align the Last Column (Price Breakup) to the Right */
.priceTable tbody td:last-child {
    text-align: right;
    justify-content: end;
}

/* Price Breakup Link Styling */
.priceBreakupLink {
    text-decoration: none;
    color: #c48e54; /* Purple */
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.priceBreakupLink i {
    font-size: 16px;
    transition: transform 0.2s ease-in-out;
}

.priceBreakupLink:hover i {
    transform: translateX(5px); /* Arrow animation */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .priceTable thead th {
        font-size: 16px;
    }

    .priceTable tbody td {
        padding: 6px 14px 15px 14px;
        font-size: 16px;
    }
}

        .rounded-circle:active{
            color: #c48e54 !important;
        }
       
        .bg-grey{
            background-color: #f2f2f2 !important;
        }
       
    
        .pri-color{
            color: #c48e54;
        }

        body {
            font-family: 'DM Sans', sans-serif;
            margin: 0;
            padding: 0;
            
        }

        /* Navbar fixed to top */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
        }

        /* Add padding to header to compensate for navbar height */
        header {
            background: url('https://via.placeholder.com/1920x500') no-repeat center center/cover;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            padding-top: 70px; /* Adjust based on navbar height */
        }

        header h1 {
            font-size: 3rem;
            font-weight: bold;
        }

        .features {
            padding: 50px 15px;
            text-align: center;
        }

        .features h2 {
            margin-bottom: 30px;
        }

        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px 0;
        }

        footer a {
            color: #f8d210;
            text-decoration: none;
        }

        /* General Banner Styling */

.banner-image {
    flex: 1.3; /* Take half the width */
    overflow: hidden;
    
}



.banner-content {
    flex: 1; /* Take the other half of the width */
    background-color: #f2f2f2; /* Optional dark overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    

    
}

.btn-link {
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.btn-link:hover {
    color: #8755bd;
}


    .call-link i,
    .call-link span {
        font-size: 1rem;
    }

.custom-container {
    width: 100%;
    margin: 0 auto;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: #c48e54 !important;
   
    border-radius: 0px;
    border:none;
    font-weight: 600 !important;
}

.nav-tabs .nav-link.active {
    
    background-color: transparent;
    color: #c48e54 !important;
    
    border-radius: 0px;
} /* Optional: Highlight active tab */

.show-on-mobile{
    display: none;
}


/* Style for hover effect */
    .hover-effect {
        position: relative;
        overflow: hidden;
        
    }

    .hover-effect img {
        transition: transform 0.3s ease;
    }


    .hover-effect::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* Secondary color overlay */
        backdrop-filter: blur(5px); /* Blur effect */
        opacity: 0;
        transition: opacity 0.3s ease;
        width: 100% !important;
       border-radius: 12px;
       padding: 12px !important;

    }

    .hover-effect:hover::after {
        opacity: 1;
    }

    .hover-effect .overlay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 2;
        font-weight: 800;
    }

    .hover-effect:hover .overlay-btn {
        display: block;
    }

    

    .custom-carousel-arrow {
        font-size: 2rem;
        color: #000;
    }

    /* Style for hover effect */
    .hover-effect {
        position: relative;
        overflow: hidden;
    }

    .hover-effect img {
        transition: transform 0.3s ease;
    }

    

    .hover-effect::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* Secondary color overlay */
        backdrop-filter: blur(5px); /* Blur effect */
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .hover-effect:hover::after {
        opacity: 1;
    }

    .hover-effect .overlay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 2;
        width:250px;
        border: 3px solid #fff;
        font-size:17pt;
        text-transform: uppercase;
    }

    .hover-effect:hover .overlay-btn {
        display: block;
    }

        /* Style for carousel arrows outside images */
    .custom-carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        color: #0d6efd;
    }

    .custom-carousel-arrow.left {
        left: -20px;
    }

    .custom-carousel-arrow.right {
        right: -40px;
    }

    .custom-carousel-arrow i {
    border: none !important;
    box-shadow: none !important;
}

    /* Add spacing for heading */
    .carousel-heading {
        text-align: center;
        margin-bottom: 1rem;
       
    text-transform: none;
    /* color: #7a5430; */
    padding: 5px 0;
    font-weight: 600;
    font-size: 30pt;
    letter-spacing: 1px;
    margin: 0px;

    }

/* CSS */
.partners-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff; /* Adjust background color as needed */
}


.partners-section p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.partners-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.partner-item {
  text-align: center;
  max-width: 500px;
 
 
}

.partner-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.partner-item img {
 
  margin-bottom: 15px;
}

.partner-item a {
  font-size: 14px;
  color: #ff6600; /* Orange color for link */
  text-decoration: none;
  
}

.partner-item a:hover {
  text-decoration: underline;
}

.faq-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.accordion-button {
  font-size: 16px;
  font-weight: 600 !important;
  color: #666666;
  background-color: #fff;
  border: none;
  box-shadow: none;
  
}
.accordion-button::after {
            display: none;
        }

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button.collapsed {
  color: #6c757d;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e9ecef;
}

.accordion-body {
  font-size: 14px;
  color: #6c757d;
}

/* Center the table within its container */
.table {
    margin: 0 auto; /* Centers the table horizontally */
    text-align: center; /* Aligns table content to the center */
}

/* Center the content inside table cells */
.table th, .table td {
    text-align: center; /* Ensures text in cells is centered */
    vertical-align: middle; /* Vertically aligns content in cells */
}

/* Optional: Add some spacing for aesthetics */
.table th {
    font-weight: bold; /* Make header bold for better visibility */
}

        .modal-header .btn-close {
            background-color: #f5f5f5;
            border-radius: 50%;
            padding: 8px;
        }

        .register-modal .modal-header, .register-modal .modal-body {
            background-color: #f5f5f5;
        }

        .register-modal .modal-body ul {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            margin-bottom: 20px;
            
        }
        

        .register-modal .modal-body ul li {
            display: flex;
            align-items: center;
            font-size: 18px;
            gap: 5px;
            font-weight:550;
        }

        .register-modal .modal-body ul li i {
            color:#c48e54;
        }

      

        .register-modal .custom-checkbox {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
        }

        .register-modal .btn-submit {
            background-color:#c48e54;
            color: white;
            font-weight: bold;
            padding: 12px 20px;
            border: none;
            width: 100%;
            border-radius: 15px !important;
        }

        .register-modal .btn-submit:hover {
            background-color: #372649;
        }
    .project-title{
            
    font-weight: 600;
    letter-spacing: 1px;
    color: #1A1A1A !important;
    font-size: 33pt !important;
    background-color: #ffffff;
    display: inline-block;
    padding: 5px;
    font-size: 1.3vw;
    text-transform: uppercase;
   
    background-color: var(--colorPrimary);
    width: 100%;
    text-align: center;
    font-family: 'DM Sans', sans-serif;

        }
    .location{
       
    display: block;
  
    font-size: 15pt;
    text-transform: capitalize;
    line-height: 0.8vw;
    color: #666666;
    font-weight: 600;
    text-align: center;
    margin-top:-10px;

        }

        .btnstyle {
            color: rgb(255, 255, 255) !important;
            font-weight: 800;
            font-size: 16pt;
            text-transform:uppercase ;
            background-color: #c48e54;
            border-radius: 11px !important;
            border: 1px solid  transparent !important;
            padding: 4px 7px 4px 7px !important;
            
            
            
            }
    a:hover{
        color:#a98478 !important;
   }
    .priceHeading{
        color: rgb(96, 66, 128);
    font-weight: 600;
    font-size: 14pt;
    }
    
    .navbar{
       
    font-family: 'DM Sans', sans-serif;
    color: #ffffff !important;
    
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 600;
    line-height: 34px;
    padding:5px;
    }
    .royaltiline {
    border-bottom: 4px solid #c48e54 !important;
    display: inline-block !important;
    margin-top: 0px;
    line-height: 40px;
}
nav-link{
    
    background-color: transparent;
    color: #c48e54 !important;
    border-bottom: 3px solid #c48e54;
    border-radius: 0px;

}
.tab-pane{
   
    padding: 15px;
    border-radius: 12px;
    margin: 0 auto;
    width: 80%;

}

.table th, .table td{
    background-color: #f2f2f2;
    /*padding:20px !important;*/
    
}
.td{
    border-top:1px solid #ddd !important;
}
.table th{
    line-height: 40px;
    font-size:14pt;
}
.pre-launch{
    color:#c48e54;
    font-weight: 600;
    font-size: 19px;
}
.price{
    font-weight: 800;
}
.heading{
  
    padding: 0px !important;
    margin-bottom: 30px !important;
    line-height: 48px;
    font-family: 'DM Sans', sans-serif;
    font-size: 32pt;
    letter-spacing: 1px;
    font-weight: 600;

}
li::marker {
color: rgb(96, 66, 128);
font-size: 30px;



}


.ulam {
   
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    color: #666666;
}
.headSection{
    
    
}
.content-box{
    padding-left:80px;
    margin-top:0px;
}
.left{
    margin-left:-20px;
}
.right{
    margin-right:-20px;
}

.modal-title{
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.modal-body.p{
    font-size: 18px;
    color:#666666 ;
}

.rounded{
    border-radius: 12px !important;
}

.pro-status {
    font-weight: 700;
    color: #1A1A1A !important;
    font-size: 20pt !important;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px;
    font-size: 1.3vw;
    text-transform: uppercase;
    text-shadow: none;
    color: var(--colorBtn);
    background-color: var(--colorPrimary);
    width: 100%;
}

.btn-primary{
    background-color: #c48e54 !important;
    border:1px solid #c48e54;
}


@media (min-width: 1024px) {
    .register-modal .modal-body ul {
        
        column-gap: 70px;
        padding-left:20px;
    
        }
        .heading-modal ,.modal-body ul li{
            font-size: 21px;
            color:#666666;
            font-weight: 400;

        }
        
        
        
    

}
@media (min-width:568px) {
    body{
        
    
        width:100%;
        margin:0;
        padding:0;
    }
    
}


    
  
         section{ 
            scroll-margin-top:30px;
            overflow: clip;
        }
     
        .pri-color{
            color: #c48e54;
        }

        body {
            font-family: 'DM Sans', sans-serif;
            margin: 0;
            padding: 0;
            
        }

        /* Navbar fixed to top */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 3px 5px 1px rgba(64,60,67,.16);
            
            
        }
        .navbar-nav .nav-link.active {
    color: #c48e54 !important; /* Change active link color */
  }
  
        .navbar-nav{
            gap:20px;
            transform: translate(-20px);
        }
        

        /* Add padding to header to compensate for navbar height */
        header {
            background: url('https://via.placeholder.com/1920x500') no-repeat center center/cover;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            padding-top: 70px; /* Adjust based on navbar height */
        }

        header h1 {
            font-size: 3rem;
            font-weight: bold;
        }

        .features {
            padding: 50px 15px;
            text-align: center;
        }

        .features h2 {
            margin-bottom: 30px;
        }

        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px 0;
        }

        footer a {
            color: #f8d210;
            text-decoration: none;
        }

        /* General Banner Styling */


.banner-image {
    flex: 1.3; /* Take half the width */
    overflow: hidden;
    
}



.banner-content {
    flex: 1; /* Take the other half of the width */
    background-color: #f2f2f2; /* Optional dark overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    

    
}

.btn-link {
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.btn-link:hover {
    color: #8755bd;
}


    .call-link i,
    .call-link span {
        font-size: 1rem;
    }

.custom-container {
    width: 100%;
    margin: 0 auto;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: #c48e54 !important;
    
    border-radius: 0px;
    border:none;
    font-weight: 600 !important;
}

.nav-tabs .nav-link.active {
    
    background-color: transparent;
    color: #c48e54 !important;
    
    border-radius: 0px;
} /* Optional: Highlight active tab */




/* Style for hover effect */
    .hover-effect {
        position: relative;
        overflow: hidden;
    }

    .hover-effect img {
        transition: transform 0.3s ease;
    }

    .hover-effect:hover img {
        transform: scale(1.1); /* Zoom effect */
    }

    .hover-effect::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* Secondary color overlay */
        backdrop-filter: blur(5px); /* Blur effect */
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .hover-effect:hover::after {
        opacity: 1;
    }

    .hover-effect .overlay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 2;
    }

    .hover-effect:hover .overlay-btn {
        display: block;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }

    .custom-carousel-arrow {
        font-size: 2rem;
        color: #000;
    }

    /* Style for hover effect */
    .hover-effect {
        position: relative;
        overflow: hidden;
    }

    .hover-effect img {
        transition: transform 0.3s ease;
    }

    .hover-effect:hover img {
        transform: scale(1.1); /* Zoom effect */
    }

    .hover-effect::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* Secondary color overlay */
        backdrop-filter: blur(5px); /* Blur effect */
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .hover-effect:hover::after {
        opacity: 1;
    }

    .hover-effect .overlay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 2;
    }

    .hover-effect:hover .overlay-btn {
        display: block;
    }

        /* Style for carousel arrows outside images */
    .custom-carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        color: #0d6efd;
    }

    .custom-carousel-arrow.left {
        left: -40px;
    }

    .custom-carousel-arrow.right {
        right: -40px;
    }

    .custom-carousel-arrow i {
    border: none !important;
    box-shadow: none !important;
}

    /* Add spacing for heading */
    .carousel-heading {
        text-align: center;
        margin-bottom: 1rem;
       
    text-transform: none;
    /* color: #7a5430; */
    padding: 5px 0;
    font-weight: 600;
    font-size: 30pt;
    letter-spacing: 1px;
    margin: 0px;

    }

/* CSS */
.partners-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff; /* Adjust background color as needed */
}


.partners-section p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.partners-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.partner-item {
  text-align: center;
  max-width: 500px;

 
}

.partner-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.partner-item img {
  
  margin-bottom: 15px;
}

.partner-item a {
  font-size: 14px;
  color: #ff6600; /* Orange color for link */
  text-decoration: none;
  font-weight: bold;
}

.partner-item a:hover {
  text-decoration: underline;
}

.faq-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #343a40;
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button.collapsed {
  color: #6c757d;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e9ecef;
}

.accordion-body {
  font-size: 14px;
  color: #6c757d;
}

/* Center the table within its container */
.table {
    margin: 0 auto; /* Centers the table horizontally */
    text-align: center; /* Aligns table content to the center */
}

/* Center the content inside table cells */
.table th, .table td {
    text-align: center; /* Ensures text in cells is centered */
    vertical-align: middle; /* Vertically aligns content in cells */
}

/* Optional: Add some spacing for aesthetics */
.table th {
    font-weight: bold; /* Make header bold for better visibility */
}

        .modal-header .btn-close {
            background-color: #f5f5f5;
            border-radius: 50%;
            padding: 8px;
        }

        .register-modal .modal-header, .register-modal .modal-body {
            background-color: #f5f5f5;
        }

        .register-modal .modal-body ul {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            margin-bottom: 20px;
            
        }
        

        .register-modal .modal-body ul li {
            display: flex;
            align-items: center;
            font-size: 18px;
            gap: 5px;
        }

        .register-modal .modal-body ul li i {
            color:#c48e54;
        }

        .register-modal .form-control {
            border-radius: 12px !important;
            margin-bottom: 15px;
            padding: 10px;
            color: #666666;
            font-weight: 400;
        }

        .register-modal .custom-checkbox {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
        }

        .register-modal .btn-submit {
            background-color:#c48e54;
            color: white;
            font-weight: bold;
            padding: 12px 20px;
            border: none;
            width: 100%;
            border-radius: 5px;
        }

        .register-modal .btn-submit:hover {
            background-color: #372649;
        }
    .project-title{
            
    font-weight: 600;
    letter-spacing: 1px;
    color: #1A1A1A !important;
    font-size: 33pt !important;
    background-color: #ffffff;
    display: inline-block;
    padding: 5px;
    font-size: 1.3vw;
    text-transform: uppercase;
   
    background-color: var(--colorPrimary);
    width: 100%;
    text-align: center;
    font-family: 'DM Sans', sans-serif;

        }
    .location{
       
    display: block;

    font-size: 15pt;
    text-transform: capitalize;
    line-height: 0.8vw;
    color: #666666;
    font-weight: 600;
    text-align: center;
    margin-top:-10px;

        }

    
   
    .priceHeading{
        color: rgb(96, 66, 128);
    font-weight: 600;
    font-size: 14pt;
    }
    
    .navbar{
       
    font-family: 'DM Sans', sans-serif;
    color: #ffffff !important;
    
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 600;
    line-height: 34px;
    padding:5px !important;
    }
    .royaltiline {
    border-bottom: 4px solid #c48e54 !important;
    display: inline-block !important;
    margin-top: 0px;
    line-height: 40px;
}
nav-link{
    
    background-color: transparent;
    color: #c48e54 !important;
    border-bottom: 3px solid #c48e54;
    border-radius: 0px;

}
.tab-pane{
   
    padding: 15px;
    border-radius: 12px;
    margin: 0 auto;
    width: 100%;

}
.table th, .table td{
    background-color: #f2f2f2;
    padding:10px;
}
.table th{
    line-height: 40px;
    font-size:14pt;
}
.pre-launch{
    color:#c48e54;
    font-weight: 600;
    font-size: 19px;
}
.price{
    font-weight: 800;
}
/*.heading{
  
    padding: 0px !important;
    margin-bottom: 30px !important;
    line-height: 48px;
    font-family: 'DM Sans', sans-serif;
    font-size: 32pt !important;
    letter-spacing: 1px;
    font-weight: 600;

}*/
li::marker {
color: rgb(96, 66, 128);
font-size: 30px;



}


.ulam {
   
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    color: #666666;
}

.content-box{
    padding-left:40px;
    margin-top:0px;
}
.left{
    margin-left:-20px;
}
.right{
    margin-right:-20px;
}

.modal-title{
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.modal-body.p{
    font-size: 18px;
    color:#666666 ;
}
.modal-body{
    padding-right:70px;
    padding-left:70px;
}

.pro-status {
    font-weight: 700;
    color: #1A1A1A !important;
    font-size: 20pt !important;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px;
    font-size: 1.3vw;
    text-transform: uppercase;
    text-shadow: none;
    color: var(--colorBtn);
    background-color: var(--colorPrimary);
    width: 100%;
}

.btn-primary{
    background-color: #c48e54 !important;
    border:1px solid #c48e54;
}
@media (min-width: 1024px) {
    .register-modal .modal-body ul {
        
        column-gap: 70px;
        padding-left:20px;
    
        }
        .heading-modal ,.modal-body ul li{
            font-size: 21px;
            color:#666666;
            font-weight: 400;

        }
        
        
    

}
@media (min-width:568px) {
    body{
        
    
        width:100%;
        margin:0;
        padding:0;
    }
    
}


    
   
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Navbar fixed to top */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* Add padding to header to compensate for navbar height */
header {
    background: url('https://via.placeholder.com/1920x500') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding-top: 70px; /* Adjust based on navbar height */
}

header h1 {
    font-size: 3rem;
    font-weight: bold;
}

.features {
    padding: 50px 15px;
    text-align: center;
}

.features h2 {
    margin-bottom: 30px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

footer a {
    color: #f8d210;
    text-decoration: none;
}

/* General Banner Styling */


.banner-image {
    flex: 1; /* Take half the width */
    overflow: hidden;
}

.banner-image img {
object-fit: cover; /* Ensure the image covers its container */
height: 100%; /* Full height */
width: 100%; /* Full width */
}

.banner-content {
flex: 1; /* Take the other half of the width */
background-color: rgba(0, 0, 0, 0.7); /* Optional dark overlay */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}

.btn-link {
font-size: 18px;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
.btn-link:hover {
color: #0056b3;
}


.call-link i,
.call-link span {
font-size: 1rem;
}

.custom-container {
width: 70%;
margin: 0 auto;
}

.nav-tabs {
border: none;
}

.nav-tabs .nav-link {
border: none;
}





/* Style for hover effect */
.hover-effect {
position: relative;
overflow: hidden;
}

.hover-effect img {
transition: transform 0.3s ease;
}

.hover-effect:hover img {
transform: scale(1.1); /* Zoom effect */
}

.hover-effect::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); /* Secondary color overlay */
backdrop-filter: blur(5px); /* Blur effect */
opacity: 0;
transition: opacity 0.3s ease;
}

.hover-effect:hover::after {
opacity: 1;
}

.hover-effect .overlay-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
z-index: 2;
}

.hover-effect:hover .overlay-btn {
display: block;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
display: none;
}

.custom-carousel-arrow {
font-size: 2rem;
color: #000;
}

/* Style for hover effect */
.hover-effect {
position: relative;
overflow: hidden;
}

.hover-effect img {
transition: transform 0.3s ease;
}

.hover-effect:hover img {
transform: scale(1.1); /* Zoom effect */
}

.hover-effect::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); /* Secondary color overlay */
backdrop-filter: blur(5px); /* Blur effect */
opacity: 0;
transition: opacity 0.3s ease;
}

.hover-effect:hover::after {
opacity: 1;
}

.hover-effect .overlay-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
z-index: 2;
}

.hover-effect:hover .overlay-btn {
display: block;
}

/* Style for carousel arrows outside images */
.custom-carousel-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
color: #0d6efd;
}

.custom-carousel-arrow.left {
left: -40px;
}

.custom-carousel-arrow.right {
right: -40px;
}

.custom-carousel-arrow i {
border: none !important;
box-shadow: none !important;
}

/* Add spacing for heading */
.carousel-heading {
text-align: center;
margin-bottom: 1rem;
}

/* CSS */
.partners-section {
text-align: center;
padding: 50px 20px;
background-color: #fff; /* Adjust background color as needed */
}


.partners-section p {
font-size: 16px;
color: #666;
margin-bottom: 40px;
}

.partners-grid {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
}

.partner-item {
text-align: center;
max-width: 300px;
}

.partner-item h3 {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}

.partner-item img {

margin-bottom: 15px;
}

.partner-item a {
font-size: 14px;
color: #ff6600; /* Orange color for link */
text-decoration: none;
font-weight: bold;
}

.partner-item a:hover {
text-decoration: underline;
}

.faq-section {
background-color: #f8f9fa;
padding: 50px 0;
}

.accordion-button {
font-size: 16px;
font-weight: 500;
color: #343a40;
background-color: #fff;
border: none;
box-shadow: none;
}

.accordion-button:focus {
box-shadow: none;
}

.accordion-button.collapsed {
color: #6c757d;
}

.accordion-item {
border: none;
border-bottom: 1px solid #e9ecef;
}

.accordion-body {
font-size: 14px;
color: #6c757d;
}

/* Center the table within its container */
.table {
margin: 0 auto; /* Centers the table horizontally */
text-align: center; /* Aligns table content to the center */
}

/* Center the content inside table cells */
.table th, .table td {
text-align: center; /* Ensures text in cells is centered */
vertical-align: middle; /* Vertically aligns content in cells */
}

/* Optional: Add some spacing for aesthetics */
.table th {
font-weight: bold; /* Make header bold for better visibility */
}

.modal-header .btn-close {
    background-color: #000;
    border-radius: 50%;
    padding: 8px;
}

.register-modal .modal-header, .register-modal .modal-body {
    background-color: #f5f5f5;
}

.register-modal .modal-body ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
    
}

.register-modal .modal-body ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 5px;
    
}

.register-modal .modal-body ul li i {
    color: #2d62ed;
}

.register-modal .form-control {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
}

.register-modal .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}



.register-modal .btn-submit:hover {
    background-color: #ff571a;
}
@media (max-width: 767px) {
    .banner{
     height: 800px;
     
    }
    .pre-launch{
        padding-top:20px;
    }
 }
 
 