* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  font-family: "Montserrat", sans-serif;
}

.sticky-top {
  top: -150px;
  transition: .5s;
}

.navbar .navbar-brand {
  position: absolute;
  padding: 0;
  width: 170px;
  height: 135px;
  top: 0;
  left: 0;
}

.navbar .navbar-nav .nav-link {
font-size: 17px;
  padding: 30px 0;
  color: #113047 !important;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover {
  text-decoration: underline;
  color: #00aaff !important;
}

.header-icons {
  cursor: pointer;
  gap: 10px;
    margin-left: 80px;
}

/* Responsive fix: stack columns */
@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link{
    font-size: 15px;
  }
  .css-logo  {
    width: 146px;
  }
}
@media (max-width: 1152px) {
 .header-icons {
    gap: 0px;
    margin-left: 0px;
}
}
@media (max-width: 768px) {
  .services-box {
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 126px;
    height: 100px;
  }

  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 75px;
    border-top: 1px solid #EEEEEE;
  }
}

/*--------------- hero section------------------  */
.hero-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 39px;
  font-weight: 800;
}

.hero-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;

}

.hero-text p {
  color: #686868;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.carousel-item {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-caption-box {
      background: white;
    text-align: left;
    position: absolute;
    transform: none;
    left: 0%;
    bottom: 15%;
    max-width: 900px;
    padding: 40px 23px 40px 308px;
}



/* Tablet screens */
@media (max-width: 992px) {
  .carousel-caption-box {
    max-width: 80%;
    left: 0%;
    bottom: 5%;
    text-align: start;
    padding: 30px 152px 20px 97px;
  }

  .hero-text h2 {
    font-size: 28px;
  }

  .hero-text h3 {
    font-size: 20px;
  }

  .hero-text p {
    font-size: 14px;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
  .carousel-caption-box {
    max-width: 90%;
    padding: 15px;
    bottom: 5%;
  }

  .hero-text h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .hero-text h3 {
    font-size: 16px;
  }

  .hero-text p {
    font-size: 13px;
  }
}


.offer .fw-bold {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 900 !important;
  margin-top: 20px;
}

.offer h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 200 !important;

}

.offer .btn-dark {
  border-radius: 0px !important;
  border-color: transparent !important;
  cursor: text;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}

.offer .btn-outline-dark {
  border-radius: 0px !important;
  border-color: #e7e1e1;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

/* Right green box */
.offer-box {
  background: #63b96b;

}



.offer ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: block;
  transition: all 0.3s ease;
}

.offer ul li a:hover {
  background: rgba(0, 0, 0, 0.15);
  padding: 10px 40px;
  font-weight: bold;
}

.arrow-1 {
  position: relative;
  /* Important for positioning the arrow */
  padding: 0 8px;
  display: block;
  /* Allows the container to wrap its content */
}

.hide {
  position: absolute;
  right: 445px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  /* transition: opacity 0.3s ease-in-out; */
  color: white;
}

.arrow-1:hover .hide {
  opacity: 1;
  /* Show the arrow on hover */
}


/* Section background */
.services-section {
  margin-top: 14px;
}

/* Service list */
.offer ul li {
  padding: 10px 0;
}


/* .hide {
  display: none;
}
.myDIV:hover + .hide {
  display: block;
  color: red;
} */




.section-title {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #00aaff;
  font-weight: 400;
}



.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.service-box {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  border-radius: 6px;
  background: #fff;
}

.service-box:hover {
  border-color: #00aaff;
  transform: translateY(-3px);
  cursor: pointer;
}

.service-box img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.service-box p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.person-img {
  max-width: 100%;
  height: auto;
}

/* 
.dev-section {

  background: #ececec;
}

.dev-box {
  background: #00c0f3;
  padding: 50px 226px;
  text-align: center;
  color: #000;
}

.dev-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.dev-title .title-highlight {
  background: #f2f3f7;
  color: #000;
  padding: 8px 79px 8px 12px;
  position: relative;
  z-index: 2;
}

.dev-title::before {
  content: "";
  position: absolute;
  top: -11px;
  right: -294px;
  height: 44px;
  width: 624px;
  background: #333;
  z-index: 1;
}

.dev-text {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}

/* Responsive */
/* @media (max-width: 768px) {
  .dev-box {
    padding: 25px 15px;
  }

  .dev-title {
    font-size: 18px;
  }

  .dev-text {
    font-size: 14px;
  }
} */
*/

