@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {

  font-family: "MBFEdge";

  src: url("../fonts/MBFEdge-Regular.ttf");

  font-weight: 700;

  font-style: normal;

  font-display: swap;

}



body {

  font-family: "Inter" !important;

}



.container {

  max-width: 1600px !important;

}



a:hover {

  text-decoration: none;

}



ul {

  padding: 0;

}



li {

  list-style: none;

}

nav {

}



nav .wrapper {

  position: relative;

  margin: auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  height: 105px;

}

:root {

  --lex-gold: #05225e;

  --lex-gold-light: #d4aa7a;

  --lex-gold-dark: #8a6a3a;

  --lex-bg: #f2f0ec;

  --lex-white: #ffffff;

  --lex-dark: #1c2127;

  --lex-mid: #5a5a5a;

  --lex-border: #d8d4cc;

  --lex-hover-bg: #fdfcfa;

  --lex-shadow: 0 4px 24px rgba(28, 33, 39, 0.08);

  --lex-shadow-hover: 0 12px 40px rgba(28, 33, 39, 0.14);

  --lex-radius: 2px;

  --lex-transition: 0.38s cubic-bezier(0.4, 0, 0.2, 1);

  --navy: #1a2e6e;

  --gold: #d4a017;

  --navy-light: #243580;

  --card-border: #dde3f5;

  --check-color: #1a2e6e;

  --transition-speed: 0.38s;

  --gold-light: #f0bc2e;

  --gold-pale: #fdf3d7;

  --border-col: #dde3f5;

  --text-muted: #6b7a99;

  --speed: 0.35s;

}

/* =============================header================================ */

.preheader {

  padding: 8px;

  background: #031f58;

}

.preheader-con {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.pre-email {

  display: flex;

}

.pre-close {

  display: flex;

}

.wrapper .logo a {

  color: #f2f2f2;

  font-size: 30px;

  font-weight: 600;

  text-decoration: none;

}

.pre-icon ul {

  float: right;

  margin: 0;

}

.pre-close {

  color: #ffffff;

  margin-right: 18px;

  align-items: center;

  font-family: "Inter", sans-serif;

  font-size: 14px;

}

.pre-close span {

  padding-right: 10px;

}

.pre-close a {

  color: #fff;

}

.pre-close a:hover {

  color: #fff;

  text-decoration: none;

}

.pre-close i {

  padding-right: 8px;

}

.pre-close p {

  margin: 0;

  font-size: 14px;

}

.pre-icon ul li {

  float: left;

}

.pre-icon ul li i {

  color: #fff;

}

.wrapper .nav-links {

  display: inline-flex;

  margin: 0;

  /* width: 70%;

  align-items: center;

  justify-content: center; */

}

.menu-btn i {

  color: #000;

}

.nav-links li {

  list-style: none;

}



.nav-links li a {

  color: #000000;

  text-decoration: none;

  font-size: 14px;

  font-weight: 600;

  padding: 90px 22px;

  border-radius: 5px;

  transition: all 0.3s ease;

  font-family: "Inter";

}

.contact-btn a {

  font-family: "Inter";

  color: #fff;

  font-size: 16px;

  font-weight: 500;

}

.contact-btn a:hover {

  color: #fff;

  text-decoration: none;

}

.nav-links .mobile-item {

  display: none;

}



.nav-links .drop-menu {

  position: absolute;

  background: #ffffff;

  width: 180px;

  line-height: 45px;

  top: 85px;

  opacity: 0;

  visibility: hidden;

  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);

  z-index: 9999;

}



.nav-links li:hover .drop-menu,

.nav-links li:hover .mega-box {

  transition: all 0.3s ease;

  top: 70px;

  opacity: 1;

  visibility: visible;

}



.drop-menu li a {

  width: 100%;

  display: block;

  padding: 0 0 0 15px;

  font-weight: 600;

  border-radius: 0px;

  font-size: 13px;

}



.mega-box {

  position: absolute;

  left: 0;

  width: 100%;

  padding: 0 30px;

  top: 85px;

  opacity: 0;

  visibility: hidden;

}



.mega-box .content {

  background: #242526;

  padding: 25px 20px;

  display: flex;

  width: 100%;

  justify-content: space-between;

  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);

}



.mega-box .content .row {

  width: calc(25% - 30px);

  line-height: 45px;

}



.content .row img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.content .row header {

  color: #f2f2f2;

  font-size: 20px;

  font-weight: 500;

}



.content .row .mega-links {

  margin-left: -40px;

  border-left: 1px solid rgba(255, 255, 255, 0.09);

}



.row .mega-links li {

  padding: 0 20px;

}



.row .mega-links li a {

  padding: 0px;

  padding: 0 20px;

  color: #d9d9d9;

  font-size: 14px;

  display: block;

}



.row .mega-links li a:hover {

  color: #f2f2f2;

}



.wrapper .btn {

  color: #fff;

  font-size: 20px;

  cursor: pointer;

  display: none;

}



.wrapper .btn.close-btn {

  position: absolute;

  right: 30px;

  top: 10px;

}



@media screen and (max-width: 970px) {

  .wrapper .btn {

    display: block;

  }



  .wrapper .nav-links {

    position: fixed;

    height: 100vh;

    width: 100%;

    max-width: 350px;

    top: 0;

    left: -100%;

    background: #242526;

    display: block;

    padding: 50px 10px;

    line-height: 50px;

    overflow-y: auto;

    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);

    transition: all 0.3s ease;

    z-index: 99999;

  }



  /* custom scroll bar */

  ::-webkit-scrollbar {

    width: 10px;

  }



  ::-webkit-scrollbar-track {

    background: #242526;

  }



  ::-webkit-scrollbar-thumb {

    background: #3a3b3c;

  }



  #menu-btn:checked ~ .nav-links {

    left: 0%;

  }



  #menu-btn:checked ~ .btn.menu-btn {

    display: none;

  }



  #close-btn:checked ~ .btn.menu-btn {

    display: block;

  }



  .nav-links li {

    margin: 15px 10px;

  }



  .nav-links li a {

    padding: 0 20px;

    display: block;

    font-size: 20px;

  }



  .nav-links .drop-menu {

    position: static;

    opacity: 1;

    top: 65px;

    visibility: visible;

    padding-left: 20px;

    width: 100%;

    max-height: 0px;

    overflow: hidden;

    box-shadow: none;

    transition: all 0.3s ease;

  }



  #showDrop:checked ~ .drop-menu,

  #showMega:checked ~ .mega-box {

    max-height: 100%;

  }



  .nav-links .desktop-item {

    display: none;

  }



  .nav-links .mobile-item {

    display: block;

    color: #f2f2f2;

    font-weight: 500;

    padding-left: 20px;

    cursor: pointer;

    border-radius: 5px;

    transition: all 0.3s ease;

  }



  .nav-links .mobile-item:hover {

    background: #3a3b3c;

  }



  .drop-menu li {

    margin: 0;

  }



  .drop-menu li a {

    border-radius: 5px;

    font-size: 18px;

  }



  .mega-box {

    position: static;

    top: 65px;

    opacity: 1;

    visibility: visible;

    padding: 0 20px;

    max-height: 0px;

    overflow: hidden;

    transition: all 0.3s ease;

  }



  .mega-box .content {

    box-shadow: none;

    flex-direction: column;

    padding: 20px 20px 0 20px;

  }



  .mega-box .content .row {

    width: 100%;

    margin-bottom: 15px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

  }



  .mega-box .content .row:nth-child(1),

  .mega-box .content .row:nth-child(2) {

    border-top: 0px;

  }



  .content .row .mega-links {

    border-left: 0px;

    padding-left: 15px;

  }



  .row .mega-links li {

    margin: 0;

  }



  .content .row header {

    font-size: 19px;

  }

}



/* Active menu style */

.nav-links li .active {

  color: #05225e;

  font-weight: 600;

  position: relative;

  padding-bottom: 12px;

}



/* Optional underline animation */

.nav-links li .active::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  background: #05225e;

  transition: 0.3s;

}



nav input {

  display: none;

}



.body-text {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  text-align: center;

  padding: 0 30px;

}



.body-text div {

  font-size: 45px;

  font-weight: 600;

}

.menu-btn {

  color: black;

}

/* ===========================header============================ */

.logo span{
color: #00135a;
    font-size: 20px;
    font-weight: 800;
}



.logo img {

  width: 100%;

}

.site-header {

  width: 100%;

  z-index: 99999;

  border-bottom: 2px solid rgba(255, 255, 255, 0.13);

  transition: all 0.3s ease;

}



.site-header.fixed-header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  background: #fff; /* change if needed */

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  animation: slideDown 0.3s ease;

}



/* Smooth slide effect */

@keyframes slideDown {

  from {

    transform: translateY(-100%);

  }

  to {

    transform: translateY(0);

  }

}



/* ============================slider-content========================== */

.responsive-ban {

  display: none;

}

.carousel-caption {

  bottom: 4% !important;

  text-align: left !important;

  left: 10% !important;

  width: 50%;

}

.securex-content-area {

  position: relative;

  z-index: 2;

}



.securex-top-title {

  margin-bottom: 18px;

}



