@custom-variant dark (&:is(.dark *));

:root {
  --background: #f7f9f3;
  --foreground: #000000;
  --card: #ffffff;
  --card-foreground: #000000;
  --popover: #ffffff;
  --popover-foreground: #000000;
  --primary: #4f46e5;
  --primary-foreground: #ffffff;
  --secondary: #14b8a6;
  --secondary-foreground: #ffffff;
  --muted: #f0f0f0;
  --muted-foreground: #333333;
  --accent: #f59e0b;
  --accent-foreground: #000000;
  --destructive: #ef4444;
  --destructive-foreground: #ffffff;
  --border: #000000;

  --input: #737373;
  --ring: #a5b4fc;
  --chart-1: #4f46e5;
  --chart-2: #14b8a6;
  --chart-3: #f59e0b;
  --chart-4: #ec4899;
  --chart-5: #22c55e;
  --sidebar: #f7f9f3;
  --sidebar-foreground: #000000;
  --sidebar-primary: #4f46e5;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #f59e0b;
  --sidebar-accent-foreground: #000000;
  --sidebar-border: #000000;
  --sidebar-ring: #a5b4fc;
  --font-sans: DM Sans, sans-serif;
  --font-serif: DM Sans, sans-serif;
  --font-mono: Space Mono, monospace;
  --radius: 1rem;
  --shadow-x: 0px;
  --shadow-y: 0px;
  --shadow-blur: 0px;
  --shadow-spread: 0px;
  --shadow-opacity: 0.05;
  --shadow-color: #1a1a1a;
  --shadow-2xs: 0px 0px 0px 0px hsl(0 0% 10.1961% / 0.03);
  --shadow-xs: 0px 0px 0px 0px hsl(0 0% 10.1961% / 0.03);
  --shadow-sm: 0px 0px 0px 0px hsl(0 0% 10.1961% / 0.05),
    0px 1px 2px -1px hsl(0 0% 10.1961% / 0.05);
  --shadow: 0px 0px 0px 0px hsl(0 0% 10.1961% / 0.05),
    0px 1px 2px -1px hsl(0 0% 10.1961% / 0.05);
  --shadow-md: 0px 0px 0px 0px hsl(0 0% 10.1961% / 0.05),
    0px 2px 4px -1px hsl(0 0% 10.1961% / 0.05);
  --shadow-lg: 0px 0px 0px 0px hsl(0 0% 10.1961% / 0.05),
    0px 4px 6px -1px hsl(0 0% 10.1961% / 0.05);
  --shadow-xl: 0px 0px 0px 0px hsl(0 0% 10.1961% / 0.05),
    0px 8px 10px -1px hsl(0 0% 10.1961% / 0.05);
  --shadow-2xl: 0px 0px 0px 0px hsl(0 0% 10.1961% / 0.13);
  --tracking-normal: normal;
  --spacing: 0.25rem;
}

@layer base {
  body {
    background-color: var(--background);
    color: var(--foreground);
  }
}


.footer-logo{
  position: relative;
  bottom: 30px;
  margin: 0;
}

@media(max-width:600px){
  .footer-logo-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-logo-container p{
  border-bottom: 1px solid rgb(0, 78, 141);
  padding-bottom: 20px;
}
nav{
  padding: 0;
}
nav .backdrop-blur-lg{
  border-radius: 0;
  border-left: none;
  padding: 0;
  margin: 0;
  border-right: none;
}
.logo{
  position: relative;
  left: 10px;
}
    .mobile-menu {
        border-radius: 20px;
        width: 99%;
        margin: 0 auto;
        padding-right: 50px;
    }
}
#navbarToggler{
  position: relative;
  right: 20px;
}
html, body {
  overflow-x: hidden;
}
/* main{
  padding-top: 20px;
}
@media(max-width:600px){
 main{
  padding-top: 40px;
} 
} */
.nav-items-center ul li a{
  color: white !important;
}




.new-home-hero-section {
    background-color: #f0f9ff;
    padding: 200px 20px 60px;
    margin: 0;
  }

  .new-home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
  }

  .new-home-hero-title {
    font-size: 56px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .new-home-hero-text {
    max-width: 820px;
  }

  .new-home-hero-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .new-home-hero-highlight {
    font-size: 22px !important;
    font-weight: 700;
  }

  .new-home-hero-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 16px 34px;
    background: #4f46e5;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s ease;
  }

  @media (max-width: 991px) {
    /* .new-home-hero-section {
      padding: 90px 20px;
    } */

    .new-home-hero-title {
      font-size: 42px;
    }
  }

  @media (max-width: 768px) {
    .new-home-hero-content {
      margin: 0 auto;
      text-align: center;
    }

    .new-home-hero-title {
      font-size: 35px;
    }

    .new-home-hero-text p {
      font-size: medium !important;
      line-height: 1.7;
    }

    .new-home-hero-highlight {
      font-size: 20px !important;
    }

    .new-home-hero-btn {
      width: 95%;
      font-size: medium !important;
      max-width: 320px;
    }
  }

  @media (max-width: 480px) {
    /* .new-home-hero-section {
      padding: 70px 15px;
    } */

    /* .new-home-hero-title {
      font-size: 28px;
    } */
  }
  

  .new-service-section .new-service-section-header{
    opacity: 1 !important;

  }
  .new-service-section-card {
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      width: 100%;
      max-width: 350px ;
      border: 2px solid #4f46e5;
      background: #f0f9ff;
    }

    .new-service-section-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 25px 50px -12px rgb(79 70 229 / 0.15);
    }

    .new-service-section-icon-wrapper {
      transition: all 0.3s ease;
    }

    .new-service-section-card:hover .new-service-section-icon-wrapper {
      background-color: #4f46e5;
      color: white;
      transform: scale(1.1);
    }

    .new-service-section-header {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease;
    }

    .new-service-section-header.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .new-service-section-accent-line {
      height: 4px;
      background: linear-gradient(to right, #4f46e5, #6366f1);
    }


    .upper-nav{
      height: 50px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      background: #4f46e5;
    }
    .dropdown-item-new{
      color: black;
    }
    @media(max-width:991px){
      .upper-nav{
        align-items: flex-end;
        justify-content: flex-end;
        padding-right: 20px;
      }
      .custom-new-nav-callbtn{
        padding: 5px 3px !important;
        gap: 10px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 160px;
      }
      .custom-new-nav-container {
        padding: 10px !important;
      }
      .custom-new-nav-callbtn i{
        font-size: small !important;
      }
      .custom-new-nav-callbtn span{
        font-size: 13px !important;
      }

    }
.custom-new-nav-mobile{
    position: fixed;
    top: 155px; /* navbar height */
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    overflow: hidden;
    z-index: 9999;
}

.custom-new-nav-mobile-inner{
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
h1,h2,h3,h4,h5,h6{
   font-family: "Barlow", sans-serif !important; 
}

span, p ,a, span ,li,td , th,button{
  font-size: 18px !important;
   font-family: "Figtree", sans-serif !important;
}