body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
   
  font-family: "Mulish", sans-serif;
}

a{
    cursor: pointer;
}
p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 2px;
}

::-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:15px 0 15px 0;
    position: absolute;
  
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #D6CCCC;
}

.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;
    
}


/*typography css start*/
.common-padding-80{
    padding: 80px 0;
}
.common-padding-60{
    padding: 60px 0;
}

.common-padding-full-60{
    padding: 60px;
}
.common-padding-full-80{
    padding: 80px;
}
.common-button{
border-radius: 11px;
background: #FC6423;
padding: 15px 25px;
color: #000;
border:1px solid #FC6423;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
}
.common-button:hover{
    background: #EC6C35;
    color: #fff;
    border:1px solid #EC6C35;
}
.common-heading-1{

font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 60px */ 
 }
 .common-heading-2{ 
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.common-para-1{

font-size: 16px;
font-style: normal;
line-height: 120%;
 }
 .common-para-3{
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
 }
 .common-para-2{
font-size: 18px;
font-style: normal;
line-height: 150%; /* 27px */
 }
  .common-para-4{
font-size: 14px;
font-style: normal;
line-height: 150%; /* 27px */
 }
 .common-card{
    padding: 30px;
 }
  .common-card-2{
    padding: 20px;
 }
 .common-card-1{
    padding: 50px;
 }
 .padding-right-60{
    padding-right: 60px;
 }
 .padding-right-50{
    padding-right: 50px;
 }
 .padding-left-50{
    padding-left: 50px;
 }
 .padding-left-60{
    padding-left: 60px;
 }
.bg-gradient-header {
    background: linear-gradient(
        180deg,
        rgba(203, 185, 185, 0.50) 0%,
        rgba(255, 255, 255, 0.25) 20%,
        rgba(255, 255, 255, 1) 100%
    );
}
.bg-FFFFFF4A{
    background: #FFFFFF4A;
}
.bg-102E92{
    background: #102E92;
}
.color-4D4D4D{
    color: #4D4D4D;
}
.bg-F1A118{
    background: #F1A118;
}
.bg-D9D433{
    background: #D9D433;
}
.bg-260071{
    background: #260071 !important;
}
 .border-radius-40{
    border-radius: 40px;
 }
  .border-radius-19{
    border-radius: 19px;
 }
 .border-radius-21{
    border-radius: 21px;
 }
 .border-1-dashed-white{
    border-bottom: 1px dashed #fff;
 }
 .border-1-F5F5F5{
    border: 1px solid #F5F5F5;
 }
 .flex-1{
    flex: 1;
 }
 .box-shadow-mild{
    box-shadow: 0 4px 10px 0 rgba(203, 185, 185, 0.25);
 }
 .border-top-1-D6CCCC{
    border-top: 1px solid #D6CCCC;
 }
 
 .common-listing{
    list-style: disc;
    margin-left: 1rem;
 }
/*typography css End*/

.hero-banner{
    padding: 180px 0 120px 0;
}


 .custom-field {
   border-radius: 8px;
border: 1px solid #55637C;
background: #212938;
color: #fff;
   width: 100%;
   padding: 10px;
   margin-top: 5px;
   margin-bottom: 15px;
   height: 43px;
}

.form-field label {
   display: block;
   margin-bottom: 5px;
  color: #000;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 166.4%; /* 23.296px */
text-transform: capitalize;
}


.footer-underline{
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}


/*searchbox css start*/

.serchbox-input::placeholder,
.serchbox-dropdown option[disabled],
.serchbox-sort option {
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
}
.serchbox-input-wrap {
   display: flex;
   align-items: center;
   gap: 10px;
   border-radius: 40px;
   border: 1px solid #D6CCCC;
   background: #FFF;
   padding: 12px 24px;
}

.serchbox-icon {
   flex-shrink: 0;
}

.serchbox-input {
   width: 100%;
   border: none;
   outline: none;
   background: transparent;
   font-size: 16px;
   font-weight: 600;
   line-height: 120%;
   color: #222222;
}
.serchbox-dropdown-wrap {
   position: relative;
   display: flex;
   align-items: center;
   border-radius: 40px;
   border: 1px solid #E0E0E0;
   background: #FFF;
   padding: 12px 24px;
}

.serchbox-dropdown {
   width: 100%;
   border: none;
   outline: none;
   background: transparent;
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   font-size: 16px;
   font-weight: 600;
   line-height: 120%;
   color: #222222;
   padding-right: 20px;
   cursor: pointer;
}

.serchbox-dropdown option[disabled] {
   color: #8A8A8A;
}
.serchbox-sort-wrap {
   position: relative;
   display: flex;
   align-items: center;
   background: transparent;
   padding: 12px 8px;
}
.serchbox-dropdown option{
     padding: 12px 8px;
}
.serchbox-sort {
   width: 100%;
   border: none;
   outline: none;
   background: transparent;
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   font-size: 16px;
   font-weight: 600;
   line-height: 120%;
   color: #222222;
   padding-right: 20px;
   cursor: pointer;
}
.serchbox-dropdown-arrow {
   position: absolute;
   right: 16px;
   top: 50%;
   transform: translateY(-50%);
   pointer-events: none;
}
.serchbox-input::placeholder {
    color: #8A8A8A;
    opacity: 1;
}
/*searchbox css end*/  
/*tabs cards start*/
.indtabs-section {
   margin: 40px 0;
}

.indtabs-wrap {
   display: flex;
   align-items: center;
   gap: 12px;
}

.indtabs-arrow {
   flex-shrink: 0;
   width: 32px;
   height: 32px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   border:none;
   background: transparent;
   cursor: pointer;
   transition: background 0.15s ease, border-color 0.15s ease;
}
.indtabs-arrow:hover {
   background: #F7F5F5;
   border-color: #C7C7C7;
}
.indtabs-arrow:disabled {
   opacity: 0.4;
   cursor: not-allowed;
}
.indtabs-list {
   display: flex;
   align-items: center;
   gap: 8px;
   overflow-x: auto;
   scroll-behavior: smooth;
   flex: 1;
   scrollbar-width: none;   
   -ms-overflow-style: none;
}
.indtabs-list::-webkit-scrollbar {
   display: none;
}


.indtabs-item {
   flex-shrink: 0;
   white-space: nowrap;
   padding: 10px 24px;
   border-radius: 40px;
   border: none;
   background: transparent;
   color: #4D4D4D;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 120%;
   cursor: pointer;
   transition: background 0.2s ease, color 0.2s ease;
}

.indtabs-item:hover {
   background: #F0F0F0;
}

.indtabs-item.is-active {
   border-radius: 40px;
   background: #deccfe;
   color: #000;
}
.indtabs-item.is-active:hover {
   background: #deccfe;
}
.indtabs-card.is-hidden {
   display: none;
}

.indtabs-fixed {
   flex-shrink: 0;
    background: #102E92;
   color: #FFFFFF;
}


.indtabs-fixed.is-active {
   background: #102E92;
   color: #FFFFFF;
}
.indtabs-fixed.is-active:hover {
   background: #102E92;
   color: #FFFFFF;
}
/*tabs end*/

.ribtag-card {
   position: relative;
   overflow: hidden;
   border-radius: 16px;
   transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.ribtag-card img {
   display: block;
   width: 100%;
   transition: transform 0.5s ease;
}

.ribtag-card:hover {
   transform: translateY(-4px);
   box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
}

.ribtag-card:hover img {
   transform: scale(1.03);
}

.ribtag-badge {
   position: absolute;
   top: 0;
   right: 15px;
   width: 37px;
   min-height: 65px;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   padding-top: 12px;
   background: #F1A118;
   color: #FFFFFF;
   font-size: 11px;
   font-style: normal;
   font-weight: 700;
   line-height: 120%;
   text-align: center;
   z-index: 5;
   clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
}

.catlabel {
   position: absolute;
   left: 16px;
   bottom: 16px;
   z-index: 5;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 137px;
   height: 30px;
   padding: 0 16px;
   border-radius: 19px;
   color: #FFFFFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 120%;
   white-space: nowrap;
}

.indtabs-card:nth-child(4n+1) .catlabel {
   background: #260071; 
}

.indtabs-card:nth-child(4n+2) .catlabel {
   background: #F1A118; 
}

.indtabs-card:nth-child(4n+3) .catlabel {
   background: #D9D433; 
   color: #fff;
}

.indtabs-card:nth-child(4n+4) .catlabel {
   background: #D9D433; 
   color: #fff;
}
.indtabs-card {
   transition: opacity 0.3s ease;
}
.indtabs-card.is-hidden {
   opacity: 0;
   display: none;
}

/*pagination*/


.pagitab-wrap {
   display: flex;
   align-items: center;
   gap: 8px;
   margin-top: 40px;
}
.pagitab-arrow,
.pagitab-num {
   min-width: 36px;
   height: 36px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 4px;
   border: 1px solid #BEBEBE;
   background: #FFF;
   opacity: 0.3;
   color: #4D4D4D;
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
   cursor: pointer;
   padding: 0 6px;
   transition: opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.pagitab-arrow,
.pagitab-num {
   opacity: 1;
}
.pagitab-arrow:hover,
.pagitab-num:hover {
   background: #F7F5F5;
}
.pagitab-arrow:disabled {
   opacity: 0.3;
   cursor: not-allowed;
   background: #FFF;
}
.pagitab-num.is-active {
   border: 1px solid #7949FF;
   background: #E9E1FF;
   color: #7949FF;
   opacity: 1;
   cursor: default;
}
.pagitab-ellipsis {
   min-width: 36px;
   height: 36px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #4D4D4D;
   font-size: 14px;
   font-weight: 600;
}
.pagitab-numbers {
   display: flex;
   align-items: center;
   gap: 8px;
}
.temp-number {
   display: inline-flex;
   align-items: center;
   border-radius: 19px;
   background: #F5F1FF;
   padding: 10px 20px;
}
/*poup*/

.tplpop-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
    border-radius: 21px;
}

.tplpop-overlay.tplpop-active {
  display: flex;
}

.tplpop-box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

/* Container for both buttons */
.tplpop-actions {
    position: absolute;
    top: 10px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

/* Common button style */
.tplpop-back,
.tplpop-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 38px;
    padding: 0 16px;
    background: #260071;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.3s ease;
}

/* Remove absolute positioning from close button */
.tplpop-close {
    position: static;
}

.tplpop-back:hover,
.tplpop-close:hover {
    background: #3a0ca3;
}

.tplpop-close .close-icon {
    font-size: 22px;
    line-height: 1;
}


/*faq accordian*/
.campacc-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.campacc-item {
  border-radius: 21px;
  border: 1px solid #E8E7E7;
  background: #FEFEFE;
  overflow: hidden;
  transition: all 0.3s ease;
}

.campacc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
}


.campacc-toggle {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;

}

.campacc-arrow {
  font-size:20px;
  color: #D9D9D9;
}

/* Show "Close" (red) only when active, "View More" (blue) only when closed */
.campacc-toggle-close { color: #E14545; display: none; }
.campacc-toggle-open  { color: #260071; display: flex; }

.campacc-item.campacc-active .campacc-toggle-close { display: flex; }
.campacc-item.campacc-active .campacc-toggle-open  { display: none; }

.campacc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}
.campacc-item.campacc-active .campacc-header{
    border-bottom:  1px solid #e8e7e7;
}
.campacc-item.campacc-active .campacc-body {
  max-height: 0%; /* large enough to fit content */
  padding: 50px;
}

.campacc-row {
  display: flex;
  gap: 20px;
}

.campacc-thumb {
  
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.campacc-thumb img {
  width: 100%;
  display: block;
}

.campacc-details {
  flex: 1;
}

.campacc-detail-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.campacc-view-btn {
  background: #4A2ED0;
  color: #fff;
  border: none;
  padding: 8px 18px;
  cursor: pointer;
}

/*second popup*/

.viewtpl-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999; 
  overflow-y: auto;
}

.viewtpl-overlay.viewtpl-active {
  display: block;
}

.viewtpl-box {
  position: relative;
  background: transparent;
  max-width: 800px;
  margin: 60px auto;/*
  border-radius: 16px;*/
/*  padding: 40px;*/
}

.viewtpl-design{
    border-radius: 21px;
}

.viewtpl-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  background: #260071;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #fff;
}

.viewtpl-container {
  width: 100%;
}

.viewtpl-design {
  min-height: 0%;
}

@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) {
.wi-50{
    width: 50%;
}
.wi-33{
    width: 33.33%;
}
.serchbox-dropdown,.serchbox-sort{
    font-size: 14px;
}
.fnt-mb-size-14{
font-size: 14px !important;
}
.fnt-mb-size-16{
font-size: 16px !important;
}
.card-mb-20{
    padding: 20px 15px;
}
.serchbox-dropdown-wrap{
    padding: 12px;
}
}
@media (max-width: 991px) {

    .dis-n {
        display: none !important;
    }

    .dis-b {
        display: block !important;
    }

    .common-heading-1,.common-heading-2{
        font-size: 25px;
    }
    br{
        display: none;
    }
    .hero-banner{
        padding: 120px 0 40px 0;
    }
    .common-padding-80 {
    padding: 40px 0;
}
.common-padding-full-60{
    padding: 20px;
}
.padding-right-60,.padding-right-50{
    padding-right: 15px;
}
.padding-left-60{
    padding-left: 15px;
}
.max-width-550{
    max-width: 100%;
    width: 100%;
}
.common-card-1 {
    padding: 30px;
}
.campacc-item.campacc-active .campacc-body,.campacc-header{
    padding: 15px;
}
.campacc-thumb img{
    margin-bottom: 20px;
}
}

