*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/********** Template CSS **********/
:root {
    --primary: #EE1D23;
    /* --primary: #E3000F; */
    --light: #F8F8F8;
    --dark: #252525;
    --mon: "Montserrat", sans-serif;
    --color-heading:#112049;
    --nunito:"Nunito", Sans-serif;
}
.heading-color{
  color: var(--color-heading);
}
.bg-color{
  background-color: var(--primary);
}
a{
    text-decoration: none;
    font-family: var(--nunito);
}
h1, h2, h3, h4, h5, h6{
  /* font-family: var(--mon); */
  font-family: "Nunito", Sans-serif;
}
p{
  /* font-family: var(--mon); */
  font-family: "Nunito", Sans-serif;
  font-size: 15px;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}
p{
    color: #000;
}
.text-justify {
    text-align: justify;
  }
  .star-color {
    color: #ffc200;
}

.back-to-top:focus{
  box-shadow: 0 0 0 0.25rem rgba(253, 17, 13, 0.25);;
}
.back-to-top:hover{
  background-color: var(--primary);
    color: #fff;
    border: none;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background-color: var(--primary);
    color: #fff;
}
.text-color{
    color: var(--primary);
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.footer-btn-outline-body{
  color: var(--primary);
    border-color: #777777;
    border-radius: 50%;
}
.footer-btn-outline-body:hover i {
  color: #fff;
}
.footer-btn-outline-body:hover {
  /* color: var(--primary) !important;
  background:#fff;
  border-color: #fff; */
  color: #FFFFFF;
  background: var(--primary);
  border-color: var(--primary);
}
.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
    border-radius: 50%;
}

.btn-outline-body:hover i {
  color: var(--primary) !important;
}
.btn-outline-body:hover {
    color: var(--primary) !important;
    background:#fff;
    border-color: #fff;
    /* color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary); */
}


/*** Navbar ***/
.topbar-start{
    background-color: var(--primary);
}
.topbar-links a{
    color: #fff;
}
.top-start-social-link i{
    color: #fff;
}
.top-start-social-link a{
    border: 1px solid #fff;
}
.home-btn:hover{
  color: #fff;
}

/* ------header----------top-- */
/* Normal navbar */
/* #mainNavbar {
  transition: all 0.3s ease;
  position: relative;
  z-index: 999;
} */

/* Fixed navbar when scrolling */
#mainNavbar.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  animation: slideDown 0.3s ease;
}

/* Optional slide-down effect */
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

