/*================================================
1. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("../webfonts/inter-display/inter-display.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");

/* Media Query Variable */
/*CSS Variable*/
:root {
  /*font Variable*/
  --ff-inter: "Inter", sans-serif;
  --ff-inter-tight: "Inter Tight", sans-serif;
  /*Color Variable*/
  --primary-black: #02021a;
  --primary-green: #1d9e43;
  --primary-purple: #6e45e9;
  --color-light-black: #0e0f23;
  --color-white: #fff;
  --color-light-white: rgba(255, 255, 255, 0.7);
  --color-blue: #4229ff;
  --color-deep-blue: #00001d;
  --color-text-heading: #031811;
  --color-text-body: rgba(3, 24, 17, 0.7);
  --surface-color: #191919;
  --accent-color: #f68524;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: var(--ff-inter);
  text-transform: capitalize;
  color: var(--color-text-heading);
}

h2.h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
}



@media only screen and (max-width: 1199.98px) {
  h2.h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  h2.h2 {
    font-size: 20px;
  }
}

h3.h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

@media only screen and (max-width: 991.98px) {
  h3.h3 {
    font-size: 18px;
  }
}

html,
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  font-family: var(--ff-inter-tight);
  color: var(--color-text-body);
}

p {
  margin-bottom: 0;
}

.text-p-18 {
  font-size: 18px;
}

