@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    transition: all 0.5s;
    font-family: "Work Sans", sans-serif;
}

:root {
    --button-gradient: linear-gradient(to right, #7e6ecd, #7e6ecd);
    --black-color: #000;
    --theme-color: #7e6ecd;
    --blue-color: #0e0e3a;
    --white-color: #fff;
    --fontsize18: clamp(0.9rem, 1vw, 1.125rem);
    --fontsize20: clamp(1rem, 1.2vw, 1.25rem);
    --fontsize24: clamp(1.1rem, 1.4vw, 1.5rem);
    --fontsize25: clamp(1.2rem, 1.5vw, 1.563rem);

    --fontsize32: clamp(1.5rem, 2vw, 2.032rem);
    --fontsize35: clamp(1.6rem, 2.2vw, 2.188rem);
    --fontsize36: clamp(1.7rem, 2.3vw, 2.25rem);
    --font-size37: clamp(1.8rem, 2.4vw, 2.313rem);

    --fontsize45: clamp(2rem, 3vw, 2.813rem);
    --fontsize48: clamp(2.2rem, 3.2vw, 3rem);

    --fontsize64: clamp(2.8rem, 4vw, 4rem);
    --fontsize73: clamp(3rem, 4.5vw, 4.563rem);
    --fontsize75: clamp(3.2rem, 4.7vw, 4.688rem);
    --fontsize85: clamp(3.5rem, 5vw, 5.313rem);
    --fontsize95: clamp(4rem, 6vw, 5.938rem);
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.fancybox-slide--image {
    padding: 0 !important;
}

:is(ul, li) {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
    transition: 0.5s ease-out;
    color: inherit;
}

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

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

button {
    border: 0;
    outline: 0;
}

section {
    position: relative;
    padding: 5rem 0;
}

a {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 0;
}

.defultbtn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 30px;
    font-weight: 700 !important;
    color: var(--white-color) !important;
}

.defultbtn:hover {
    color: #fff !important;
}

/* header */
.main-header {
    padding: 15px 0;
}

.main-header .navbar {
    justify-content: end;
    gap: 15px;
}

.head-logo img {
    width:220px;
}

.main-header .navbar a {
    font-size: var(--fontsize18);
    font-weight: 500;
    text-transform: capitalize;
    color: var(--blue-color);
}

.chat-head {
    background: var(--button-gradient);
    width: 160px;

}

.whatsappbtn {
    background-color: #24c66b;
    width: 195px;
}

/* main-banner */
.main-banner ,.achievement-style2,.sec-7 .main-container{
    background: var(--button-gradient);
}

.banner-text * {
    color: var(--white-color);
}

.banner-text label {

    font-weight: 700;

}

.banner-text label img {
    filter: brightness(0) invert(1);
    display: block;
    margin: auto auto 10px auto;
}

.banner-text h1 {
    font-size: var(--fontsize48);
    font-weight: 800;
    margin-top: 1rem;
}

.banner-text p {
    font-size: var(--fontsize20);
    margin: 1.2rem 0 2rem;
}

.banner-text h2 {
    color: #ffc107;
    font-size: var(--fontsize24);
    margin-bottom: 0;
}

/* Input box */
.input-box {
    display: flex;
    align-items: center;
    background: var(--white-color);
    border-radius: 50px;
    overflow: hidden;
    max-width: 522px;
    margin: 15px auto 25px;
}

/* Flag */
.flag {
    background: var(--white-color);
    padding: 10px 12px;
}


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

/* Input */
.input-box input {
    border: none;
    outline: none;
    padding: 14px;
    flex: 1;
    background: transparent;
    color: var(--blue-color);
}

/* Button */
.cta-btn {
    background: #ffc107;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    padding: 0;
    border-radius: 50px;
    transition: 0.3s;
    width: 195px;
    height: 40px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.ratingbnr span {
    color: var(--white-color);
    font-weight: 500;

}

.ratingbnr i {
    margin-top: 10px;
    color: #fb923c;
}

.cta-btn:hover {
    background: #e03228;
}

.ratingstar {
    margin: 1rem 0;
}

.ratingstar i {
    color: #fb923c;
}

/* Heading Style */
.uni-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  color: #222;
  overflow: hidden;
}

/* Gradient animated text */
.uni-heading span {
  background: linear-gradient(100deg, #a16eff, #000, #000);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Underline animation */
.uni-heading::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #5b43e3;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
  animation: lineMove 2s ease-in-out infinite alternate;
}


.main-footer{
    padding: 2rem 0;
    background: var(--button-gradient);
}
.main-footer *{
    color: var(--white-color);
}
.main-footer p,.main-footer a{
    font-size: 14px;
    margin-bottom: 0;
}

.section-title{
    color: var(--white-color);
    font-size: 40px;
    font-weight: 600;
}
.ach-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.ach-card:hover {
  transform: translateY(-10px) scale(1.03);
}

.ach-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.ach-card h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.about-modern {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

/* IMAGE WRAPPER */
.about-img-wrap {
  position: relative;
  display: inline-block;
}

/* Main Image */
.about-img-wrap img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}

/* Stylish Border Layer */
.img-border {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 4px solid var(--theme-color);
  border-radius: 15px;
  z-index: 1;
  transition: 0.4s;
}

/* Hover Effect */
.about-img-wrap:hover img {
  transform: translate(-10px, -10px);
}

.about-img-wrap:hover .img-border {
  transform: translate(10px, 10px);
}

/* HEADING */
.about-heading {
  font-size: var(--fontsize48);
  font-weight: 700;
  color: var(--blue-color);
  margin-bottom: 20px;
  position: relative;
}

/* Fancy underline */
.about-heading::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--button-gradient);
  display: block;
  margin-top: 10px;
  border-radius: 5px;
}
.about-content {
    padding-left: 2rem;
}
/* TEXT */
.about-content p {
  font-size: var(--fontsize18);
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}
:is(.about-content,.contact-cta)
 .uni-heading{
    text-align: left;
}
:is(.contact-cta,.about-content)
 .uni-heading::after{
        margin: 10px 0;
}
.contact-cta .uni-heading::after{
    background: var(--white-color);
}
/* BUTTON */
.about-btn {
  display: inline-block;
  padding: 10px 28px;
  background: #ffc107;
  color: var(--white-color);
  border-radius: 30px;
  text-decoration: none;
  font-size: var(--fontsize18);
  transition: 0.3s;
}