.securex-script-text {

  font-size: 56px;

  color: #d49b1f;

  font-family: "Cookie", cursive;

  line-height: 1;

  margin-bottom: 5px;

}



.securex-heading-text {

  font-size: 72px;

  font-weight: 900;

  line-height: 0.95;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-family: "Bebas Neue", sans-serif;

  color: #000e5c;

}



.securex-subheading-text {

  font-size: 28px;

  color: #d49b1f;

  font-weight: 700;

  margin-top: 18px;

  text-transform: uppercase;

}



.securex-divider-line {

  width: 180px;

  height: 3px;

  background: #cfd7e4;

  margin: 18px 0;

  border-radius: 10px;

}



.securex-description-box {

  max-width: 760px;

}



.securex-description-box p {

  font-size: 16px;

  line-height: 1.6;

  color: #33415f;

  margin-bottom: 0;

}



.securex-service-grid {

  margin-top: 10px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  border: 1px solid #dce4ef;

  border-radius: 2px;

  overflow: hidden;

  background: #ffffff;

}



.securex-service-card {

  display: flex;

  align-items: center;

  gap: 10px;

  padding: 13px 10px;

  border-right: 1px solid #dce4ef;

  border-bottom: 1px solid #dce4ef;

  transition: 0.4s ease;

  position: relative;

  overflow: hidden;

  cursor: pointer;

}



.securex-service-card:nth-child(4),

.securex-service-card:nth-child(8) {

  border-right: none;

}



.securex-service-card:nth-child(5),

.securex-service-card:nth-child(6),

.securex-service-card:nth-child(7),

.securex-service-card:nth-child(8) {

  border-bottom: none;

}



.securex-service-card::before {

  content: "";

  position: absolute;

  width: 0%;

  height: 100%;

  background: linear-gradient(135deg, #0d2c6c, #18449d);

  left: 0;

  top: 0;

  z-index: 0;

  transition: 0.5s ease;

}



.securex-service-card:hover::before {

  width: 100%;

}



.securex-service-card:hover {

}



.securex-icon-holder {

  width: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  position: relative;

  z-index: 2;

  transition: 0.4s ease;

}

.securex-icon-holder img {

  width: 100%;

}

.securex-text-holder {

  position: relative;

  z-index: 2;

}



.securex-text-holder h3 {

  font-size: 12px;

  font-weight: 700;

  transition: 0.4s ease;

  color: #031f58;

  margin: 0;

}



.securex-service-card:hover .securex-text-holder h3 {

  color: #ffffff;

}



.securex-service-card:hover .securex-icon-holder {

  background: #ffffff;

  transform: rotate(8deg) scale(1.08);

}



.securex-action-area {

  margin-top: 20px;

  display: flex;

  gap: 20px;

  flex-wrap: wrap;

}



.securex-consult-btn {

  background: #0d2c6c;

  color: #ffffff;

  padding: 22px 28px;

  border-radius: 6px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  text-decoration: none;

  transition: 0.4s ease;

  box-shadow: 0 10px 25px rgba(13, 44, 108, 0.2);

}



.securex-consult-btn:hover {

  transform: translateY(-6px);

  background: #163d90;

  color: #fff;

  text-decoration: none;

}



.securex-call-box {

  background: #ffffff;

  border: 2px solid #e6ebf4;

  border-radius: 6px;

  padding: 8px 18px;

  display: flex;

  align-items: center;

  gap: 16px;

  transition: 0.4s ease;

}



.securex-call-box:hover {

  transform: translateY(-6px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

}



.securex-call-icon {

  border-radius: 50%;

  color: #d49b1f;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 25px;

}



.securex-call-text {

  display: flex;

  flex-direction: column;

}



.securex-call-text h4 {

  font-size: 20px;

  color: #0d2c6c;

  line-height: 1;

  margin: 0;

  font-weight: 800;

}



.securex-call-text span {

  font-size: 13px;

  color: #051e60;

  margin-top: 1px;

}



@media (max-width: 991px) {

  .securex-main-wrapper {

    padding: 35px 25px;

  }



  .securex-heading-text {

    font-size: 52px;

  }



  .securex-script-text {

    font-size: 42px;

  }



  .securex-service-grid {

    grid-template-columns: repeat(2, 1fr);

  }



  .securex-service-card:nth-child(2),

  .securex-service-card:nth-child(4),

  .securex-service-card:nth-child(6),

  .securex-service-card:nth-child(8) {

    border-right: none;

  }



  .securex-service-card:nth-child(5),

  .securex-service-card:nth-child(6) {

    border-bottom: 1px solid #dce4ef;

  }

}



@media (max-width: 767px) {

  .securex-main-wrapper {

    padding: 30px 20px;

    border-radius: 18px;

  }



  .securex-heading-text {

    font-size: 40px;

  }



  .securex-script-text {

    font-size: 34px;

  }



  .securex-subheading-text {

    font-size: 22px;

  }



  .securex-description-box p {

    font-size: 18px;

  }



  .securex-service-grid {

    grid-template-columns: 1fr;

  }



  .securex-service-card {

    border-right: none !important;

    border-bottom: 1px solid #dce4ef !important;

  }



  .securex-service-card:last-child {

    border-bottom: none !important;

  }



  .securex-action-area {

    flex-direction: column;

  }



  .securex-consult-btn,

  .securex-call-box {

    width: 100%;

    min-width: 100%;

  }



  .securex-call-text h4 {

    font-size: 28px;

  }

}

/* =============================counter=================================== */

.counter-back {

  background: url(../images/counter-back.jpg) no-repeat center center;

  background-size: cover;

  color: #fff;

  padding: 25px;

  border-radius: 30px;

  margin-bottom: 70px;

}

.counter {

  color: #fff;

  padding: 0px;

  text-align: center;

  border-radius: 20px;

  display: flex;

  align-items: center;

}

.counter-img {

  width: 30px;

}

.counter-number {

  font-family: "Inter";

  font-size: 60px;

  color: #ffffff;

  line-height: normal;

  font-weight: 800;

}

.counter-details h4 {

  font-family: "Montserrat";

  font-style: normal;

  font-weight: 700;

  font-size: 64px;

  line-height: 78px;

  color: #ffffff;

}

.counter-img {

  background-color: #ffff;

  width: 100px;

  border-radius: 72px;

  height: 100px;

  align-items: center;

  display: flex;

  justify-content: center;

}

.counter-con {

  width: 70%;

  text-align: left;

  padding-left: 20px;

}

.counter-details h6 {

  font-family: "Inter";

  font-style: normal;

  font-weight: 400;

  font-size: 18px;

  line-height: 30px;

  color: #ffffff;

}

/* ==============================about==================================== */

.about-us {

  padding: 50px 0;

}

.ravion-about-section {

  padding: 30px 0;

}



.ravion-main-container {

  max-width: 1280px;

  margin: auto;

  background: #ffffff;

  border-radius: 24px;

  padding: 35px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

}



.ravion-row {

  display: flex;

  flex-wrap: wrap;

  margin-left: -15px;

  margin-right: -15px;

  align-items: center;

}



.ravion-col-6 {

  width: 50%;

  padding-left: 15px;

  padding-right: 15px;

}



.ravion-gallery-row {

  display: flex;

  flex-wrap: wrap;

  margin-left: -6px;

  margin-right: -6px;

}



.ravion-gallery-col-4 {

  width: 33.33%;

  padding: 6px;

}



.ravion-gallery-col-8 {

  width: 66.66%;

  padding: 6px;

}



.ravion-image-card {

  overflow: hidden;

  border-radius: 18px;

  position: relative;

  height: 100%;

  cursor: pointer;

}



.ravion-image-card img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: 0.6s ease;

}



.ravion-image-card::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(to top, rgba(7, 34, 94, 0.55), transparent);

  opacity: 0;

  transition: 0.5s ease;

  z-index: 1;

}



.ravion-image-card:hover::before {

  opacity: 1;

}



.ravion-image-card:hover img {

  transform: scale(1.08) rotate(1deg);

}



.ravion-large-image {

  height: 290px;

}



.ravion-wide-image {

  height: 290px;

}



.ravion-small-image {

  height: 260px;

}



.ravion-content-area {

  padding-left: 20px;

}



.ravion-subtitle-box {

  margin-bottom: 10px;

}



.ravion-subtitle-box h5 {

  color: #d49b1f;

  font-size: 22px;

  text-transform: uppercase;

  letter-spacing: 1px;

}



.ravion-heading-box {

  margin-bottom: 25px;

}



.ravion-heading-box h1 {

  font-size: 58px;

  line-height: 1.1;

  color: #082c78;

  font-weight: 800;

}



.ravion-description-box {

  margin-bottom: 15px;

}



.ravion-description-box p {

  font-size: 18px;

  line-height: 1.8;

  color: #4b5568;

  margin-bottom: 20px;

}



.ravion-button-box {

  margin-top: 35px;

}



.ravion-button-box a {

  display: inline-flex;

  align-items: center;

  gap: 18px;

  padding: 15px 22px;

  background: #082c78;

  color: #ffffff;

  text-decoration: none;

  border-radius: 5px;

  font-size: 15px;

  font-weight: 500;

  transition: 0.5s ease;

  overflow: hidden;

  position: relative;

  box-shadow: 0 12px 30px rgba(8, 44, 120, 0.2);

}