/*-----------------dev Section------------------------*/
.dev-section {
  background: #f2f3f7;
}

/* Text Column */
.dev-section .text-col {
  background: #00bfff;
  padding: 60px 30px;
  text-align: center;
  color: #fff;
}

.dev-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
}

.dev-title span {
  background: #fff;
  padding: 8px 97px 8px 16px;
  color: #000;
  position: relative;
  z-index: 1;
  display: inline-block;
}

/* Black bars */
.dev-title::before {
  content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 43px;
    width: 10%;
    background: #333;
    z-index: 0;
}
.dev-title::after {
  content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 43px;
    width: 60%;
    background: #333;
    z-index: 0;
}
.dev-title::before {
  left: -17px;
}

.dev-title::after {
      right: -223px;
}

.dev-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

/* Responsive adjustments */
@media (max-width: 1920px) {
  .dev-title::after {
    right: -45%;
}
}
@media (max-width: 1600px) {
  .dev-title::after {
    right: -20%;
}
}
@media (max-width: 1600px) {
  .dev-title::after {
    right: -10%;
}
}
@media (max-width: 768px) {
  .dev-title::before,
  .dev-title::after {
    width: 106px;
    height: 34px;
  }
  .dev-title span {
    padding: 6px 15px; /* smaller padding */
    font-size: 18px;
  }
  .dev-title::after {
    right: -40%;
}

}

@media (max-width: 576px) {
  .dev-title::before,
  .dev-title::after {
    display: none; /* hide bars on very small screens */
  }
  .dev-title span {
    background: transparent;
    color: #000;
    padding: 0;
    font-size: 16px;
  }
}

/* Image Column */
.image-col {
  padding: 0;
}

.image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .dev-section .text-col {
    padding: 40px 20px;
  }

  .image-col img {
    height: auto;
    /* natural height on mobile */
    object-fit: contain;
    /* don’t crop on small screens */
  }
}

.stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1200px;
  width: 100%;
  padding: 50px;
}

.stat-box {
  background: #eaeef2;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 2px solid #dad8d8;
}

.stat-box:hover {
  transform: scale(1.05);
}

.stat-box h3 {
  margin: 40px 0 0 0;
  font-size: 16px;
  font-weight: 900;
  color: #3d3d3d;
  font-family: "Montserrat", sans-serif;
}

.stat-box p {

  font-size: 50px;
  font-weight: 700;
  color: #00a8ff;
  font-family: "Montserrat", sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
  .stat-box {
    width: 160px;
    height: 160px;
  }

  .stat-box p {
    font-size: 24px;
  }

  .stat-box h3 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .stat-box {
    width: 140px;
    height: 140px;
  }

  .stat-box p {
    font-size: 20px;
  }
}

.css-section {
  padding: 20px 0;
  background-color: #f2f3f7;
  margin: 30px 0;
}

.css-section h3 {
  font-size: 22px;
  font-weight: 700;
  color: #032c3b;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  padding-right: 164px;
}

.css-section h2 {
  color: #00aeef;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 15px;
}

.css-section p {
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-right: 108px;
}

.css-section .text-col .container {
  padding-left: 16vw;
  padding-right: 2vw;
}

.css-section .text-col,
.css-section .image-col {
  /* height: 50vh; */
 
}

.css-section .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertical centering */
}

.css-section .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* prevents distortion */
  display: block;
}

/* On smaller screens, let columns auto-size instead of fixed 50vh */
@media (max-width: 1280px) {
 .css-section h3 {
    font-size: 20px;
    padding-right: 0px;
  
}
.css-section h2{
  font-size: 30px;
}
}
.css-section p {
    font-size: 15px;
    padding-right: 0px;}

@media (max-width: 991px) {

  .css-section .text-col,
  .css-section .image-col {
    height: auto;
  }

  .css-section .image-col img {
    height: auto;
  }
}



.cta-section {
  padding: 60px 20px;
  background: #fff;
}

.cta-section h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.cta-section p {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}