.about-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
/* Service Item */
.service-item {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 30px 20px;
  margin: 10px;
  transition: 0.4s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Icons */
.service-icon {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 15px;
  transition: 0.3s;
}

.service-item:hover .service-icon {
  color: var(--button-gradient);
}

/* Titles */
.service-item h4 {
  font-size: var(--fontsize20);
  font-weight: 600;
  color: var(--blue-color);
}
.sec_btn a {
    text-decoration: none;
    color: #fff;
    position: relative;
}

.contact-cta .container{
  background-color: #7e6ecd;
  border-radius: 15px;
  padding: 3rem;
  color: var(--white-color);
}
.contact-cta-text{
    text-align: left;
}
.contact-cta{
    padding: 0;
}
.cta-buttons {
  gap: 20px;
}

.btn-submit {
  background: #ffc107;
  color: var(--white-color);
  padding: 12px 15px;
  border-radius: 35px;
  font-size: var(--fontsize20);
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
  text-decoration: none;
  min-width: 140px;
  text-align: center;
}
.callbtn{
    background: none;
    background-color: transparent;
    border: 1px solid var(--white-color);
}
.btn-submit:hover {
  opacity: 0.85;
  transform: translateY(-3px);
}

/* Form Styling */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 15px;
  border-radius: 35px;
  border: none;
  font-size: var(--fontsize18);
  outline: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.contact-form textarea {
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

.testimonials-section {
  background: #f8f9ff;
}


/* Card */
.testimonial-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 15px;
  text-align: center;
  margin: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: 0.3s;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-10px);
}

/* Initials */
.user-initials {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background: var(--button-gradient);
}

/* Name */
.user-name {
  font-size: var(--fontsize20);
  font-weight: 600;
  color: var(--blue-color);
  margin-bottom: 8px;
}

/* Rating */
.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.stars {
  color: gold;
  font-size: 18px;
}

.rating-number {
  font-size: 14px;
  color: #777;
}

/* Text with quotes */
.testimonial-text {
  font-size: var(--fontsize18);
  color: #555;
  font-style: italic;
  position: relative;
  padding: 0 10px;
}

.testimonial-text::before {
  content: "“";
  font-size: 35px;
  position: absolute;
  left: -5px;
  top: -10px;
  color: var(--theme-color);
}

.testimonial-text::after {
  content: "”";
  font-size: 35px;
  position: absolute;
  right: -5px;
  bottom: -15px;
  color: var(--theme-color);
}
#ContactForm .section-title{
    text-align: left;
}
.sec_btn {
    margin-top: 50px;
}
.btn_whatsapp {
    background: #12AD59;
    color: #fff;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
    padding: 12px 35px;
    font-size: 16px;
}
.sec_btn a {
    text-decoration: none;
    color: #fff;
    position: relative;
}
section#ContactForm video {
    margin-top: 2rem;
}
.sec-7{
    padding-bottom: 0;
}
.sec-7 .main-container {
    padding: 40px;
    border-radius: 25px;
    text-align: center;
}
.sec7-text h2 {
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    margin: 7px 19%;
}
.sec7-text h2 span {
    color: #000;
}
.sec7-text p{
    color: #fff;
}

.banner-form input {
    padding: 10px;
    border-radius: 5px;
    width: 36%;
    border: 0px;
    margin: 4px 0px;
}
.banner-form input[type='submit'] {
    background: #ffc107;
    color: #000;
}

.middle-form .main-container {
    
    padding: 20px;
}
.middle-form .sec7-text h2 {
    font-size: 30px;
    margin: 0;
}
.middle-form .banner-form input {
    width: 100%;
    margin-bottom:20px;
    
}
.banner-form .sec_btn a::after {
    content: "50% OFF";
    position: absolute;
    border: 2px solid #fbfbfb;
    width: 100px;
    height: 28px;
    color: #fbfbfb;
    font-size: 17px;
    top: -20px;
    right: 20px;
    border-radius: 10px;
    background-color: #bf1212;
    box-sizing: border-box;
}
.floating-social-icons .wa-btn {
    font-weight: 600;
    vertical-align: middle;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #000;
    text-align: center;
    font-size: 18px;
    z-index: 10;
    color: rgb(255, 255, 255) !important;
    padding: 12px;
    border-radius: 0px 10px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(2, 56, 56);
    border-image: initial;
    animation: 2s ease 0s infinite normal none running headShake;
}
.floating-social-icons .wa-btn::after {
    content: "50% OFF";
    position: absolute;
    width: 100px;
    height: 28px;
    color: rgb(251, 251, 251);
    font-size: 17px;
    top: -20px;
    right: 20px;
    background-color: rgb(191, 18, 18);
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(251, 251, 251);
    border-image: initial;
    border-radius: 10px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.6); /* semi-transparent background */
}

/* Modal content box */
.modal-content {
  background:var(--button-gradient);
  margin: 10% auto; /* 10% from top, centered */
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Close button */
.close-btn {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}

.close-btn:hover {
  color: #000;
}

