*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}


/* Fonts */

  @font-face {
    font-family: Pop-100;
    src: url('fonts/Poppins/Poppins-Thin.ttf');
  }
  @font-face {
    font-family: Pop-200;
    src: url('fonts/Poppins/Poppins-ExtraLight.ttf');
  }
  @font-face {
    font-family: Pop-300;
    src: url('fonts/Poppins/Poppins-Light.ttf');
  }
  @font-face {
    font-family: Pop-400;
    src: url('fonts/Poppins/Poppins-Regular.ttf');
  }
  @font-face {
    font-family: Pop-500;
    src: url('fonts/Poppins/Poppins-Medium.ttf');
  }
  @font-face {
    font-family: Pop-600;
    src: url('fonts/Poppins/Poppins-SemiBold.ttf');
  }
  @font-face {
    font-family: Pop-700;
    src: url('fonts/Poppins/Poppins-Bold.ttf');
  }
  @font-face {
    font-family: Amarante;
    src: url('fonts/Amarante/Amarante-Regular.ttf');
  }


  .pop-200{
    font-family: Pop-200;
  }
  .pop-300{
    font-family: Pop-300;
  }
  .pop-400{
    font-family: Pop-400;
  }
  .pop-500{
    font-family: Pop-500;
  }
  .pop-600{
    font-family: Pop-600;
  }
  .pop-700{
    font-family: Pop-700;
  }
  .amr-font{
    font-family: Amarante;
  }
.pop-aav{
  text-align: left !important;
}






/* common css */



