* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    overflow-x: hidden;
    width: 100%;
}
body {
    background: #ffffff;
    /* font-family: "DM Sans", sans-serif; */
    font-family: "Rubik", sans-serif;
}

.btn {
    font-family: "Rubik", sans-serif !important;
}
.header {
    height: 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    width: 200px;
    height: auto;
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.btn-primary {
    background-color: #FF4B33;
    border-color: #FF4B33;  
}
.bg-primary {
    background-color: rgb(255, 75, 51);
}
.bg-primary-transparent {
    background-color: rgb(255 75 51 / 50%);
    color: #FF4B33;
}
.btn-outline-primary {
    border-color: #FF4B33;
    color: #FF4B33;
}
.btn-contact {
    color: #ffffff;
    background: linear-gradient(135deg, #ff5d42 0%, #ff3d26 100%);
    border: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 10px 0px;
}
.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active {
    transform: translateY(-1px);
    color: #ffffff !important;
}
.newsletter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 11, 36, 0.78);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10850;
    padding: 1.5rem;
}
.newsletter-overlay.show {
    display: flex;
}
.newsletter-modal {
    position: relative;
    width: min(100%, 420px);
    background: rgba(255, 255, 255, 0.98);
    border-radius: 15px;
    border: 1px solid rgba(255, 75, 51, 0.14);
    box-shadow: 0 40px 90px rgba(15, 11, 36, 0.28);
    animation: slideUpFade 0.35s ease;
    padding: 20px;
}
.newsletter-modal h5 {
    color: #1b1143;
    margin-bottom: 0;
    font-size: 1.2rem;
}
.newsletter-modal p {
    color: #55547a;
    line-height: 1.65;
    margin-bottom: 15px;
}
.newsletter-modal .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #71717a;
    opacity: 1;
}
.newsletter-modal .message-icon {
    font-size: 2rem;
    color: #ff4b33;
    margin-right: 0.75rem;
}
.newsletter-modal .modal-actions {
    display: flex;
    justify-content: center;
}
 @keyframes slideUpFade {
    from {
        opacity: 0;
        transform: perspective(800px) rotateY(-70deg) scale(0.85);
    }
    to {
        opacity: 1;
        transform: perspective(800px) rotateY(0deg) scale(1);
    }
}
.navbar-nav .nav-link {
    font-weight: 600;
}
@media (min-width: 992px) {
    .navbar-nav .nav-link.active {
        color: #FF4B33 !important;
        border-bottom: 3px solid;
        border-radius: 8px;
    }
}
@media (max-width:991.98px) {
    .navbar-nav .nav-link.active {
        color: #FF4B33 !important;
    }
}
.btn {
    --bs-btn-font-family: "DM Sans", sans-serif;
}

.banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom right,
            #1B1143 20%,
            #FF4B33 120%);
}
.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/bg-img2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 0;
}
.banner>* {
    position: relative;
    z-index: 1;
}
.banner .container {
    margin-block: 10rem;
}
.title-underline {
    height: 2rem;
    width: 10rem;
}
.background-pattern img {
    height: 11rem;
    position: absolute;
    top: 7rem;
    left: 13rem;
    opacity: 0.2;
}
.background-pattern img {
    animation: tyreSpin 20s linear infinite;
}
/* Continuous spinning */
@keyframes tyreSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Button Style */
.banner-btn {
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Animation */
.banner-btn:hover {
    transform: scale(1.15);
    background: #ff4d4d;
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4);
}

.section {
    margin-block: 70px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

.card.color-card {
    background-color: #1b1143;
}

.services i {
    font-size: 50px;
    color: #1b1143;
}

.card.services {
    position: relative;
}

.services .icon {
    height: 6rem;
    width: 6rem;
    background-color: white;
    opacity: 0.5;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    position: absolute;
    top: -15px;
    right: -15px;
}

.text-primary {
    color: #FF4B33 !important;
}

.purpose-driven .icon {
    height: 30px;
    width: 30px;
    text-align: center;
}

.purpose-driven i {
    font-size: 20px;
}

.text-muted {
    color: #aab0bc !important;
}

.fw-500 {
    font-weight: 500;
}

.bg-light {
    background-color: #f3f7ff !important;
}

.future-ready .card {
    position: relative;
}

.future-ready .card-body {
    padding: 2rem;
}

.serial-number {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 0 25px 25px 0;
}

.bg-secondary {
    background-color: #1b1143;
}

.bg-secondary-transparent {
    background-color: rgb(27 17 67 / 50%);
    color: #1b1143;
}

.future-ready .icon {
    height: 3rem;
    width: 3rem;
    border-radius: 10px;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    float: inline-end;
}

.bg-success-transparent {
    background-color: #eaf3ef;
    color: #678876;
    border-color: #678876;
}

.bg-info-transparent {
    background-color: #e4f1f6;
    color: #54a8c7;
    border-color: #54a8c7;
}

.bg-danger-transparent {
    background-color: #f8e7ec;
    color: #d16b86;
    border-color: #d16b86;
}

.bg-secondary-transparent2 {
    background-color: #e6e5f4;
    color: #605dba;
    border-color: #605dba;
}

.bg-primary-transparent2 {
    background-color: #feece9;
    color: #ff4b33;
    border-color: #ff4b33;
}


.card-underline {
    position: relative;
    display: inline-block;
}

.card-underline::after,
.card-underline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #FF4B33, #1b1143);
    bottom: -5px;
    border-radius: 5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
}

