:root {
    --font-size-def: 16px;
    --font-weight-def: 500; 
    --text-dark: #202020;
    --body-bg: #ffff;
    --section-max-width: 85%; 
    --section-title-font-size: 27px;
    --section-title-font-weight: 1000;
    --section-container-max-width: 1500px;
    --primary: #007bff; /* or your theme color */
}

@font-face {
    font-family: roboto;
    src: url(../fonts/roboto-serif/RobotoSerif-Regular.ttf);   
    font-style: normal;  
    font-display: swap;
}

*{
    font-family: roboto;
}

body{
    margin: 0;
    font-family: roboto;
    font-size: var(--font-size-def);
    font-weight: var(--font-weight-def);
    line-height: 1.43;
    background-color: var(--body-bg);
    color: var(--text-dark);
}

header{
    position: sticky !important;
    z-index: 100;
}

.section { 
    /* padding: 50px 0px !important; */
    padding:3vh 0;
}

.project-counts {
    text-align: center;
    /* padding: 1rem 0 1.5rem; */
    color: #1f3c66;
    background-color: #fff;
    /* box-shadow: 0 1px 3px #00000026; */
    z-index: 1;
}
.count-num {
    font-size: 40px;
}
.count-text {
    font-size: 18px;
    line-height: 24px;
}
.app-dev {
    /* background: #1f3c66; */
    z-index: 1;
}
.btn-round {
    border-radius: 40px;
    padding: .85rem 2rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 3;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.6s all;
    background-color: #d23b7d;
}
.btn-round:hover {
    background-color: #d23b7d;
    box-shadow: 0 2px 34px #d23b7d;
    color: #fff;
}
.ib-list{
    position: relative;
}

ul.ib-list li::before {
    content: ""!important;
    background: url(https://staging.ibartstechnologies.com/wp-content/uploads/2023/03/31-check-solid.gif) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -4px;
    margin-top: 2px;
    font-size: 25px;
    background-size: 100%;
}
ul.ib-list li{
    font-size: 1.5rem;
    list-style: none;
    margin-bottom: 20px;
    /* color: #fff; */
}

@media (min-width:990px) {
    #navbarSupportedContent{
        justify-content: end !important;
    }
    .navbar{
        padding: 11px 0;
    }
    .txt{
        margin-left: 20px;
    }
}

.copy-right{
    background-color: #d0d0d0;
    padding: 30px 0;
}
.address li h6 {
    color: #fff;
}
.links li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px ;
    display: block;
}

.text-light{
    color: #fff !important;
}
.social_links ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    border: 1px solid #fff;
    height: 50px;
    /* padding: 1rem 1rem; */
    width: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s all;

}
.social_links ul li:hover:nth-child(1) {
    color: #fff;
    background-color: #1877F2;
}
.social_links ul li:hover:nth-child(2) {
    color: #fff;
background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.social_links ul li:hover:nth-child(3) {
    color: #fff;
    background-color: #1877F2;
}
.social_links ul li:hover:nth-child(4) {
    color: #fff;
    background-color: #DB4437;
}
.social_links ul {
    display: flex;
    flex-direction: row;
}
.social_links ul li a i  {
    color: #1c1c1c;
    font-size: 1rem;
}

.sub-menu-1 > ul {
    list-style: none;
}
.sub-menu-2 > ul {
    list-style: none;
}

.sub-menu-1{
    display: none;
    background-color: #e3e3e3;       
    border: 1px solid rgb(157, 157, 157); 
}

.sub-menu-2{
    display: none;
    background-color: #e3e3e3;
    border: 1px solid rgb(157, 157, 157); 
}

.cloud-advisory-menu:hover .sub-menu-1{
    display: block;     
    position: absolute;       
    margin-left: -55px;    
}

.cloud-advisory-submenu:hover .sub-menu-2{
    display: block;     
    position: absolute;           
    margin-left: 215px;
    top: 42px;
}

.link-cst{
    color: #ffff !important;
    text-decoration: none;    
}
.link-cst:hover{
    color: #ffffff !important;
    text-decoration: underline;    
}
.section-1 {
    padding: 20px 0px;
    /* height: calc(87vh - 80px); */
    background-color: #ffffff;
}
.home-title > h3 {
    letter-spacing: 2px;
}

.home-title > h4 {
    letter-spacing: 2px;
}
.section-2{
    height: 100vh;
}

#header {
    /* background-color: #f6f6f6;  */
    background-color: #ffffff; 
    /* Grey background */    
    color: black;
    text-align: left;     
    font-weight: bold;
    position: fixed; 
    top: 0;
    width: 100%; 
    transition: 0.2s;
}