.text-justify{
  text-align: justify;
}
.p-relative{
    position: relative;
}
.text-up{
  text-transform: uppercase;
}
.w-fit{
    width: fit-content;
}
.flex-col{
    flex-direction: column;
}
a{
    text-decoration: none;
}
.bg-blue{
    background-color: #3AC6F3;
}
.fs-8{
  font-size: 8px;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-23{
    font-size: 23px;
}
.obj-cover{
    object-fit: cover;
}
.br-10{
    border-radius: 10px;
}
.br-15{
    border-radius: 15px;
}
.br-gray{
    border-right: 0.5px solid #959595
}
.br-wh{
    border-right: 0.5px solid #ffffff
}
.bg-black{
    background-color: #101010 !important;
}
.bg-black2{
    background-color: #1E1E1E !important;
}
.bg-lt-gray{
    background-color: #F5F5F5;
}
.show-all{
  width: 160px;
  padding-top: 0.8rem ;
  padding-bottom: 0.8rem ;
}
.grad{
    background: linear-gradient(90deg, #293276 0%, #3F6DB4 50%, #3AC6F3 100%);
}

.border-grad{
    border: 2px solid; 
    border-image-source: linear-gradient(180deg, #293276 0%, #3AC6F3 100%);
    border-image-slice: 1;
}
.blue-bg{
  background-color: #3F6DB4;
}

.text-d-blue{
  color: #3F6DB4;
}
.text-l-blue{
  color: #3AC6F3;
}
.text-blue{
  color: #293276;
}
.bg-d-blue{
  background-color: #293276;
}
.shad{
  box-shadow: 0px 0px 10px 0px #0000001A;
}
.shad2{
  box-shadow: 0px 0px 20px 0px #0000001A;
}
.text-gray{
  color: #4D4D4D;
}
.text-d-gray{
  color: #1E1E1E;
}
.text-lt-gray{
  color: #6F7171;
}
.sec-head{
  font-size: 48px;
}
.br-20{
  border-radius: 20px;
}
.br-wh{
  border-right: 0.5px solid #fff;
}
.br-lt{
  border-right: 0.5px solid #BDBDBD;
}

.cmn-btn{
    width: 295px;
    height: 50px;
    font-size: 16px;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 14px;
    border: none;
}



.cus-p{
    padding-left: 5rem;
    padding-right: 5rem;
}

.mt-8{
  margin-top: 8rem;
}

.br-prop{
  border-bottom: 0.5px solid #BDBDBD;
}

.bottom-b{
  max-width: 300px;
  height: 5px;
}

.bg-grad{
  background: linear-gradient(90deg, #293276 0%, #3AC6F3 100%);
}

.cmn-mt{
  margin-top: 7.5rem;
}

.cmn-mb{
  margin-bottom: 7rem;
}


/* navbar */
.nav{
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
    box-shadow: 0px 4px 10px 0px #00000026;
    background-color: #fff;
}
#nav{
    background-color: #fff;
}

.get-st{
  background: linear-gradient(90deg, #293276 0%, #3F6DB4 50%, #3AC6F3 100%);
  border-radius: 50px;
}

.inv-log{
  border-radius: 50px;
  padding-top: 6.5px ;
    padding-bottom: 6.5px
}

.inv-box{
  padding: 2px;
}

.navbar-nav .nav-link.active {
  font-family: Pop-500 !important;
  color: #3F6DB4 !important;
}


.modal::-webkit-scrollbar {
        display: none;
    }

/* Hero */

.car-grad{
    background: linear-gradient(180deg, #293276 0%, #3AC6F3 100%);
    padding: 2px;
    border-radius: 30px;
    overflow: hidden;
    
    .carousel{
        border-radius: 30px;
        overflow: hidden;
    }
    .carousel-inner{
        overflow: hidden;
        padding: 2rem;
        border-radius: 28px;
    }
    .carousel-item img{
      border-radius: 20px;
    }
    
  }
  .carousel-indicators {
      /* bottom: -52px; */
      bottom: 0px;
      position: inherit;
  }
  .carousel-indicators [data-bs-target] {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #3AC6F3;
      opacity: 1;
  }

  .carousel-indicators .active {
    background-color: #3AC6F3;
  }

  .carousel-control-next-icon , .carousel-control-prev-icon{
    background-image: none !important;
  }

 


.car-text-box{

  h1{
    font-size: 54px;
  }
  .top-h1{
    margin-bottom: -10px;
  }
  .car-btn{
    font-size: 24px;
    border-radius: 50px;
    padding-top: 1.3rem ;
    padding-bottom: 1.3rem ;
    padding-right: 4.5rem ;
    padding-left: 4.5rem ;
    border: none;
  }
}




/* why us section */

.why-bg{
  background-image: url(images/why-bg.png);
  height: fit-content;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.why-over{
  /* width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #293276 0%, #3AC6F3 112.22%),
  linear-gradient(0deg, rgba(41, 50, 118, 0.3), rgba(41, 50, 118, 0.3));
  opacity: 0.85; */


  .why-row{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    position: relative;
    z-index: 99;
    opacity: 1;
  }
  
}

.why-text-box{
  
  h2{
    font-size: 48px;
  }
  .b-b{
    height: 5px;
    /* width: 100%; */
  }

  .why-list{
    border: 2px solid #FFFFFF;
    background-color: #0000004D;
    border-radius: 10px;
    text-wrap: wrap;
    text-wrap-mode: wrap;
    padding: 1rem;
    height: 100%;

    img{
      width: 80px;
      height: 80px;
    }

    .col-2 {
      flex: 0 0 auto;
      width: 20%;
      border-right: 1px solid #FFFFFF;
    }

  }

  .why-btn{
    padding-top: .7rem ;
    padding-bottom: .7rem ;
    opacity: 1;
  }

  .why-btn:hover{
    background-color: #01b1f7;
  }

}




/* philosophy */

.philosophy{
  background-image: url(images/phil-bg.png);
  /* height: 500px; */
  height: fit-content;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.phil-over{
  background: linear-gradient(180deg, rgba(41, 50, 118, 0.95) 0%, rgba(58, 198, 243, 0.95) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.99;

  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.phil-box{
  background-color: #FFFFFFCC;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #3AC6F3;
}

.grad-bd{
  /* height: 3px;
  background: linear-gradient(90deg, #293276 0%, #3AC6F3 100%); */
  border-bottom: 3px solid; 
  border-image-source: linear-gradient(90deg, #293276 0%, #3AC6F3 100%);
  border-image-slice: 1;
}




/* Calculator */

.calculator{
  background-image: url(images/cal-bg.png);
  /* height: 500px; */
  height: fit-content;
  background-size: cover;
  background-position: center;
  width: 100%;

  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.cal-tab{
  background-color: #fff;
  border: 1px solid #3F6DB4;
  border-radius: 10px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  transition: 0.3s ease-in;
  
  h6{
    color: #3F6DB4;
    transition: 0.2s ease-in;
  }
}

.cal-tab:hover , .cal-tab .active , .cal-tab-col .active{

  background: linear-gradient(90deg, #293276 0%, #3F6DB4 100%);

  h6{
    color: #fff;
  }
}





/* calculator  styles*/

.cal-card{
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px #00000033;
  background-color: #fff;
}
.output-box{
  border-radius: 20px;
}
.output-box .form-control[readonly]{
  border-radius: 10px;
  border: none;
  height: 60px;
  background-color: #E8E8E8 !important;
}
.value-box{
  width: 200px;
  /* height: 40px; */
  height: 30px;
  border: 1px solid #293276;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  /* font-size: 11px; */
  font-family: Pop-500;
}
.invest ,.return{
  /* width: 160px; */
  width: 200px;
}
.invest{
  border-left: 10px solid #3AC6F3;
}
.return{
  border-left: 10px solid #3F6DB4;
}
.chart{
width: 265px;
/* width: 280px; */
}
.chart2{
width: 240px;
}

.cal-head label{
  /* font-size: 13px; */
  font-size: 16px;
}
.set-amount h6{
  /* font-size: 10px; */
  font-size: 16px;
  margin-bottom: 0px !important;
}

.sip-amount{
  background-color: #E8E8E8 !important;
}


/* Style for the range input */
.range-container {
  width: 300px;
  position: relative;
}

input[type="range"] {
  -webkit-appearance: none; /* For Safari */
  width: 100%;
  height: 5px;

  outline: none;
  opacity: 0.7;
  transition: opacity .2s; /* Smooth transition on hover */
  border-radius: 5px;

}
input[type="range"]::-moz-range-track {
  height: 5px; /* actual bar height */
  background: #df6d10;
}

.input-group{
    padding-top:5px !important;
}

input[type="range"]:hover {
  opacity: 1; /* Make it more visible on hover */
}

/* Custom styling for the range input thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top:-7px;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #008BC4; 
  border-radius: 50%; 
  cursor: pointer;
  /* border: 2px solid #ffffff60;  */
  outline: 5px solid #3498db48;
}

input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #008BC4; 
  border-radius: 50%;
  cursor: pointer;
  /* border: 2px solid #3498db;  */
  outline: 5px solid #3498db48;
}

/* Styling for the selected portion */
input[type="range"]::-webkit-slider-runnable-track {
  background: #e0e0e0; /* Color for the selected portion */
  height: 4px;
  border-radius: 5px;
}

input[type="range"]::-moz-range-track {
  background: #e0e0e0; /* Color for the selected portion */
  height: 4px;
  border-radius: 5px;
}

/* Non-selected portion styling using a pseudo-element */
input[type="range"]::-webkit-slider-runnable-track {
  position: relative;
  background: #eeeeee; /* Non-selected background color */
}

input[type="range"]::-webkit-slider-runnable-track {
  /* background: linear-gradient(to right, #008BC4 0%, #008BC4 var(--value), #fff var(--value), #fff 100%); */
  background: var(--value);
}

input[type="range"]::-moz-range-track {
  /* background: linear-gradient(to right, #008BC4 0%, #008BC4 var(--value), #fff var(--value), #fff 100%); */
}
.set-amount{
  margin-top: -7px;
  /* margin-top: -14px; */
}

:root{
   --value2: linear-gradient(90deg, #3F6DB4 0%, #293276 100%);
; 
  --value: #e0e0ee;
}
input[type="range"] {
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  background: var(--value); /* This will receive the full gradient from JS */
  outline: none;
}





.styled-range {
  -webkit-appearance: none;
  width: 100%;
  height: 12px; /* Thicker */
  border-radius: 6px;
  background: linear-gradient(90deg, #3F6DB4 0%, #293276 100%) , #e0e0e0;
  background-size: 0% 100%;
  outline: none;
  transition: background-size 0.3s;
}
.styled-range::-webkit-slider-runnable-track {
  height: 10px;
  border-radius: 5px;
  background: transparent; /* background handled inline via JS */
}

.styled-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3498db;
  border: 2px solid #3498db;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: background 0.3s;
}

.styled-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3498db;
  border: 2px solid #3498db;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  cursor: pointer;
}
.styled-range::-moz-range-progress {
  background-color: #3498db;
  height: 10px;
}


.lg{
  width: 260px;
}
.sm{
  width: 120px;
}

.variable-grad .row {
  h4{
    font-size: 18px !important;
  }
  h5{
    font-size: 16px !important;
  }
}



.output-text{
    font-size: 18px;
  }

.input-box{
  padding-right: 2rem ;
  padding-left: 2rem ;
}

.output{
  padding-right: 2rem ;
  padding-left: 2rem ;
}

.grad-btn{
  background: linear-gradient(90deg, #293276 0%, #3F6DB4 100%);
}

.grad-btn:hover{
  background: linear-gradient(90deg, #1f265e 0%, #2a4d83 100%);
}

.cal-big-btn{
  font-size: 24px;
  background: linear-gradient(90deg, #293276 0%, #3F6DB4 50%, #3AC6F3 100%);
  border-radius: 50px;
  border: none;
  padding-top: 1.2rem ;
  padding-bottom: 1.2rem ;
}

.cal-big-btn:hover{
  box-shadow:0px 5px 10px 0px #000000b5;
}




/* Testimonial */

   .testimonial{
      background-image: url(images/test-bg.png);
      /* height: 500px; */
      height: fit-content;
      background-size: cover;
      background-position: center;
      width: 100%;

      

    }

    .test-over{
      /* width: 100%;
      height: 100%;
    
      background: linear-gradient(180deg, rgba(63, 109, 180, 0.8) 0%, rgba(41, 50, 118, 0.8) 100%); */
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }


      
  


  /* /////slider css//// */

    .slider-window {
      overflow: hidden;
    }

    .slider-track {
      transition: transform 0.5s ease;
    }

    .slider-card {
      flex: 0 0 auto;
      max-width: 380px;
      padding: 0 12px; /* bootstrap gutter half */
      transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .slider-card .card-inner {
      border-radius: 20px;
      overflow: hidden;
      background-color: #fff;
      padding: 2rem 1.5rem;
      box-shadow: 0px 0px 20px 0px #0000001A;
    }

    .client-img{
      width: 140px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
    }

    .quote{
      width: 75px;
      height: 45px;
    }
    
    .test-name{

      .b-box{
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #293276 0%, #3AC6F3 100%);
      }
    }

    /* Default smaller side cards */
    .slider-card {
      transform: scale(0.85);
      opacity: 0.7;
    }

    /* Active card */
    .slider-card.active {
      transform: scale(1);
      opacity: 1;
    }

    .slider-btn {
      /* width: 48px;
      height: 48px;
      font-size: 24px; */
      /* display: flex;
      align-items: center;
      justify-content: center; */
      z-index: 5;
    }

    .slider-track {
      display: flex;
      align-items: center;
    }

    .slider-card {
      flex: 0 0 auto; /* width respect karega */
    }




    /* service */


    .service{
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
      width: 100%;
      height: fit-content;
    }

    /* .ser-slider{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            height: 100vh;
             background: var(--body-color);
        } */

         /* .ser-slider {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px 0;
            position: relative;
        }

        
        .container {
            margin-inline: auto;
        }

        .swiper {
            position: relative;
            width: 100%;
            max-width: 1200px; 
            margin-inline: auto;
        }

        .swiper-slide img {
            max-width: 100%;
            border-radius: 10px; 
            HEIGHT: 350px;
            width: 250px;
            object-fit: cover;
        }

        .swiper::before {
            content: "";
            position: absolute;
            top: -70px;
            left: -10%;
            width: 120%;
            height: 100px;
            background: var(--body-color);
            border-radius: 100%;
            z-index: 100;
        }

        .swiper::after {
            content: "";
            position: absolute;
            bottom: -60px;
            left: -10%;
            width: 120%;
            height: 100px;
            background: var(--body-color);
            border-radius: 100%;
            z-index: 1000;
        } */



        :root {
          --body-color: #fff;
        }

        body {
          background: #fff;
        }

        .ser-slider {
          display: flex;
          flex-direction: column; /* stack swiper + nav */
          align-items: center;
          justify-content: center;
          padding: 5px 0;
          position: relative;
        }

        .swiper {
          position: relative;
          width: 100%;
          /* max-width: 1200px; */
          margin-inline: auto;
        }

        .swiper-slide img {
          max-width: 100%;
          border-radius: 10px;
          height: 350px;
          width: 250px;
          object-fit: cover;
        }

        /* top + bottom curve effect */
        .swiper::before {
          content: "";
          position: absolute;
          top: -70px;
          left: -10%;
          width: 120%;
          height: 100px;
          background: var(--body-color);
          border-radius: 100%;
          z-index: 100;
        }
        .swiper::after {
          content: "";
          position: absolute;
          bottom: -60px;
          left: -10%;
          width: 120%;
          height: 100px;
          background: var(--body-color);
          border-radius: 100%;
          z-index: 1000;
        }

        /* --- navigation buttons at bottom --- */
        .swiper-nav {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 20px; /* space between arrows */
          margin-top: 20px;
        }

        .swiper-button-prev,
        .swiper-button-next {
          position: static !important; /* reset default positioning */
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #1a2e6f; /* your blue */
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .swiper-button-prev::after,
        .swiper-button-next::after {
          font-size: 18px;
          font-weight: 800;
        }


        .swiper-text{
          padding-left: 15rem;
          padding-right: 15rem;
          
          h3{
            border-bottom: 3px solid #3AC6F3;
          }
        }










    /* blog */

  .blog{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .blog-card{
    width: 350px;
    height: 400px;
    background-color: #fff;
    overflow: hidden;

    img{
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 5px;
    }
  }
  .rounded-video {
    border-radius: 5px;
    overflow: hidden; /* important for rounded corners */
  }

  .blog-btn-box{
    background: linear-gradient(90deg, #293276 0%, #3F6DB4 50%, #3AC6F3 100%);
    border-radius: 50px;
    padding: 2px;
    overflow: hidden;
    
    a{
      background-color: #fff;
      border-radius: 50px;
    }

    a:hover , a:active , a:focus-visible , a:first-child:active{
      background-color: #fff;
    }
  }

  .blog-bd{
    border-bottom: 4px solid transparent; /* thickness */
    border-image: linear-gradient(90deg, #293276 0%, #3AC6F3 100%);
    border-image-slice: 1;
  }



  /* faq */

  .faq{
    width: 100%;
    height: fit-content;
    /* background: linear-gradient(180deg, #3F6DB4 0%, #293276 100%); */
    background-image: url(images/faq-bg.png);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .blue-btn:hover{
    background-color: #008BC4;
  }


  .blue-section{

    .accordion-button::after {
      display: none;
    }

    .faq-icon {
      font-size: 18px;
      margin-left: auto;
    }
    .accordion-button{
      box-shadow: 0px 0px 8px 0px #0000001A;
      border-radius: 15px;
    }
    .accordion-button.collapsed .icon-plus {
      display: inline;
    }

    .accordion-button.collapsed .icon-minus {
      display: none;
    }

    .accordion-button:not(.collapsed) .icon-plus {
      display: none;
    }

    .accordion-button:not(.collapsed) .icon-minus {
      display: inline;
    }
   
    .accordion-item {
      background-color: transparent;
      border: none !important;
      }
      .accordion-button:not(.collapsed) {
          color: #0c63e4;
          background-color: #fff;
          /* box-shadow: none !important; */
      }

      /* .accordion{
          box-shadow: 0px 0px 15px 0px #00000033;
          border-radius: 20px;
      } */
      .accordion-body{
          /* border: 2px solid #54BA4F; */
          background-color: #ffffff;
          border-radius: 15px;
          padding: 1.5rem 2rem !important;
      }
      .accordion-body ul{
          padding-left: 1rem;
      }
      .accordion-button ,.accordion-button:not(.collapsed){
          color: #4A4A4A;
          font-family: Mulish-800;

      }

      .accordion-button:focus {
        z-index: 3;
        border-color: none;
        outline: 0;
        /* box-shadow: none; */
      }

      .accordion-button, .accordion-item{
        border-radius: 15px;
      }

      .accordion-item:first-of-type .accordion-button , .accordion-item:last-of-type .accordion-button.collapsed{
        border-radius: 15px !important;
      }

      
    }









  /* map */

  .map{
    background-image: url(images/map-bg.png);
    /* height: 500px; */
    height: fit-content;
    background-size: cover;
    background-position: center;
    width: 100%;

    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }





  /* contact */
  .contact{
    background-image: url(images/con-bg.webp);
    /* height: 500px; */
    height: fit-content;
    background-size: cover;
    background-position: center;
    width: 100%;

    
  }

  .con-over{
    background-color: #293276CC;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .con-bd{
    border-bottom: 5px solid #fff; 
  }

  .con-btn{
    width: 200px;
    height: 45px;
    border-radius: 5px;
  }
  .con-btn:hover{
    background-color: #008BC4;
  }

  .con-form{
    .form-control{
      border-radius: 5px;
    }
    .form-control::placeholder{
      font-family: Pop-300;
      font-size: 14px;
      color: #6F7171;
    }
  }


 
  /* footer */

  .footer{
    background-color: #D6E0EF;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta-box{

    .form-control{
      border: 1px solid #293276;
      border-radius: 5px;
      width: 400px;
      height: 45px;
    }

    .form-control::placeholder{
      font-size: 14px;
      font-family: Pop-300;
      color: #8B8B8B;
    }

    button{
      background-color: #293276;
      color: #fff;
      width: 200px;
      height: 45px;
      border-radius: 5px;
      border: none;
    }

  }

  footer{
    ul{
      list-style-type: none;
      padding-left: 0px;
    }

  }






  /* /////About Page\\\\\ */

  .abt-gg{
    background-image: url(images/why-bg.jpg);
    height: fit-content;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  .abt-pg-over{
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #293276 0%, #3AC6F3 112.22%),
    linear-gradient(0deg, rgba(41, 50, 118, 0.3), rgba(41, 50, 118, 0.3));
    opacity: 0.85;

  }

  .abt-pg-img{
    border-radius: 20px;
    opacity: 0.8;
  }

  .abt-br{
    height: 8px;
  }

  .abt-pg-text{

    h2{
      font-size: 64px;
    }

    a{
      background: linear-gradient(90deg, #293276 0%, #3F6DB4 50%, #3AC6F3 100%);
      border: 2px solid #3AC6F3;
      border-radius: 10px;
      width: 350px;
      /* height: 60px; */
      padding-top: 13px ;
      padding-bottom: 13px;
      font-size: 20px;
    }

    a:hover{
      background: linear-gradient(90deg, #222961 0%, #2c5085 50%, #2b9ec5 100%);
      border: 2px solid #3AC6F3;
    }
  }




  /* vision mission */

  .mv-box{
    box-shadow: 0px 0px 15px 0px #00000052;
    border-radius: 20px;
  }







  .vision{
    background-image: url(images/cal-bg.jpg);
    /* height: 500px; */
    height: fit-content;
    background-size: cover;
    background-position: center;
    width: 100%;

    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .abt-box{
    padding: 2rem;
    box-shadow: 0px 0px 15px 0px #0000001A;
    border-radius: 20px;
    
    h3{
      font-size: 40px;
    }
  }


  .founder{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .founder-box{
    .col-10{
      height: 5px;
    }

    h2{
      font-size: 48px;
    }
  }

  .founder{

    .founder-img{
      width: auto;
      height: 400px;
      border-radius: 20px;
      object-fit: cover;
    }

    h6{
      line-height: 24px;
    }
  }














/* card carousel */

.item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scroll-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #00000025;
  cursor: pointer;
  font-size: 1.5rem; /* Size of the arrow */
  font-weight: 800;
  color: #030303; /* Grey color for the arrow */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.scroll-btn img {
  width: 50px;
  height: 50px;
}

.scroll-btn:hover {
  color: #000000; /* Darker grey when hovering */
}

.card-wrapper {
  display: flex;
  overflow: hidden; /* Hide scrollbar */
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  max-width: 80vw; /* Adjust based on your design */
  box-sizing: border-box;
  position: relative; /* For positioning scroll buttons */
  flex-wrap: nowrap !important;
}

.card-wrapper::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Webkit browsers */
}
.test-prev {
    left: 4%;
    top: 40%;
}
.test-next {
    right: 5%;
    top: 40%;
}

        
.award{
  background: linear-gradient(180deg, #3F6DB4 0%, #293276 100%);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.award-box{
  box-shadow: 0px 0px 20px 0px #0000001A;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-wrap-mode: wrap;

  img{
    width: 170px;
    height: 200px;
    object-fit:cover;
  }

  .col-6{
    height: 3px;
    width: 100px;
  }
}



/* blog inner page */

.blog-cont{
  padding: 2rem;

  h1 , h2 ,h3{
    color: #293276;
    font-size: 32px;
    font-family: Pop-600;
  }

  p{
    font-size: 16px;
    color: #1E1E1E;
    font-family: Pop-300;
  }

  img{
    width: 100%;
    height: 400px;
    object-fit: contain;
  }

}

#blog-pg{

  .blog-b{
    height: 3px;
  }
}



/* faq page */

  .faq-pg{
    width: 100%;
    height: fit-content;
    background: linear-gradient(180deg, #3F6DB4 0%, #293276 100%);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }



























/* //+=+=+=+=+=+=+=+=+=+=+=+=+=++=+=+=+=+=+=+=+=++=+=+=+=+=+=+=+=+=++=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=\\ */
/* *************** Media Query ***************** */

/* //Max-widths\\ */


@media(max-width:1100px){
  .cus-p {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .nav-item .fs-14{
    font-size: 10px;
  }
  .car-text-box {
    h1 {
        font-size: 48px;
    }
    h2{
      font-size: 26px;
    }
    .car-btn {
      font-size: 20px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
    h4{
      font-size: 20px;
    }
  }

  .why-text-box {
    h2 {
        font-size: 35px;
    }
    .why-list {
        img {
            width: 60px;
            height: 60px;
        }
        .fs-20 {
          font-size: 16px;
        }
    }
  }

  .blog-card {
    width: 300px;
  }


}



@media(max-width:900px){
  .nav-item .fs-14 {
    font-size: 14px;
  }

  .car-text-box {
    h1 {
        font-size: 35px;
    }
    .top-h1 {
      margin-bottom: 0rem;
    }
    .car-btn {
      font-size: 16px;
    }
  }

  .why-text-box {
    & .why-list {
        .fs-20 {
          font-size: 14px;
        }
    }
  }

  .sec-head {
    font-size: 40px;
  }

  .blog-card {
    width: 100%;

    .fs-20 {
      font-size: 16px;
    }
  }

  .blog-bot{
    flex-direction: column;
    align-items: flex-start !important;
  }

  .slider-card {
    padding: 0px;
  }

  .client-img {
    width: 120px;
    height: 100px;
  }
  .quote {
    width: 60px;
    height: 30px;
  }

  .abt-pg-text {
    h2 {
        font-size: 55px;
    }
    a{
      width: 100%;
    }
  }

  .abt-box {
    h3 {
        font-size: 35px;
    }
  }

  .test-prev {
    left: 3%;
    top: 40%;
  }
  .test-next {
      right: 3%;
      top: 40%;
  }

}


@media(max-width:800px){

  .abt-box {
        h3 {
            font-size: 28px;
        }
        img{
          width: 70%;
        }
    }

    .founder-box {
      h2 {
          font-size: 40px;
      }
    }
  
    .swiper-text {
      padding-left: 10rem;
      padding-right: 10rem;
    }
}


@media(max-width:800px) and (min-width:576px){
  .slider-window{
    .px-5 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  }

  .test-over{
    .start-0 {
      left: -5% !important;
    }
    .end-0 {
      right: -5% !important;
    }
  }
}


@media(max-width:576px){

  .carousel-item{
    .car-flex{
      flex-direction: column;
    }
  }
  .car-text-box {
    h1 {
        font-size: 28px;
    }
    h2 {
      font-size: 22px;
    }
    h4 {
      font-size: 17px;
    }
  }
  
  .why-text-box {
    & .why-list {
        img {
            width: 45px;
            height: 45px;
        }
        .fs-20 {
          font-size: 16px;
        }
    }
  }

  .cal-big-btn {
    font-size: 20px;
  }

  .blog-card{
    height: auto;
    margin-bottom: 1rem;
  }

  .cta-box {
  
    .d-flex{
      flex-direction: column;
    }

    .form-control {
      width: 350px;
      height: 45px;
      margin-bottom: 1rem;
    }

  }

  .cus-p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .calculator{
    .cus-p {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

  .value-box {
    width: 160px;
    /* height: 40px; */
    height: 30px;
    border: 1px solid #293276;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
  }

  .cal-head label {
    font-size: 14px;
  }

  .slider-window{
    .px-5 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  }

    .swiper-text {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    
  .card-wrapper {
    max-width: 75vw;
  }

  .test-prev {
    left: 1%;
    top: 40%;
  }
  .test-next {
      right: 1%;
      top: 40%;
  }

  
  .award-box {
    img {
        width: 140px;
        height: 170px;
    }
  }

      .sec-head {
        font-size: 35px;
    }
    
    .w-choose-img{
        width:70%;
    }
    
    .car-grad {
        .carousel-inner {
            overflow: hidden;
            padding: 1rem;
            border-radius: 28px;
        }
    }
}






@media(max-width:390px){

  .cal-big-btn {
    font-size: 16px;
  }
  .sec-head {
    font-size: 30px;
  }
  .cta-box {
    .form-control {
        width: 325px;
        height: 45px;
        margin-bottom: 1rem;
    }
  }
  .why-text-box {
        h2 {
            font-size: 30px;
        }
    }
}












/* //Min-widths\\ */

@media (min-width: 992px) {
    .col-lg-cus {
        flex: 0 0 auto;
        width: 20%;
    }
}


@media (min-width: 576px) {
    .cals .col-sm-7 {
        flex: 0 0 auto;
        width: 55.333333%;
    }
    .text-sm-justify{
      text-align: justify;
    }
}