 @font-face {
  font-family: "Montserrat";
  src: url("..//fonts/Montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("..//fonts/Montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body{
     margin: 0;
    padding: 0;
    font-size: 14px;
     font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}


a{
    cursor: pointer;
}
p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #666;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}


a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}


@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.header-main {

    padding:20px 0 10px 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #000;
}

.header-main .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-main .logo-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.header-main .logo-wrapper .logo-box {
    background: #e3f7ff;
    padding: 20px 10px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -15px;
}

.header-main .logo-wrapper img {
    width: 220px;
}

.header-main .header-bottom .navbar {
   
    padding: 0px;
    
}


/*Email List common  css*/
.padding-r-50{
    padding-right: 50px;
}
.padding-l-50{
    padding-left: 50px;
}
.margin-r-50{
    margin-right: 50px;
}
.margin-l-50{
    margin-left: 50px;
}
/* ── Typography ── */
.heading-1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.heading-2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
}

.big-heading {
  color: #691AA1;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.heading-para {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 150.9%;
}

.medium-para {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.common-para {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.small-para {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.mini-para {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.common-badge{
    padding: 5px 15px;
    border-radius: 16px;
}
/* ── Spacing ── */
.pad-80-both {
  padding: 80px 0;
}

/* ── Buttons ── */
.btn-primary-custom {
  border-radius: 10px;
  background: #673AB7;
  padding: 13px 20px;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  border: none;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-primary-custom:hover {
  background: #740c9a;
  color: #fff;
}

.btn-secondary-custom {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 13px 20px;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-secondary-custom:hover {
  background: #fff;
  color: #000 !important;
}

/* ── Arrow Link ── */
.arrow-link {
  color: #6D08BE;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.arrow-link:hover {
  color: #4e2b9a;
  text-decoration: underline;
}

.arrow-link-icon {
  display: none;
  font-variant: normal;
}

.arrow-link:hover .arrow-link-icon {
  display: inline;
}

.common-cards{
border-radius: 15px;
padding: 30px;
margin-bottom: 20px;
}
.common-card-box{
    display: flex;
    gap: 40px;
    align-items: start;
}
.flex-1 {
  flex: 1; 
}
.border-1-white{
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.bg-mild-blue{
    background: #EBF3FB;
}
.bg-mild-purple{
    background: #F4EBFF;
}
.bg-mild-red{
    background: #F7EED9;
}
.color-mild-blue{
    color: #2D5072;
}
.color-mild-purple{
    color: #691AA1;
}
.color-mild-red{
    color: #D43900;
}
.bg-svg{
border-radius: 10px;
background: #FFF;
padding: 15px;
}
.bg-blue-black-gradients{
    background: linear-gradient(142deg, #190053 26.84%, #030009 78.89%);
}
.bg-dark-blue{
    background: rgba(52, 28, 111, 0.5);
}
.bg-blue-color{
    background: #190053;
}


.font-big{
    font-size: 64px;
}
@media (992px <=width <=1199.98px) {
    .web-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        width: 100%;
        top: 0%;
        z-index: 99;
    }

    .mobile-header .logo img {
        width: 200px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
}

@media (768px <=width <=991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        /*position: absolute;
        top: 0%;*/
        width: 100%;
        z-index: 99;


    }

    .mobile-header .logo img {
        width: 220px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color:
            var(--theme-color);
        font-size: 40px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content:
            flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    
}
@media (max-width: 575px) {
    .d-grid-1{
        display: grid;
    } 
}
@media (max-width: 767px) {
    .d-grid-2{
        display: grid;
    } 
    
}
@media (max-width: 991px) {

    .dis-n {
        display: none !important;
    }

    .dis-b {
        display: block !important;
    }

    
    .heading-1,.heading-2{
        font-size: 25px;
    }
    .padding-r-50{
        padding-right: 15px;
    }
    .margin-r-50{
        margin-right: 15px;
    }
    
    .pad-80-both{
        padding: 40px 0;
    }
    
}

@media(width <=767px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        /* background: #fff; */
/*        position: absolute;*/
        top: 0;
        width: 100%;
    }

    .mobile-header .logo img {
        width: 180px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 250px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 50px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #0071bc !important;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
   
   
}


@media only screen and (min-width: 767px) and (max-width: 991px) {

     
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    
}

@media (min-width: 1400px) {

}
 