.ravion-button-box a::before {

  content: "";

  position: absolute;

  width: 0%;

  height: 100%;

  left: 0;

  top: 0;

  background: #0e48c5;

  transition: 0.5s ease;

  z-index: 0;

}



.ravion-button-box a:hover::before {

  width: 100%;

}



.ravion-button-box a:hover {

  transform: translateY(-6px);

  color: #fff;

  text-decoration: none;

}



.ravion-button-box span {

  position: relative;

  z-index: 2;

}



@media (max-width: 1100px) {

  .ravion-col-6 {

    width: 100%;

  }



  .ravion-content-area {

    padding-left: 0;

    padding-top: 35px;

  }



  .ravion-heading-box h1 {

    font-size: 48px;

  }



  .ravion-description-box p {

    font-size: 19px;

  }

}



@media (max-width: 767px) {

  .ravion-main-container {

    padding: 20px;

    border-radius: 18px;

  }



  .ravion-gallery-col-4,

  .ravion-gallery-col-8 {

    width: 100%;

  }



  .ravion-large-image,

  .ravion-wide-image,

  .ravion-small-image {

    height: 240px;

  }



  .ravion-heading-box h1 {

    font-size: 36px;

  }



  .ravion-subtitle-box h5 {

    font-size: 18px;

  }



  .ravion-description-box p {

    font-size: 14px;

    line-height: 1.7;

  }



  .ravion-button-box a {

    width: 100%;

    justify-content: center;

    font-size: 18px;

    padding: 18px 20px;

  }

}



/* ===============================about page============================== */

.aboutsec-main-wrapper {

  padding: 90px 0;

}



.aboutsec-top-badge {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 20px;

  border-radius: 50px;

  background: #eff6ff;

  border: 1px solid #dbeafe;

  margin-bottom: 24px;

}



.aboutsec-top-badge span {

  color: #2563eb;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1px;

}



.aboutsec-left-content h1 {

  font-size: 56px;

  line-height: 1.2;

  font-weight: 800;

  margin-bottom: 24px;

}



.aboutsec-left-content p {

  font-size: 17px;

  line-height: 1.9;

  color: #6b7280;

  margin-bottom: 22px;

}



.aboutsec-btn-wrap {

  margin-top: 40px;

}



.aboutsec-btn-wrap a {

  display: inline-block;

  padding: 16px 34px;

  background: #2563eb;

  color: #fff;

  text-decoration: none;

  border-radius: 14px;

  font-weight: 700;

  transition: 0.4s ease;

}



.aboutsec-btn-wrap a:hover {

  transform: translateY(-5px);

  background: #1747b8;

}



.aboutsec-image-card {

  position: relative;

  border-radius: 30px;

  overflow: hidden;

  border: 1px solid #e5e7eb;

  padding: 20px;

  transition: 0.5s ease;

}



.aboutsec-image-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.12);

}



.aboutsec-image-box {

  height: 580px;

  overflow: hidden;

  border-radius: 24px;

}



.aboutsec-image-box img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.aboutsec-section-title {

  text-align: center;

  margin-bottom: 65px;

}



.aboutsec-section-title h2 {

  font-size: 44px;

  font-weight: 800;

  margin-bottom: 18px;

}



.aboutsec-section-title p {

  max-width: 760px;

  margin: auto;

  line-height: 1.9;

  color: #6b7280;

}



.aboutsec-info-card {

  height: 100%;

  border: 1px solid #e5e7eb;

  border-radius: 28px;

  padding: 40px 35px;

  transition: 0.5s ease;

  position: relative;

  overflow: hidden;

}



.aboutsec-info-card::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: #2563eb;

  transform: scaleX(0);

  transition: 0.4s ease;

}



.aboutsec-info-card:hover::before {

  transform: scaleX(1);

}



.aboutsec-info-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 45px rgba(37, 99, 235, 0.1);

}



.aboutsec-icon-wrap {

  width: 82px;

  height: 82px;

  border-radius: 20px;

  background: #eff6ff;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 28px;

  transition: 0.4s ease;

}

.aboutsec-icon-wrap svg {

  width: 100%;

  padding: 18px;

}

.aboutsec-info-card:hover .aboutsec-icon-wrap {

  transform: rotate(8deg) scale(1.08);

}



.aboutsec-icon-wrap span {

  color: #2563eb;

  font-size: 30px;

  font-weight: 800;

}



.aboutsec-info-content h3 {

  font-size: 30px;

  margin-bottom: 18px;

  font-weight: 800;

}



.aboutsec-info-content p {

  color: #6b7280;

  line-height: 1.9;

  margin-bottom: 0;

}



.aboutsec-feature-section {

  padding-top: 100px;

}



.aboutsec-feature-card {

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 32px;

  height: 100%;

  transition: 0.4s ease;

}



.aboutsec-feature-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);

}



.aboutsec-feature-card h4 {

  font-size: 24px;

  margin-bottom: 18px;

  font-weight: 700;

}



.aboutsec-feature-card p {

  color: #6b7280;

  line-height: 1.8;

  margin-bottom: 0;

}



.aboutsec-counter-section {

  padding-top: 100px;

}



.aboutsec-counter-box {

  text-align: center;

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 45px 20px;

  transition: 0.4s ease;

  height: 100%;

}



.aboutsec-counter-box:hover {

  transform: translateY(-10px);

  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);

}



.aboutsec-counter-box h2 {

  font-size: 54px;

  color: #2563eb;

  font-weight: 800;

  margin-bottom: 14px;

}



.aboutsec-counter-box p {

  color: #6b7280;

  margin-bottom: 0;

  font-size: 16px;

}



.aboutsec-team-section {

  padding-top: 100px;

}



.aboutsec-team-card {

  border: 1px solid #e5e7eb;

  border-radius: 28px;

  overflow: hidden;

  transition: 0.5s ease;

  height: 100%;

}



.aboutsec-team-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.12);

}



.aboutsec-team-image {

  height: 320px;

  overflow: hidden;

}



.aboutsec-team-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 0.5s ease;

}



.aboutsec-team-card:hover .aboutsec-team-image img {

  transform: scale(1.08);

}



.aboutsec-team-content {

  padding: 30px;

}



.aboutsec-team-content h4 {

  font-size: 24px;

  margin-bottom: 10px;

  font-weight: 700;

}



.aboutsec-team-content p {

  color: #6b7280;

  margin-bottom: 0;

}



.aboutsec-cta-section {

  padding-top: 100px;

}



.aboutsec-cta-box {

  border-radius: 34px;

  padding: 70px 50px;

  background: #eff6ff;

  text-align: center;

  border: 1px solid #dbeafe;

}



.aboutsec-cta-box h2 {

  font-size: 48px;

  font-weight: 800;

  margin-bottom: 22px;

}



.aboutsec-cta-box p {

  max-width: 760px;

  margin: auto;

  color: #6b7280;

  line-height: 1.9;

  margin-bottom: 35px;

}



.aboutsec-cta-box a {

  display: inline-block;

  padding: 16px 36px;

  background: #2563eb;

  color: #fff;

  border-radius: 14px;

  text-decoration: none;

  font-weight: 700;

  transition: 0.4s ease;

}



.aboutsec-cta-box a:hover {

  background: #1747b8;

  transform: translateY(-5px);

  color: #fff;

  text-decoration: none;

}



@media (max-width: 991px) {

  .aboutsec-left-content {

    margin-bottom: 50px;

  }



  .aboutsec-left-content h1 {

    font-size: 42px;

  }



  .aboutsec-image-box {

    height: 450px;

  }



  .aboutsec-cta-box h2 {

    font-size: 36px;

  }

}



@media (max-width: 767px) {

  .aboutsec-main-wrapper {

    padding: 70px 0;

  }



  .aboutsec-left-content h1 {

    font-size: 34px;

  }



  .aboutsec-section-title h2 {

    font-size: 32px;

  }



  .aboutsec-image-box {

    height: 320px;

  }



  .aboutsec-info-card {

    padding: 30px;

  }



  .aboutsec-cta-box {

    padding: 50px 28px;

  }



  .aboutsec-cta-box h2 {

    font-size: 30px;

  }

}



/* ============================home products========================= */

.products {

  display: flex;

  overflow: hidden;

  padding-bottom: 50px;

}



.products-home {

  padding: 100px 0;

}



.pro-flex {

  width: 100%;

}



.pro-flex img {

  width: 100%;

}



.center-btn {

  text-align: center;

}



.all-headings {

  text-align: center;

}



.all-headings h2 {

  font-family: "Inter";

  font-style: normal;

  font-size: 48px;

  line-height: 30px;

  color: #ffffff;

  margin-bottom: 50px;

  text-align: center;

  text-transform: uppercase;

  font-weight: 600;

}

/* =============================services========================== */

.svs-section {

  padding: 64px 16px 80px;

}

.svs-card a:hover {

  text-decoration: none;

}

