body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.container {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
  z-index: 1;
}

body,
html {
  overflow-x: hidden;
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

p {
  color: #64748B;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
.top-bg{ background: #335E9A;
  padding: 12px 0px;}
.top-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.top-head .contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 35px;
}

.top-head .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 15px;
}
.info-item span{color: #fff;}
.top-head .info-item i {
  font-size: 16px;
  color: #C62828;
}

.top-head .info-item a {
color: #FFF;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 150% */
}

.top-head .info-item a:hover {
  color: #C62828;
}

.top-head .social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-head .social-icons a {padding: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.top-head .social-icons a i{color: #fff;}
.top-head .social-icons a:hover {
 color: #C62828;
  transform: translateY(-2px);
}

.top-head .social-icons i {
  font-size: 16px;
}

@media (max-width: 900px) {
  .top-head {
    padding: 12px 30px;
    flex-direction: column;
    gap: 15px;
  }

  .top-head .contact-info {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .top-head {
    padding: 0px 0px;
  }

  .top-head .contact-info {
    width: 100%;
    gap: 5px;
  }
     .top-head .social-icons {
        width: 100%;
        justify-content: start;
    }
    .info-item span {
    font-size: 12px;
}
}

/* ================= HEADER ================= */
.header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  padding: 10px 0px;
}

header.header.HeaderSticky {
  position: fixed;
  top: 0px;
  width: 100%;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  position: relative;
}

.logo {
  font-weight: 600
}

/* 
 */
a {
  text-decoration: none;
}

/* ================= DESKTOP NAVIGATION ================= */
@media (min-width: 1151px) {
  header nav {
    display: block;
    margin-left: auto;
  }

  /* Hide mobile menu header on desktop */
  .mobile-menu-header {
    display: none !important;
  }

  header nav ul.mainULnav {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
  }

  header nav ul li {
    display: inline-block;
    position: relative;
    list-style: none;
  }

  header nav ul li a {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 12px 14px;
    transition: color 0.3s;
    color: #404041;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #334155;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
  }

  header .sub-menu {
    background-color: #fff;
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all ease 0.3s;
    top: calc(100% + 0px);
    min-width: 240px;
    left: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }

  header .sub-menu li {
    display: block;
  }

    header .sub-menu li a {
        font-size: 15px;
        font-weight: 500;
        color: #494949;
        padding: 11px;
        margin: 0;
        display: block;
        text-transform: capitalize;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

  header .sub-menu li:last-child a {
    border: 0px;
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header nav ul li a:hover {
    color: #C62828;

  }

  header .sub-menu li a:hover {
    background-color: #C62828;
    ;
    color: #ffffff;
  }

  li.dropdownMenu>a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%23494949'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-flex;
    right: 0px;
    top: 0px;
    position: relative;
    transition: all 0.3s !important;
  }

  li.dropdownMenu>a:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%230B1F3A'/%3E%3C/svg%3E");
  }
}

.contact-header a {

  padding: 12px 18px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #CE2C2C;
  margin-left: 20px;

  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 15px;
  color: #FFF;
  border: 1px solid transparent;
  transition: all 0.5s ease-in;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.contact-header a i {
  font-size: 12px;
  margin-right: 7px;
  margin-top: 5px;
}

.contact-header a:hover {
  background-color: #fff;
  color: #CE2C2C;
  border: 1px solid #CE2C2C;
}

@media screen and (max-width: 1150px) {
  header nav ul .dropdownMenu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%230B1F3A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  header nav ul .dropdownMenu span.hasSub.menuactve {
    transform: rotate(180deg);
  }

  header .sub-menu {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: none;
    top: 0;
    display: none;
    min-width: 100%;
    position: relative;
    box-shadow: none;
    padding: 0px;
  }

  .dropdownMenu {
    position: relative;
  }

  .dropdownMenu.open .sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
}

/* ================= NAV ICONS ================= */


/* ================= HAMBURGER MENU ================= */
.hamburgerMenuBtn {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230B1F3A' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  margin: 0;
  cursor: pointer;
  display: none;
}

.HeaderMenuRhs {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menuOverlay {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all ease 0.3s;
  display: none;
}

body.sidebarMenuOpen .menuOverlay {
  display: block;
}

/* ================= MOBILE MENU HEADER ================= */
.mobile-menu-header {
  display: none;
}

@media (max-width: 1150px) {

  /* Show mobile menu header */
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-bottom: 1px solid rgb(63 91 77);
    position: sticky;
    top: 0;
    z-index: 1002;
  }

  .mobile-logo {
    height: 30px;
  }

  .mobile-logo img {
    height: auto;
    width: 60px;
    max-width: 90px;
  }

  .mobile-close-btn {
    background: none;
    border: none;
    color: #0B1F3A;
    font-size: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.3s;
  }

  .mobile-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }


  /* Show hamburger button */
  .hamburgerMenuBtn {
    display: block;
  }

  .nav-container {
    padding: 14px 0px;
  }

  .top-bar {
    padding: 8px 20px;
    font-size: 12px;
  }

  /* MOBILE MENU STYLES */
  header nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    z-index: 1001;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 0;
    display: block;
  }

  body.sidebarMenuOpen header nav {
    right: 0;
  }

  /* Style the main UL for mobile */
  header nav ul.mainULnav {
    padding: 0;
    display: block;
  }

  header nav ul li {
    display: block;
    border-bottom: 1px solid rgb(63 91 77);
  }

  header nav ul li a {
    color: #0B1F3A;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    display: inline-block;
    position: relative;
    list-style: none;
  }

  li.dropdownMenu.open span.hasSub {
    transform: rotate(180deg);
  }

  /* Style for dropdown arrows in mobile */
  li.dropdownMenu>a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%23ffffff'/%3E%3C/svg%3E");
    transform: rotate(0deg);
    transition: transform 0.3s;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  li.dropdownMenu.open>a:after {
    transform: rotate(180deg);
  }

  /* Style sub-menu for mobile */
  header .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: none;
    border-top: none;
    width: 100%;
    min-width: auto;
  }

  header nav ul .dropdownMenu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 15px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230b1f3a;' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  li.dropdownMenu.open .sub-menu {
    max-height: 500px;
  }

header .sub-menu li a {
        color: rgba(255, 255, 255, 0.9);
        padding: 10px 20px 10px 30px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background-color: #46464694;
        color: #ffffff;
    }

  header .sub-menu li:last-child {
    border-bottom: none;
  }

  header .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

}