@media only screen and (max-width: 991.98px) {
  .text-p-18 {
    font-size: 16px;
  }
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.bg_color_black {
  background-color: var(--primary-black);
}

.bg_color_black_two {
  background-color: #070b17;
}

.bg_color_black_three {
  background-color: #0a0e19;
}

.bg_color_light_black {
  background-color: var(--color-light-black);
}

.bg_color_light_black_two {
  background-color: #1b1d2b;
}

.bg_color_light_white {
  background-color: rgba(251, 251, 251, 0.8);
}

.bg_color_deep_blue {
  background-color: var(--color-deep-blue);
}

.bg_color_white {
  background-color: var(--color-white);
}

.text_color_white {
  color: var(--color-white);
}

.text_color_light_white {
  color: var(--color-light-white);
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-96 {
  padding-bottom: 96px;
}

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

.max-width-728 {
  max-width: 728px;
}

.max-width-500 {
  max-width: 500px;
}

.section-middle {
  margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
  .mt-120 {
    margin-top: 60px;
  }

  .mb-120 {
    margin-bottom: 60px;
  }

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

  .mb-96 {
    margin-bottom: 36px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pt-96 {
    padding-top: 36px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .pb-96 {
    padding-bottom: 36px;
  }
}

/*
============================================
============= Custom Scroll Bar CSS ================
*/
body::-webkit-scrollbar {
  width: 0.3em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--color-deep-blue);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner-wrap {
  width: 250px;
  height: 250px;
  position: relative;
}

.preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #040404;
  border-top: 3px solid var(--primary-green);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  transition: transform 0.3s ease, opacity 0.4s ease;
  z-index: 99999;
  transform: translate(-50%, -50%) scale(1);
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn i {
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  -webkit-text-stroke: 1px;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}



.section-title .sub-title {
  font-family: var(--ff-inter);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: normal;
}

.text-anim {
  font-size: 30px !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}

.section-title .title span {
  font-weight: 400;
}

.section-title .desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 24px;
}

@media only screen and (max-width: 1199.98px) {
  .section-title .title {
    font-size: 40px;
  }

  .section-title .desc {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .section-title .title {
    font-size: 35px;
  }

  .section-title .desc {
    margin-top: 12px;
  }
}


.section-title.border-style .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 1199.98px) {
  .section-title.border-style .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .section-title.border-style .title {
    font-size: 35px;
  }
}

.common-btn {
  font-weight: 500;
  letter-spacing: 0.32px;
  display: inline-flex;
  line-height: 1;
  gap: 10px;
  font-size: 18px;
  align-items: center;
  padding: 13px 22px;
  border-radius: 32px;
  color: var(--color-white);
  transition: all 0.4s linear;
  overflow: hidden;
  border: 1px solid transparent;
}

.common-btn.border-style {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: var(--color-light-black);
}

.common-btn.border-style:hover {
  background: linear-gradient(rgba(117, 172, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
  opacity: 1;
  color: var(--color-white);
}

.common-btn.border-style.border-style-transparent {
  background: transparent;
  border: 1px solid #fff;
}

.common-btn.border-style.border-style-transparent:hover {
  background: linear-gradient(rgba(117, 172, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
  opacity: 1;
  color: var(--color-white);
}

.common-btn.bg-white-style {
  color: var(--primary-black);
  background-color: var(--color-white);
}

.common-btn:hover {
  background-color: #1e4098 !important;
  color: #ffffff;
}

@media only screen and (max-width: 991.98px) {
  .common-btn {
    font-size: 16px;
  }
}

/*================================================
2. Menu CSS
=================================================*/

.header-top {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -613.39%, rgba(255, 255, 255, 0.04) 283.93%, rgba(255, 255, 255, 0.5) 283.93%);
  padding: 8px 0;
  position: relative;
  z-index: 9 !important;
}

.header-top-contact .header-top-address {
  font-size: 18px;
}

.header-top-contact .header-top-address:hover {
  color: var(--color-white);
}

.header-top-contact .social-list {
  gap: 10px;
}

.header-top-contact .header-top-item {
  position: relative;
}

.header-top-contact .header-top-item:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;
}

.header-top-contact .header-top-item:not(:last-child)::before {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  width: 1px;
  height: 70%;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-top-text {
  gap: 5px;
}

@media only screen and (max-width: 991.98px) {
  .header-top-text {
    font-size: 12px;
  }
}

.menu-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  padding: 18px 0;
  /* 👈 Yahi padding add ki gayi */
}

.menu-area.menu-area-border::before {
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 51.86%, rgba(255, 255, 255, 0) 100%);
  height: 2px;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;

}

.menu-area.scrolled {
  background: rgba(0, 0, 0, 0.959);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.home-menu li a.active {
  color: #f68524 !important;
  /* highlight color */
}

.menu-logo-wrap img {
  height: 70px;
  background: #c2c2c2;
}

@keyframes slide_down_site {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.mainmenu {
  margin-left: 80px;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.mainmenu li {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 1199.98px) {
  .mainmenu li {
    padding: 0 10px 0 0;
  }
}

.mainmenu li a {
  padding: 9px 0;
  transition: 0.3s;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mainmenu li a {
    font-size: 16px !important;
    font-weight: 500;
  }

  .about-container {
    width:100% !important;
  }

  .about-img {
    width: 100% !important;
  }
}

.mainmenu li>a {
  transition: 0.3s;
}

.mainmenu li.has-child-menu>a {
  position: relative;
}



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

  .mean-container .mean-nav {
    position: relative;
    margin-top: 48px;
  }

  .mean-container .mean-bar {
    position: absolute;
    background: transparent;
    padding: 0px 0;
    min-height: 0px;
    z-index: 2;
    top: 0;
    right: 0;
  }

  .mean-container a.meanmenu-reveal {
    right: 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: inline-grid;
    padding: 12px;
    top: 5px;
  }

  .mean-container a.meanmenu-reveal i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }

  .mean-container a.meanmenu-reveal span {
    background: #fff;
    height: 2px;
    margin-top: 2px;
  }

  .mean-container a.meanmenu-reveal span:first-child {
    margin-top: 0px;
  }

  .mean-container .mean-nav ul li a.mean-expand {
    height: 33px;
    border-left: unset !important;
    border-bottom: unset !important;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 27px !important;
    font-weight: 200;
    background: none;
    width: 100%;
  }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
  }

  .mean-container .mean-nav>ul {
    height: 47vh;
    overflow-y: auto;
  }

  /* Menu button */
  .meanmenu-reveal~.mean-nav .menu-btn-wrap {
    display: none;
  }

  .meanmenu-reveal.meanclose~.mean-nav .menu-btn-wrap {
    display: block;
  }

  /* Menu button End */
  /* menu End */
}

@media (min-width: 992px) and (max-width: 993px) {
  .mean-container a.meanmenu-reveal {
    right: -100% !important;

  }
}

/* About Us Section */
.about h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffff;
}

.about h4,
.about button {
  font-size: 20px;
  line-height: 30px;
  color: #f68524;
}

.about-box {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e4098;
}

@media(max-width:768px) {
  .about img {
    width: 100%;
  }
}

/*================================================
4. Service CSS
=================================================*/
.service-box-wrap {
  padding: 1px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  transition: all 1s;
  height: 100%;
}

.service-box-wrap::before {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.25) 11.62%, rgba(255, 255, 255, 0) 50.7%, rgba(255, 255, 255, 0.25) 92.88%);
  transition: all 1s linear;
  content: "";
  z-index: 1;
}

.service-box-wrap .service-box {
  padding: 32px 36px;
  background-color: #0c0d25;
  border-radius: 24px;
  transition: all 0.2s linear;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.service-box-wrap .service-box h3 {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 2;
  min-height: 70px;
}

.service-box-wrap .service-box p {
  color: var(--color-light-white);
  margin: auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991.98px) {
  .service-box-wrap .service-box {
    font-size: 18px;
  }
}

.service-box-wrap:hover {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 11.62%, rgba(255, 255, 255, 0) 50.7%, rgba(255, 255, 255, 0) 92.88%);
}

.service-box-wrap:hover::before {
  animation: animate_border 6.5s linear infinite;
  opacity: 1;
  left: 50%;
  top: 50%;
  height: 269%;
  width: 115%;
}

/*================================================
5. Industries CSS
=================================================*/
.industries-box {
  border-radius: 24px;
  padding: 0;
  background: #0c0d25;
  height: 100%;
}

.industries-area .title {
  font-size: 30px;
}

.industries-desc {
  font-size: 18px;
  line-height: 36px !important;
}

.industries-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/shapes/line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -1;
}