.svs-heading {

  font-family: "Barlow Condensed", sans-serif;

  font-size: clamp(1.8rem, 4vw, 2.6rem);

  font-weight: 700;

  letter-spacing: 0.07em;

  color: var(--gold);

  text-transform: uppercase;

  text-align: center;

  margin-bottom: 48px;

  position: relative;

}



.svs-heading::after {

  content: "";

  display: block;

  width: 60px;

  height: 3px;

  background: var(--navy);

  margin: 10px auto 0;

  border-radius: 2px;

  transition: width var(--transition-speed) ease;

}



.svs-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 24px;

}



@media (max-width: 991px) {

  .svs-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}



@media (max-width: 575px) {

  .svs-grid {

    grid-template-columns: 1fr;

  }

}



.svs-card {

  border: 1.5px solid var(--card-border);

  border-radius: 14px;

  padding: 28px 22px 30px;

  position: relative;

  overflow: hidden;

  cursor: default;

  transition:

    transform var(--transition-speed) cubic-bezier(0.22, 0.68, 0, 1.2),

    border-color var(--transition-speed) ease,

    box-shadow var(--transition-speed) ease;

}



.svs-card::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);

  opacity: 0;

  transition: opacity var(--transition-speed) ease;

  z-index: 0;

}



.svs-card:hover {

  transform: translateY(-8px) scale(1.025);

  border-color: var(--navy);

  box-shadow: 0 18px 40px rgba(26, 46, 110, 0.15);

}



.svs-card:hover::before {

  opacity: 1;

}



.svs-card > * {

  position: relative;

  z-index: 1;

}



.svs-card-header {

  display: flex;

  align-items: center;

  gap: 14px;

  margin-bottom: 22px;

}



.svs-icon-wrap {

  width: 52px;

  height: 52px;

  flex-shrink: 0;

  transition: transform var(--transition-speed) cubic-bezier(0.22, 0.68, 0, 1.4);

}



.svs-card:hover .svs-icon-wrap {

  transform: scale(1.18) rotate(-6deg);

}



.svs-icon-wrap svg {

  width: 100%;

  height: 100%;

  fill: var(--navy);

  transition: fill var(--transition-speed) ease;

}



.svs-card:hover .svs-icon-wrap svg {

  fill: #fff;

}



.svs-card-title {

  font-family: "Barlow Condensed", sans-serif;

  font-size: 1.05rem;

  font-weight: 700;

  letter-spacing: 0.05em;

  text-transform: uppercase;

  color: var(--navy);

  margin: 0;

  transition: color var(--transition-speed) ease;

}



.svs-card:hover .svs-card-title {

  color: #fff;

}



.svs-divider {

  border: none;

  border-top: 1.5px solid var(--card-border);

  margin-bottom: 18px;

  transition: border-color var(--transition-speed) ease;

}



.svs-card:hover .svs-divider {

  border-color: rgba(255, 255, 255, 0.25);

}



.svs-list {

  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  flex-direction: column;

  gap: 8px;

}



.svs-list-item {

  display: flex;

  align-items: flex-start;

  gap: 9px;

  font-size: 0.92rem;

  font-weight: 500;

  color: #3a4a70;

  transition:

    color var(--transition-speed) ease,

    transform 0.22s ease;

}



.svs-card:hover .svs-list-item {

  color: rgba(255, 255, 255, 0.9);

}



.svs-list-item:hover {

  transform: translateX(4px);

}



.svs-check {

  flex-shrink: 0;

  width: 16px;

  height: 16px;

  margin-top: 2px;

  fill: var(--navy);

  transition:

    fill var(--transition-speed) ease,

    transform var(--transition-speed) ease;

}



.svs-card:hover .svs-check {

  fill: var(--gold);

  transform: scale(1.15);

}



.svs-card-footer-glow {

  position: absolute;

  bottom: -30px;

  right: -30px;

  width: 100px;

  height: 100px;

  border-radius: 50%;

  background: var(--gold);

  opacity: 0;

  transition:

    opacity var(--transition-speed) ease,

    transform var(--transition-speed) ease;

  z-index: 0;

}



.svs-card:hover .svs-card-footer-glow {

  opacity: 0.18;

  transform: scale(1.4);

}



/* ================================services details============================== */

.secudetail-main-section {

  padding: 60px 0;

}



.secudetail-badge-box {

  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  border: 1px solid #dbeafe;

  background: #f0f7ff;

  margin-bottom: 20px;

}



.secudetail-badge-box span {

  color: #021f57;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1px;

}



.secudetail-left-content h1 {

  font-size: 56px;

  font-weight: 800;

  line-height: 1.2;

  margin-bottom: 24px;

}



.secudetail-left-content p {

  font-size: 17px;

  color: #6b7280;

  line-height: 1.9;

  margin-bottom: 35px;

}



.secudetail-btn-group {

  display: flex;

  gap: 18px;

  flex-wrap: wrap;

}



.secudetail-primary-btn {

  padding: 16px 34px;

  border-radius: 12px;

  text-decoration: none;

  background: #021f57;

  color: #fff;

  font-weight: 700;

  transition: 0.4s ease;

  border: 2px solid #021f57;

}



.secudetail-primary-btn:hover {

  background: #021f57;

  transform: translateY(-4px);

  color: #fff;

}



.secudetail-secondary-btn {

  padding: 16px 34px;

  border-radius: 12px;

  text-decoration: none;

  color: #021f57;

  border: 2px solid #dbeafe;

  font-weight: 700;

  transition: 0.4s ease;

}



.secudetail-secondary-btn:hover {

  background: #eff6ff;

  transform: translateY(-4px);

  text-decoration: none;

}



.secudetail-image-card {

  border-radius: 30px;

  border: 1px solid #e5e7eb;

  padding: 25px;

  position: relative;

  overflow: hidden;

  transition: 0.5s ease;

}



.secudetail-image-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.1);

}



.secudetail-image-box {

  height: 520px;

  border-radius: 24px;

  overflow: hidden;

}



.secudetail-image-box img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.secudetail-feature-section {

  padding-top: 90px;

}



.secudetail-title-box {

  text-align: center;

  margin-bottom: 60px;

}



.secudetail-title-box h2 {

  font-size: 42px;

  font-weight: 800;

  margin-bottom: 18px;

}



.secudetail-title-box p {

  max-width: 750px;

  margin: auto;

  color: #6b7280;

  line-height: 1.9;

}



.secudetail-feature-card {

  height: 100%;

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 35px;

  transition: 0.5s ease;

  background: #d6ebff;

  position: relative;

  overflow: hidden;

}



.secudetail-feature-card::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: #021f57;

  transform: scaleX(0);

  transition: 0.4s ease;

}



.secudetail-feature-card:hover::before {

  transform: scaleX(1);

}



.secudetail-feature-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 45px rgba(37, 99, 235, 0.1);

}



.secudetail-icon-wrap {

  width: 75px;

  height: 75px;

  border-radius: 18px;

  background: #eff6ff;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 28px;

  transition: 0.4s ease;

}



.secudetail-feature-card:hover .secudetail-icon-wrap {

  transform: rotate(8deg) scale(1.08);

}



.secudetail-icon-wrap span {

  font-size: 28px;

  color: #021f57;

  font-weight: 700;

}



.secudetail-feature-content h3 {

  font-size: 26px;

  margin-bottom: 18px;

  font-weight: 700;

}



.secudetail-feature-content p {

  color: #6b7280;

  line-height: 1.8;

  margin-bottom: 24px;

}



.secudetail-list-box ul {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}



.secudetail-list-box ul li {

  position: relative;

  padding-left: 28px;

  margin-bottom: 14px;

  color: #374151;

}



.secudetail-list-box ul li::before {

  content: "✓";

  position: absolute;

  left: 0;

  top: 0;

  color: #021f57;

  font-weight: 700;

}



.secudetail-process-section {

  padding-top: 90px;

}



.secudetail-process-card {

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 40px 30px;

  text-align: center;

  transition: 0.4s ease;

  height: 100%;

}



.secudetail-process-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.1);

}



.secudetail-process-number {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  background: #021f57;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto auto 24px;

}



.secudetail-process-number span {

  color: #fff;

  font-size: 24px;

  font-weight: 700;

}



.secudetail-process-card h4 {

  font-size: 24px;

  margin-bottom: 15px;

  font-weight: 700;

}



.secudetail-process-card p {

  color: #6b7280;

  line-height: 1.8;

}



@media (max-width: 991px) {

  .secudetail-left-content {

    margin-bottom: 50px;

  }



  .secudetail-left-content h1 {

    font-size: 42px;

  }



  .secudetail-image-box {

    height: 420px;

  }

}



@media (max-width: 767px) {

  .secudetail-main-section {

    padding: 70px 0;

  }



  .secudetail-left-content h1 {

    font-size: 34px;

  }



  .secudetail-title-box h2 {

    font-size: 32px;

  }



  .secudetail-image-box {

    height: 320px;

  }



  .secudetail-feature-card {

    padding: 28px;

    height: auto;

    margin-bottom: 30px;

  }

  .secudetail-process-card {

    height: auto;

    margin-bottom: 30px;

  }

}



/* =========================================textimonial=============================== */