@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: 150px;
    }

    .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;
    }
   
}

.post-loader{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:250px;
}

.post-loader.hide{
    display:none;
}

.loader-spinner{
    width:40px;
    height:40px;
    border:4px solid #ddd;
    border-top-color:#222;
    border-radius:50%;
    animation:spin .8s linear infinite;
}

@keyframes spin{
    100%{
        transform:rotate(360deg);
    }
}

.indtabs-wrap{
    display:flex;
    align-items:center;
    gap:15px;
}


.indtabs-list{
    display:flex;
    gap:12px;
    overflow:hidden;
    flex:1;
    scroll-behavior:smooth;
}


.indtabs-arrow{
    width:35px;
    height:35px;
    border-radius:50%;
    cursor:pointer;
}


.indtabs-arrow:disabled{
    opacity:.4;
    cursor:not-allowed;
}

/* FIRST / LAST SPECIAL STYLE */
.pagitab-first,
.pagitab-last {
    font-weight: 600;
    background: #fafafa;
	border: none;
	text-decoration: underline;
}

/* PREV / NEXT ARROWS */
.pagitab-prev,
.pagitab-next {
    font-size: 16px;
    width: 38px;
	border: none;
}

.tplpop-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    z-index:9999;
}


.tplpop-overlay.active{
    display:block;
}