.industries-box .industries-img {
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
}

@media(max-width:575px) {
  .industries-box .industries-img {
    height: 200px;
  }
}

.industries-box .industries-img img {
  border-radius: 16px;
  transition: all 0.2s linear;
}

.industries-box .industries-info {
  margin-top: 30px;

}

.industries-box .industries-info span {
  font-family: var(--ff-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 12px;
}

.industries-box .industries-info h3 {
  color: var(--color-white);
  margin: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}

.industries-box .industries-info p {
  margin-bottom: 48px;
}

.industries-box:hover .industries-img img {
  transform: scale(1.02);
}

@media only screen and (max-width: 991.98px) {
  .industries-box {
    padding: 20px;
  }

  .industries-box .industries-info {
    margin-top: 36px;
    padding: 0 10px;
  }

  .industries-box .industries-info h2 {
    margin: 5px 0 10px;
    font-size: 22px;
  }

  .industries-box .industries-info p {
    margin-bottom: 30px;
  }
}

.industries-box.industries-box-design-two {
  gap: 100px;
  padding: 50px;
}

.industries-box.industries-box-design-two .industries-info {
  padding: 0px;
}

@media only screen and (max-width: 1399.98px) {
  .industries-box.industries-box-design-two {
    gap: 40px;
  }

  .industries-box.industries-box-design-two .industries-img {
    max-width: 400px;
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .industries-box.industries-box-design-two .industries-info h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 991.98px) {
  .industries-box.industries-box-design-two {
    padding: 20px;
  }

  .industries-box.industries-box-design-two .industries-img {
    max-width: unset;
    width: 100%;
  }
}

/*================================================
7. Data CSS
=================================================*/
.data-info span {
  font-family: var(--ff-inter);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.data-info h2 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 16px 0 24px;
}

.data-info p {
  margin-bottom: 15px;
  font-size: 18px;
}

@media only screen and (max-width: 1199.98px) {
  .data-info h2 {
    font-size: 40px;
    margin: 10px 0 16px;
  }

  .data-info p {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  .data-info h2 {
    font-size: 35px;
  }
}

.data-img-wrap {
  padding-left: 40px;
}

.data-img-wrap .data-img-2 {
  animation: slide_1 3s ease-in-out alternate infinite;
  top: 10%;
  left: -40px;
}

@media only screen and (max-width: 991.98px) {
  .data-img-wrap {
    padding-left: 0px;
  }
}

.data-sp {
  left: -76px;
  bottom: -215px;
}


.listing li {
  color: var(--color-light-white);
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}


@keyframes slide_1 {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0px);
  }
}




/*================================================
13. Hero CSS
=================================================*/
.hero-area {
  padding: 200px 0 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
  .hero-area {
    padding: 170px 0 60px;
  }
}

.hero-area-canvas {
  position: relative;
  overflow: hidden;
}

.hero-area-canvas canvas {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

.minus-margin {
  margin-top: -53px;
}

.hero-info h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.25;
  margin: 20px 0 24px;
}

@media only screen and (max-width: 991.98px) {
  .hero-info h1 {
    margin: 15px 0 10px;
  }
}

.hero-info .hero-text {
  font-size: 18px;
}

@media only screen and (max-width: 767.98px) {
  .hero-img-wrap {
    max-width: 300px;
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* CSS of Our Stats Start */
.stats {
  background: url('../images/stat-bg.png') no-repeat center center;
  background-size: cover;
  width: 100%;
}

.left-col {
  opacity: 1;
  transform: none;
  margin-bottom: 30px !important;
}

.left-col h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 2;
  color: #1e4098 !important;
  margin-top: 30px;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px 38px;
  margin-top: 6px;
}

@media (max-width: 1024px) {
  .left-col h2 {
    font-size: 30px;
    margin-bottom: 30px !important;
  }

  .left-col {
    margin-bottom: 0 !important;
  }

}

@media (min-width: 450x) and (max-width: 768px) {
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 38px;
    margin-top: 6px;
  }
}

@media (max-width: 449px) {
  .stats-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

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

.stat-value {
  font-size: 60px;
  color: #1f3f97;
  font-weight: 800;
  margin-bottom: 7px;
  line-height: 1;
}

.stat-label {
  font-size: 18px;
  color: #1f3f97;
  font-weight: 600;
  margin-bottom: 6px;
}

.stat-desc {
  color: #1e4098;
  font-size: 16px;
  line-height: 32px;
  margin-right: 10px;
}

.img-fluid {
  max-width: 550px !important;
  height: auto;
  bottom: 0;

}

@media (max-width: 500px) {
  .stats-image {
    width: 100% !important;
  }

}

/* CSS of Our Stats Ends */

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  position: relative;
  overflow: hidden;
  background-color: #040000;
}

.testimonials h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}