/* ------header----------top-- */
.home-btn{
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.navbar-nav-image img{
    width: 350px;
    height: 80px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: #000;
    font-weight: 600;
    /* text-transform: uppercase; */
    outline: none;
    font-size: 16px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}


@media screen and (max-width:1500px) and (min-width:1280px){
  .navbar .navbar-nav .nav-link{
    margin-right: 14px;
  }
  .navbar-nav-image img {
width: 304px;
}
}

/* -----menu- */
.navbar-toggler {
  border: none;
  background: none;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler i {
  font-size: 24px;
  color: #000;
  transition: 0.3s ease;
}

.navbar-toggler .close-icon {
  color: var(--primary);
}
.navbar .nav-item .dropdown-menu a:not(:last-child) {
  border-bottom: 1px dotted gray;
}

.navbar .nav-item .dropdown-menu a:hover {
  background-color: var(--primary);
  color: #fff;

}
.navbar .nav-item .dropdown-menu .dropdown-item{
  padding: 10px 10px;
}
.navbar .nav-item .dropdown-menu{
  border: none;
  padding: 0px;
}
/* -----menu- */
@media screen and (max-width:991px){
  .navbar .nav-item .dropdown-menu{

  }
  .navbar-nav{
    padding: 0px 30px 15px 30px !important;
  }
  .navbar-nav a{
    border-bottom: 1px dotted gray;
  }
}
@media screen and (max-width:441px){
  .navbar-nav-image img{
    width: 200px;
  }
}
@media screen and (max-width:768px) and (min-width:441px){
  .navbar-nav-image img{
    width: 250px;
  }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* ------slider------- */


.slider-content span {
    /* background: linear-gradient(90deg, #EE1D23, #ffffff); */
    background-color: var(--primary);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 20px;
  }
  
/*** Header ***/
/* .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
} */

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 5px 0;
    background: #000;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 35px;
    height: 35px;
    background: var(--primary);
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}
.banner-section{
  padding: 50px 0px;
}
.page-header {
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product-banner1.webp) center center no-repeat; */
    /* background-color: #00112a; */
    background-color: #00112acf;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
   
}
.page-header h1{
  font-size: 35px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

@media screen and (max-width:991px){
  .banner-section{
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width:991px){
  .header-carousel .owl-dots .owl-dot{
    /* display: none; */
  }
  .header-carousel .owl-dots{
    display: none;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1280px){
  .page-header{
    padding: 20px 0px;
  }

}






/* home-page-slider--------------- */
/* ===== Slider Section ===== */
.slider-section {
    position: relative;
    overflow: hidden;
  }
  
  /* ===== Slider Image ===== */
  .owl-carousel-item {
    position: relative;
  }
  .owl-carousel-item img {
    width: 100%;
    /* height: 85vh; */
    object-fit: cover;
    display: block;
  }
  
  /* ===== Overlay on each slide ===== */
  /* .slider-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
  } */
  
  /* ===== Text content ===== */
  .slider-content p{
    width: 70%;
  }
  .slider-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 700px;
  }
  .slider-three {
    text-align: left;
  }
  
  .banner-slider-tagline {
    display: inline-block;
    font-size: 18px;
    background: linear-gradient(90deg, #EE1D23, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  /* Optional Gradient Border Tagline Box */
  .gradient-border {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(90deg, #EE1D23, #ffffff);
    padding: 1px;
    display: inline-block;
  }
  .gradient-border span {
    display: inline-block;
    background: #00000055;
    padding: 6px 15px;
    border-radius: 18px;
    color: #fff;
  }
  
  .slider-content h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .slider-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #f1f1f1;
  }
  .slider-content .btn {
    background: var(--primary, #e39424);
    color: #fff;
    padding: 12px 35px;
    /* border-radius: 50px; */
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 600;
    font-size: 15px;
  }
  .slider-content .btn:hover {
    background: var(--primary);
  }
  
  /* ===== Bottom U Shape ===== */
  .bottom-u-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 3;
  }
  .bottom-u-shape svg {
    width: 100%;
    height: 140px;
  }
  .bottom-u-shape path {
    fill: #fff;
  }
  
  /* ===== Overlay U Shape ===== */
  .overlay-u-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
  }
  .overlay-u-shape svg {
    width: 100%;
    height: 140px;
  }
  .overlay-u-shape path {
    fill: rgba(0, 0, 0, 0.45);
  }
  
  /* ===== Bottom Right Image ===== */
  .bottom-right-image {
    position: absolute;
    bottom: -40px;
    right: 40px;
    z-index: 5;
  }
  .bottom-right-image img {
    width: 200px;
    border-radius: 10px;
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 991px) {
    .owl-carousel-item img {
      height: 70vh;
    }
    .slider-content {
      left: 5%;
    }
    .slider-content h1 {
      font-size: 32px;
    }
    .slider-content p {
      font-size: 16px;
    }
    .bottom-right-image img {
      width: 150px;
    }
    .slider-content p{
      width: 90%;
    }
  }
  
  @media (max-width: 768px) {
    .owl-carousel-item img {
      height: 60vh;
    }
    .slider-content {
      left: 5%;
      top: 50%;
      transform: translateY(-50%);
      text-align: left;
    }
    .slider-content h1 {
      font-size: 26px;
    }
    .slider-content p {
      font-size: 15px;
    }
    .slider-content .btn {
      padding: 10px 25px;
      font-size: 14px;
    }
    .bottom-right-image {
      bottom: -25px;
      right: 20px;
    }
    .bottom-right-image img {
      width: 120px;
    }
  }
  
  @media (max-width: 480px) {
    .owl-carousel-item img {
      height: 55vh;
    }
    .slider-content h1 {
      font-size: 22px;
    }
    .slider-content p {
      font-size: 14px;
    }
  }
/* home-page-slider--------------- */

/* --------------------------about-us--------- */
.about-heading-tagline{
    padding: 5px 15px;
    border: 1px solid var(--primary);
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    /* text-transform: uppercase; */

}
.about-container{
    padding: 50px 12px;
}




.about-btn:hover {
  color: #fff;
}

.about-btn {
  background-color: var(--primary);
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  /* border-radius: 10px; */
}

.heading-tagline {
  font-size: 30px;
  color: #112049;
  font-weight: 700 !important;
  line-height: 1.3;
}

.about-center-image-section img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px 8px 8px 8px;
}

.col-lg-4 {
  /* position: relative;  */
}

.about-center-image-two {
  bottom: 0;
  left: 0px;
  width: 160px;
  height: auto;
  z-index: 10;
  bottom: -26px;

  /* left: 0px;
width: 162px;
height: auto;
z-index: 10;
bottom: 4px; */
}

.about-right-side-content {
  display: flex;
  align-items: initial;
  justify-content: space-evenly;
}

.about-right-side-icon-box img{
  color: #fff;
  /* font-size: 25px; */
  font-size: 28px;
  padding: 16px;
  border-radius: 8px 8px 8px 8px;
  background-color: var(--primary);
  /* display: block; */
  /* height: 1em; */
  position: relative;
  width: 60px;
} 
.about-right-side-icon-box i {
  color: #fff;
  /* font-size: 25px; */
  font-size: 28px;
  padding: 15px;
  border-radius: 8px 8px 8px 8px;
  background-color: var(--primary);
  /* display: block; */
  /* height: 1em; */
  position: relative;
  width: 55px;
}

.about-right-side-content {
  background-color: #EFEFEF;
  padding: 16px 0px 16px 0px;
  border-radius: 8px 8px 8px 8px;
  --icon-box-icon-margin: 16px;
}

.about-right-side-heading h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
}
@media screen and (max-width:991px){
  .about-container{
    padding: 30px 12px;
}

}
/* --------------------------about-us--------- */

/* ---------mission-vison------------ */
.mission-container-section {
  background: #00112a;
  color: #fff;
}

.mission-box {
  /* padding: 40px 30px; */
  /* border-radius: 12px; */
  /* backdrop-filter: blur(3px); */
  /* color: #fff; */
  /* position: relative; */
  /* overflow: hidden; */
  /* transition: transform .3s ease; */
}

.mission-box:hover {
  /* transform: translateY(-8px); */
}

/* Background tinted overlays */
.mission-box.vision {
  /* background: rgba(0, 200, 180, 0.65); */
  /* background: linear-gradient(
to right,
rgba(200, 43, 0, 0.837),
#EE1D23
); */

}

.mission-box.mission {
  /* background: rgba(65, 120, 255, 0.65); */
  /* background: rgba(65, 119, 255, 0.308); */
}

.mission-box.motto {
  /* background: rgba(255, 145, 45, 0.65); */
}

.mission-box img{
  width: 42px;
}
.mission-box .icon {
  font-size: 42px;
  margin-bottom: 20px;
  /* width: 42px; */
}

.mission-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.mission-box p {
  font-size: 15px;
  margin-bottom: 25px;
  color: #fff;
}

.learn-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #fff;
  color: #000;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}

.learn-btn:hover {
  background: #000;
  color: #fff;
}




/* Shared card settings */
.mission-box {
  padding: 40px 30px;
  border-radius: 12px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  /* KEY: blends color + image */
  transition: transform .3s ease;
}

.mission-box:hover {
  /* transform: translateY(-8px); */
}

/* Vision — use your image */
/* .mission-box.vision {
background-image: url("./img/bg-img.jpg");
background-color: rgba(0, 200, 180, 0.70);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
} */



/* Motto — use your image */
/* .mission-box.motto {
background-image: url("./img/bg-img.jpg");
background-color: rgba(255, 145, 45, 0.70);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
} */


















/* Overlay Color Layer */
.mission-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--overlay-color);
  opacity: 0.75;
  /* Adjust transparency */
  z-index: 1;
}