.tplpop-back-single{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 38px;
    padding: 0 16px;
    background: #260071;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background .3s ease;
}

.tplpop-back-single:hover{
    background: #3a0ca3;
    color: #fff;
    text-decoration: none;
}



.campaign-dashboard {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}


.stat-box {
    background:#fff;
    border:1px solid #eeeeee;
    border-radius:24px;
    padding:25px 20px;
    min-height:160px;
    text-align:center;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.06);

    transition:all .35s ease;
}


.stat-box:hover {
    transform:translateY(-5px);
    box-shadow:
        0 18px 40px rgba(0,0,0,0.10);
}


.stat-box h6 {
    font-size:16px;
    color:#777;
    font-weight:500;
    margin-bottom:18px;
}


.stat-box p {
    font-size:50px !important;
    font-weight:700;
    color:#222;
    margin:0;
}


/* Delivery */
.blue-text {
    color:#5885f2;
    font-size:50px;
    font-weight:700;
}


.blue-small {
    font-size:15px;
    color:#5885f2;
}

.blue-small-other {
    font-size:15px;
    color:#000;
}



/* Circle */
.circle-chart {

    width:120px;
    height:120px;

    border-radius:50%;

    margin:15px auto;

    display:flex;
    align-items:center;
    justify-content:center;

}