.testimonials .testimonial-slider {
  position: relative;
  padding-bottom: 50px;
}

.testimonials .testimonial-slider .swiper-wrapper {
  height: auto !important;
}

.testimonials .testimonial-item {
  background: linear-gradient(135deg, var(--surface-color) 0%,
      color-mix(in srgb, var(--surface-color), var(--accent-color) 2%) 100%);
  border-radius: 20px;
  padding: 0;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.testimonials .testimonial-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(#e59d02), color-mix(in srgb, var(#e59d02), var(#ffffff) 30%)) !important;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}


.testimonials .testimonial-item:hover {
  border-color: var(#e59d02);
}

.testimonials .testimonial-item:hover::before {
  transform: scaleX(1);
}

.testimonials .testimonial-item:hover .testimonial-header img {
  transform: scale(1.05);
}

.testimonials .testimonial-item:hover .quote-icon {
  color: var(--accent-color);
  transform: scale(1.1);
}

.testimonials .testimonial-header {
  position: relative;
  text-align: center;
  padding: 30px 30px 20px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--surface-color), var(--accent-color) 3%) 0%, var(--surface-color) 100%);
}

.testimonials .testimonial-header img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  margin-bottom: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-header .rating {
  display: flex;
  justify-content: center;
  gap: 3px;
}

.testimonials .testimonial-header .rating i {
  color: #ffc107;
  font-size: 0.9rem;
}

.testimonials .testimonial-body {
  padding: 0 30px 20px;
  flex-grow: 1;
}

.testimonials .testimonial-body p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  font-style: italic;
  text-align: center;
  position: relative;
}

.testimonials .testimonial-body p::before,
.testimonials .testimonial-body p::after {
  content: '"';
  font-size: 1.5rem;
  color: var(--accent-color);
  opacity: 0.6;
  font-family: serif;
  position: absolute;
}

.testimonials .testimonial-body p::before {
  top: -5px;
  left: -10px;
}

.testimonials .testimonial-body p::after {
  bottom: -20px;
  right: -5px;
}