/* Ensure content appears above overlay */
.mission-box>* {
  position: relative;
  z-index: 2;
}

/* Vision Card */
.mission-box.vision {
  background-image: url("../img/story.webp");
  /* --overlay-color: rgba(0, 200, 180, 1); */
  --overlay-color: rgb(200, 20, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Mission Card */
.mission-box.mission {
  background-image: url("../img/about.webp");
  --overlay-color: rgba(65, 120, 255, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Motto Card */
.mission-box.motto {
  background-image: url("../img/vision.webp");
  --overlay-color: rgba(255, 145, 45, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}
/* ---------mission-vison------------ */
/* --------counter-section-------- */
.counter-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  /* background: #f9f9f9; */
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  }
  
  .counter-box {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  }
  
  .counter-box:hover {
  transform: translateY(-5px);
  }
  
  .counter {
  /* color: #22cfc5; */
  color: var(--primary);
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 8px;
  }
  
  .counter-box p {
  color: #1d235f;
  font-size: 1.2rem;
  font-weight: 600;
  }
  
  @media (max-width: 768px) {
  .counter {
  font-size: 2.5rem;
  }
  .counter-box p {
  font-size: 1rem;
  }
  }
  
/* --------counter-section-------- */
/* ---------about-page------------ */

/* --------why-choose------- */
.why-choose-section {
  /* background: radial-gradient(circle at top left, #021B79, #0575E6); */
  background: #f9f9f9;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Flip Container */
.hex-card {
  perspective: 1000px;
  width: 100%;
  height: 280px;
  position: relative;
  /* padding: 20px; */
}

/* Inner Wrapper for Flip */
.hex-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

/* Front & Back Faces */
.hex-front,
.hex-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

  /* Hexagonal shape with rounded edges */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M30,3 a10,10 0 0 1 10,-3 h20 a10,10 0 0 1 10,3 l23,17 a10,10 0 0 1 4,8 v44 a10,10 0 0 1 -4,8 l-23,17 a10,10 0 0 1 -10,3 h-20 a10,10 0 0 1 -10,-3 l-23,-17 a10,10 0 0 1 -4,-8 v-44 a10,10 0 0 1 4,-8 z" /></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M30,3 a10,10 0 0 1 10,-3 h20 a10,10 0 0 1 10,3 l23,17 a10,10 0 0 1 4,8 v44 a10,10 0 0 1 -4,8 l-23,17 a10,10 0 0 1 -10,3 h-20 a10,10 0 0 1 -10,-3 l-23,-17 a10,10 0 0 1 -4,-8 v-44 a10,10 0 0 1 4,-8 z" /></svg>') center / contain no-repeat;
}
.hex-back p{
color: #fff;
text-align: center;
padding: 10px 15px;
}
/* Front Face */
.hex-front h5{
  color: var(--primary);
  /* padding: 10px 15px; */
      /* padding: 10px 32px; */
      width: 75%;
      text-align: center;
}
.hex-front {
  background: #e8e8e8;
  /* background: #ee1d24c3; */
  color: #000;
}

/* Back Face */
.hex-back {
  background: #ee1d24c3;
  color: #fff;
  transform: rotateY(180deg);
}

/* Hover Flip */
.hex-card:hover .hex-inner {
  transform: rotateY(180deg);
}

/* Hover Shadow */
.hex-card:hover .hex-front,
.hex-card:hover .hex-back {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Icon Style */
.hex-icon i{
  display: flex;
align-items: center;
justify-content: center;
}
.hex-icon {
  background: var(--primary);
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  border-radius: 12px;
  font-size: 24px;
  display: flex;
align-items: center;
justify-content: center;
}

.section-title h6 {
  letter-spacing: 1px;
  /* color: #06B6D4; */
}

/* Responsive */
@media (max-width: 991px) {
  .hex-card {
      height: 250px;
  }
  .hex-front h5{
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hex-card {
      height: 220px;
  }
}
/* --------why-choose------- */
/* ---------about-page------------ */


/* -----------services------ */
.our-services-container-section {
  background: #FAFAFA;
}

.badge-tag {
  background: #eaf3ff;
  /* color: #1967d2; */
  color: var(--primary);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.services-title {
  font-weight: 700 !important;
  color: #112049;
  line-height: 1.3;
  font-size: 30px;
}

.services-text {
  font-size: 15px;
  /* color: #5a6473; */
  margin-bottom: 18px;
}

.learn-more-btn:hover{
  color: #fff;
}
.learn-more-btn {
  background: var(--primary);
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: transform .3s;
  overflow: hidden;
}

.service-card:hover {
  /* transform: translateY(-8px); */
}

.our-services-content {
  /* display: flex; */
  /* align-items: center; */
}
.our-services-content h4{
  font-size: 20px;
}

.service-header {
  padding: 30px;
  display: flex;
  align-items: initial;
 
}
.p-27{
  padding: 27px;
}

.service-header img{
  width: 42px;
  height: 42px;
  color: var(--primary);
  margin-bottom: 15px;
  display: block;
  margin-right: 10px;
}
.service-header i {
  font-size: 42px;
  color: var(--primary);
  margin-bottom: 15px;
  display: block;
  margin-right: 10px;
}

.service-header h4 {
  font-weight: 700 !important;
  margin-bottom: 8px;
  /* color: #112049; */
  color: #1D2764;
}

.service-header p {
  font-size: 14px;
  /* color: #6e7889; */
}

.service-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-desc {
  padding: 20px 30px;
  font-size: 15px;
  /* color: #6e7889; */
}

.btn-learn:hover {
  color: #fff;
}
.btn-learn {
  margin: 0 30px 30px 30px;
  display: inline-block;
  background:var(--primary);
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
/* -----------services------ */


/* call-tot-action-------------- */
.call-action-container {
  background-color: #010a32;
  padding: 25px 0;
  color: #fff;
}

.call-action-container-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-icon {
  /* background-color: #22d3c5; */
  background-color:var(--primary);
  color: #fff;
  font-size: 1.8rem;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #d1d5db;
}

.phone-number:hover{
    color: #fff;
}
.phone-number {
  font-size: 22px !important;
  font-weight: 700;
  color: #fff;
}

.cta-message {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}

.chat-btn {
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 15px;
}

.chat-btn:hover {
  background-color: var(--primary);
  transform: translateY(-2px);
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .call-action-container {
    text-align: center;
  }
  .call-action-container .row {
    flex-direction: column;
  }
  .phone-icon {
    margin-bottom: 10px;
  }
  .cta-message {
    margin: 10px 0;
    font-size: 20px;
  }
}

/* call-tot-action-------------- */

/* -----------client-logo------ */
.logo-slider img{
  border: 1px solid gray;
}
.client-logo-carousel {
padding: 60px 0;
background: #f8f9fb;
}

.section-title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 40px;
color: #1d235f;
}

.logo-slider .item img {
/* width: 120px; */
height: auto;
margin: auto;
/* filter: grayscale(100%); */
/* opacity: 0.7; */
transition: 0.3s;
}

.logo-slider .item img:hover {
/* filter: grayscale(0); */
/* opacity: 1; */
/* transform: scale(1.05); */
}

/* -----------client-logo------ */






/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
  position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
  position: relative;
  border-radius: 10px;
  background: #f9f9f9;
}

/* .testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  bottom: -20px;
  left: 30px;
  transform: rotate(45deg);
  background: var(--bs-light);
  z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  font-size: 40px;
  color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
  margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--bs-secondary);
} */

/*** testimonial end ***/

/* --------------product-page------------ */
.product-page-tagline {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
}

.product-page-content h2 {
  font-size: 30px;
  /* color: var(--primary); */
  color: #000;
  /* margin: 0.5rem 0 1.5rem; */
}

.product-page-container-section {
  padding: 50px 0px;
}

/* .features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
} */

.product-content-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  flex: 1 1 250px;
}

.product-content-feature-item i {
  font-size: 1.5rem;
  color: var(--primary);
}

.product-content-feature-item img {
  width: 50px;
}

.product-content-feature-item .icon {
  font-size: 1.5rem;
  color: var(--primary);
}

.product-content-feature-item h4 {
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

.image-content {
  /* flex: 1 1 400px; */
  text-align: center;
}

.image-content img {
  /* width: 100%; */
  /* max-width: 500px; */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.benefits h3 {
  color: var(--primary);
  margin-bottom: 1rem;
}

.benefits ul {
  list-style: none;
}

.benefits li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.8rem;
}

.benefits li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  color: var(--primary);
}

.benefits span {
  font-weight: 700;
}

@media (max-width: 768px) {


  .product-content-feature-item {
      /* justify-content: center; */
  }

  .benefits ul {
      text-align: left;
      padding-left: 2rem;
  }

  .image-content img {
      max-width: 100%;
  }
}

.product-border-line {
  border-left: 5px solid var(--primary);
  /* 3px left border */
  padding-left: 12px;
  /* space between text and border */
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.product-range-box img {
  width: 80px;
}

.product-range-box h5 {
  font-weight: 600 !important;
}

.product-list-image  h5{
  font-weight: 600 !important;
  color: var(--primary);
}
.product-list-image {
  background-color: #F8F9FA;
}
.product-list-image img{
  width: 150px;
}

.product-icon-tagline img {
  width: 50px;
  margin-right: 10px;
}

.product-icon-tagline {
  display: flex;
  align-items: center;
}


.brand-slider-section {
  background: #f9f9f9;
}

.brand-carousel .item {
  text-align: center;
}

.brand-carousel img {
  /* max-width: 100px; */
  margin: auto;
  transition: transform 0.3s ease;
}

.brand-carousel img:hover {
  transform: scale(1.1);
}

/* Navigation arrow styles */
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 100 !important;
}

.owl-nav button {
  background: transparent !important;
  color: #000 !important;
  border: none !important;
  padding: 10px 15px !important;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-nav button:hover {
  background: #000 !important;
}

.owl-nav i {
  font-size: 20px;
  font-weight: 700;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: var(--primary) !important;
  text-decoration: none;
}
.product-page-container-section .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  bottom: 20px;
}

.product-page-container-section .owl-carousel .owl-nav .owl-prev {
  right: 30px;
}

.product-page-container-section .owl-carousel .owl-nav .owl-next {
  left: 30px;
}

.product-page-container-section .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent !important;
  color: var(--primary);
}

.product-page-brand-section h2 {
  font-size: 25px;
}




.product-page-benifits-section{
  padding: 30px 0px;
}
.product-page-benefits-box{
  background-color: #f9f9f9;
  padding: 15px;
  height: 125px;
}
.product-page-benefits-box h4{
  font-size: 20px !important;
  font-weight: 600 !important;
}
.product-page-benefits-box-content-line i{
  font-size: 25px;

}
@media screen and (max-width: 1500px) and (min-width: 1280px){
  .product-page-benefits-box{

  height: 140px;
}
}

/* --------------product-page------------ */


 /* ------contact-page */
 .contact-section-container .contact-box{
  display: flex;
  /* align-items: center; */
  flex-direction: column;

}
.contact-section-container .contact-box li{
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  /* font-family: var(--mon-); */
  font-family: var(--nunito);
}
.contact-section-container .contact-page-bg{
  background-color: #1f2e4e;
}
.right-side-contact h4{
  font-family: var(--nunito);
  font-weight: 700;
}
.contact-box-icon i{
  color: var(--primary);
  font-size: 24px;
  background-color: #fff;
  padding: 10px;
}
.contact-box-icon i:hover{
  background-color: var(--secondary);
  color: #fff
}

/* ------contact-page */



/* -------------------------------------------CONTACT PAGE START------------------------------------------------- */
.contact-sec .contact-page-sec {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-sec .contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.contact-sec .contact-info-icon {
  margin-bottom: 15px;
}

.contact-sec .contact-info-item {
  /* background: #09507D; */
  /* background-color: var(--secondary); */
  background-color: var(--primary);
  /* background-color: #f9f9f9; */
  padding: 12px 10px;
  height: 200px;
}

.contact-sec .contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}

.contact-sec .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}

.contact-sec .contact-page-form.contact-form input {
  margin-bottom: 5px;
}

.contact-sec .contact-page-form.contact-form textarea {
  height: 110px;
}

.contact-sec .contact-page-form.contact-form input[type="submit"] {
  background: var(--secondColor);
  width: 150px;
  border-color: #071c34;
}

.contact-sec .contact-info-icon i {
  font-size: 35px;
  color: #ffffff;
}

.contact-sec .contact-info-text p {
  margin-bottom: 0px;
}

.contact-sec .contact-info-text h2 {
  color: #fff;
  font-size: 18px !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--nunito);
}

.contact-sec .contact-info-text span a {
  color: #ffffff;
  text-decoration: none;
}

.contact-sec .contact-info-text span {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  font-family: var(--nunito);
}

.contact-sec .contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  /* margin-bottom: 20px; */
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-sec .contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}

.contact-sec .single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}