.circle-chart span {

    width:85px;
    height:85px;

    background:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;
    font-weight:700;

}



/* Click Circle */

.click-circle {

    width:90px;
    height:90px;

    border-radius:50%;

    border:10px solid #eeeeee;

    margin:15px auto;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;
    font-weight:700;

}



/* Bottom cards */

.bottom-stat {

    background:#fff;

    border:1px solid #eee;

    border-radius:20px;

    padding:18px;

    text-align:center;

    font-size:17px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.unsubscribe-wrap{
    font-size:50px;
    font-weight:700;
}


.contact-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.contact-popup-overlay.active{
    display:flex;
}

.contact-popup-box{
    background:#fff;
    width:100%;
    max-width:600px;
    border-radius:16px;
    padding:35px;
    position:relative;
}

.contact-popup-close{
    position:absolute;
    top:15px;
    right:20px;
    background:none;
    border:none;
    font-size:28px;
    cursor:pointer;
}

.error-msg{
    color:#dc3545;
    font-size:14px;
    margin-top:5px;
}

.form-control.error{
    border:1px solid #dc3545 !important;
}

.form-control.success{
    border:1px solid #ced4da;
}

.campaign-highlight {
    position: absolute;
    bottom: 16px;
    left: 20px;
    background: linear-gradient(135deg, #ff7a18, #ff3d00);
    color: #fff;
    padding: 6px 12px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(255, 90, 0, 0.35);
    letter-spacing: .3px;
}

.campaign-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 40%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    50%,100% {
        left: 130%;
    }
}

@media(max-width:768px){

.campaign-dashboard{
grid-template-columns:1fr;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    
}

@media (min-width: 1500px) {
  
}