@media (min-width:1151px) {

  li.dropdownMenu>a {
    position: relative;
    padding-right: 22px;
    /* space for arrow */
  }

  li.dropdownMenu>a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%230B1F3A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;

    width: 16px;
    height: 16px;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    transition: 0.3s;
  }

  /* hover rotate arrow */
  li.dropdownMenu:hover>a:after {
    transform: translateY(-50%) rotate(180deg);
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header .dropdownMenu .sub-menu {
    min-width: 240px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    /* border-top: 3px solid #f3d014; */
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
}

header .sub-menu {
  background-color: #fff;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease 0.3s;
  top: calc(100% + 0px);
  width: auto;
  left: inherit;
  bottom: inherit;
}



.slider-controls {
  bottom: 20px;
  right: 20px;
}

.swiper-pagination {
  bottom: 20px !important;
  left: 20px !important;
}

@media (max-width: 768px) {

  .top-bar div:nth-child(2) {
    display: none;
  }

  .top-bar {
    grid-template-columns: 1fr auto;
    padding: 8px 15px;
  }

  .nav-container {
    padding: 0px 1px;
  }

  .logo img {
    height: 80px;
    width: auto;
  }

  .mobile-menu-header {
    padding: 15px;
  }

  .mobile-logo {
    height: 65px;
  }
}
.top-parax span {
    font-size: 15px;
    font-weight: 400;
}
@media (max-width: 480px) {

  header nav {
    width: 280px;
  }

  .mobile-menu-header {
    padding: 12px;
  }
}

/* ================= SLIDER ================= */
.logo img {
  width: 100%;    height: 100px;
}

body:not(.sidebarMenuOpen) header nav {
  animation: slideOut 0.3s ease forwards;
}
/* <---------header------------> */
.d-flex-header{display:flex;align-items:center;}
.top-parax {
    font-size: 21px;
    line-height: 22px;
}
.top-parax span{  font-size: 15px;}
.d-flex-header{
    display: flex;
    align-items: center;
}
/* <----------------banner-------------> */
.hero {
  background: #f4f7fb;
  padding: 100px 0%;
  background: linear-gradient(180deg, #EEF5FF 0%, #FFF 50%, #DBEEFF 100%);
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: auto;
}

.hero-left {
  flex: 1;
}

.badge {
    display: inline-block;
    margin-bottom: 20px;
    color: #0077B6;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    border-radius: 33554400px;
    background: rgba(0, 119, 182, 0.10);
    display: inline-block;
    padding: 5px 10px;
    background: #D32F2F;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
}

.bannertitle {
  color: #0D1B2A;
  font-family: "Plus Jakarta Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 59.8px;
  /* 115% */
  letter-spacing: -1.3px;
}

.bannertitle span {
  background: linear-gradient(180deg, #0077B6 0%, #00B4D8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-left p {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 500px;
  color: #64748B;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.625px;
  padding: 10px 0px 0px 0px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.btn-primary {
  background: #e53935;
  color: white;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.5s ease-in;
}

.btn-secondary {
  border: 2px solid #cbd5e1;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  color: #374151;
  font-weight: 600;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 100px;
}

.hero-stats h3 {
  color: #0D1B2A;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
}

.hero-stats p {
  color: #94A3B8;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 150% */
  margin-bottom: 0px;
}

.hero-right {
  flex: 1;
  position: relative;
}

.hero-right img {
  width: 100%;
  border-radius: 20px;
}

.d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.floating-card {
  position: absolute;
  bottom: -20px;
  left: -60px;
  background: white;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 220px;
  animation: floatY 3s ease-in-out infinite;
}

/* Keyframes */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    /* move up */
  }

  100% {
    transform: translateY(0);
    /* back to original */
  }
}

.floating-card h4 {
  color: #0D1B2A;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
}

.floating-card p {
  color: #94A3B8;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}

.btn-flx {
  display: flex;
  align-items: center;
  gap: 7px;
}

.btn-flx i {
  font-size: 14px;
}

/* Responsive */

@media (max-width:900px) {

  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .floating-card {
    position: static;
    margin-top: 15px;
  }

  .hero-left h1 {
    font-size: 36px;
  }

}

/*****************about******************/
.about-container {
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-image {
  flex: 1;
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
}

.experience-badge {
  position: absolute;
  bottom: -40px;
  left: -30px;
  background: #1ea0d2;
  color: white;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: linear-gradient(180deg, #0077B6 0%, #00B4D8 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  animation: floatY 3s ease-in-out infinite;
}

.experience-badge h2 {
  font-size: 28px;
}

.experience-badge p {
  font-size: 14px;
  color: #fff;
}

.about-content {
  flex: 1;
}

.commonsubtitle {
  color: #C62828;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px;
  /* 150% */
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.commontitle {
  color: #0D1B2A;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 20px;
}

.commontitle span {
  color: #0077B6;
}

.about-text {
  font-size: 16px;
  line-height: 26px;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.feature-card {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.00);
  background: #F0F7FF;
  padding: 22px 20px;
}

.feature-card h4 {
  margin-bottom: 8px;
  color: #1f2937;
}

.feature-card p {
  font-size: 14px;
  color: #6b7280;
  color: #94A3B8;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.125px;
}

/* Mobile Responsive */

@media (max-width:900px) {

  .about-container {
    flex-direction: column;
  }

  .about-content h2 {
    font-size: 28px;
    text-align: center;
  }

  .about-text {
    text-align: center;
  }



  .experience-badge {
    position: static;
    margin-top: 15px;
    display: inline-block;
  }

}

/* <-----------service solution section------------> */

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.solution-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: 0.3s;
}

.coretitle {
  color: #0D1B2A;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.625px;
  padding: 5px 0px;
}

.solution-card p {
  color: #94A3B8;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.125px;
}

.solution-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  border-radius: 10px;
}

/* Active Card */
.solution-card:hover {
  border-radius: 10px;
  background: #0077B6;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.solution-card:hover h3,
.solution-card:hover p {
  color: #fff;
}


/* Hover */
.solution-card:hover {
  transform: translateY(-5px);
}

.mt-5 {
  margin-top: 40px;
}

/* Tablet */
@media(max-width:992px) {

  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* Mobile */
@media(max-width:576px) {

  .solutions-grid {
    grid-template-columns: 1fr;
  }

}

/* <-----------common-upper-sec----------> */
@media (min-width:1000px) {
  .common-upper-sec {
    max-width: 600px;
    margin: auto;
    text-align: center;
  }
}





/* <--------------service-----------------> */
.common-sec {
  margin: 80px 0;
  /* background: #f5f5f5; */
}


/* <------------------package--------------------> */
.package-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 16px;
  border: 1px solid #DBEAFE;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.package-title {
  color: #0D1B2A;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 12px;
  text-align: left;
}

.package-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.current-price {
  color: #0D1B2A;
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
}

.current-price sub {
  color: #94A3B8;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.original-price {
  color: #C92A29;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: line-through;
}

.discount {
  color: #D22F2D;
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
}

.package-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  text-align: left;
}

.package-list li {
  color: #1A1A2E;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.package-list li::before {
  content: '✔';
  color: #C92A29;
  margin-right: 8px;
  font-size: 14px;
}
.book-btn {
    border-radius: 14px;
    background: linear-gradient(180deg, #C62828 0%, #E53935 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 19px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 2px;border:1px solid transparent;
}

.book-btn i {
  font-size: 12px;
  margin-left: 4px;
}

.book-btn:hover {
  background-color: #C62828;
}

/* <-----------choose----------------> */
.common-bg .solution-card {
  border-radius: 16px;
  border: 1px solid #EFF6FF;

  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  text-align: center;
  padding: 25px 20px;
}

.common-bg .solution-icon {
  margin: 10px auto;
  left: 0px;
  right: 0px;
  display: block;
}

.collection-sec {
  background: linear-gradient(0deg, #325E9A 0%, #325E9A 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.collection-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* LEFT */
.collection-content {
  flex: 1;
  color: #fff;
}

.collection-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 10px;
  border-radius: 33554400px;
  background: rgba(255, 255, 255, 0.15);
}

.collection-content h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.collection-content h2 span {
  color: #D4302E;
}

.collection-content p {
  color: #dbe6f5;
  margin-bottom: 25px;
  max-width: 500px;
  color: #DBEAFE;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

/* FEATURES */
.collection-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  font-size: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
}


/* BUTTONS */
.collection-buttons {
  display: flex;
  gap: 15px;
}

/* .btn {
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
}

.call-btn {
  background: #ff3b3b;
  color: #fff;
}

.book-btn {
  border: 1px solid #fff;
  color: #fff;
} */

/* RIGHT IMAGE */
.collection-image {
  flex: 1;
  position: relative;
  text-align: right;
}

.collect-img {
  width: 95%;
  max-width: 95%;
  border-radius: 20px;
}

/* BADGE */
.collection-badge {
  position: absolute;
  bottom: -23px;
  left: 0;
  background: #fff;
  color: #333;
  padding: 15px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  animation: floatY 3s ease-in-out infinite;
}

.collection-badge strong {
  color: #0D1B2A;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.collection-badge p {
  color: #94A3B8;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}



/* ================= MOBILE ================= */
@media (max-width: 600px) {

  /* .collection-wrapper {
    flex-direction: column;
    text-align: center;
  } */

  .collection-content h2 {
    font-size: 30px;
  }

  .collection-features {
    grid-template-columns: 1fr;
  }

  .collection-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .collection-image {
    text-align: center;
  }

  .collection-image img {
    max-width: 300px;
  }

  .collection-badge {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* <--------testimonial-----------> */

.text-center {
  text-align: center;
}

.text-center p {
  margin: -10px 0px 10px 0px;
}

.testimonial-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.testimonial-heading .maintitle {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.testimonial-heading p {
  margin: 10px 0 0;
  color: #617493;
  font-size: 16px;
}

.testimonial-controls {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0px;
  top: 100px;
}

.testimonial-controls button {
  border: 1px solid #d1d8e3;
  background: #fff;
  color: #0077B6;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-controls button:hover {
  background: #f8fafc;
  border-color: #C62828;
  color: #C62828;
}

.testimonial-info {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 15px;
  border-top: 1px solid #DBEAFE;
}

.testimonial-card {
  position: relative;
  background: #EFF6FF;
  padding: 22px 20px 26px;
  text-align: left;
  border-radius: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 8px 22px rgba(9, 51, 94, 0.08);
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(9, 51, 94, 0.12);
}

.testimonial-card p {
  color: #404040;
  color: #475569;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22.75px;
  /* 162.5% */
  margin: 5px 0;
}

.testimonial-card h4 {
  color: #404040;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #0D1B2A;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
  margin-bottom: 5px;
}

p.hextest {
  color: #94A3B8;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */

  margin: 0px;
}

.testimonial-txt {
  text-align: left;
}

/* Swiper wrapper adjustments */
.swiper.testimonial-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.testimonial-card span {
  font-size: 13px;
  color: #777;
}


.stars {
  color: #F5BF38;
  margin: 5px 0px;
  font-size: 20px;
}

.testimonial-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .testimonial-heading .maintitle {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .testimonial-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .testimonial-controls {
    width: 100%;
    justify-content: end;
    top: 116px;
  }

  .testimonial-heading p {
    max-width: 100%;
  }

  .testimonial-card {
    padding: 18px 16px 20px;
  }



}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #ccc;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  background-color: #0077B6;
  color: #fff;
}

.common-sec.common-bg {
  background: linear-gradient(180deg, #F0F7FF 0%, #FFF 100%);
  padding: 100px 0px;
  background: linear-gradient(180deg, #F0F7FF 0%, #FFF 100%);
  margin: 0px;
}

/* Mobile */
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.swiper.testimonial-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 30px;
}

.testimonial-sec .swiper-horizontal.testimonial-sec .swiper-pagination-bullets,
.testimonial-sec .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-sec .swiper-pagination-custom,
.testimonial-sec .swiper-pagination-fraction {
  bottom: -10px;
  top: var(--swiper-pagination-top, auto);
  left: 0px;
  width: 100%;
  right: 0px;
  z-index: 1;
  position: relative;
  margin: auto;
  /* display: block; */
  justify-content: center;
  bottom: -25px !important;
}

.swiper-pagination-bullet {
  width: 39px !important;
  height: 3px !important;
  background: #C62828 !important;
  border: 1px solid #C62828;
  color: transparent;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px !important;
  transition: all 0.3s ease;
}

/* <--------------blog insight------------> */
.gcctitle {
  color: #404040;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 125% */
  text-transform: capitalize;
  padding: 7px 0px;
}

.blog-insight {
  color: #404040;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  text-transform: capitalize;
  padding: 10px 0px;
  display: block;
}







/* <---------book-sec----------> */

.book-contt {
  padding: 100px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  align-items: center;
}

.booktitle {
  color: #404040;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  /* 114.286% */
  margin-bottom: 20px;
}


.book-contt p {
  color: #404040;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */

}

/* ===== CTA RED SECTION ===== */
.cta-red-section {
  padding: 60px 0 50px;
  background-image: url(../images/reg-book-bg.png);
  background-repeat: no-repeat;

  border-radius: 24px;
  margin: 40px auto;
  color: #ffffff;
}

.cta-red-wrapper {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 50px 20px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-red-section h2 {
  margin-bottom: 16px;
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 125% */
}

.cta-red-section h2 span {
  color: #FFCDD2;
}

.cta-red-section p {
  color: #fde9e9;
  font-size: 17px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 24px;
}

.cta-red-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
  border-radius: 10px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.25s ease;
}

.primary-btn {
  background: #ffffff;
  color: #db1d20;
  color: #C62828;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  /* 150% */
}

.primary-btn:hover {
  background: #f4f4f4;
}

.secondary-btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 992px) {
    .cta-red-section {
        padding: 80px 50px;
    }

  .cta-red-section h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
    .cta-red-wrapper {
        padding: 30px 20px;
        background-color: #db3431;
        background-image: none;
    }

  .cta-red-section h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-red-section h2 span {
    padding-left: 5px;
  }

  .cta-red-section p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .cta-red-actions {
    flex-direction: column;
    gap: 12px;
  }

  .cta-btn {
    width: 100%;
    max-width: 320px;
    margin: auto;
  }
}

.call-btn1 {
  border-radius: 14px;
  background: linear-gradient(180deg, #C62828 0%, #E53935 100%);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
}

.call-btn1:hover,
.book-btn:hover,
.btn-primary:hover {
  color: #C62828;
  background: #fff !important;
  border: 1px solid #C62828;
}

.book-btn1 {
  border-radius: 11px;
  border: 2px solid #ffffff96;
  padding: 10px 20px;
  color: #ffffff96;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.5s ease-in;
}

.book-btn1:hover,
.btn-secondary:hover {
  background-color: #fff;
  color: #0077B6;
  border: 2px solid #0077B6;
}

/*=======================footer================*/
/* ===== FOOTER MAIN ===== */
footer {
  background: #335E9A;
  color: #F1F5FB;
}

.footer-wrap {
  margin: auto;
  padding: 60px 16px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 30px;
}

.footer-logo img {
  max-width: 250px;
  margin-bottom: 18px;
}

.footer-col h4 {
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.footer-col p {
  color: #DDE8FF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 12px;
}


.footer-contact {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

.footer-links li a:hover {
  color: #FFFFFF;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #E1E9FF;
  font-size: 15px;
}

.footer-contact li i {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #C62828;
  border-radius: 7px;
  margin-right: 5px;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.footer-social-icons a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.footer-social-icons a:hover {
  background: #FFFFFF;
  color: #1F4F96;
}

.footer-bottom {
  background: #335E9A;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  color: #FFFFFF;
  font-size: 13px;
}

.footer-policy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.footer-policy a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-policy a:hover {
  color: #B8D1FF;
}

.footer-links li a,
.footer-links li address,
.footer-links li {
  transition: color 0.25s ease;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
  /* 162.5% */
}

.footer-contact a {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 150% */
}

/* ===== Responsive ===== */
@media(max-width: 992px) {
  .footer-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media(max-width: 600px) {
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* <----------inner about---------------> */
.inner-banner {
  position: relative;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
}

.inner-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(240, 247, 255, 0.80) 0%, rgba(51, 94, 154, 0.75) 100%);
}

.inner-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.inner-banner__breadcrumb {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}

.inner-banner__breadcrumb span {
  margin: 0 5px;
}

.inner-banner__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  /* 120% */
}

.about-year {
  position: absolute;
  bottom: -40px;
  right: -20px;
  background: #1ea0d2;
  color: white;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: linear-gradient(180deg, #0077B6 0%, #00B4D8 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  animation: floatY 3s ease-in-out infinite;
  border-radius: 14px;
  background: #D32F2F;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.about-year p {
  color: #fff
}

.inner-banner p {
  font-size: 17px;
  opacity: 0.9;
  color: #fff;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .inner-banner {
    height: 270px;
    padding: 0 15px;
    background-position-x: center;
  }

  .inner-banner__title {
    font-size: 20px;
  }

  .inner-banner p {
    font-size: 12px;
  }
}

/* <---------mission------------> */
.mission-section {
  background: #eef2f5;
  padding: 80px 0;
  background: #F0F7FF;
}

/* Cards Layout */
.mission-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */
.mission-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.mission-card:hover {
  transform: translateY(-5px);
}

/* Text */
.mission-card h3 {
  font-size: 18px;
  margin: 10px 0px;
  color: #222;
  color: #1A1A2E;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.mission-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .mission-wrapper {
    grid-template-columns: 1fr;
  }

  .mission-card {
    padding: 20px;
  }
}

/* ===================== STATS SECTION ===================== */
.stats-section {
  background: #335E9A;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  background-color: #335E9A;
}

.stats-title {
  font-size: 28px;
  margin-bottom: 0px;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

/* Subtitle */
.stats-subtitle p {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  /* 150% */
}

/* Grid Layout */
.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Card */
.stat-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.stat-card img {
  margin: auto;
  display: block;
  padding-bottom: 10px;
}

/* Hover effect */
.stat-card:hover {
  transform: translateY(-5px);
}


/* Number */
.stat-card h3 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

/* Text */
.stat-card p {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  opacity: 0.8;
}


/* ===================== TEAM SECTION ===================== */
.team-section {
  background: #f5f5f5;
  padding: 60px 0;
  text-align: center;
}

/* Grid */
.team-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */
.team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Image */
.team-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

/* Name */
.team-card h3 {
  font-size: 16px;
  margin-top: 10px;
  color: #1A1A2E;
  text-align: center;
  /* font-family: Inter; */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  margin-bottom: 6px;
}

/* Role */
.team-card p {
  font-size: 13px;
  color: #777;
  color: #6B7280;
  text-align: center;
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

/* <----------------service------------> */
.test-section {
  padding: 60px 0;
  background: #f5f5f5;
}

/* ✅ Row layout using GRID */
.test-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* left right */
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}

/* ✅ Reverse layout */
.test-row.reverse {
  direction: rtl;
}

.test-row.reverse>* {
  direction: ltr;
}

/* Image */
.test-img img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* Content */
.test-content {
  width: 100%;
}

/* Heading */
.test-content h3 {
  color: #1A1A2E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
}


/* Paragraph */
.test-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  color: #6B7280;
  /* font-family: Inter; */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* List */
.test-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}

.test-list li {
  font-size: 13px;
  color: #333;
  position: relative;
  padding-left: 24px;
  color: #1A1A2E;
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}

/* Tick icon */
.test-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8 14.6666C11.6821 14.6666 14.6668 11.6819 14.6668 8C14.6668 4.3181 11.6821 1.3333 8 1.3333C4.3181 1.3333 1.3333 4.3181 1.3333 8C1.3333 11.6819 4.3181 14.6666 8 14.6666Z' stroke='%231B7A3D' stroke-width='1.3'/%3E%3Cpath d='M6 8L7.333 9.333L10 6.666' stroke='%231B7A3D' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");

  background-size: contain;
  background-repeat: no-repeat;
}

/* Button */
.test-btn {
  color: #D32F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin-top: 25px;
  display: block;
}

/* <-------------packages-------------> */


/* GRID */
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.package-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  position: relative;
  transition: 0.3s;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}

.package-card:hover {
  transform: translateY(-5px);
}

/* ACTIVE CARD */
.package-card.active {
  border: 2px solid #ef4444;
  transform: scale(1.03);
}

.original-price {
  text-decoration: line-through;
  color: #9ca3af;
}

.save {
  color: #16a34a;
  font-size: 13px;
  margin-bottom: 15px;
  color: #008236;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px;
  text-align: left;
  border-radius: 30px;
  background: #DCFCE7;
  display: inline-block;
  padding: 4px 7px;
  display: flex;
  width: 80px;
  text-align: center;
  justify-content: center;
}

.swiper-slide .package-card{
	margin-top:10px;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .package-grid {
    grid-template-columns: 1fr;
  }

}

.package-card p {
  text-align: left;
  color: #6B7280;
  /* font-family: Inter; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}


.booking-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.booking-title {
  color: #1A1A2E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.booking-subtitle {
  font-size: 14px;
  color: #8b90a0;
  margin-bottom: 35px;
}

.booking-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 50px 35px 28px;
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 14px;
  margin-bottom: 20px;
}

.form-group label {
  color: #1A1A2E;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  /* 150% */
}

.form-group input {
  width: 100%;
  height: 46px;
  border: 1px solid #e5dfe3;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  background: #faf8f9;
  transition: 0.3s ease;
  border-radius: 14px;
  border: 1px solid rgba(211, 47, 47, 0.12);
  background: #F3F3F5;
}

.form-group input:focus {
  border-color: 1px solid rgba(211, 47, 47, 0.22);
  ;
  background: #fff;
}

.sample-title {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.sample-options {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.sample-options label {
  font-size: 14px;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sample-options input[type="radio"] {
  accent-color: #d92d2d;
}

.submit-btn {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 10px;
  background: #dc2f2f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #c72626;
}

.booking-note {
  text-align: center;
  font-size: 12px;
  color: #9aa0ab;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .booking-title {
    font-size: 30px;
  }

  .booking-card {
    padding: 22px 16px 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .sample-options {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .booking-section {
    padding: 40px 15px;
  }

  .booking-title {
    font-size: 26px;
  }

  .booking-subtitle {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .submit-btn {
    font-size: 15px;
  }
}



/* <--------------blog------------> */
/* ===== SECTION ===== */
.hp-blog-sec {
  padding: 80px 0;
}

.hp-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* ===== TOP BAR ===== */
.hp-topbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

/* Tabs */
.hp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hp-tab-btn {
  padding: 8px 14px;
  border-radius: 20px;
  border: none;
  background: #e5e7eb;
  cursor: pointer;
  font-size: 13px;
}

.hp-tab-btn.active {
  background: #ef4444;
  color: #fff;
}

/* Search */
.hp-search {
  position: relative;
}

.hp-search input {
  padding: 8px 35px 8px 12px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.hp-search i {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #999;
}

/* ===== FEATURED ===== */
.hp-featured {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 0px !important;
  margin: 25px 0;
  border-radius: 16px;
  background: #F0F7FF;
  align-items: center;
  margin-top: 50px;
}

.hp-featured img {
  width: 100%;
  border-radius: 0px;
}

.hp-featured-img {
  flex: 1;
}

.hp-featured-content {
  flex: 1;
  padding: 30px;
}

.hp-featured-content h3 {
  margin: 10px 0;
  color: #1A1A2E;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.8px;
  /* 130% */
}

/* ===== GRID ===== */
.hp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Card */
.hp-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 16px;
  border: 1px solid rgba(211, 47, 47, 0.12);
  background: #FFF;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.hp-card:hover {
  transform: translateY(-5px);
}

.blog-img {
  height: 210px;
  display: block;
}

.hp-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.hp-card-body {
  padding: 15px 20px;
}

.hp-tag {
  font-size: 12px;
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  border-radius: 33554400px;
  background: #D32F2F;
}

.hp-meta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 8px 0 10px;
  font-size: 13px;
  color: #6b7280;
}

.hp-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6B7280;
  /* font-family: Inter; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.hp-tag1 {
  border-radius: 33554400px;
  background: rgba(211, 47, 47, 0.10);
  color: #D32F2F;
  padding: 4px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px;
  /* 150% */
}

.hp-meta-item i {
  color: #6B7280;
  font-size: 12px;
}

.blogintitl {
  font-size: 15px;
  margin: 8px 0;
  color: #1A1A2E;
  /* font-family: Inter; */
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.8px;
  display: block;
}

.hp-card-body p {
  color: #6B7280;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  /* 160% */
}

.hp-meta-item1 i {
  font-size: 12px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-featured {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .hp-grid {
    grid-template-columns: 1fr;
  }
}





/* ===================== MOBILE ===================== */
@media (max-width: 768px) {

  .test-row {
    grid-template-columns: 1fr;
    /* stack */
    gap: 20px;
  }

  .test-row.reverse {
    direction: ltr;
    /* reset */
  }

  .test-img img {
    max-width: 100%;
  }

  .test-btn {
    margin-top: 20px;
  }

  .test-content h3 {
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}

.equiptitle {
  color: #1B7A3D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  margin-bottom: 10px;
}

.equiptitl {
  color: #1A1A2E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 10px;
}

.equip-box {
  border-radius: 14px;
  background: rgba(240, 247, 255, 0.58);
  padding: 10px 15px;
}

.features-sec {
  background: #F0F7FF;
  padding: 40px 0;
}

.features-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
}

.icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}

.feature-card h4 {
  color: #1A1A2E;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  /* 150% */
}

.feature-card p {
  color: #6B7280;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .features-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 12px 15px;
  }
}
/* <-------------blog detail-------------> */
.inner-blog-listing {
  display: flex;
  gap: 30px;
}

.inner-blog-listing img {
  width: 100%;
  border-radius: 10px;height:330px;object-fit:cover;

}
.blog-details-section a{color:#CE2C2C;}
.inner-banner a{color:#fff;}
.card-ser img {
  width: 80px;
  height: 71.016px;
  aspect-ratio: 80.00 / 60.02;
  margin-bottom: 15px;
}

.blog-cardsx-inn {
  flex: 2;
  padding-right: 20px;
}

.blog-sidebar {
  flex: 1;
}

@media (min-width: 993px) {
  .blog-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
  }
}

.sidebar-widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  padding-top: 0px;
}

.sidebar-widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  padding-top: 0px;
}

.recommended-post-avatar {
  margin-right: 15px;
  flex-shrink: 0;
  width: 98px;
  height: 81px;
  aspect-ratio: 188 / 81;
}

.recommended-post-title {
font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.8px;
    display: block;     color: #1A1A2E;
}

.recommended-post-content {
  flex: 1;
}

a.recommended-post-link {
  display: flex;
}

.recommended-post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  list-style-type: none;
}
.recommended-post-date {
    color: #494949;
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 6px 0px 2px 0px;
}

.sidebar-title {
  color: #4A4240;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-in-cnt {
  margin-top: 10px;
}

.blog-card-full-description p {
  margin: 10px 0px 20px 0px;
}

.mission-txt.wow.animate__.animate__fadeInDown.animated {
     color: #1A1A2E;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}

section.inblog.featureprdct {
  padding: 0px 0px;
  padding-top: 80px;
  padding-bottom: 0px !important;
}

.sidebar-widget {
  padding: 0px;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .inner-blog-listing {
    flex-direction: column;
  }
}

/* ===================== RESPONSIVE ===================== */

/* Tablet */
@media (max-width: 992px) {

  .stats-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .team-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
.booking-container {
	max-width: 90%;}
}

/* Mobile */
@media (max-width: 576px) {

  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-title,
  .team-title {
    font-size: 22px;
  }
	    .team-card img {
        height: 200px;
    }
	.coretitle {
		font-size: 18px;}
}



/* <-----------------contact-------------> */
.contact-page-wrap {
  width: 100%;
}

.contact-top-strip {
  padding: 50px 20px 30px;
}

.contact-top-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: -80px;
  padding-bottom: 70px;
}

.contact-info-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
  padding: 25px 16px;
  text-align: center;
}

.contact-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.contact-info-icon.call {
  border-radius: 14px;
  background: linear-gradient(135deg, #D32F2F 0%, rgba(211, 47, 47, 0.70) 100%);
}

.contact-info-icon.mail {
  border-radius: 14px;
  background: linear-gradient(135deg, #1B7A3D 0%, rgba(27, 122, 61, 0.70) 100%);
}

.contact-info-icon.visit {
  border-radius: 14px;
  background: linear-gradient(135deg, #2C4A7C 0%, rgba(44, 74, 124, 0.70) 100%);
}

.contact-info-icon.hours {
  border-radius: 14px;
  background: linear-gradient(135deg, #E67E22 0%, rgba(230, 126, 34, 0.70) 100%);
}

.contact-info-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1d2433;
}

.contact-info-text,
.contact-info-text a {
  color: #6B7280;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  /* 150% */
}

.contact-info-text a:hover {
  color: #d93025;
}

.contact-info-text:hover {
  color: #d93025;
}

.contact-main-area {
  padding: 60px 0px 60px;
  background-color: #F0F7FF;
}

.contact-main-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.contact-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.contact-section-head .head-mark {
  color: #d93025;
  font-size: 18px;
  line-height: 1;
}

.contact-section-head h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2432;
}

.contact-content-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  align-items: start;
}

.contact-form-box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
  padding: 18px;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 12px;
}

.contact-field-group {
  width: 100%;
}

.contact-field-group.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #232937;
  margin-bottom: 7px;
}

.contact-field-input,
.contact-field-textarea {
  width: 100%;
  border: 1px solid #dce3eb;
  background: #f3f7fb;
  border-radius: 7px;
  padding: 11px 12px;
  font-size: 13px;
  color: #1f2937;
  outline: none;
  transition: 0.25s ease;
  border-radius: 14px;
  border: 1px solid rgba(211, 47, 47, 0.12);
  background: #F0F7FF;
}

.contact-field-input {
  height: 40px;
}

.contact-field-textarea {
  min-height: 102px;
  resize: vertical;
}

.contact-field-input:focus,
.contact-field-textarea:focus {
  border-color: #D32F2F;
  background: #ffffff;
}

.contact-send-btn {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 8px;
  border-radius: 14px;
  background: #D32F2F;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 6px 14px rgba(218, 47, 47, 0.22);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contact-send-btn:hover {
  background: #D32F2F;
}

.contact-side-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-map-panel,
.contact-quick-panel {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.contact-map-frame {
  width: 100%;
  height: 240px;
  border: 0;
  display: block;
}

.contact-quick-body {
  padding: 14px;
}

.contact-quick-title {
  font-size: 15px;
  font-weight: 700;
  color: #202636;
  margin-bottom: 12px;
}

.contact-quick-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 12px 12px;
  margin-bottom: 10px;
}

.contact-quick-item:last-child {
  margin-bottom: 0;
}

.contact-quick-item.red-soft {
  border-radius: 14px;
  background: rgba(211, 47, 47, 0.05);
}

.contact-quick-item a {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  /* 150% */
}

.contact-quick-item.green-soft {
  border-radius: 14px;
  background: rgba(27, 122, 61, 0.05);
}

.contact-quick-item.red-soft a,
.contact-quick-item.red-soft i {
  color: #D32F2F;
}

.contact-quick-item.green-soft a,
.contact-quick-item.green-soft i {
  color: #1B7A3D;
}

.contact-quick-item.blue-soft a,
.contact-quick-item.blue-soft i {
  color: #2C4A7C;
}

.contact-quick-badge {
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}

.contact-info-icon i {
  font-size: 16px;
  color: #fff;
}

.contact-quick-copy strong {
  display: block;
  font-size: 12px;
  color: #1f2432;
  margin-bottom: 4px;
}

.contact-quick-copy span {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}

.contact-wa-band {
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(37, 211, 102, 0.10) 0%, rgba(37, 211, 102, 0.05) 100%), #FFF;
  padding: 80px 20px;
  text-align: center;
}

.contact-wa-shell {
  max-width: 760px;
  margin: 0 auto;
}

.contact-wa-shell h3 {
  color: #1A1A2E;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 150% */
  color: #1f2432;
  margin-bottom: 12px;
}

.contact-wa-shell p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 24px;
}

.contact-wa-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(34, 197, 94, 0.24);
  transition: 0.25s ease;
}

.contact-wa-button:hover {
  background: #17b152;
}

@media (max-width: 991px) {
  .contact-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-content-grid {
    grid-template-columns: 1fr;
  }

  .contact-wa-shell h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact-top-strip {
    padding: 35px 15px 20px;
  }

  .contact-main-area {
    padding: 30px 15px 45px;
  }

  .contact-top-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-section-head h2 {
    font-size: 22px;
  }

  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .contact-map-frame {
    height: 220px;
  }

  .contact-wa-band {
    padding: 55px 15px;
  }

  .contact-wa-shell h3 {
    font-size: 24px;
  }

  .contact-wa-shell p {
    font-size: 13px;
  }

  .contact-wa-button {
    padding: 12px 22px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {

  .contact-info-card,
  .contact-form-box,
  .contact-map-panel,
  .contact-quick-panel {
    border-radius: 8px;
  }

    .contact-info-title {
        font-size: 19px;
    }
.contact-info-text, .contact-info-text a {
	font-size: 15px;}
  .contact-info-text,
  .contact-quick-copy span {
    font-size: 11px;
  }

  .contact-field-input,
  .contact-field-textarea {
    font-size: 12px;
  }

  .contact-send-btn {
    font-size: 12px;
  }
}

/* <-----------responsive--------------------> */
@media (max-width:1400px) {

  .bannertitle {
    font-size: 46px;
    line-height: 52.8px;
  }

  .commontitle {
    font-size: 37px;
  }
.promotion-section {
        left: 4%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width:1300px) {
  .floating-card {
    bottom: -30px;
    left: -30px;
  }

  .about-text {
    font-size: 15px;
    line-height: 25px;
  }

  .common-sec {
    margin: 60px 0;
  }

  .solution-card {
    padding: 13px;
  }

  .solutions-grid {
    gap: 15px;
  }
	.hero {
    background: #f4f7fb;
		padding: 70px 0%;}
	    .commontitle {
        font-size: 32px;    line-height: 38px;
    margin-bottom: 15px;

    }
	.collection-content h2 {
    font-size: 38px;
		line-height: 1.1;}
	.contact-main-shell {
    max-width: 95%;
    margin: 0 auto;
}
}

@media (max-width:1180px) {
  .contact-header a {
    margin-right: 90px;
  }

  .hamburgerMenuBtn {
    position: absolute;
    right: 20px;
  }

  .logo img {
    width: 100%;
  }

  .bannertitle {
    font-size: 35px;
    line-height: 46.8px;
  }


  .swiper.testimonial-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {

    padding-top: 0px;
  }

  .header {
    padding: 0px 0px;
  }

  .hero-stats {
    gap: 10px;
    margin-top: 50px;
  }

  .hero-left p {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 22.625px;
    padding: 8px 0px 0px 0px;
  }

  .commontitle {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .feature-card {
    border-radius: 14px;
    padding: 15px 15px;
  }

  .hero-stats h3 {
    font-size: 18px;
  }

  .feature-card h4 {
    margin-bottom: 5px;
  }

  .common-sec.common-bg {
    padding: 60px 0px;
  }

  .common-bg .solution-card {
    padding: 20px 10px;
  }

  .collection-sec {
    padding: 80px 0;
  }

  .hp-blog-sec {
    padding: 60px 0;
  }
	.cta-red-section h2 {
    font-size: 31px;
    line-height: 37px;
}
	.footer-links li, .footer-contact li {
    margin-bottom: 6px;
}
	.inner-banner__title {
    font-size: 33px;
    line-height: 38.8px;
}
.stat-card h3 {
    font-size: 31px;
    line-height: 47px;
}
	.stats-title {
    font-size: 30px;
    line-height: 51px;
}
	    .collection-sec {
        padding: 60px 0;
    }
	.team-card img {
		height: 200px;}
	
	.testimonial-controls {
    top: 62px;
}
	.testimonial-sec.common-sec {
        margin: 50px 0 50px 0px;
    }
	.contact-wa-band {
		padding: 60px 20px;}
	.experience-badge {
		left: 0px;}
	.book-btn {
		padding: 15px 20px;}
}

@media (max-width:991px) {
  .about-content h2 {
    text-align: left;
  }

  .hero {
    padding: 70px 0%;
  }

  .floating-card {
    bottom: -34px;
    left: -44px;
    position: absolute;
  }

  .experience-badge {
    position: static;
    margin-top: 15px;
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: -40px;
  }

  br {
    display: none;
  }

  .testimonial-controls {
    top: 66px;
  }

  .inner-banner__title {
    font-size: 28px;
    font-size: 35px;
  }

  .stats-title {
    font-size: 28px;
    line-height: 50px;
  }

  .stat-card h3 {
    font-size: 28px;
  }

  .about-text {
    text-align: left;
  }

  .mission-section {
    padding: 60px 0;
  }
    .team-card img {
        height: 240px;
    }
}

@media(max-width:800px) {
	.contact-header{display:none;}
	.top-parax br{display:block;
}
}
@media(max-width:600px) {
      .hero-buttons {
        flex-wrap: wrap;
    }
    .btn-flx {
  
    width: 100%;
    text-align: center;
    justify-content: center;
}
  .hp-search {
    width: 100%;
  }
    .hero-stats {
        margin-top: 30px;
    }
  .hp-search input {
    width: 100%;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .contact-header a {
    margin-right: 50px;
  }

  .hero-left h1 {
    font-size: 30px;
    line-height: 36.8px;
    margin-bottom: 10px;
  }

  .d-flex {
    gap: 2px;
  }

  .floating-card {
    bottom: -14px;
    left: -4px;
  }

  .experience-badge {
    bottom: -19px;
    left: 0px;
  }

  .about-content h2 {
    text-align: left;
  }

  .d-flex {
    gap: 10px;
  }

  .container {
    max-width: 90%;
  }

  .common-sec.common-bg {
    padding: 60px 0px;
  }

  .collection-sec {
    padding: 60px 0;
  }

  .collection-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }

  .collection-content {
    flex: auto;
  }

  .testimonial-controls {
    top: 106px;
  }

  .testimonial-sec .swiper.testimonial-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {

    padding-bottom: 0px;
  }

  .cta-red-wrapper {
    padding: 30px 18px;
    background-image: none !important;
    background-color: #ce2c2c;        height: 460px;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    padding: 41px 1px 40px;
  }

  .hamburgerMenuBtn {
    right: 0px;
  }

  .hero-stats {
    flex-wrap: wrap;
  }

  .commontitle {
    font-size: 25px;
    line-height: 33px;
  }

  .inner-banner__title {
    font-size: 26px;
    line-height: 28.8px;
  }

  .stat-card h3 {
    font-size: 25px;
    line-height: 39px;
  }

  .common-upper-sec {
    text-align: center;
    margin: auto;
    width: 100% !important;
  }

  .mt-5 {
    margin-top: 30px;
  }

  .test-row {
    margin-bottom: 60px;
  }

  .current-price {
    font-size: 28px;
    line-height: 41px;
  }
  .hero-stats .d-flex {
        gap: 10px;
        width: 48%;
        text-align: left;
        align-items: center;
    }
    .social-icons{display: none !important;}
    .top-head .info-item i {
    font-size: 12px;

}
    .hero {
        padding: 50px 0%;
    }
.hero-stats h3 {
        font-size: 16px;
        line-height: 6px;
    }
}
.contact-quick-item.blue-soft {
    border-radius: 14px;
    background: rgba(44, 74, 124, 0.05);
}
@media (max-width:500px) {}

@media(min-width:3100px) {}

/* 
<-----------add css----------------> */
.contact-field-group br,.contact-send-btn br{display:none;}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 0em !important;
	padding: 0.2em 1em !important;font-size:14px !important;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: absolute;
    font-size: 10px !important;
    top: 0px !important;
    right: 7px !important;
}


select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100% !important;
    padding: 11px 15px !important;
    border: 1px solid #efdbdd !important;
    border-radius: 10px;    border: 1px solid rgba(211, 47, 47, 0.12);
    background: #F3F3F5;
}
.recommended-post-avatar img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
}
h3.mission-txt {
    font-size: 16px;
    padding: 10px 0px;
    color: #435063;
    font-weight: 400;
}
.blog-details-section {
    box-shadow: 0px 0px 10px #ddd;
    padding: 20px;
}
@media(max-width:600px){
    .team-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
	.footer-wrap br{display:block;}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    right: 35px;
}
    .common-sec.common-bg {
        padding: 50px 0px;
    }
	.inner-blog-listing img {
    width: 100%;
    border-radius: 10px;
    height: 210px;
    object-fit: cover;
}
	.top-head .contact-info {
        justify-content: space-between;
    }
	.blog-details-section {
    box-shadow: 0px 0px 10px #ddd;
    padding: 10px;
}
	.common-sec.mmb{margin-bottom:40px !important;}
.footer-contact a {
    word-break: break-word;
}
	    .collection-content h2 {
			font-size: 32px;}
	    .cta-red-section h2 {
        font-size: 25px;
        line-height: 35px;
    }
	.footer-col h4 {
		font-size: 19px;}
	.about-year {
		right: 0px;}
	.footer-logo img {
    margin-bottom: 0px;
}
	
	.contact-header a {
    padding: 8px 11px;
		font-size: 13px;}
	    .contact-wa-band {
        padding: 50px 0px;
    }
	    .inner-banner p {
        font-size: 12px;
        line-height: 19px;
    }
}

@media(max-width:400px){
.team-card img {
        height: 360px;
    }
.team-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.wa-float {
    position: fixed;
    right: 11px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s ease-in;
    z-index: 99999;
}
@media(max-width:600px){
.wa-float {
    right: 9px;
    bottom: 13px;
    width: 30px}
	.wa-float img{width:90%}
}