.demo {

  padding: 50px 0;

  overflow: hidden;

}

.testimonial {

  padding: 35px;

  max-width: 90%;

  font-family: "Inter";

  box-sizing: border-box;

  background: #ffffff;

  border: 1px solid #d2d2d2;

  border-radius: 20px;

  margin: 0 auto;

}

.testimonial-lead {

  padding: 80px 0;

}

.testi-flex {

  display: flex;

  align-items: center;

  gap: 12px;

}



.post-img .avatar {

  width: 70px;

  height: 70px;

  background: #c79a63;

  color: #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 32px;

  font-weight: bold;

}



.con-flex .title {

  margin: 0;

  font-size: 40px;

  font-family: "Arbutus Slab";

}



.testimonial-icon {

  display: flex;

  align-items: center;

  gap: 3px;

  margin-top: 4px;

}



.testimonial-icon i {

  color: #ccc;

  font-size: 14px;

}



.testimonial-icon i.active {

  color: #f4b400;

}



.review-count {

  font-size: 12px;

  color: #777;

}



.testimonial-content {

  margin-top: 12px;

}



.testimonial-content p {

  font-size: 14px;

  color: #333;

  margin: 0;

}

.owl-theme .owl-controls {

  margin-top: 20px;

}



.owl-theme .owl-controls .owl-page span {

  background: #ccc;

  opacity: 1;

  transition: all 0.4s ease 0s;

}



.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {

  background: #1c5cff;

}



/* ===============================legal===================================== */

.legal-banner {

  background-color: #b88a5a; /* warm brown tone */

  padding: 40px 20px;

  text-align: center;

}



.legal-content div {

  font-size: 14px;

  letter-spacing: 2px;

  color: #1a1a1a;

  margin-bottom: 10px;

}



.legal-content h2 {

  font-size: 28px;

  font-weight: 500;

  margin: 0;

  color: #1a1a1a;

}



.legal-content h1 {

  font-size: 67px;

  margin-top: 10px;

  color: #ffffff;

  letter-spacing: 3px;

  font-family: "Arbutus Slab";

}



/* ============================================footer=================================== */

.raj-footer-wrapper {

  background: #021f57;

  color: #fff;

  padding-top: 25px;

  overflow: hidden;

}



.raj-logo-circle {

  width:100%;

  margin-bottom: 25px;

  transition: 0.5s;

}



.raj-logo-circle img {

  width: 100%;

}

.raj-logo-circle:hover {

}



.raj-text-content {

  line-height: 1.8;

  font-size: 15px;

  max-width: 320px;

}



.raj-title-wrap {

  margin-bottom: 25px;

  position: relative;

}



.raj-title-wrap h4 {

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 12px;

}



.raj-title-line {

  width: 55px;

  height: 3px;

  background: #fff;

  border-radius: 50px;

  transition: 0.4s;

}



.raj-footer-box:hover .raj-title-line {

  width: 90px;

}



.raj-link-list {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}



.raj-link-list li {

  margin-bottom: 16px;

}



.raj-link-list li a {

  color: #fff;

  text-decoration: none;

  font-size: 14px;

  transition: 0.3s;

  display: inline-block;

}



.raj-link-list li a:hover {

  transform: translateX(10px);

  color: #ffd54f;

}



.raj-contact-list {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}



.raj-contact-list li {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 20px;

  line-height: 1.7;

  font-size: 14px;

}

.raj-contact-list li a {

  color: #fff;

}



.raj-contact-list li a:hover {

  text-decoration: none;

}

.raj-contact-icon {

  min-width: 42px;

  height: 42px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.4s;

}



.raj-contact-list li:hover .raj-contact-icon {

  background: #fff;

  color: #003b8f;

  transform: scale(1.1);

}



.raj-bottom-bar {

  margin-top: 40px;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  padding: 25px 0;

}



.raj-copy-wrap {

  font-size: 14px;

}



.raj-social-wrap {

  display: flex;

  justify-content: flex-end;

  gap: 14px;

  flex-wrap: wrap;

}



.raj-social-wrap a {

  width: 46px;

  height: 46px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.4);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  transition: 0.4s;

  position: relative;

  overflow: hidden;

}



.raj-social-wrap a::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: #fff;

  left: -100%;

  top: 0;

  transition: 0.4s;

  z-index: 0;

}



.raj-social-wrap a i {

  position: relative;

  z-index: 2;

}



.raj-social-wrap a:hover::before {

  left: 0;

}



.raj-social-wrap a:hover {

  color: #003b8f;

  transform: translateY(-6px);

}



@media (max-width: 991px) {

  .raj-footer-box {

    margin-bottom: 30px;

  }



  .raj-social-wrap {

    justify-content: center;

    margin-top: 20px;

  }



  .raj-copy-wrap {

    text-align: center;

  }

}



@media (max-width: 575px) {

  .raj-footer-wrapper {

    text-align: center;

  }



  .raj-logo-circle {

    margin-left: auto;

    margin-right: auto;

  }



  .raj-text-content {

    margin: auto;

  }



  .raj-contact-list li {

    flex-direction: column;

    align-items: center;

  }



  .raj-title-line {

    margin: auto;

  }

}

/* ============================================ */

.fadein {

  opacity: 0;

  transition: all 1.5s;

  transform: translate(0, 100px);

}



.fadein.visible {

  opacity: 1;

  transform: translate(0, 0);

}



.type {

  background: #fff;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  overflow: hidden;

  white-space: nowrap;

  border-right: 2px solid;

  animation:

    type 1s steps(90) 0.3s 1 normal both,

    cursor 1s step-end infinite;

  position: relative;

}



@keyframes type {

  from {

    width: 0;

  }



  to {

    width: 100%;

  }

}



@keyframes cursor {

  50% {

    border-color: transparent;

  }

}



/* ==================================inner banner slider================================== */



.inner-banner {

  position: relative;

  padding: 80px 0;

  display: flex;

  align-items: center;

  color: #fff;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  overflow: hidden;

  background-image: url(../images/inner-banner.jpg);

}



.inner-banner__content h3 {

  font-family: "Inter";

  font-size: 65px;

  font-weight: 600;

}



/* 

.inner-banner__overlay {

    position: absolute;

    inset: 0;

    background: #000;

    pointer-events: none;

} */



.breadcrumb {

  background: rgba(255, 255, 255, 0.1) !important;

  backdrop-filter: blur(10px) !important;

  -webkit-backdrop-filter: blur(10px) !important;

  padding: 20px 20px !important;

  border-radius: 3px;

  font-family: "Inter" !important;

  display: table !important;

  margin: 0 auto;

}



/* Breadcrumb */

.breadcrumb ul {

  display: flex;

  gap: 8px;

  list-style: none;

  padding: 0;

  margin: 0;

  font-size: 0.95rem;

  opacity: 0.95;

}



.breadcrumb a {

  color: rgba(255, 255, 255, 0.95);

  text-decoration: none;

}



.breadcrumb li + li::before {

  content: "/";

  margin: 0 8px;

  color: rgba(255, 255, 255, 0.6);

}



.active-page {

  color: #07dfed !important;

}



/* Title area */

.inner-banner__titlewrap {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  width: 100%;

  margin-top: 8px;

  flex-wrap: wrap;

}



.inner-banner__title {

  margin: 0;

  font-size: clamp(1.6rem, 3.5vw, 2.6rem);

  line-height: 1.05;

  letter-spacing: -0.5px;

}



.inner-banner__subtitle {

  margin: 4px 0 0;

  font-size: 0.98rem;

  opacity: 0.95;

  color: rgba(255, 255, 255, 0.95);

}



/* CTA */

.inner-banner__cta {

  margin-left: auto;

}



.inner-banner .btn {

  display: inline-block;

  padding: 10px 18px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #fff;

  text-decoration: none;

  border-radius: 8px;

  backdrop-filter: blur(4px);

  transition:

    transform 0.15s ease,

    background 0.15s ease;

}



.inner-banner .btn:hover {

  transform: translateY(-3px);

  background: rgba(255, 255, 255, 0.18);

}



/* =========================gallery=============================== */



.portfolio-menu {

  text-align: center;

}



.img-fluid {

  width: 100% !important;

  height: 300px !important;

  object-fit: cover;

}



.portfolio-menu ul li {

  display: inline-block;

  margin: 0;

  list-style: none;

  padding: 10px 15px;

  cursor: pointer;

  -webkit-transition: all 05s ease;

  -moz-transition: all 05s ease;

  -ms-transition: all 05s ease;

  -o-transition: all 05s ease;

  transition: all 0.5s ease;

}



.portfolio-item {

  /*width:100%;*/

}



.portfolio-item .item {

  /*width:303px;*/

  float: left;

  margin-bottom: 25px;

}



.portfolio-menu ul li {

  font-family: "Inter";

}



/* ==================================contact us page ================================== */

/* ── CTA BANNER ── */

.ctb-banner {

  background: var(--navy);

  border-radius: 14px;

  padding: 28px 36px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 24px;

  flex-wrap: wrap;

  margin-bottom: 40px;

  position: relative;

  overflow: hidden;

}



