/* Thin (Weight: 100) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/* Extra Light (Weight: 200) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

/* Light (Weight: 300) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Regular (Weight: 400) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Medium (Weight: 500) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* SemiBold (Weight: 600) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* Bold (Weight: 700) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* ExtraBold (Weight: 800) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* Black (Weight: 900) */
@font-face {
    font-family: 'SanDiego';
    src: url('/font/SanDiego-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}



/* .inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
    font-family: "Inter";
}
/* p{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} */





.text-custom {
    color: #036280;
}

.bg-custom {
    background-color: #036280;
}

.bg-custom-light {
    background-color: #71b9cf;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}

.report-card {
    box-shadow: 5px 1px 28px #727fa01a;
}
.fw-600{
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-900 {
    font-weight: 900;
}
.fw-200 {
    font-weight: 200;
}
.fs-48{
    font-size: 48px;
}
.fs-50{
    font-size: 50px;
}

.revenue {
    color: var(--brand-color);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(156deg, #2d90e9, #8344ef 18%, #ff4f4e 80%, #ff973f);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
}

.btn-outline-custom {
    color: #036280;
    border-color: #036280;
    border: 1px solid;
    border-radius: 25px;
    text-decoration: none;
}
.btn-outline-black {
    color: #333333;
    border-color: #333333;
    border: 1px solid;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
    padding: 10px 30px;
}
.btn-outline-black:hover{
    color: #000;
    border-color: #000;
}
.btn-custom{
    border-radius: 25px;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 30px;
    font-weight: 500;
}
.bg-sky-blue{
    background-color: #e8f9ff;
}
.bg-sand-100{
    background-color: #fffbf0;
}
.bg-sand-300{
    background-color: #f8ecdc;
}
.bg-darkblue-900{
    background-color: #0b0a0f;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
    background-color: rgb(26, 26, 26);
}
.nav-pills .nav-link{
    color: #fff;
    border: 1px solid rgb(34 34 34);
    box-shadow: rgba(0, 0, 0, 0.004) 0px 0px 0px 0px, rgba(0, 0, 0, 0.008) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 0px;
    border-radius: 4px;
    padding: 24px 24px;
    transition: 0.6s all;
}
.nav-pills .nav-link p.heading{
    font-size: 20px;
}
.nav-pills .nav-link p.content{
    display: none;
    transition: 0.6s all;
}
.nav-pills .nav-link.active p.content{
    display: block;
    font-size: 14px;
}

#price-section .card {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3);
}
#price-section .title {
    /* color: #4f3fbe; */
    color: #036280;
}
.text-grey {
    color: rgba(36, 37, 56, .7) !important;
}
#price-section .reg-price s {
    font-size: 18px;
    color: grey;
    align-self: center;
}
#price-section .reg-price p {
    background-color: #036280;
    color: #fff;
    border-radius: 25px;
    padding: 8px 10px;
}
#price-section .price {
    font-size: 40px;
}
#price-section .price>sup {
    font-size: 20px;
}
#price-section .price>span {
    font-size: 20px;
    font-weight: 400;
    padding-left: 5px;
}
.btn-cart-2 {
    background: linear-gradient(90deg, #036280, #43a4c1);
    color: #fff;
    display: block;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: 0.3 all;
}
.btn-cart-2:hover {
    background: linear-gradient(90deg, #43a4c1, #036280);
    color: #fff;
    box-shadow: none;
}
#price-section .feature-list .feature-heading {
    font-size: 19px;
    font-weight: 700;
}
#price-section .feature-list li {
    padding: 5px 0;
    font-size: 18px;
}
#price-section .middle-price .middle {
    background: linear-gradient(90deg, #036280, #43a4c1);
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    position: center;
    padding: 10px;
    display: block;
    width: 100%;
}

.pricing-option {
    font-size: 16px;
    transition: opacity 0.3s ease;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    font-weight: 500;
}
@media screen and (min-width:576px) {
    .pricing-option {
        font-size: 18px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 2px;
    }
}
@media screen and (min-width:768px) {
    .w-md-25{
        width: 25%;
    }
    .w-md-75{
        width: 75%;
    }
    .hero-section {
        display: block !important;
    }
}
/* @media screen and (min-width:576px) {
    #mobile-contact{
        display: none;
    }
} */
#mobile-contact{
    z-index: 999;
    position: fixed;
    bottom: 0;
}
#mobile-contact p{
    font-size: 16px;
}
#desktop-contact{
    z-index: 999;
    position: fixed;
    bottom: 30px;
    right: 10px;
}