.testimonials .testimonial-footer {
  padding: 20px 30px 30px;
  text-align: center;
  position: relative;
  margin: auto;
}

.testimonials .testimonial-footer h5 {
  font-size: 16px;
  font-weight: 600;
  color: #f68524;
  margin: 0 0 5px;
}

.testimonials .testimonial-footer span {
  font-size: 14px;
  color: #1e4098;
  display: block;
  margin-bottom: 15px;
}

.testimonials .testimonial-footer .quote-icon {
  position: absolute;
  bottom: 15px;
  right: 25px;
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.testimonials .swiper-navigation {
  position: relative;
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  position: static;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  background: var(--accent-color);
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background: #1e4098;
  transform: scale(1.05);
}

.testimonials .swiper-button-prev::after,
.testimonials .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}

.testimonial-box {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #060621;
  height: 100%;
  max-width: 608px;
}

@media only screen and (max-width: 991.98px) {
  .testimonial-box {
    max-width: 300px;
  }
}

.testimonial-box p {
  line-height: 1.7;
  margin: 24px 0;
}

.testimonial-box h3 {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .testimonials .testimonial-item .testimonial-header {
    padding: 25px 25px 15px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 70px;
    height: 70px;
  }

  .testimonials .testimonial-item .testimonial-body,
  .testimonials .testimonial-item .testimonial-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .testimonials .testimonial-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials .testimonial-item .testimonial-header {
    padding: 20px 20px 10px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 60px;
    height: 60px;
  }

  .testimonials .testimonial-item .testimonial-header .rating i {
    font-size: 0.8rem;
  }

  .testimonials .testimonial-item .testimonial-body {
    padding: 0 20px 15px;
  }

  .testimonials .testimonial-item .testimonial-body p {
    font-size: 0.95rem;
  }

  .testimonials .testimonial-item .testimonial-footer {
    padding: 15px 20px 20px;
  }

  .testimonials .testimonial-item .testimonial-footer h5 {
    font-size: 1rem;
  }

  .testimonials .testimonial-item .testimonial-footer span {
    font-size: 0.8rem;
  }

  .testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 1.3rem;
    bottom: 10px;
    right: 15px;
  }

  .testimonials .swiper-button-prev,
  .testimonials .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .testimonials .swiper-button-prev::after,
  .testimonials .swiper-button-next::after {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .testimonials .testimonial-slider {
    padding-bottom: 30px;
  }

  .testimonials .testimonial-item .testimonial-header {
    padding: 15px 15px 10px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 55px;
    height: 55px;
  }

  .testimonials .testimonial-item .testimonial-body {
    padding: 0 15px 10px;
  }

  .testimonials .testimonial-item .testimonial-body p {
    font-size: 0.9rem;
  }

  .testimonials .testimonial-item .testimonial-footer {
    padding: 10px 15px 15px;
  }

  .testimonials .testimonial-item .testimonial-footer h5 {
    font-size: 0.95rem;
  }

  .testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 1.2rem;
  }

  .testimonials .swiper-navigation {
    margin-top: 10px;
  }
}

/* CSS of Testimonials Ends */

/* FAQ CSS  Start */
.faq-img {
  width: 500px !important;
}

.faq-area p {
  font-size: 16px !important;
  line-height: 32px !important;
}

.faq-wrap .accordion-item {
  background-color: transparent;
  border: unset;
}

.faq-wrap .accordion-item .accordion-collapse .accordion-body {
  padding: 0 0 24px;
  color: var(--color-light-white);
  padding-right: 90px;
}

.faq-wrap .accordion-item .accordion-collapse.show .accordion-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.faq-wrap .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-wrap .accordion-item:first-of-type,
.faq-wrap .accordion-item:last-of-type {
  border-radius: unset;
}

.faq-wrap .accordion-item .accordion-button {
  font-family: var(--ff-inter);
  color: var(--color-white);
  padding: 0 0 23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 991.98px) {
  .faq-wrap .accordion-item .accordion-button {
    font-size: 18px;
  }
}

.faq-wrap .accordion-item .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: bootstrap-icons !important;
  content: "\f4fe";
  background-image: unset;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border: 2.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: var(--color-light-white);
}