.ctb-banner::before {

  content: "";

  position: absolute;

  top: -40px;

  right: -40px;

  width: 160px;

  height: 160px;

  border-radius: 50%;

  background: rgba(212, 160, 23, 0.08);

  pointer-events: none;

}



.ctb-left {

  display: flex;

  align-items: center;

  gap: 22px;

  flex: 1;

  min-width: 240px;

}



.ctb-shield-wrap {

  flex-shrink: 0;

  width: 72px;

  height: 72px;

  transition: transform var(--speed) cubic-bezier(0.22, 0.68, 0, 1.4);

}



.ctb-banner:hover .ctb-shield-wrap {

  transform: scale(1.12) rotate(-5deg);

}



.ctb-shield-wrap svg {

  width: 100%;

  height: 100%;

  fill: #deac2c;

}



.ctb-text-block {

  flex: 1;

}



.ctb-text-block h2 {

  font-family: "Barlow Condensed", sans-serif;

  font-size: clamp(1.15rem, 2.5vw, 1.5rem);

  font-weight: 800;

  color: #fff;

  margin: 0 0 6px;

  line-height: 1.25;

}



.ctb-text-block p {

  font-size: 0.88rem;

  color: rgba(255, 255, 255, 0.7);

  margin: 0;

  line-height: 1.55;

}



.ctb-call-btn {

  display: flex;

  align-items: center;

  gap: 14px;

  background: var(--gold);

  border-radius: 10px;

  padding: 14px 24px;

  text-decoration: none;

  flex-shrink: 0;

  position: relative;

  overflow: hidden;

  transition:

    transform var(--speed) ease,

    box-shadow var(--speed) ease;

}



.ctb-call-btn::after {

  content: "";

  position: absolute;

  inset: 0;

  background: rgba(255, 255, 255, 0);

  transition: background var(--speed) ease;

}



.ctb-call-btn:hover {

  transform: translateY(-3px) scale(1.03);

  box-shadow: 0 12px 28px rgba(212, 160, 23, 0.45);

  text-decoration: none;

  color: #fff;

}



.ctb-call-btn:hover::after {

  background: rgba(255, 255, 255, 0.12);

}



.ctb-phone-icon {

  width: 36px;

  height: 36px;

  fill: var(--navy);

  flex-shrink: 0;

  animation: ctb-ring 2.8s ease-in-out infinite;

}



@keyframes ctb-ring {

  0%,

  100% {

    transform: rotate(0deg);

  }

  10% {

    transform: rotate(-18deg);

  }

  20% {

    transform: rotate(16deg);

  }

  30% {

    transform: rotate(-10deg);

  }

  40% {

    transform: rotate(8deg);

  }

  50% {

    transform: rotate(0deg);

  }

}



.ctb-call-info {

  display: flex;

  flex-direction: column;

}



.ctb-call-info span:first-child {

  font-size: 0.7rem;

  font-weight: 700;

  letter-spacing: 0.1em;

  text-transform: uppercase;

  color: var(--navy);

  opacity: 0.75;

}



.ctb-call-info span:last-child {

  font-family: "Barlow Condensed", sans-serif;

  font-size: clamp(1.3rem, 3vw, 1.9rem);

  font-weight: 800;

  color: var(--navy);

  letter-spacing: 0.02em;

  line-height: 1.1;

}



/* ── CONTACT SECTION ── */

.ctc-section {

  padding: 0 0 64px;

}



.ctc-wrapper {

  border: 1.5px solid var(--border-col);

  border-radius: 14px;

  overflow: hidden;

  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

}



@media (max-width: 991px) {

  .ctc-wrapper {

    grid-template-columns: 1fr;

  }

}



/* ── LEFT: Info ── */

.ctc-info-col {

  padding: 36px 28px;

  border-right: 1.5px solid var(--border-col);

}



@media (max-width: 991px) {

  .ctc-info-col {

    border-right: none;

    border-bottom: 1.5px solid var(--border-col);

  }

}



.ctc-info-col h3 {

  font-family: "Barlow Condensed", sans-serif;

  font-size: 1.4rem;

  font-weight: 800;

  letter-spacing: 0.06em;

  text-transform: uppercase;

  color: var(--gold);

  margin: 0 0 28px;

}



.ctc-detail-list {

  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.ctc-detail-item {

  display: flex;

  align-items: flex-start;

  gap: 14px;

  transition: transform 0.25s ease;

}



.ctc-detail-item:hover {

  transform: translateX(5px);

}



.ctc-icon-box {

  width: 38px;

  height: 38px;

  border-radius: 9px;

  border: 1.5px solid var(--border-col);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  transition:

    background var(--speed) ease,

    border-color var(--speed) ease;

}



.ctc-detail-item:hover .ctc-icon-box {

  background: var(--navy);

  border-color: var(--navy);

}



.ctc-icon-box svg {

  width: 18px;

  height: 18px;

  fill: var(--navy);

  transition: fill var(--speed) ease;

}



.ctc-detail-item:hover .ctc-icon-box svg {

  fill: #fff;

}



.ctc-detail-text {

  font-size: 0.9rem;

  font-weight: 600;

  color: #2a3a5c;

  line-height: 1.5;

  padding-top: 7px;

}



/* ── MIDDLE: Form ── */

.ctc-form-col {

  padding: 36px 28px;

  border-right: 1.5px solid var(--border-col);

}



@media (max-width: 991px) {

  .ctc-form-col {

    border-right: none;

    border-bottom: 1.5px solid var(--border-col);

  }

}



.ctc-field-wrap {

  margin-bottom: 14px;

}



.ctc-input {

  width: 100%;

  border: 1.5px solid var(--border-col);

  border-radius: 8px;

  padding: 11px 16px;

  font-family: "Barlow", sans-serif;

  font-size: 0.88rem;

  color: #2a3a5c;

  outline: none;

  transition:

    border-color var(--speed) ease,

    box-shadow var(--speed) ease,

    transform 0.22s ease;

  background: transparent;

}



.ctc-input::placeholder {

  color: #a8b4cc;

}



.ctc-input:focus {

  border-color: var(--navy);

  box-shadow: 0 0 0 3px rgba(26, 46, 110, 0.1);

  transform: translateY(-1px);

}



textarea.ctc-input {

  resize: vertical;

  min-height: 100px;

}



.ctc-submit-btn {

  width: 100%;

  background: var(--navy);

  color: #fff;

  border: none;

  border-radius: 8px;

  padding: 13px 20px;

  font-family: "Barlow Condensed", sans-serif;

  font-size: 1rem;

  font-weight: 700;

  letter-spacing: 0.06em;

  text-transform: uppercase;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  position: relative;

  overflow: hidden;

  transition:

    transform var(--speed) ease,

    box-shadow var(--speed) ease,

    background var(--speed) ease;

}



.ctc-submit-btn::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(

    90deg,

    transparent 0%,

    rgba(255, 255, 255, 0.08) 50%,

    transparent 100%

  );

  transform: translateX(-100%);

  transition: transform 0.55s ease;

}



.ctc-submit-btn:hover {

  transform: translateY(-2px);

  box-shadow: 0 10px 24px rgba(26, 46, 110, 0.3);

  background: var(--navy-light);

}



.ctc-submit-btn:hover::before {

  transform: translateX(100%);

}



.ctc-send-icon {

  width: 18px;

  height: 18px;

  fill: none;

  stroke: #fff;

  stroke-width: 2;

  stroke-linecap: round;

  stroke-linejoin: round;

  transition: transform 0.3s ease;

}



.ctc-submit-btn:hover .ctc-send-icon {

  transform: translateX(4px) rotate(-5deg);

}



/* ── RIGHT: Map ── */

.ctc-map-col {

  min-height: 320px;

  position: relative;

  overflow: hidden;

}



.ctc-map-col iframe {

  width: 100%;

  height: 100%;

  min-height: 578px;

  border: none;

  display: block;

  filter: saturate(0.9);

  transition: filter var(--speed) ease;

}

.ctc-map-col p{
    margin-bottom:0;
}

.ctc-map-col:hover iframe {

  filter: saturate(1.1);

}



/* ── Responsive padding ── */

@media (max-width: 575px) {

  .ctb-banner {

    padding: 22px 20px;

  }

  .ctc-info-col,

  .ctc-form-col {

    padding: 24px 18px;

  }

}

/* =====================button hover========================== */

.button {

  border: none;

  outline: none;

  line-height: normal;

  text-align: center;

  display: block;

  border-radius: 5px;

  padding: 15px;

  font-weight: 700;

}

.foure {

  background-color: #ddb23a;

  border: 2px solid #ffffff;

  color: #fff;

  position: relative;

  transition: all 0.5s ease-in-out;

  z-index: 2;

  overflow: hidden;

  transition: all 0.5s ease-in-out;

}

.foure:before {

  content: "";

  background-color: #000e5c;

  display: inline-block;

  width: 300px;

  height: 300px;

  position: absolute;

  top: 0;

  left: 200px;

  z-index: -1;

  font-family: "Inter";

  transition: all 0.5s ease-in-out;

}