.card-underline::before {
    top: -5px;
    transform-origin: left;
}

.card-underline:hover::after,
.card-underline:hover::before {
    transform: scaleX(1);
}

.card {
    margin-bottom: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important; */
}

.newsletter-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom right,
            #1B1143 20%,
            #FF4B33 120%);
}

.newsletter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/bg-img3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.newsletter-section .container {
    margin-block: 6rem;
}

.mail-img {
    height: 5rem;
    background-color: #f3f7ff;
    width: 5rem;
    border-top-left-radius: 50%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.mail-img1 {
    height: 5.5rem;
    background-color: #862a40;
    width: 5.5rem;
    border-top-left-radius: 50%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mail-img img {
    height: 4rem;
    top: 8px;
    left: 8px;
    position: absolute;
    transform: rotate(335deg);
}

.btn-primary:hover {
    background-color: #FF4B33;
    border-color: #FF4B33;
}

.btn-outline-primary:hover {
    background-color: #FF4B33;
    border-color: #FF4B33;
}

input {
    pointer-events: auto;
}

input {
    position: relative;
    z-index: 9999;
}

.newsletter-section .form-control {
    width: 40% !important;
    flex: none !important;
    position: relative;
    border-radius: 2rem !important;
    padding: 14px;
}

.newsletter-section .input-group .btn {
    position: absolute;
    z-index: 9999;
    right: 31%;
    top: 7px;
    border-radius: 2rem !important;
}

.description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
    transition: 0.3s;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item .icon {
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffede8;
    color: #ff5a36;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.feature-text p {
    color: #6d7688;
    font-size: 15px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stats-card {
    background: linear-gradient(113deg, #ff4b33, #b7363b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    text-align: center;
}

.stats-card h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.stats-card p {
    font-size: 18px;
    opacity: 0.95;
}

.faq-section .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
}

.faq-section .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6 !important;
}

.faq-section .accordion-button {
    padding: 12px 10px !important;
    font-size: 0.85rem;
    font-weight: 500;
}

.faq-section .accordion-button::after {
    content: "\ec5b" !important;
    font-family: "Unicons" !important;
    background-image: none !important;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "\ec06" !important;
    font-family: "Unicons" !important;
    background-image: none !important;
}

.faq-section .accordion-body {
    font-size: 0.8125rem;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: rgb(255 75 51 / 31%);
    color: #ff4b33;
}

.fs-14 {
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-32 {
    font-size: 32px;
}
.fs-36 {
    font-size: 36px;
}

.form-control {
    font-size: 14px;
}

.faq-section .card-body {
    padding: 2rem;
}

/* footer styles  */
.shape-footer .brand img {
    width: 240px;
}

.shape-footer {
    position: relative;
    background: #1b1143;
    color: white;
    padding: 50px 0 50px;
    overflow: hidden;
}

/* BIG TOP CURVE */
.shape-footer::before {
    content: '';
    position: absolute;
    top: -180px;
    left: -5%;
    width: 110%;
    height: 260px;
    background: #1b1143;
    border-radius: 0 0 50% 50%;
}

/* FLOATING SHAPES */

.circle-shape {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    opacity: 0.12;
    top: 40px;
    left: -80px;
    filter: blur(5px);
}

.triangle-shape {
    position: absolute;
    right: 60px;
    top: 120px;
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 160px solid rgba(168, 85, 247, 0.15);
    transform: rotate(25deg);
}

.square-shape {
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.04);
    right: 12%;
    bottom: 60px;
    border-radius: 30px;
    transform: rotate(25deg);
}

/* GLASS BOX */

.glass-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 45px;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.brand {
    margin-bottom: 20px;
    background: linear-gradient(90deg, #38bdf8, #818cf8);
    background-clip: text;
    color: transparent;
}

.footer-text {
    color: #cbd5e1;
    line-height: 1.9;
    font-size: 15px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ff4b33, #8b5cf6);
    border-radius: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 16px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-links a:hover {
    color: white;
    transform: translateX(8px);
}

.footer-links a i {
    color: #38bdf8;
    font-size: 13px;
}

/* SOCIAL BUTTONS */

.social-area {
    margin-top: 25px;
    display: flex;
    gap: 12px;
}

.social-area a {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background: rgba(255, 255, 255, 0.06);
    transition: 0.4s ease;
    font-size: 18px;
}

.social-area a:hover {
    transform: translateY(-6px) rotate(10deg) scale(1.05);
    background: linear-gradient(135deg, #ff4b33, #413861);
}

/* BOTTOM */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 60px;
    padding-top: 25px;
    color: #94a3b8;
    font-size: 14px;
}

.bottom-links a {
    color: #94a3b8;
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.bottom-links a:hover {
    color: white;
}

@media(max-width:768px) {

    .shape-footer {
        padding-top: 120px;
    }

    .glass-box {
        padding: 30px;
    }

    .footer-bottom {
        text-align: center;
    }

    .bottom-links {
        margin-top: 15px;
    }

    .bottom-links a {
        margin: 0 10px;
    }

}
.gradient-border {
    background: linear-gradient(to right, #FF4B33, #1b1143);
    padding: 10px;
    border-radius: 30px;
}

/* scroll to top  */


#scrolltop {
  display: none;
}

#rocketmeluncur {
  position: fixed;
  bottom: 50px;
  z-index: 99;
  display: none;
  visibility: hidden;
  width: 26px;
  height: 48px;
  right: 25px;
  background: url(https://3.bp.blogspot.com/-GZOBULN1Q4s/VbNxQrf37EI/AAAAAAAAAPk/rak337seJ70/s1600/Ask.png) no-repeat 50% 0;
  opacity: 0;
  -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
  display: block;
  margin-top: 48px;
  height: 14px;
  /* background: url(https://1.bp.blogspot.com/-UR9I7YEuEUY/VXIJn8MrBPI/AAAAAAAAKRE/qZObHBd5zIo/s1600/rocket.png) no-repeat 50% -48px; */
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}

#rocketmeluncur:hover {
  background-position: 50% -62px
}

#rocketmeluncur:hover i {
  background-position: 50% 100%;
  -webkit-animation: flaming .7s infinite;
  -moz-animation: flaming .7s infinite;
  animation: flaming .7s infinite
}

#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -moz-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none
}

#rocketmeluncur.launchrocket i {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
  -moz-transform: scale(1.4, 3.2);
  transform: scale(1.4, 3.2)
}
.btn-lg {
    padding: 14px 30px !important;
    font-size: 16px !important;
}
.offcanvas {
    width: 280px;
}

.offcanvas-body .nav-link {
    font-size: 16px;
    padding: 10px 0;
}

.offcanvas-header {
    border-bottom: 1px solid #eee;
}

/* ===== Desktop Hover Dropdown ===== */
@media (min-width: 992px) {

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.3s ease;
        margin-top: 0;
        pointer-events: none;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;    
        transform: translateY(0);
        pointer-events: auto;
    }

}
.collapse {
    transition: all 0.3s ease;
}

@media (min-width: 992px) {

    /* Disable Bootstrap default behavior */
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.2s ease;
        pointer-events: none;
    }

    /* Hover trigger */
    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

}
@media (min-width: 992px) {

    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
         opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        position: absolute;
    }


}
.navbar-nav .dropdown-item.active, .dropdown-item:active{
    background-color: #FF4B33;
}

.custom-toast {
    position: fixed;
    top: 0px;
    right: 0px;
    min-width: 320px;
    max-width: 400px;
    background: #28a745;
    color: #fff;
    padding: 16px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.custom-toast.show {
    visibility: visible;
    animation: zoomFadeIn 0.4s ease forwards;
}

.custom-toast.hide {
    animation: zoomFadeOut 0.3s ease forwards;
}

@keyframes zoomFadeIn {
    from {
        opacity: 0;
        transform: scale(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomFadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.7);
    }
}