#mobile-contact .whatsapp-icon-bg, #desktop-contact .whatsapp-icon-bg{
    background-color:#44c052 ;
}
#mobile-contact .call-icon-bg, #desktop-contact .call-icon-bg{
    background-color:#2a67b9 ;
}

.pricing-option.active {
    /* color: #2196F3; */
    color: black;
}

.pricing-option.inactive {
    opacity: 0.6;
}

.toggle-container {
    position: relative;
    width: 60px;
    height: 34px;
}

.toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    transition: .4s;
    border-radius: 34px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.toggle-input:checked + .toggle-slider {
    /* background-color: #2196F3; */
    background-color: black;
}

.toggle-input:checked + .toggle-slider:before {
    transform: translateX(26px);
}
#price-section .monthlyPrice.inactive{
    display: none;
}
#price-section .annuallyPrice.inactive{
    display: none;
}

footer ul.list-unstyled li a {
    font-size: 18px;
    color: #0b0a0f;
}
.contact-form .returnmessage {
    color: #3a00ff;
    margin-bottom: 7px;
    text-align: left;
    font-weight: 500;
}
.contact-form .empty_notice {
    color: #f52225;
    margin-bottom: 7px;
    display: none;
    text-align: left;
    font-weight: 500;
}
form.contact-form input, form.contact-form textarea {
    background-color: #f4f5f8;
    border: 1px solid rgba(241, 238, 246, .5);
    margin-bottom: 16px;
    padding: 14px 20px;
}

.media-grid {
    display: grid;
    grid-template-columns: 0.55fr 1.9fr 1fr;
    grid-template-rows: 1.7fr 1fr;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
    height: 900px;
}

.media-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.media-item img,
.media-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.media-top-left {
    grid-column: 1;
    grid-row: 1;
}

.media-center {
    grid-column: 2;
    grid-row: 1 / 3;
}

.media-bottom-left {
    grid-column: 1;
    grid-row: 2;
}

.media-right {
    grid-column: 3;
    grid-row: 1 / 3;
}

@media (max-width: 768px) {
    .media-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        gap: 15px;
    }
    
    .media-top-left,
    .media-bottom-left,
    .media-center,
    .media-right {
        grid-column: 1;
        grid-row: auto;
    }
    
    .media-item {
        height: 300px;
    }
}

.hero-section {
    position: relative;
    /* min-height: 100vh; */
    overflow: hidden;
    width: 100%;
    display: none;
    padding-top: 50px;
  }

  /* Background gradient overlay */
  .bg-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom, var(--background), var(--background), var(--muted)); */
  }

  /* Grid pattern */
  .grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: radial-gradient(circle at 1px 1px, var(--foreground) 1px, transparent 0);
    background-size: 40px 40px;
  }

  /* ---------- FLOATING CARDS ---------- */
  .floating-card {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--card);
    transition: 0.4s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
  }

  .floating-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 35px 60px rgba(0,0,0,0.7);
  }

  .animate-float {
    animation: float 6s ease-in-out infinite;
  }
  .animate-float-delayed {
    animation: float 6s ease-in-out infinite 2s;
  }
  .animate-float-slow {
    animation: float 8s ease-in-out infinite 1s;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
  }

  /* ---------- MAIN MEDIA LAYOUT ---------- */
  .media-container {
    position: relative;
    margin: auto;
    /* max-width: 1100px; */
    height: 600px;
  }

  /* Images */
  .left-top {
    left: 0;
    top: 0;
    width: 350px;
  }
  .left-bottom {
    left: 40px;
    bottom: 40px;
    width: 230px;
  }
  .right-top {
    right: 0;
    top: 0px;
    width: 300px;
  }

  /* Center Video */
  .center-video {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    aspect-ratio: 16/9;
    border-radius: 30px;
    border: 1px solid var(--border);
    overflow: hidden;
    position: absolute;
    background: var(--card);
    box-shadow: 0 0 40px rgba(3, 98, 128, 0.5);
  }

  .center-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /* Decorative circles */
  .circle1 {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 120px;
    height: 120px;
    background: rgba(90, 210, 90, 0.15);
    filter: blur(60px);
    border-radius: 50%;
  }
  .circle2 {
    position: absolute;
    right: 25%;
    bottom: 25%;
    width: 150px;
    height: 150px;
    background: rgba(90, 130, 255, 0.15);
    filter: blur(60px);
    border-radius: 50%;
  }

  /* Bottom fade */
  .bottom-fade {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to top, var(--muted), transparent);
  }