.foure:after {

  content: "";

  background-color: #000e5c;

  display: inline-block;

  width: 300px;

  height: 300px;

  position: absolute;

  top: 0;

  left: -302px;

  z-index: -1;

  transition: all 0.5s ease-in-out;

}

.foure:hover {

  color: #fff;

}

.foure:hover:after {

  transform: translate(101px, 0);

}

.foure:hover:before {

  transform: translate(-101px, 0);

}

/* ========================animation======================= */

.zoom-in-zoom-out {

  margin: 24px;

  width: 490px;

  height: 490px;

  animation: zoom-in-zoom-out 2s ease-out infinite;

  border-radius: 100%;

  background: radial-gradient(

    circle,

    rgba(18, 104, 251, 0.56) 0%,

    rgba(14, 80, 193, 0) 57%,

    rgba(13, 72, 174, 0) 76%,

    rgba(11, 62, 149, 0) 100%

  );

  position: absolute;

  top: 30px;

  left: -460px;

}



@keyframes zoom-in-zoom-out {

  0% {

    transform: scale(0.5, 0.5);

  }

  50% {

    transform: scale(1.5, 1.5);

  }

  100% {

    transform: scale(0.5, 0.5);

  }

}



.floating {

  animation-name: floating;

  animation-duration: 5s;

  animation-iteration-count: infinite;

  animation-timing-function: ease-in-out;

  margin-left: 0px;

  margin-top: 0px;

}



@keyframes floating {

  0% {

    transform: translate(0, 0px);

  }

  50% {

    transform: translate(0, 15px);

  }

  100% {

    transform: translate(0, -0px);

  }

}

.experience-section {

  padding: 80px 20px;

  background: #fff;

}

.carousel-control-prev {

  z-index: 9999 !important;

}

.carousel-control-next {

  z-index: 9999 !important;

}

.exp-wrapper {

  max-width: 1100px;

  margin: auto;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 40px;

  position: relative;

}



/* Images */

.image-box {

  overflow: hidden;

  border-radius: 12px;

  animation: fadeUp 1.2s ease forwards;

}



.image-box img {

  width: 100%;

  display: block;

  transition: transform 0.6s ease;

  border-radius: 15px;

}



.image-box:hover img {

  transform: scale(1.08);

}



/* Left image animation */

.img-one {

  animation-delay: 0.2s;

}



/* Right image animation */

.img-two {

  animation-delay: 0.6s;

  position: absolute;

  top: 33%;

  right: -2%;

}



/* Experience Badge */

.experience-badge {

  position: absolute;

  top: 0%;

  right: 2%;

  background: #06153c;

  color: #fff;

  padding: 30px 20px;

  border-radius: 14px;

  text-align: center;

  animation: scaleIn 1.4s ease forwards;

}



.experience-badge h2 {

  font-size: 64px;

  font-weight: 700;

}



.experience-badge p {

  font-size: 18px;

  margin-top: 5px;

}



/* Animations */

@keyframes fadeUp {

  from {

    opacity: 0;

    transform: translateY(40px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}



@keyframes scaleIn {

  from {

    opacity: 0;

    transform: scale(0.6);

  }

  to {

    opacity: 1;

    transform: scale(1);

  }

}



/* Responsive */

@media (max-width: 768px) {

}



/* =======================Choose========================= */

.velnox-choose-section {

  background: #032a79;

  padding: 55px 20px;

  border-radius: 24px;

  overflow: hidden;

  position: relative;

}



.velnox-choose-section::before {

  content: "";

  position: absolute;

  width: 320px;

  height: 320px;

  background: rgba(255, 255, 255, 0.03);

  border-radius: 50%;

  top: -120px;

  left: -120px;

}



.velnox-container-box {

  position: relative;

  z-index: 2;

}



.velnox-title-wrapper {

  margin-bottom: 45px;

}



.velnox-title-flex {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 20px;

}



.velnox-title-line {

  width: 160px;

  height: 2px;

  background: rgba(255, 193, 7, 0.45);

}



.velnox-title-flex h2 {

  color: #f3bd2b;

  font-size: 48px;

  font-weight: 800;

  text-transform: uppercase;

  margin-bottom: 0;

  letter-spacing: 1px;

}



.velnox-feature-card {

  text-align: center;

  height: 100%;

  padding: 22px 14px;

  transition: 0.5s ease;

  position: relative;

  overflow: hidden;

}

.velnox-choose-section .col-xl {

  border-right: 1px solid rgba(255, 255, 255, 0.12);

}

.velnox-feature-card::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 0%;

  background: linear-gradient(to top, rgba(255, 193, 7, 0.14), transparent);

  transition: 0.5s ease;

}



.velnox-feature-card:hover::before {

  height: 100%;

}



.velnox-feature-card:hover {

  transform: translateY(-10px);

}



.velnox-icon-box {

  width: 90px;

  height: 90px;

  border: 3px solid #f3bd2b;

  border-radius: 50%;

  margin: auto;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 14px;

  color: #f3bd2b;

  margin-bottom: 18px;

  transition: 0.5s ease;

  position: relative;

  z-index: 2;

}

.velnox-icon-box img {

  width: 100%;

}

.velnox-feature-card:hover .velnox-icon-box {

  background: #fff;

  color: #032a79;

  transform: rotate(8deg) scale(1.08);

}



.velnox-text-box {

  position: relative;

  z-index: 2;

}



.velnox-text-box h3 {

  color: #ffffff;

  font-size: 14px;

  line-height: 1.5;

  font-weight: 700;

  margin-bottom: 0;

}



@media (max-width: 1199px) {

  .velnox-feature-card {

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 18px;

  }

}



@media (max-width: 767px) {

  .velnox-choose-section {

    padding: 35px 15px;

    border-radius: 18px;

  }



  .velnox-title-flex {

    flex-direction: column;

    gap: 12px;

  }



  .velnox-title-line {

    width: 90px;

  }



  .velnox-title-flex h2 {

    font-size: 30px;

  }



  .velnox-icon-box {

    width: 75px;

    height: 75px;

    font-size: 30px;

  }



  .velnox-text-box h3 {

    font-size: 18px;

  }

}



/* ===========================pop up================================== */

/* ── OVERLAY ──────────────────────────────── */

.modal-overlay {

  position: fixed;

  inset: 0;

  background: rgba(5, 15, 11, 0.75);

  backdrop-filter: blur(8px);

  -webkit-backdrop-filter: blur(8px);

  z-index: 1000;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 1.2rem;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.35s ease;

}



.modal-overlay.active {

  opacity: 1;

  z-index: 99999;

  pointer-events: all;

}



/* ── MODAL BOX ────────────────────────────── */

.modal-box {

  background: linear-gradient(145deg, #02093e 0%, #003a87 100%);

  border: 1px solid rgba(10, 160, 110, 0.22);

  border-radius: var(--radius);

  width: 100%;

  max-width: 560px;

  max-height: 90vh;

  overflow-y: auto;

  box-shadow:

    0 0 0 1px rgba(10, 160, 110, 0.08),

    0 40px 80px rgba(0, 0, 0, 0.55),

    0 0 60px rgba(10, 160, 110, 0.08);

  transform: translateY(40px) scale(0.97);

  transition:

    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),

    opacity 0.35s ease;

  opacity: 0;

  scrollbar-width: thin;

  scrollbar-color: var(--brand) transparent;

}

.field-group {

  margin-bottom: 30px;

}

.modal-overlay.active .modal-box {

  transform: translateY(0) scale(1);

  opacity: 1;

}



/* ── MODAL HEADER ─────────────────────────── */

.modal-header-custom {

  position: sticky;

  top: 0;

  z-index: 10;

  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);

  border-radius: var(--radius) var(--radius) 0 0;

  padding: 1.6rem 2rem 1.4rem;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  gap: 1rem;

}



.modal-header-custom::after {

  content: "";

  position: absolute;

  inset: 0;

  border-radius: inherit;

  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")

    center/60px;

  pointer-events: none;

}



.modal-header-text .label {

  font-size: 0.7rem;

  font-weight: 500;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.75);

  margin-bottom: 0.3rem;

}



.modal-header-text h2 {

  font-family: "Cookie", cursive;

  font-size: 1.65rem;

  color: #fff;

  margin: 0;

  line-height: 1.2;

}



.btn-close-custom {

  background: rgba(255, 255, 255, 0.15);

  border: 1px solid rgba(255, 255, 255, 0.2);

  color: #fff;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  font-size: 1.15rem;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  flex-shrink: 0;

  transition:

    background 0.2s,

    transform 0.2s;

  line-height: 1;

}



.btn-close-custom:hover {

  background: rgba(255, 255, 255, 0.28);

  transform: rotate(90deg);

}



/* ── MODAL BODY ───────────────────────────── */

.modal-body-custom {

  padding: 2rem 2rem 1.6rem;

}



/* ── STEP INDICATOR ───────────────────────── */

.step-indicator {

  display: flex;

  align-items: center;

  gap: 0;

  margin-bottom: 2rem;

}



.step-dot {

  display: flex;

  flex-direction: column;

  align-items: center;

  position: relative;

  flex: 1;

}



.step-dot:not(:last-child)::after {

  content: "";

  position: absolute;

  top: 14px;

  left: 50%;

  width: 100%;

  height: 2px;

  background: rgba(10, 160, 110, 0.22);

  z-index: 0;

}