@media only screen and (max-width: 991.98px) {
  .faq-wrap .accordion-item .accordion-button::after {
    font-size: 18px;
    width: 25px;
    height: 25px;
  }
}

.faq-wrap .accordion-item .accordion-button:focus {
  box-shadow: unset;
  border-color: rgba(255, 255, 255, 0.25);
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
  border-bottom: 1px solid transparent;
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  border: 2.5px solid #fff;
  color: var(--color-white);
}

.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

/* FAQ CSS  Ends */

/* CSS of Contact Us Start */
.contact {
  background: rgba(244, 244, 244, 1);
  padding: 50px 0;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  outline: none !important;
}

.contact h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #1e4098;
}

.contact p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #444444;
  padding-bottom: 20px;
}


.contact .contact-form .form-group {
  margin: 20px 0;
}

.contact .contact-form .form-group input {
  padding: 10px;
}

.send-btn {
  background: #f68524 !important;
  text-align: left !important;
}

.send-btn:hover {
  background: #1e4098 !important;
  color: #ffffff !important;
}

.content-boxes {
  display: flex;
  justify-content: space-between;
}

@media(max-width:500px) {
  .content-boxes {
    flex-direction: column;
  }
}

.cont-info-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  padding: 0px 20px;
}

.cont-info-icnwrapper {
  width: 40px !important;
  height: 40px;
  padding: 10px 10px;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #F7F7F7;
  justify-content: center;
  margin-top: 8px;
}

.cont-info-icnbox {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  color: #1e4098;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.18rem;
}

.cont-info-detail {
  word-break: break-all;

}

.cont-info-head {
  font-size: 18px !important;
  font-weight: 700;
  color: #1e4098;
  margin-bottom: -8px;
}

.cont-info-detail a {
  color: #444444;
  text-decoration: none;
  font-size: 16px;
}

svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

/* CSS of Contact Ends */

/* Subscribe Section Start */
.subscribe-area {
  padding-bottom: 50px;
}

.subscribe-content {
  padding: 0 150px;
  font-size: 18px;
  line-height: 36px !important;
}

@media(max-width:1024px) {
  .subscribe-content {
    padding: 0px;
  }
}

/* Subscribe Section Ends */

/* Footer Section Start */

.footer {
  color: #ffffff;
  background-color: #05071e;
  font-size: 14px;
  padding-bottom: 30px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 15px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .footer-about p {
  font-size: 16px;
  margin-top: 10px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  transition: 0.3s;
  text-decoration: none !important;
}

.footer .social-links a:hover {
  color: var(--accent-color);
}

.footer .social-links a i {
  font-size: 20px;
}

.footer h4 {
  font-size: 18px;
  line-height: 36px !important;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #f68524;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  display: flex;
  align-items: center;
  list-style: none !important;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
}

.footer .footer-links ul a:hover {
  color: #f68524;
}

.footer .footer-contact ul {
  padding-left: 0 !important;
  margin-top: -3px;
}

.footer .footer-contact ul li {
  margin-bottom: 10px;
  list-style: none;

}

.footer .footer-contact a {
  text-decoration: none;
  color: #ffffff;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/* Footer Section Ends */


/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #e5e5e5;   /* light grey background */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #1e4098 !important;   /* your color */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #163477 !important;   /* slightly darker on hover */
}

/* Chatbot Box */
.fixed-buttons {
    position: fixed;
    right: 30px;
    bottom: 15%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: space-between; */
    gap: 150px;
    z-index: 9999;
}


.dual-icon {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.icon-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.icon-btn:hover {
    transform: scale(1.1);
}

.chatbot {
    background: var(--primary);
}

.chatbot img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chatbot-box {
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 320px;
  height: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  z-index: 9999;
}

/* Header */
.chatbot-header {
  background: #1e4098;
  color: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.chatbot-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* Body */
.chatbot-body {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
  background: #f5f7ff;
}

.bot-msg,
.user-msg {
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  max-width: 80%;
}

.bot-msg {
  background: #e0e7ff;
  color: #000;
}

.user-msg {
  background: #1e4098;
  color: #fff;
  margin-left: auto;
}

/* Footer */
.chatbot-footer {
  display: flex;
  border-top: 1px solid #ddd;
}

.chatbot-footer input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}

.chatbot-footer button {
  background: #1e4098;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}
