*{
  margin: 0;
  padding: 0;
}
.gradient-text {
  background: linear-gradient(to right, #7F43CC, #2278C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
:root{
  --ui-font: 'Mulish', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
body {
  font-family: 'Mulish', sans-serif;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
h3, h4,p,span .medium-text {
  font-weight: 500;
  font-size: 24px;
}

h5{
  font-weight: 400;
}
h2, strong, .bold {
  font-weight: 700;
  font-size: 32px;
}


h1, .extra-bold {
  font-weight: 800;
  font-size: 60px;
}
a {
  color: inherit;   
  text-decoration: none;
}
.captcha-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0;
}


.captcha-display {
  width: 200px;	
  background: repeating-linear-gradient(
      45deg,
      #e0e0e0,
      #e0e0e0 10px,
      #d5d5d5 10px,
      #d5d5d5 20px
  );
  color: #a6a2a2;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 4px;
  padding: 5px 18px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  user-select: none;
  margin: 10px 0px;
  }
.captcha-input {
  padding: 12px 15px;
  width: 180px;
  border: 2px solid #d0d0d0;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.3s;
}

.captcha-input:focus {
  border-color: #4b79ff;
  box-shadow: 0 0 0 3px rgba(75,121,255,0.2);
}


.captcha-refresh {
  cursor: pointer;
  font-size: 20px;
  color: #4b79ff;
  transition: 0.3s;
}

.captcha-refresh:hover {
  transform: rotate(90deg);
  color: #2f5aff;
}
header {
  width: 100% !important;
  height: 100px;
  display: flex;
  justify-content: center;
  z-index: 1000;
  position: relative;
  top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  color: white;
}
header.scrolled {
    background: rgba(255, 255, 255, 0.65);
}
.container {
  width: 90%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container i{
  display: none;
}
.container-child{
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: auto;
}
.container-child a{
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

 .gradient-text {
  background: linear-gradient(to right, #7F43CC, #2278C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#navMenu{
  display: flex;
  gap: 40px !important;
  list-style: none;
}
#navMenu a{
  text-decoration: none;
  color: #120821;
  font-size: 24px;
  font-weight: 500;
}
header img {
  width: 160px;
  height: 32px;
  vertical-align: middle;
}
.contact-info{
  display: flex;
  gap: 20px;
}
.contact-info button{
  width: 200px;
  height: 40px;
  border-radius: 32px;
  border: none;
}
.contact-info button span{
  font-size: 17px;
  font-family: 'Mulish', sans-serif;
}
.contact-gradient-text {
  background: linear-gradient(to bottom, #2278C5, #4763C8, #7F43CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-btn1 {
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(180deg, #2278C5, #4763C8, #7F43CC) border-box;
  border: 1px solid transparent !important;
  cursor: pointer;
}

.contact-btn1 h3 {
  background: linear-gradient(180deg, #2278C5, #4763C8, #7F43CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-btn-2 {
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(180deg, #2278C5, #4763C8, #7F43CC) border-box;
  border: 1px solid transparent !important;
  cursor: pointer;
}

.main-btn-2 h3 {
  background: linear-gradient(180deg, #2278C5, #4763C8, #7F43CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-btn{
  background: linear-gradient(to left, #7F43CC, #2278C5);
  cursor: pointer;
}
.main-container{
  position: relative;
  width: 100%;
  height: 50rem;
  display: flex;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 30px !important;
}
.main-text{
  width: 40%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  gap: 20px;
  margin-left: 50px;
}
.main-text p{
  font-size: 32px;
}
.main-img {
  position: absolute;
  top: -37%;
  right: -12%;
  width: 1050.79px; 
  transform: rotate(-31.68deg);
  height: 798.99px; 
  overflow: visible; 
}
.main-img img {
  width: 100%;
  height: 100%;
  transform: rotate(28.68deg);
  display: block;
}
.main-buttons{
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.main-btn-1{
  width: 280px;
  height: 52px;
  border-radius: 32px;
  padding: 10px;
  border: none;
  background: linear-gradient(to left, #7F43CC, #2278C5);
  cursor: pointer;
}
.main-btn-1 h3{
  font-size: 17px;
  color: white;
  font-weight: 700;
}
.main-btn-1 span{
  font-size: 17px;
  color: white;
  font-weight: 700;
}
.main-btn-2{
  width: 229px;
  height: 52px;
  border-radius: 32px;
  border: 1px solid #2278C5;
  padding: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
.main-btn-2 h3{
  font-size: 17px;
  font-weight: 700;
}
.main-btn-2 a{
  text-decoration: none;
}
.services {
  width: 90%;
  max-width: 2000px;
  margin: 80px auto;
}

.section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 40px;
}
.services-page {
  width: 90%;
  max-width: 2000px;
  margin: 8rem auto;
}
.area-services {
  width: 90%;
  max-width: 1200px;
  margin:auto;
  padding-top: 80px;
}
.service-header{
  display: flex;
  /* justify-content: space-evenly; */
}
.service-navigation{
    width: 20px;
    height: 20px;
    background: linear-gradient(to bottom, #2278C5, #4763C8, #7F43CC);
    margin: 12px 25px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-title {
  font-size: 48px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 40px;
}
.area-service-title {
  font-size: 48px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 40px;
}
.area-img{
  width: 100%;
  height: 500px;
  margin: auto 5px;
}
.area-img img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.area-text{
  width: 100%;
  margin: 20px 0px;
  color: rgba(18, 8, 33, 1);
}
.area-text h1{
  font-size: 24px;
  line-height: 1.5;
  margin-top: 15px;
}
.area-text h2{
  font-size: 28px;
  line-height: 1.5;
  margin-top: 15px;
}
.area-text h3{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
}
.area-text p{
  font-size: 24px;
  line-height: 1.4;
}
.area-text a{
  color:  #165e9f;
}
.area-text a:hover{
   color: #1772c5;
}
.area-text li{
  margin-left: 20px;
  font-size: 24px;
  line-height: 1.4;
}
.area-text ol{
  margin-left: 5px;
  font-size: 15px;
}
ol li::marker {
  font-weight: bold;
}

ol li b {
  font-weight: bold;
}

ol li {
  font-weight: normal;
}
.service-card {
  display: flex;
  align-items: stretch;
  background: linear-gradient(67.43deg, rgba(34, 120, 197, 0.16) 14.68%, rgba(71, 99, 200, 0.16) 51.82%, rgba(127, 67, 204, 0.16) 87.21%);
  border-top-left-radius: 80px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.service-card-reverse {
  display: flex;
  align-items: stretch;
  border-top-left-radius: 8px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.service-card-reverse.reverse {
  flex-direction: row-reverse;
  background: linear-gradient(67.43deg, rgba(34, 120, 197, 0.16) 14.68%, rgba(71, 99, 200, 0.16) 51.82%, rgba(127, 67, 204, 0.16) 87.21%);

}

.service-img {
  width: 60%;
}
.service-img-reverse {
  width: 60%;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 80px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 8px;
}
.service-img-reverse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 80px;
}


.service-text {
  width: 40%;
  padding: 40px;
  margin: auto 20px;
}
.service-text-reverse {
  width: 40%;
  padding: 40px;
  margin: auto 50px;
}

.service-text h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-text-reverse h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-text p, 
.service-text ul {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.service-text ul {
  margin-top: 20px;
}

.service-text ul li {
  margin-bottom: 10px;
  font-weight: 500;
  margin-left: 20px;

}
.service-text-reverse ul {
  margin-top: 20px;
  margin-left: 20px;
}

.service-text-reverse ul li {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
}

/* Responsive */
@media (max-width: 900px) {
  .service-card,
  .service-card.reverse {
    flex-direction: column;
  }
  .service-card-reverse,
  .service-card-reverse.reverse {
    flex-direction: column;
  }

  .service-img,
  .service-text {
    width: 100%;
  }
  .service-img-reverse,
  .service-text-reverse {
    width: 100%;
  }

  .service-img {
    height: 250px;
  }
  .service-img-reverse {
    height: 250px;
  }
}
.compare-slide{
  width: 90%;
  max-width: 2000px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.compare-slide h2{
  font-weight: 800;
  font-size: 60px;
}
.area-compare-slide{
  width: 90%;
  max-width: 2000px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.compare-slide h3{
  margin-bottom: 30px;
  color: rgba(143, 144, 150, 1);
  font-size: 24px;
}
.area-compare-slide h1{
  color: #000000;
  font-weight: 700;
  font-size: 28px;
}
.area-compare-slide h2{
  color: #000000;
  font-weight: 700;
  font-size: 28px;
}
.compare{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.compare-container {
  width: 600px;
  max-width: 900px;
  height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* Images */
.compare-img img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-img {
  clip-path: inset(0 90% 0 0); 
}


.handle {
  position: absolute;
  top: 48%;
  left: 10%;
  transform: translateX(-50%);
  width: 220px;
  height: 64px;
  border-radius: 48px;
  cursor: grab;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;

  background: rgba(255, 255, 255, 0.08);  
  backdrop-filter: blur(18px) saturate(200%);
  -webkit-backdrop-filter: blur(18px) saturate(200%);
  box-shadow:
    inset 0 0 2px rgba(255, 255, 255, 0.35),
    0 4px 12px rgba(0, 0, 0, 0.10);
  opacity: 0.9;
}


.handle:active {
  cursor: grabbing;
}


.handle::before {
  content: "";
  position: absolute;
  top: -500px;
  bottom: -500px;
  left: 50%;
  width: 3px;
  background: white;
  transform: translateX(-50%);
  z-index: -1;
}


.before-label { color: #FFFFFF; font-weight: 700;font-size: 14px; }
.after-label  { color: #FFFFFF; font-weight: 700;font-size: 14px; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper select {
  width: 100%;
  font-size: 16px;
  border-radius: 16px;
}

.select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
  color: #555;
}

.form{
  width: 100%;
  height: 1300px;
  background-image: url("img/Group\ 1313\ \(1\)\ 2.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
  padding: 25px;
  max-width: 30rem;
  width: 100%;
  background-color: rgba(245, 238, 255, 0.15);
  margin-left: 4rem;
  border-radius: 48px;
}
.form input,select {
  padding: 18px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 16px;
  font-family: 'Open Sans', sans-serif;
}
.form select{
  color: #8F9096;
}

.form button {
  width: 100%;
  padding: 12px;
  margin-top: 1rem;
  background: linear-gradient(to right, #2278C5, #7F43CC);
  color: white;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color 0.3s;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form button:hover {
  background-color: #0A4B58;
}

.form .bottom-text {
  font-size: 16px;
  color: #E8E8E8;
}
.form label {
  font-size: 16px;
  color: white;
}

.form h1 {
  color: white;
}
form h2 {
  color: white;
  font-weight: 800;
  font-size: 60px;
}
.form p {
  color: white;
}
small {
  color: red;
}
.file-upload {
    display: block;
    padding: 35px;
    background: #f0f0f0;
    border: 1px solid #9265FF;
    border-radius: 32px;
    cursor: pointer;
    text-align: center;

}

.file-upload input {
    display: none;
}
#file-text{
  color: #7F43CC;
  font-size: 20px;
  font-weight: 700;
}
.agree-box {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

#submitBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.about-us{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px 0;
}
.about-text{
  max-width: 600px;
  text-align: justify;
  /* width: 40%; */
  height: auto;
}
.about-text h2{
  font-weight: 800;
  font-size: 60px;
}
.about-text p{
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
 /* .about-text {
  max-width: 800px;
  margin: auto;    
  line-height: 1.7;
  font-size: 18px;
}

.about-text p {
  margin-bottom: 20px; 
} */
.about-img{
  width: 35%;
  height: auto;
}
.about-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.statistics{
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.statistics h2{
  width: 90%;
  align-self: flex-start;
  font-size: 38px;
  font-weight: 500;
  margin-top: 30px;
  color: #120821;
  margin: auto;
}
.stats-container{
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}
.stats-text{
  width: 400px;
  height: 250px;
  border-radius: 40px;
  margin-bottom: 10px;
  background-color: #FBF8FF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.stats-text h3{
  font-size: 80px;
  color: #3B3B3D;
}
.stats-text p{
  font-size: 28px;
  color: #8F9096;
}
.quality{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10rem;
}
.quality-header{
  width: 85%;
}
.quality-header h2{
  font-size: 48px;
}
.quality-container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quality-text{
  width: 35%;
  height: 100%;
  margin: auto;
}
.quality-text h2{
  font-size: 24px;
  font-weight: 700;
  color: #120821;
  line-height: 35px;
}
.quality-text p{
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.quality-img{
  width: 45%;
}
.gallery-wrapper {
    position: relative;
    width: 500px;
    margin: 40px auto;
}

.main-image {
    width: 100%;
    height: 600px; 
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.small {
    position: absolute;
    width: 195px;
    height: 255px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    border: 15px solid rgba(0,0,0,0.25);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    backdrop-filter: blur(5px);
}

.small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.top-left {
    top: 40px;
    left: -60px;
}

.bottom-right {
    bottom: 40px;
    right: -60px;
}
.down-top-left {
    top: -60px;
    left: -80px;
}

.down-bottom-right {
    bottom: -80px;
    right: -60px;
}
.testimonial{
  width: 100%;
  height: 50rem;
  display: flex;
  margin: auto;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5rem;
}
.testimonial-text{
  width: 40%;
  height: auto;
}
.testimonial-text h2{
  text-align: left;
  font-size: 60px;
  font-weight: 800;
}
.testimonial-text h3{
  font-size: 60px;
  text-align: left;
}
.testimonial-text p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.testimonal-direction{
  width: 121px;
  height: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(to bottom, #2278C5,#4763C8, #7F43CC);
  cursor: pointer;
}
.testimonal-direction i{
  color: #FFFFFF;
  font-size: 60px;
}
.testimonial-img{
  width: 40%;
  height: 90%;
  border-top-left-radius: 48px;
  border-top-right-radius: 240px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 240px;
  background-image: url(./img/Rectangle\ 680.jpg);
  background-size: 100% 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.testimonial-img p{
  font-weight: 400;
}
.client-info{
  width: 100%;
  margin-right: 50px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.client-info h3{
  margin: 10px;
  font-size: 32px;
}
.testimonial-img{
  font-size: 24px;
  color: #FFFFFF;
}
.testimonial-img img{
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 10px solid #FFFFFF;
  border-top-left-radius: 32px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 2px;
}
.faq {
  max-width: 2000px;
  margin: 50px auto;
  padding: 0 20px;
}
.faq-container {
  max-width: 1200px;
  margin: 8rem auto;
  padding: 0 20px;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  margin-bottom: 20px; 
}

.faq-header h1{
  margin-bottom: 15px;
}
.faq-header h2{
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 60px;
}
.faq-header h3{
  font-size: 20px;
}
.faq-header i{
  font-size: 20px;
}
.faq-item {
  border: 1px solid #9265FF;
  border-radius: 16px;
  padding: 25px 10px;
  margin-bottom: 10px;
  background-color: #FBF8FF;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question span {
  font-size: 24px;
  color: #3A414B;
}

.faq-question i {
  font-size: 28px;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.6;
  color: #3A414B;
  transition: max-height 0.5s ease;
}

/* Active state */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}
.faq-item.active .faq-question {
  font-weight: 600;
}
.blog {
  max-width: 2000px;
  margin: 50px auto;
  padding: 0 20px;
}

.blog h1 {
  text-align: center;
  margin-bottom: 40px;
}

  */
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-bottom: 15px;
}

.blog-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: start;
}

.blog-card p {
  font-size: 16px;
  color: #555;
  text-align: start;
}
.blog-card {
  background-color: #FBF8FF;
  border-radius: 16px;
  width: 350px !important;
  height: 440px !important;
  text-align: center;
  overflow: hidden;
}
.blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 7; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card-border{
  width: 95%;
  height: 48%;
  margin: auto;
  padding: 7px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: white;
}
.blog-card-header{
  display: flex;
  justify-content: space-between;
}
.blog-navigation{
  width: 20px;
  height: 20px;
  background: linear-gradient(to bottom, #2278C5,#4763C8, #7F43CC);
  margin-top: 10px;
  margin-right: 5px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-card h3{
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.blog-card p{
  font-size: 14px !important;
  font-weight: 400;
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: 220px; 
}
.rotate45 {
  display: inline-block;
  transform: rotate(-45deg);
  color: white;
}
.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fg-image {
  width: 95%; 
  height: 95%;
  position: absolute;
  left: 3%;
  bottom: 0;
  z-index: 2;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  margin-bottom: 20px; 
}
.blog-header h1{
  margin-bottom: 15px;
}
.blog-header h2{
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 60px;
}
.blog-header h3{
  font-size: 20px;
}
.blog-header i{
  font-size: 20px;
}
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  margin-bottom: 20px; 
}
.services-header h1{
  margin-bottom: 15px;
}
.services-header h2{
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 60px;
}
.services-header h3{
  font-size: 20px;
}
.services-header i{
  font-size: 20px;
}
footer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  color: #002332;
  background: linear-gradient(153.55deg, rgba(34, 120, 197, 0.1) 9.51%, rgba(120, 71, 203, 0.1) 87.84%);
}

.footer-container {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 2000px;
}
.contacts {
  display: flex;
  flex-direction: column;
  line-height: 15px;
  /* margin-bottom: 2rem; */
}
/* .privacy-policy{
  margin-top: 30px;
} */
.contacts h3 {
  font-size: 20px !important;
  margin-bottom: 0;
  line-height: 24px;
  text-decoration: none;
  color: #120821;
}
.contacts a{
  font-size: 16px !important;
    margin-bottom: 0;
  /* line-height: 24px; */
  text-decoration: none;
  color: #120821;
}
.contacts span{
  margin-top: 20px;
}
.info ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #120821;
}

.info ul li a {
  color: #120821;
  text-decoration: none;
  transition: color 0.3s;
}

.info ul li a:hover {
  color: #a8d0e6;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: right;
}
.footer-copy{
  margin-bottom: 20px;
}
.footer-logo{
  display: flex;
  flex-direction: column;
}
.footer-logo img {
  width: 90px;
  margin: 10px;
}

.footer-copy p {
  font-size: 0.85rem;
  color: #120821;
}
.blog-main{
  /* display: flex; */
      max-width: 1200px;
      margin: 8rem auto;
      gap: 2rem;
      padding: 0 2rem;
}
.blog-main h1{
  margin-bottom: 30px;
}
    .blog-main-container {
      display: flex;
      max-width: 1200px;
      /* margin: 10rem auto; */
      gap: 2rem;
      /* padding: 0 2rem; */
    }

    .main-content {
      flex: 2;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .featured-image {
      width: 100%;
      height: 440px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
    }

    .featured-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .blog-content {
      background: white;
      color: black;
      border-radius: 15px;
      opacity: 1;
      transform: translateY(20px);
      transition: all 0.3s ease;
    }

    .blog-content.active {
      opacity: 1;
      transform: translateY(0);
    }

    .blog-content h2 {
      color: #000000;
      margin-bottom: 1rem;
      font-size: 20px !important;
      line-height: 28px;
    }

    .blog-content p {
      margin-bottom: 1rem;
      font-weight: 400;
      font-size: 17px;
      line-height: 28px;
      text-align: justify;
      color: #000000;
    }

  
    .blog-list {
      list-style: none;
    }

    .blog-item {
      margin-bottom: 1.5rem;
      cursor: pointer;
      padding: 1rem;
      border-radius: 10px;
      transition: all 0.3s ease;
      border: 2px solid transparent;
    }

    .blog-item:hover {
      background: #f0f4ff;
      border-color: #667eea;
      transform: translateX(5px);
    }

    .blog-item.active {
      background: #667eea;
      color: white;
      border-color: #667eea;
    }

    .blog-item h3 {
      color: inherit;
      margin-bottom: 0.5rem;
      font-size: 1.1rem;
    }

    .blog-item p {
      color: #666;
      font-size: 0.9rem;
      line-height: 1.4;
    }
    .swiper-wrapper{
      display: flex;
      justify-content: space-between;
    }
    .swiper-wrapper-blog{
      display: flex;
      justify-content: space-between;
    }
    .swiper-slide{
      cursor: pointer;
    }
    /* Responsive */
    @media (max-width: 768px) {
      header{
        background: rgba(255, 255, 255, 0.45) !important;
      }
      .main-container {
        flex-direction: column;
        padding: 0 1rem;
      }
      form h1{
        font-size: 32px !important;
      }
      form h2{
        font-size: 32px !important;
      }
      .form .bottom-text {
      font-size: 14px !important;
       color: #E8E8E8;
}
      .sidebar {
        max-height: 50vh;
        order: -1;
      }
      .main-img img {
        position: absolute;
        top: -47% !important;
        right: -27% !important;
        height: 498.99px; 
        overflow: visible; 
       }
      .quality-text h2{
         font-size: 20px !important;
         font-weight: 700;
         color: #120821;
         line-height: 35px;
         }
      .quality-text p{
         font-size: 17px !important;
         }
         .quality {
          margin-top: 3rem;
         }
         .blog-content h2 {
      color: #000000;
      font-size: 20px !important;
    }
         .blog-content p {
      color: #000000;
      font-size: 17px !important;
      font-weight: 400;
    }
      .featured-image {
        height: 250px;
      }
      .two-cols {
    flex-direction: column;
  }
      .modal-content form h3 {
        font-size: 24px !important;
    }
      .footer-bottom {
         display: flex;
         flex-direction: column;
         align-items: center;
         width: 100%;
         }
  .area-compare-slide h1{
  font-size: 20px !important; 
}
  .area-compare-slide h2{
  font-size: 20px !important;
}
.swiper-wrapper{
      display: flex;
      justify-content: space-evenly;
    }
    .swiper-wrapper-blog{
      display: flex;
      justify-content: space-between;
    }
    }
  
    .sidebar::-webkit-scrollbar {
      display: none;
    }

    .sidebar::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px;
    }

    .sidebar::-webkit-scrollbar-thumb {
      background: #667eea;
      border-radius: 10px;
    }

    .sidebar::-webkit-scrollbar-thumb:hover {
      background: #5a67d8;
    }
    .sidebar {
     width: 350px;
     max-height: 850px;
     overflow-y: auto;
}

.blog-sidebar-item {
  list-style: none;
  background: #FBF8FF;
  border-radius: 16px;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
  transition: 0.2s;
}
.blog-sidebar-item.active {
   background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(180deg, #2278C5, #4763C8, #7F43CC) border-box;
  border: 2px solid transparent !important;
}

.blog-sidebar-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.blog-sidebar-item h3 {
  font-size: 16px;
  color: #3A414B;
  font-weight: 700;
  margin: 8px 0 5px;
}
.blog-sidebar-item p{
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #3A414B;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-swiper {
  width: 100%;
  padding: 30px 0;
  margin: 50px;
}

.compare-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
@media (min-width: 1920px) {
  .main-text{
    width: 32%;
    margin-left:8rem;
  }
  .form form {
    margin-left: 8rem;
  }
  .service-card {
  max-height: 500px;
}
.service-card-reverse {
  max-height: 500px;
}
.main-img
 {
        position: absolute;
        top: -40%;
        right: 0%;
        width: 1050.79px;
        transform: rotate(-33.68deg);
        height: 798.99px;
        overflow: visible;
    }
}
@media (max-width: 1920px) {
  .about-text p{
  /* font-size: 18px; */
  line-height: 24px;
}
.testimonial-img {
    width: 50%;
    height: 80%;
    border-top-left-radius: 48px;
    border-top-right-radius: 240px;
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 240px;
    background: linear-gradient(to right, #2278C5, #7F43CC);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.testimonial-img p{
  font-size: 20px;
}
.quality-img{
  width: 52%;
}
.main-img {
  position: absolute;
  top: -40%;
  right: -27%;
  transform: rotate(-31.68deg);
  height: 798.99px; 
  overflow: visible; 
}
.main-text{
  width: 55%;
}
.main-img img {
    top: 100%;
    right: 100%;
    overflow: visible;
}
.gallery-wrapper{
  width: 400px;
}
.modal-content .book-btn{
  margin-top: 0px !important;
}
.modal-content {
  /* padding: 10px 10px !important; */
  width: 90%;
  max-width: 540px !important;
  max-height: 80vh;
  height: auto;
}
.modal-content form h3{
  font-size: 30px;
}
.modal-content input{
  padding: 10px 25px !important;
  margin: 10px 0 15px !important;
}
.faq {
    padding: 0px 75px;
}
.blog {
    padding: 0px 75px;
}
.testimonial-text{
  width: 35%;
}
.faq-container {
  padding: 0 70px;
}
.service-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-text-reverse h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-text-reverse p{
 font-size: 20px;
}
.service-text p, 
.service-text ul {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.service-text-reverse ul li{
   font-size:20px;
}
.area-text h1 {
  font-size: 20px !important;
}
.area-text h2 {
  font-size: 24px !important;
}
.area-text h3 {
  font-size: 20px !important;
}
.area-text p {
  font-size: 20px !important;
}
.area-text li {
  font-size: 20px !important;
}
}
@media (max-width: 1440px) {
  .main-img {
  position: absolute;
  top: -45%;
  right: -40% !important;
  /* width: 1050.79px;  */
  transform: rotate(-31.68deg);
  height: 798.99px; 
  overflow: visible; 
}
}
@media (max-width: 1200px) {
  .main-img {
    right: -20%;
    width: 900px;
    height: 700px;
  }
  .main-img img {
    transform: rotate(28.68deg);
  }
  .faq-container {
  padding: 0 20px;
}
}

@media (max-width: 992px) {
  .main-container {
    height: auto;
    padding: 100px 20px 50px;
  }
  .main-text, .main-img {
    width: 70%;
    transform: none;
  }
  .main-img {
    margin-top: 50px;
    width: 100%;
    max-width: 600px;
    height: auto;
    transform: none;
  }
  .main-img img {
    transform: none;
    border-radius: 32px;
  }
  .main-text h1 {
    font-size: 48px !important;
    line-height: 1.2;
  }
  .main-text p {
    font-size: 24px;
  }

  .service-card,
  .service-card-reverse {
    flex-direction: column;
  }
  .service-img, .service-img-reverse,
  .service-text, .service-text-reverse {
    width: 100%;
  }
  .service-img, .service-img-reverse {
    height: 300px;
  }

  .about-us {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
  .about-text, .about-img {
    width: 95%;
    text-align: start;
    margin-bottom: 30px;
  }
  .about-img img {
    width: 100%;
    height: auto;
    border-radius: 32px;
  }

  .testimonial {
    flex-direction: column;
    height: auto;
    padding: 50px 20px;
    /* text-align: center; */
  }
  .testimonial-text, .testimonial-img {
    width: 80%;
  }
  .testimonial-text h3 {
    font-size: 40px !important;
  }
  .testimonial-img {
    margin-top: 30px;
    padding: 40px;
  }

  .quality-container {
    width: 80%;
    flex-direction: column;
    gap: 40px;
  }
  .quality-text, .quality-img {
    width: 100%;
  }
  .quality-text{
    order: 1;
  }
  .quality-img{
     order: 2;
  }
  .main-image {
    height: 400px;
  }
  .small {
    width: 150px;
    height: 200px;
  }
  .top-left { top: -60px; left: -40px; }
  .bottom-right { bottom: -60px; right: -40px; }
  .down-top-left { top: -40px; left: -60px; }
  .down-bottom-right { bottom: -60px; right: -40px; }
  .blog-main-container {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    max-height: none;
    overflow: visible;
    margin-top: 30px;
  }
  .blog-sidebar-item {
    height: auto;
    padding: 15px;
    max-width: 400px;
    margin: auto;
  }
  .blog-sidebar-item img {
    height: 180px;
  }
  .main-buttons {
    flex-direction: column;
  }
  .main-buttons a:nth-child(1) {
    order: 2;
  }

  .main-buttons a:nth-child(2) {
    order: 1;
  }
  .main-btn-1, .main-btn-2 {
    width: 100%;
    max-width: 280px;
  }
  .section-title {
    font-size: 36px;
  }

  .form {
    height: auto;
    padding: 50px 20px;
    background-size: cover;
  }
  .form form {
    margin-left: 0;
    padding: 20px;
  }

  .statistics {
    max-width: 1800px;
    height: auto;
    padding: 40px 20px;
  }
  .stats-container {
    flex-direction: column;
    gap: 20px;
  }
  .stats-text {
    width: 100%;
    height: 150px;
  }

  .compare-container {
    width: 100%;
    height: 350px;
  }

  .blog-card {
    width: 100% !important;
    height: auto !important;
  }

  .faq-header h1,
  .blog-header h1 {
    font-size: 32px;
  }
  .footer-container{
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: auto;
    margin-top: 20px;
  }
  .footer-container .info ul{
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 768px) {
  header {
    height: auto;
    padding: 15px 0;
  }
  .container-child {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
  }
  .container i{
    display: block !important;
    color: #120821;
    font-size: 35px;
  }
  #navMenu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    display: none !important;
  }
  #navMenu a {
    font-size: 18px;
  }
  .main-content {
    order: 1;
  }
   .sidebar {
    order: 2;
  }
  .desktop-br {
    display: none;
  }
  .main-content {
    width: 100%; 
  }
  .blog-sidebar-item {
    width: 100%;
    margin: 10px auto;
  }
  .contact-info {
    flex-direction: column;
    width: 100%;
    align-items: center;
    display: none !important;
  }
  .contact-info button {
    width: 180px;
  }
.main-text, .main-img {
    width: 70%;
    transform: none;
    padding: 2px !important;
  }
  .main-text{
  margin-left: 0px;
}
  .main-img {
    position: absolute;
    right: -55%;
    width: 100%;
    max-width: 600px;
    height: auto;
    transform: none;
  }
  .policy-terms{
  padding: 30px !important;
  max-width: 945px;
  margin: 120px auto auto;
  line-height: 30px;
}
.policy-terms li{
  font-size: 18px !important;
}
.about-text p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
  .main-text h1 {
    font-size: 40px !important;
  }
  .main-text p {
    font-size: 20px !important;
  }
  .faq-question span,.faq-answer{
    font-size: 16px;
  }
  .compare-swiper .swiper-slide {
    padding: 0 10px;
  }
  .compare-swiper {
    padding: 20px 0;
  }
  .testimonial-img svg{
    width: 45px;
    height: 40px;
  }
  .service-text{
    margin: 0;
  }
  .service-text-reverse{
    margin: 0;
  }
  .service-text h3{
    font-size: 24px !important;
  }
  .service-text-reverse h3{
    font-size: 24px !important;
  }
  .service-text p,ul{
    font-size: 20px !important;
  }
  .service-text-reverse ul{
    font-size: 20px !important;
  }
  .faq{
    padding: 0 20px ;
  }
  .blog{
    padding: 0 20px;
  }
  .stats-text h3{
    font-size: 64px !important;
    font-weight: 500;
  }
  .stats-text p{
    font-size: 24px !important;
  }
  .testimonal-direction{
    margin: 20px;
    align-self: self-start;
  }
  .area-img{
  width: 100%;
  height: 200px;
  margin: auto 5px;
}
  .area-text h2 {
   font-size: 22px !important;
  }
  .services-header h2{
  font-size: 32px;
}
.statistics h2{
    font-size: 24px !important;
  }
  .quality-header h2{
  font-size: 32px !important;
}
.faq-header h2{
  font-size: 32px !important;
}
.blog-header h2{
  font-size: 32px !important;
}
.home-title{
 display: none;
}
}

@media (max-width: 576px) {
  h1 { font-size: 32px !important; }
  h2 { font-size: 28px !important; }
  h3 { font-size: 20px !important; }
  p { font-size: 16px !important; }

  .main-text h1 {
    font-size: 30px !important;
  }
  .main-text p {
    font-size: 18px;
  }
  .main-buttons {
    gap: 15px;
  }
  .main-btn-1, .main-btn-2 {
    height: 48px;
  }
  .main-btn-1 h3, .main-btn-2 h3 {
    font-size: 16px;
  }
    .section-title {
    font-size: 32px !important;
  }
  .service-img, .service-img-reverse {
    height: 200px;
  }
 .main-img img {
        position: absolute;
        top: -27% !important; 
        right: -27% !important;
        height: 398.99px; 
        overflow: visible; 
       }
  .testimonial-img {
    padding: 30px;
  }
  .testimonial-img p {
    font-size: 16px;
    font-weight: 400;
  }
  .testimonial-img{
    background-image: url(./img/Rectangle\ 4212.jpg);
    background-size: 100% 100%;
    width: 95%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .testimonial{
    padding: 0px;
    text-align: start;
  }
  .client-info h3 {
    font-size: 24px;
  }
  .testimonial-img img {
    width: 80px;
    height: 80px;
  }
.main-text, .main-img {
    /* width: 75% !important; */
    transform: none;
    padding: 2px !important;
  }
 .service-text-reverse p{
    font-size: 20px !important;	 
 }
 .service-text p,li{
    font-size: 20px !important;
  }
  .main-btn-2 h3{
    font-size: 17px !important;
  }
  .main-btn-1 h3{
    font-size: 17px !important;
  }
  .main-buttons{
    margin: auto;
  }
  .main-img {
    position: absolute;
    top: -22%;
    right: -70%;
    width: 100%;
    max-width: 600px;
    height: auto;
    transform: none;
  }
  .modal-content label {
    font-size: 16px !important;
}
  .gallery-wrapper {
    transform: scale(0.8);
    width: 100%;
  }
  .main-image {
    height: 300px;
  }
  .policy-terms p,li{
  font-size: 15px;
  font-weight: 400;
}
.policy-terms h2{
  font-size: 20px !important;
}
.policy-terms h4{
  font-size: 20px !important;
}
.compare-slide h2{
  font-size: 32px !important;
}
.about-text h2{
  font-size: 32px !important;
}
.testimonial-text h2{
  font-size: 32px !important;
}
}


*{box-sizing: border-box;margin:0;padding:0}
:root{--ui-font:'Mulish', system-ui, -apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial}
html,body{font-family:var(--ui-font);overflow-x:hidden;-webkit-font-smoothing:antialiased}


.gradient-text{background:linear-gradient(to right,#7F43CC,#2278C5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.contact-gradient-text{background:linear-gradient(to bottom,#2278C5,#4763C8,#7F43CC);-webkit-background-clip:text;-webkit-text-fill-color:transparent}


/* ----------------------------
Typography
---------------------------- */
h1,.extra-bold{font-weight:800;font-size:60px}
h2,strong,.bold{font-weight:700;font-size:32px}
h3,h4,p,span .medium-text{font-weight:500;font-size:24px}
h5{font-weight:400}
small{color:red}


/* ----------------------------
Header / Container
---------------------------- */
header{position:fixed;top:0;left:0;right:0;height:100px;display:flex;justify-content:center;align-items:center;z-index:1000;background:rgba(255,255,255,0.65);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,0.1);box-shadow:0 8px 32px rgba(0,0,0,0.15);color:white}
.container{width:90%;max-width:2000px;display:flex;justify-content:space-between;align-items:center}
.container-child{width:100%;display:flex;justify-content:space-between;align-items:center}
.container-child a{display:flex;gap:10px;align-items:center;text-decoration:none}
.container i{display:none}
#navMenu{display:flex;gap:20px;list-style:none}
#navMenu a{text-decoration:none;color:#120821;font-size:24px;font-weight:600}
header img{width:160px;height:32px;vertical-align:middle}
.contact-info{display:flex;gap:20px}
.contact-info button{width:200px;height:40px;border-radius:32px;border:0}
.contact-info button h3{font-size:17px;font-family:var(--ui-font)}
.contact-btn{background:linear-gradient(to left,#7F43CC,#2278C5)}


/* ----------------------------
HERO / MAIN
---------------------------- */
.main-container{position:relative;width:100%;display:flex;padding-top:120px /* allow for fixed header */}
.main-container{height:auto}
.main-text{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:24px;text-align:justify}
.main-text p{font-size:28px}
.main-buttons{display:flex;gap:20px;margin-top:20px}
.main-btn-1{width:280px;height:52px;border-radius:32px;padding:10px;border:0;background:linear-gradient(to left,#7F43CC,#2278C5);cursor:pointer}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 9999;
  transform: translateY(-100%);
}

.mobile-menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.close-btn-mobile {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 35px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.85);
    transition: 0.2s ease;
}
.mobile-menu ul li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  color: #120821;
  text-decoration: none;
}
.mobile-menu .contact-btn span{
  font-size: 17px !important;
  font-weight: 400;
}
.mobile-menu.active {
  transform: translateY(0);
}
.mobile-menu .contact-btn {
  width: 300px;
}
.mobile-menu .contact-btn1 {
  width: 300px;
}
.mobile-menu{
  display: none;
}
@media (max-width: 768px) {
  .bx-menu {
    display: block !important;
    font-size: 40px;
    cursor: pointer;
  }
  .mobile-menu{
    display: flex;
    flex-direction: column;
  }
  .mobile-menu .logo{
    width: 82px;
    height: 124px;
  }
  .mobile-menu .contact-info{
    display: block !important;
    display: flex !important;
  }
}
.img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
}
.img img{
  width: 70%;
  height: 100%;
  object-fit: cover;
}

.image-wrapper-blog {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}


.blog-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-fg-image {
  position: relative;
  z-index: 2;
  width: 93% !important;
  height: 100% !important;
  object-fit: cover;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-top: 8px;
  margin: auto;
  display: block;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
.blog-card-info{
  padding: 10px;
  padding-top: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.blog-card-info-small{
  padding: 10px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: white;
}
.active-link {
  background: linear-gradient(to bottom, #2278C5, #4763C8, #7F43CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  padding: 40px 30px;
  width: 90%;
  max-width: 640px;
  max-height: 90vh;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
  animation: modalFade 0.35s ease;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content h3{
  font-size: 60px;
  font-weight: 700;
}
/* Smooth animation */
@keyframes modalFade {
  from {
    transform: translateY(-20px) scale(0.95);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 30px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  transition: 0.2s ease;
}

.close-btn:hover {
  color: #fff;
  transform: scale(1.2);
}

/* Inputs inside popup */
.modal-content input,
.modal-content button {
  width: 100%;
}


.modal-content input {
  padding: 16px 18px;
  margin: 12px 0 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 24px;
  background: #FFFFFF;
  color: #fff;
  outline: none;
  font-size: 15px;
  transition: 0.25s ease;
}
.modal-content label{
  font-size: 18px;
  font-weight: 400;
}
.modal-content input::placeholder {
  color: #8F9096;
}

.modal-content input:focus {
  border-color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.25);
}


.modal-content .book-btn {
  padding: 15px;
  border-radius: 24px;
  background: linear-gradient(135deg, #2278C5, #4763C8, #7F43CC);
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
  margin-top: 20px;
}

.modal-content .book-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
#preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.preview-box {
  position: relative;
  width: 60px;
  height: 60px;
}

.preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #ddd;
}

.preview-box .close-btn {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff3b3b;
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.policy-terms{
  padding: 20px;
  max-width: 945px;
  margin: 120px auto auto;
  line-height: 30px;
}
.policy-terms a{
  text-decoration: none;
}
.policy-terms h1{
  font-size: 30px;
  font-weight: 700;
  color: #120821;
  margin-bottom: 20px;
}
.policy-terms p{
  font-size: 16px;
  font-weight: 400;
}
.policy-terms li{
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}
.policy-terms h2{
  font-size: 24px;
  font-weight: 600;
  color: #120821;
}
.policy-terms h3,strong{
  font-size: 18px !important;
  font-weight: 600;
  color: #120821;
}
.two-cols {
  display: flex;
  gap: 20px;
  width: 100%;
}

.two-cols .input-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.two-cols .input-box input{
  padding: 18px 5px;
}
#services {
  scroll-margin-top: 120px;
}



.dropdown {
  position: relative;
}

.dropdown a {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Icon animation */
.arrow {
  font-size: 18px;
  transition: transform .3s ease;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: 120%;
  left: -5px;
  background: linear-gradient(153.82deg, #2278C5 6.54%, #4763C8 39.36%, #7F43CC 89.78%);
  min-width: 300px;
  padding: 15px 15px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  margin: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s ease;
  list-style: none;
}
.dropdown-menu a{
  font-size: 20px !important;
  line-height: 40px;
  color: rgba(255, 255, 255, 1) !important;
}
.dropdown-menu a:hover{
  background-color: #DCC5FF;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Rotate icon on hover */
.dropdown:hover .arrow {
  transform: rotate(180deg);
}


.video-wrapper {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  font-size: 30px;
  cursor: pointer;

  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  color: white;
  box-shadow: 0 0 30px rgba(255,255,255,0.4);
}

.mobile-submenu {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 50vh;

  background: linear-gradient(
    153.82deg,
    #2278C5 6.54%,
    #4763C8 39.36%,
    #7F43CC 89.78%
  );

  border-radius: 24px 24px 0 0;
  padding: 20px;

  visibility: hidden;
  pointer-events: none;

  overflow-y: auto;
  transition: bottom 0.35s ease;
  z-index: 9999;
}
.mobile-submenu.open {
  bottom: 0;
  visibility: visible;
  pointer-events: auto;
}
.mobile-submenu li a {
  color: white !important;
  padding: 10px 35px;
  display: block;
  font-size: 20px !important;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background 0.3s;
}

.mobile-submenu li:last-child a {
  border-bottom: none;
}

.mobile-submenu li a:hover {
  background: rgba(255,255,255,0.2);
}


.services-toggle-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.mobile-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.mobile-arrow.rotated {
  transform: rotate(180deg);
}


/* Animation */
.mobile-submenu {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    max-height: 300px;
    transform: translateY(0);
  }
}

/* Mobile only */
@media (max-width: 768px) {
  .mobile-menu.active .mobile-submenu {
    animation: slideDown 0.3s ease-out;
  }
}

.submenu-header {
  display: flex;
  position: absolute;
  right: 0;
  padding: 16px 20px;
  color: #fff;
}

.submenu-title {
  font-size: 18px;
  font-weight: 600;
}

.submenu-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

.text-container{
  width: 90%;
  max-width: 2000px;
  margin: auto;
}
.text-container h2{
  font-weight: 800;
  font-size: 50px;
}
.text-container h3{
  font-size: 24px;
  margin-bottom: 50px;
}