.step-dot.done::after {

  background: var(--brand);

}



.step-circle {

  width: 28px;

  height: 28px;

  border-radius: 50%;

  border: 2px solid rgba(10, 160, 110, 0.3);

  background: var(--dark);

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 0.72rem;

  font-weight: 600;

  color: var(--text-muted);

  position: relative;

  z-index: 1;

  transition:

    background 0.3s,

    border-color 0.3s,

    color 0.3s;

}



.step-dot.active .step-circle {

  background: var(--brand);

  border-color: var(--brand);

  color: #fff;

  box-shadow: 0 0 0 5px var(--brand-glow);

}



.step-dot.done .step-circle {

  background: var(--brand);

  border-color: var(--brand);

  color: #fff;

}



.step-label {

  font-size: 0.67rem;

  color: var(--text-muted);

  margin-top: 0.4rem;

  text-align: center;

  font-weight: 500;

}



.step-dot.active .step-label {

  color: var(--brand);

}



/* ── SECTION TITLE ────────────────────────── */

.section-title {

  font-size: 0.7rem;

  font-weight: 600;

  letter-spacing: 0.14em;

  text-transform: uppercase;

  color: var(--brand);

  margin-bottom: 1rem;

  display: flex;

  align-items: center;

  gap: 0.5rem;

}



.section-title::before {

  content: "";

  display: inline-block;

  width: 18px;

  height: 2px;

  background: var(--brand);

  border-radius: 2px;

}



/* ── FORM CONTROLS ────────────────────────── */

.form-label {

  font-size: 0.8rem;

  font-weight: 500;

  color: var(--text-muted);

  margin-bottom: 0.45rem;

  display: block;

}



.form-control-custom,

.form-select-custom {

  width: 100%;

  background: rgba(10, 160, 110, 0.06);

  border: 1px solid rgba(10, 160, 110, 0.18);

  border-radius: 10px;

  color: var(--text-light);

  padding: 0.7rem 1rem;

  font-family: "DM Sans", sans-serif;

  font-size: 0.92rem;

  outline: none;

  transition:

    border-color 0.22s,

    background 0.22s,

    box-shadow 0.22s;

  -webkit-appearance: none;

  appearance: none;

}



.form-control-custom::placeholder {

  color: rgba(141, 184, 165, 0.45);

}



.form-control-custom:focus,

.form-select-custom:focus {

  border-color: var(--brand);

  background: rgba(10, 160, 110, 0.1);

  box-shadow: 0 0 0 4px var(--brand-glow);

}



.form-select-custom {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230aa06e' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 1rem center;

  padding-right: 2.5rem;

  cursor: pointer;

}



.form-select-custom option {

  background: #0e1c17;

  color: #f0faf5;

}



/* range slider */

.range-wrapper {

  position: relative;

}



input[type="range"] {

  -webkit-appearance: none;

  appearance: none;

  width: 100%;

  height: 5px;

  border-radius: 99px;

  background: rgba(10, 160, 110, 0.2);

  outline: none;

  cursor: pointer;

}



input[type="range"]::-webkit-slider-thumb {

  -webkit-appearance: none;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background: var(--brand);

  border: 3px solid #fff;

  box-shadow: 0 0 8px var(--brand-glow);

  transition: transform 0.2s;

}



input[type="range"]::-webkit-slider-thumb:hover {

  transform: scale(1.2);

}



.range-labels {

  display: flex;

  justify-content: space-between;

  font-size: 0.72rem;

  color: var(--text-muted);

  margin-top: 0.4rem;

}



.range-value {

  display: inline-block;

  background: var(--brand);

  color: #fff;

  font-size: 0.75rem;

  font-weight: 600;

  padding: 0.18em 0.7em;

  border-radius: 99px;

  margin-left: 0.5rem;

}



/* ── CHECKBOX CARDS ───────────────────────── */

.checkbox-cards {

  display: flex;

  flex-wrap: wrap;

  gap: 0.5rem;

}



.check-card {

  position: relative;

}



.check-card input {

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

}



.check-card label {

  display: inline-flex;

  align-items: center;

  gap: 0.45rem;

  background: rgba(10, 160, 110, 0.06);

  border: 1px solid rgba(10, 160, 110, 0.18);

  border-radius: 8px;

  padding: 0.45rem 0.9rem;

  font-size: 0.82rem;

  color: var(--text-muted);

  cursor: pointer;

  transition:

    background 0.2s,

    border-color 0.2s,

    color 0.2s;

  user-select: none;

}



.check-card input:checked + label {

  background: var(--brand);

  border-color: var(--brand);

  color: #fff;

}



.check-card label:hover {

  border-color: var(--brand);

  color: var(--brand-light);

}



/* ── DIVIDER ──────────────────────────────── */

.form-divider {

  border: none;

  border-top: 1px solid rgba(10, 160, 110, 0.12);

  margin: 1.6rem 0;

}



/* ── SUBMIT BTN ───────────────────────────── */

.btn-submit {

  width: 100%;

  background: #ffff;

  color: #0550bc;

  border: none;

  border-radius: 12px;

  padding: 0.95rem 2rem;

  font-size: 1rem;

  font-weight: 600;

  letter-spacing: 0.02em;

  cursor: pointer;

  position: relative;

  overflow: hidden;

  transition:

    transform 0.2s,

    box-shadow 0.2s;

  margin-top: 0px;

}



.btn-submit::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(

    90deg,

    transparent 0%,

    rgba(255, 255, 255, 0.12) 50%,

    transparent 100%

  );

  transform: translateX(-100%);

  transition: transform 0.55s ease;

}



.btn-submit:hover {

  transform: translateY(-2px);

  box-shadow: 0 12px 30px var(--brand-glow);

}

.btn-submit:hover::after {

  transform: translateX(100%);

}



.btn-submit:active {

  transform: translateY(0);

}



/* ── SUCCESS STATE ────────────────────────── */

.success-screen {

  display: none;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 3rem 2rem;

  animation: fadeUp 0.5s ease both;

}



.success-screen.show {

  display: flex;

}



.success-icon {

  width: 72px;

  height: 72px;

  border-radius: 50%;

  background: var(--brand);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 1.4rem;

  box-shadow: 0 0 0 14px var(--brand-glow);

  animation: popIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;

}



@keyframes popIn {

  0% {

    transform: scale(0);

    opacity: 0;

  }

  100% {

    transform: scale(1);

    opacity: 1;

  }

}



.success-icon svg {

  width: 34px;

  height: 34px;

  stroke: #fff;

  stroke-width: 2.5;

  fill: none;

  stroke-linecap: round;

  stroke-linejoin: round;

}



.success-screen h3 {

  font-family: "Cookie", cursive;

  font-size: 1.8rem;

  margin-bottom: 0.6rem;

}



.success-screen p {

  color: var(--text-muted);

  font-size: 0.95rem;

  max-width: 340px;

}



/* ── FOOTER NOTE ──────────────────────────── */

.modal-footer-note {

  text-align: center;

  font-size: 0.74rem;

  color: var(--text-muted);

  padding: 0 2rem 1.6rem;

  opacity: 0.7;

}



/* ── KEYFRAMES ────────────────────────────── */

@keyframes fadeUp {

  from {

    opacity: 0;

    transform: translateY(18px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}



/* stagger form rows */

.stagger {

  animation: fadeUp 0.55s ease both;

}

.stagger:nth-child(1) {

  animation-delay: 0.05s;

}

.stagger:nth-child(2) {

  animation-delay: 0.1s;

}

.stagger:nth-child(3) {

  animation-delay: 0.15s;

}

.stagger:nth-child(4) {

  animation-delay: 0.2s;

}

.stagger:nth-child(5) {

  animation-delay: 0.25s;

}

.stagger:nth-child(6) {

  animation-delay: 0.3s;

}

.stagger:nth-child(7) {

  animation-delay: 0.35s;

}

.stagger:nth-child(8) {

  animation-delay: 0.4s;

}



/* ── RESPONSIVE ───────────────────────────── */

@media (max-width: 576px) {

  .modal-header-custom {

    padding: 1.3rem 1.2rem 1.1rem;

  }

  .modal-body-custom {

    padding: 1.4rem 1.2rem 1.2rem;

  }

  .modal-footer-note {

    padding-inline: 1.2rem;

  }

  .modal-header-text h2 {

    font-size: 1.3rem;

  }

}

@keyframes shake {

  0%,

  100% {

    transform: translateX(0);

  }

  20% {

    transform: translateX(-8px);

  }

  40% {

    transform: translateX(8px);

  }

  60% {

    transform: translateX(-5px);

  }

  80% {

    transform: translateX(5px);

  }

}

.logo img{
  width: 80px;
}
.raj-logo-circle img{
  width: 80px;
}
.raj-logo-circle span{
  color:#fff;
    font-size: 20px;
    font-weight: 800;
}

#modalOverlay input{
    color:#fff !important;
}

#modalOverlay input.btn-submit{
    background-color: #012460;
}
#modalOverlay textarea{
        color:#fff;
    }
}