.cta-section .btn-outline-dark {
  border-radius: 0px !important;
  border-color: #e7e1e1;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

/* Custom colors */
.btn-orange {
  background: #f26522 !important;
  color: #fff !important;
  border-radius: 0px !important;
  cursor: text !important;
  font-weight: 700 !important;
}



.testimonial {
  background-image: url(../images/testimonial_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.testimonial h3 {
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 500;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
}

.testimonial h2 {
  margin-bottom: 45px;
  color: #444444;
  font-weight: 600;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
}

.testimonial .carousel-item {
  min-height: auto;
  /* removes fixed height */
}

.testimonial .carousel-inner {
  height: auto !important;
}

.lc-block.position-relative {
  position: relative;
  /* enables absolute positioning inside */
}

.quote-icon {
  position: absolute;
  top: 104px;
  left: 56%;
  transform: translateX(-50%);
}

/* ===== Platform Section ===== */
.platform {
  padding: 70px 0px;
  text-align: center;
  background: #fff;

}

.platform h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  background-color: #084075;
  padding: 11px 46px;
  color: #ffffff;
  margin-bottom: 64px;
  text-decoration: none;
}

.platform .brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #dfdfdf;
  padding: 60px;
  gap: 170px;
}

.platform .brand img {
  max-width: 165px;
  height: auto;
  transition: transform 0.3s ease;
}

.platform .brand img:hover {
  transform: scale(1.1);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .platform .brand {
    gap: 50px;
    /* reduce spacing at tablet size */
  }
}

@media (max-width: 768px) {
  .platform a {
    font-size: 20px;
  }

  .platform .brand {
    gap: 30px;
  }

  .platform .brand img {
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .platform {
    padding: 30px 15px;
  }

  .platform a {
    font-size: 18px;
  }

  .platform .brand {
    gap: 20px;
  }

  .platform .brand img {
    max-width: 100px;
  }
}

/* ===== Footer Styling ===== */
.footer {
  background: #fff;
  color: #333;
  padding: 50px 0px;
  font-family: Arial, sans-serif;
}

.footer .container {
  max-width: 1200px;
  margin: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.footer-col h6 {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

/* .footer-col ul li {
  margin-bottom: 8px;
} */

.footer-col ul li a {
  text-decoration: none;
  color: #0078d7;
  font-size: 14px;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}



/* ===== Responsive ===== */
@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* =====lower- Footer ===== */
.lower-footer {
  background: #fff;
  padding: 25px 20px;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.lower-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

/* Left */
.lower-footer-left img {
  max-width: 200px;
  height: auto;
}

/* Right */
.lower-footer-right h3 {
  font-size: 30px;
  font-weight: bold;
  color: #e85c0c;
  margin-bottom: 10px;
}

.lower-footer-right label {
  font-size: 18px;
  color: #e85c0c;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.newsletter-box {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-box input {
  padding: 10px;
  border: 1px solid #ccc;
  flex: 1;
  min-width: 200px;
  border-radius: 3px 0 0 3px;
}

.newsletter-box button {
  padding: 10px 20px;
  background: #e85c0c;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

.newsletter-box button:hover {
  background: #cc4a00;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .lower-footer-row {
    flex-direction: column;
    text-align: center;
  }

  .lower-footer-left img {
    margin-bottom: 20px;
  }

  .newsletter-box {
    justify-content: center;
  }

  .newsletter-box input,
  .newsletter-box button {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
  }

  .newsletter-box button {
    margin-bottom: 0;
  }
}

.footer-bottom {
  background: #fff;
  /* keep background */
  padding: 10px 0;
  /* some spacing */
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* wrap links/icons on small screens */
}

.footer-bottom-links a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;

}

.footer-bottom-socials {
  display: flex;
  gap: 10px;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

/*-------------- Responsive------------------ */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-socials {
    margin-top: 10px;
    justify-content: center;
  }

  .footer-bottom-links a {
    display: inline-block;
    margin: 5px 10px;
  }
}

/* ===== Footer Sub ===== */
.footer-bottom-sub {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  font-size: 13px;
  color: #333;
}

.footer-bottom-sub .footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-content p {
  margin-bottom: 0px !important;
  color: #0078d7;
}

.footer-bottom-sub .sub-links a {
  color: #0078d7;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom-sub .sub-links a:hover {
  text-decoration: underline;
}