.text-black{
    color: black !important;
}

.footer-cst{
    background-color: #ffffff !important;
}

footer{ 
    padding: 50px 0px 50px 0px !important;    
}
.footer-width{
    min-width: 93%;
    max-width: 93%;
}

.theme-bg-color{
    background-color: #f6f6f6;
}

.theme-bg-color-dark{
    background-color: #e9e9e9;
}

.link-hover-clr:hover{
    color: #0F54B8 !important; 
}
.active{
    color: #0F54B8 !important; 
}

.sub-menu-1>ul>li:hover{
    background-color: #e9e9e9;
}

.sub-menu-2>ul>li:hover{
    background-color: #e9e9e9;
}

.font-alkatra{
    font-family: roboto !important;
}

.main-section-titel{
    font-size: 48px;
    font-weight: 600;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #d23b7d;
    color: white;
    cursor: pointer;
    padding: 13px 19px;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 5px -4px rgb(209 42 42 / 75%);
    -moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 2px rgb(106 106 106 / 75%);   
  }
  
  #myBtn:hover {
    background-color: #555;
  }
.section-1{ 
    /* background: url('../images/bg/wallpaperflare.com_wallpaper(1).jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 650px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.links li {
    list-style: none;
}

.inner-drop {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 1rem 0.85rem;
    border: 1px solid #ccc;
    border-radius: 5px;

}
.has-child:hover > .inner-drop {
    display: block !important;
}
.inner-drop li {
    list-style: none;
    padding: 9px;    
}

.inner-drop li a {
    color: #414141;
    text-decoration: none;
}

.inner-drop>li:hover{
    background-color: #e9e9e9;
}

.section-max-width{
    width: var(--section-max-width);
}

.gray-filter-img{
    filter: grayscale(80%);
    transition: 0.7s all;
}

.gray-filter-img:hover{
    filter: grayscale(0%); 
    cursor: pointer;   
}
.slick-active {
    opacity: 1 !important;
}
.opacity-max{
    opacity: 1 !important;
}
.reg-text {
    font-size: 16px !important;
    letter-spacing: 0.6px !important;
    line-height: 20px !important;
}
.brand-icons-width{
    width: 75px !important;
}

.section-title{
    font-size: var(--section-title-font-size) !important; 
    font-weight: var(--section-title-font-weight) !important;
}
.sub-hero-text {
    font-size: 20px !important;
    letter-spacing: 0.015em !important;
    line-height: 24px !important;
}

.section-container-width{
    line-height: var(--section-container-max-width) !important;
}

/* .container {
    max-width: 1500px !important;
} */
.sub-menu-item .icon {
    transition: 0.5s all;

}
.sub-menu-item:hover .icon {
 transform:rotate(180deg);

}
.all-large-point-list>li{
    display: flex;    
}

/* About Css STart */
/* Breadcrumb Section with Background Image */
.breadcrumb_section.page-title-mini {
  padding: 100px 0;
  background: url('/assets/images/breadcrum/bg1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Optional: Add overlay for text readability */
.breadcrumb_section::before {
  content: '';
  position: absolute;
  inset: 0;
   background: linear-gradient(135deg, rgba(47, 129, 237, 0.066), rgb(19, 49, 125)); /* Blue gradient overlay */
  z-index: 0;
}

/* Ensure text appears above overlay */
.breadcrumb_section .container,
.breadcrumb_section h1,
.breadcrumb_section .breadcrumb {
  position: relative;
  z-index: 2;
}

/* Breadcrumb link & active color */
.breadcrumb-item a,
.breadcrumb-item.active {
  text-decoration: none;
  color: #fff !important;
}

/* Optional: breadcrumb separator styling */
.breadcrumb {
  --bs-breadcrumb-divider-color: #fff;
}

.section-title {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 2rem !important;
}
.title-txt {
    color: #0d6efd;
    text-transform: uppercase;
}

.about-list ul li {
    /* text-align: center; */
    padding: 0 !important;
}




@import url(https://fonts.googleapis.com/css?family=Lato:400,600,700);
.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  margin: 10px 1%;
  max-width: 310px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: '';
  background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  /* line-height: 14px; */
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
    font-size: 1.3rem;
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* --------------------product------------------------------ */

.service-sidebar-wrapper .single-sidebar-widgets {
    padding: 30px;
    margin-bottom: 40px;
    background: #F3F2F8;
}

 .wid-title h3 {
    color: #111;
    margin-bottom: 30px;
}


.services-category-link a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 20px;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    margin: 15px 0px;
    background-color: #33f;
    padding-left: 50px;
    border-radius: 4px;
}
.services-category-link a::before {
    position: absolute;
    left: 0;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    left: 15px;
}
.contents > p ,h1,h2,h3,h4{
    color: #111;
}


.service-contact-form {
    margin-top: 30px;
    padding: 40px 40px 50px;
    background-color: #fff;
    -webkit-box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
}
.single-personal-info {
    margin-bottom: 20px;
}
.contact-form  > textarea , input , .contact-form input, .contact-form textarea {
    padding: 20px 25px;
    font-size: 16px;
    width: 100%;
    background: #f8f8f8;
    line-height: 1;
    padding: 25px 30px;
    border: 0px;
}

.submit-btn {
    background: #33f !important;
    color: #fff !important;
    font-weight: 600;
    line-height: 1;
    padding: 15px 40px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 280px !important;
}
.help-line-card {
    background-color: #d6fa52;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
}

.help-line-card::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #5f2dee;
    opacity: .8;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.single-menu-box p {
    font-size: 24px;
    line-height: 1;
}

.h4-title:after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: #00568e;
    margin: 4px 0 0;
}
.h4-title {
    margin-bottom: 2rem;
}

.home-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0;
    background: url('/assets/images/home/banner-bg-shadow.png') no-repeat center right;
    z-index: 1;
}

.line::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    margin: 0 auto;
    background: #d23b7d;
    transform: skew(-30deg,0deg);
    -webkit-transform: skew(-30deg,0deg);
    -moz-transform: skew(-30deg,0deg);
    -ms-transform: skew(-30deg,0deg);
    -o-transform: skew(-30deg,0deg);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.line {
    position: relative;
}
.cardss .col-lg-3 .card {
    transition: 0.5s all;
    background-color: #ddedfc;
}
.cardss .col-lg-3 .card h5   {
    color: #00186e;
}
.cardss .col-lg-3 .card:hover {
    box-shadow: -20px 3px 53px #ddd;
    cursor: pointer;
}
.card-green {
    background-color: #13544e;
    
}
.card-orange{
    background-color:#bc511b;
}
.card-h {
    height: 300px;
}

.starts li i {
    color: #fff;
    border: 1px solid #fff;
    padding: 9px;

    border-radius: 4px;
    font-size: 10px;
}


/* Make the dropdown full width below navbar */
.mega-dropdown {
  left: 0 !important;
  right: 0 !important;
  top: 75px;
  transform: none !important;
  width: 100vw !important;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  z-index: 1000;
}

/* Remove default shadow on toggle */
.navbar .dropdown-toggle::after {
  display: none;
}


/* hero section */

.bg-gradient-primary {
    background: linear-gradient(90deg, #007bff 0%, #00c6ff 100%);
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
  }
  
  .animated-fade-in {
    animation: fadeInUp 1s ease-in-out;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* button theme */
  /* Custom Theme Button */
.btn-theme {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 18px rgba(79, 70, 229, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .btn-theme:hover {
    background: linear-gradient(135deg, #4338ca, #4f46e5);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.4);
    text-decoration: none;
    color: white;
  }

/* Heading style */
.section-heading {
    font-size: 1.5rem;
    color: #4b5563;
    letter-spacing: 1px;
  }
  
  /* Decorative line under heading */
  .heading-line {
    width: 60px;
    height: 3px;
    background-color: #6366f1;
    border-radius: 2px;
  }
  
  /* Brand card styling */
  .brand-card {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100px;
  }
  
  .brand-card img {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  
  .brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  
  .brand-card:hover img {
    filter: none;
    opacity: 1;
  }
  

  .project-counts-section {
    background: #f9fafb;
  }
  
  .counter-card {
    background: #ffffff;
    border-radius: 16px;
    transition: transform 0.3s ease;
  }
  
  .counter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
  }
  
  .count-number {
    font-size: 2.5rem;
    color: #4f46e5;
  }
  
  /* Optional subtle fade animation */
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .counter-card {
    animation: fadeUp 0.6s ease both;
  }
  
  /* section business */

  .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
  }
  
  .reg-text {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .bg-light {
    background-color: #f9fafb !important;
  }
  
  .shadow-sm {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06) !important;
  }
  
  img.shadow-sm {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  
  .rounded-4 {
    border-radius: 1rem !important;
  }

  /* section-features */

  .text-gradient {
    background: linear-gradient(90deg, #6366f1, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .feature-icon {
    font-size: 1.75rem;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .max-w-500 {
    max-width: 500px;
  }
  

  /*  */

  .section-title {
    font-size: 1.75rem;
    color: #1f2937;
  }
  
  .max-w-500 {
    max-width: 500px;
  }
  
  /* services */

  .service-card {
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    border-radius: 1rem;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .section-title {
    font-size: 2rem;
    color: #1f2937;
  }
  
  .bg-light {
    background-color: #f9fafb !important;
  }

  footer a:hover {
    color: #0d6efd !important; /* Bootstrap primary color */
  }
  
  footer h5 {
    font-size: 1.1rem;
    letter-spacing: 0.3px;
  }
  
  .service-hover:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  
  /* hero */

  .section-1 .col-lg-6 {
    position: relative;
    z-index: 2;
  }
  .section-1 img {
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    pointer-events: none; /* ensures it doesn't block clicks */
  }

  /*──────────  Minimal extras (save in style.css)  ──────────*/
.contact-section .form-control:focus,
.contact-section .btn-primary:hover {
  box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);   /* subtle blue glow */
}

.contact-section .btn-primary:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.5);    /* stronger focus ring */
}


/* brand */

.brand-card img {
  transition: transform 0.3s ease;
}
.brand-card img:hover {
  transform: scale(1.05);
}
.brand-card img {
  filter: grayscale(100%);
}
.brand-card img:hover {
  filter: grayscale(0%);
}

.service-hover:hover {
  transform: translateY(-4px);
  transition: 0.3s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
/* .card:hover { transform: translateY(-4px); transition: .3s ease; } */

/* Smooth hover lift */
/* .bg-white.shadow-sm:hover {
  transform: translateY(-4px);
  transition: 0.3s all;
  box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.08)!important;
} */
.checked-list li::before {
  content: "\F26E"; /* bi-check-circle-fill */
  font-family: "bootstrap-icons";
  color: var(--primary);
  margin-right: 0.5rem;
}
.service-hero {
  background: linear-gradient(135deg, var(--primary) 0%, #002c8f 100%);
}
.service-hero h1,
.service-hero p {
  color: #fff;
}
.service-feature-img img {
  border-radius: 1rem;
}
blockquote {
  border-left: 4px solid var(--primary);
  padding-left: 1rem;
  font-style: italic;
  background: #f8f9fa;
}
.help-line-card {
  border-radius: 1rem;
  overflow: hidden;
}
.help-line-card .theme-btn {
  background: var(--primary);
  color: #fff;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
}
.theme-btn:hover {
  opacity: 0.9;
}
textarea {
  height: 160px;
  resize: vertical;
}
.submit-btn {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 0.6rem 2rem;
  border-radius: 50px;
}
.submit-btn:hover {
  opacity: 0.9;
}
/* 
.hero {
  background: linear-gradient(135deg, var(--primary) 0%, #001e7a 100%);
  position: relative;
  overflow: hidden;
}
.hero-shape {
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  filter: blur(80px);
  animation: float 12s ease-in-out infinite;
}
.hero-shape:nth-child(2){width: 350px;height:350px;left:auto;right:-120px;top:60%;animation-delay: -4s;}
@keyframes float {0%{transform:translateY(0)}50%{transform:translateY(-40px)}100%{transform:translateY(0)}}
.hero img {max-width: 500px;} */

.hero {
  background: #ffffff !important; /* pure white */
  position: relative;
  overflow: hidden;
}

.hero-shape {
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(0, 0, 0, 0.03); /* very soft neutral shadow */
  border-radius: 50%;
  filter: blur(80px);
  animation: float 12s ease-in-out infinite;
  z-index: 0;
}

.hero-shape:nth-child(2) {
  width: 350px;
  height: 350px;
  left: auto;
  right: -120px;
  top: 60%;
  animation-delay: -4s;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-40px); }
  100% { transform: translateY(0); }
}

.hero img {
  max-width: 500px;
  z-index: 2;
}


/* ---------- Reusable ---------- */
.section-title {font-weight: 700;}
.checked-list li::before {content:"\F26E";font-family:"bootstrap-icons";color:var(--primary);margin-right:.5rem}
.icon-circle {width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,80,255,.1);color:var(--primary);font-size:1.4rem;margin-bottom:1rem}
.glass {backdrop-filter: blur(8px);background:rgba(255,255,255,0.7)}

.btn-primary {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.3); /* accessible focus ring */
}

.btn-primary:active {
  transform: scale(0.97);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2f6;
  transition: 0.3s ease-in-out;
}
.icon-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #f8f9fa !important;
}
.icon-circle {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Active Tab Background + Text Color */
.nav-pills .nav-link.active {
  background-color: #0d6efd !important;  /* Primary blue or your custom color */
  color: #fff !important;                /* White text */
  font-weight: 600;
  box-shadow: 0 0.25rem 0.75rem rgba(13, 110, 253, 0.2);
  border-radius: 50rem;
}

/* Inactive Tabs (optional) */
.nav-pills .nav-link {
  color: #6c757d; /* Bootstrap muted gray */
  transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
  color: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: 50rem;
  padding: 0.5rem 1.25rem;
}

.hero-image-blend {
  max-height: 360px;
  object-fit: contain;
  mix-blend-mode: lighten; /* Or try: screen, overlay, soft-light */
  filter: contrast(1.1) brightness(0.9) saturate(1.1);
  padding: 12px;
  border-radius: 1rem;
  background-color: rgba(26, 115, 232, 0.2); /* light blue matching the section */
}
/* Enhanced Icon Hover Animation */
.icon-circle {
  transition: transform 0.4s cubic-bezier(0.25, 1.25, 0.5, 1), box-shadow 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  display: inline-block;
  transform: scale(1);
  will-change: transform, box-shadow;
  position: relative;
}

.icon-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: -1;
}

/* Hover Animation */
.icon-circle:hover {
  transform: scale(1.25) rotate(4deg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Glow + Aura Pulse */
.icon-circle.text-primary:hover {
  color: #2f80ed;
  text-shadow: 0 0 10px rgba(47, 128, 237, 0.7), 0 0 20px rgba(47, 128, 237, 0.4);
}

.icon-circle.text-success:hover {
  color: #28a745;
  text-shadow: 0 0 10px rgba(40, 167, 69, 0.7), 0 0 20px rgba(40, 167, 69, 0.4);
}

.icon-circle.text-warning:hover {
  color: #ffc107;
  text-shadow: 0 0 10px rgba(255, 193, 7, 0.7), 0 0 20px rgba(255, 193, 7, 0.4);
}

.contact-section h2 {
  font-size: 2rem;
}
.contact-section p {
  font-size: 1rem;
}
.contact-section .form-control {
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border: 1px solid #cbd5e1;
}
.contact-section .btn-primary {
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  border: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
}
.contact-section .btn-primary:hover {
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
}

/* Circle Backgrounds and Curve Shapes */
.contact-section::before,
.contact-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.contact-section::before {
  top: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, #6ea8fe, #e6f0ff);
  opacity: 0.25;
}

.contact-section::after {
  bottom: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at center, #8fd3fe, #ffffff);
  opacity: 0.2;
}
/* Add in style.css or inside <style> */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes scaleUp {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.animate-scale {
  animation: scaleUp 10s ease-in-out infinite;
}

.animate-pulse {
  animation: pulse 8s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.08; }
  50% { opacity: 0.2; }
}
.btn-gradient {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: white;
  border: none;
  transition: all 0.3s ease-in-out;
}

.btn-gradient:hover {
  background: linear-gradient(135deg, #2a5298, #1e3c72);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.hover-shadow:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  transition: all 0.3s ease;
}
.text-purple {
  color: #6f42c1; /* Bootstrap purple shade */
}

/* Scroll to Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  background: linear-gradient(135deg, #007bff, #0056d2);
  color: #fff;
  border: none;
  outline: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.scroll-top-btn:hover {
  background: linear-gradient(135deg, #0056d2, #003c9e);
  transform: scale(1.1) rotate(15deg);
  box-shadow: 0 12px 24px rgba(0, 86, 210, 0.5);
}

.scroll-top-btn i {
  font-size: 1.5rem;
}

.hover-link {
  transition: color 0.3s ease;
}
.hover-link:hover {
  color: #0d6efd !important;
}
.social-icon {
  color: #0d6efd;
  font-size: 1.3rem;
  margin-right: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.social-icon:hover {
  color: #0056b3;
  transform: scale(1.2);
}
footer {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-top: 1px solid #dee2e6;
}
/* Fade-in and slide-up animation */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-animate {
  opacity: 0;
  animation: fadeSlideUp 1s ease-out forwards;
}

/* Add a delay for staggered effect */
.hero-animate-delay {
  opacity: 0;
  animation: fadeSlideUp 1s ease-out 0.5s forwards;
}
@keyframes fadeInUpScale {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.services-bridge{  
  padding: 30px 0;
  position: relative;
}

.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.nav-item.dropdown.show .arrow-icon {
  transform: rotate(180deg);
}

.min-desc-height {
  min-height: 60px; /* Adjust height as needed for uniformity */
}

.breadcrumb_section{
  display: none !important;
}