.contact-sec .single-input-fieldsbtn input[type="submit"] {
  /* background: #09507D none repeat scroll 0 0; */
  background: var(--primary) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}

.contact-sec .single-input-fieldsbtn input[type="submit"]:hover {
  /* background: #071c34; */
  background: var(--primary);
  transition: all 0.4s ease-in-out 0s;
  /* border-color: #071c34 */
}

.contact-sec .single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

.contact-sec .contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-sec .contact-page-map {
  margin-top: 36px;
}

.contact-sec .contact-page-form form {
  padding: 20px 15px 0;
}

@media screen and (max-width:441px){
  .contact-sec .contact-info-item{
    height: 217px;
  }
}



/* ---------recaptcha=----- */
button#refreshCaptcha {
  background: var(--primary);
  color: #fff;
  padding: 5px;
  border: none;
}
/* ---------recaptcha=----- */

/* -------------------------------------------CONTACT PAGE START------------------------------------------------- */
/* ------contact-page */






.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 20px;
  /* background-color: #25d366; */
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}






/*** Footer ***/
.footer-link a{
  color: #fff;
}
.footer-link-section{
  padding: 0px 12px 10px 12px;
}
.footer h3{
  font-size: 20px;
}
.footer-link p{
    color: #fff;
}
.footer-center-link a{
    color: #fff;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
    font-size: 15px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright p{
    color: #fff;
}
.footer .copyright {
    padding: 6px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    color: #fff;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}