        body,
        * {
            font-family: "Roboto", sans-serif;
            scroll-behavior: smooth;
        }
[x-cloak] { display: none !important; }

        :root {
          /* --brand-dark: #002748; */
            --brand-dark: #0a0537;
            --brand-accent: #ff7f2b;
            --accent: #00B1FF;
        }
        .title-font{
            font-family: "Quicksand", sans-serif;
        }
        /* minor helpers to replicate original look */
        .hero-caption-bg {
            background: rgba(0, 0, 0, 0.35);
        }

        .social-links a {
            font-size: 16px;
            display: inline-block;
            background: #f6b024;
            color: #fff;
            line-height: 1;
            padding: 10px;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            fill: white;
        }

        .social-links a:hover {
            background: rgb(255, 255, 255);
            text-decoration: none;
            fill: var(--brand-accent);
        }

        .social-links svg {
            width: 15px;
        }

        @media screen and (min-device-width: 300px) and (max-device-width: 768px) {
            .contact-right {
                display: none;
            }
        }
         .silde-button {
            cursor: pointer;
            opacity: 1;
            position: fixed;
            font-weight: 500;
            top: 47.5%;
            right: -67px;
            width: 171px;
            outline: none !important;
            z-index: 1024;
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            background: var(--accent);
            color: #fff;
            padding: 15px 10px;
            border: none;
            border-radius: 20px 20px 0 0;
        }

        .swiper-fade .swiper-slide-active {
            animation: slowZoom 12s ease-in-out infinite alternate;
        }
        .head-icon{
            display: grid;
            justify-items: center;
            h2{
                    margin-top: -15px;
                    color: var(--brand-accent);
            }
            svg{
                fill: var(--accent);
                width: 75px;
            }
        }
        .card{
            background-color: white;
                padding: 20px;
                border-radius: 20px;
                box-shadow: 0px 15px 30px #3a3a3a21;
                border: 1px solid #e8e8e8;
        }
        .pad-60{
            padding: 110px 20px;
        }
        .abt-p p {
        color: #525252;line-height: 2;padding: 5px 15px;
        }
        footer h5{
        border-bottom: 1px solid #00a2e9;
        width: fit-content;
        }
        footer ul li a{
            font-size: 0.9rem;
        }
        /* contact */
        .form-container {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 20px 25px;
  /* width: 480px; */
  box-shadow: 5px 15px 30px rgb(0 0 0 / 12%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.contact-form input,
.contact-form textarea, .tb-set input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 15px;
    background-color: #00b1ff0a;
    border-bottom: 1px solid #002748;
    font-size: 14px;
    transition: border-color 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

.form-row {
  display: flex;
  gap: 10px;
}

.captcha-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.captcha-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #fff2e1, #ffd9b3);
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 10px;
  width: 230px;
}

.captcha-text {
  font-family: 'Courier New', monospace;
  letter-spacing: 2px;
  font-weight: 600;
  color: #444;
}

.reload {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #666;
}

.send-btn {
  width: 100%;
  background-image: linear-gradient(to left, #00b1ff 0%, #1eebf5 100%);
  box-shadow: 1px 6px 17px #00b1ff69;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.send-btn:hover {
  background-image: linear-gradient(to left, #00b3ffd8 0%, #1eeaf5a6 100%);
}
/* btn */
/* From Uiverse.io by Creatlydev */
.button.read-more {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-image: linear-gradient(to left, #00b1ff 0%, #1eebf5 100%);
  box-shadow: 1px 6px 17px #00b1ff69;
  color: #fff;
    border-radius: 0.2rem;
    font-weight: 600;
    padding: 0.55rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.read-more .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--brand-accent);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.read-more:hover {
  background-color: #000;
}

.read-more:hover .button__icon-wrapper {
  color: #000;
}

.read-more .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
  -webkit-transform: translate(-150%, 150%);
  -moz-transform: translate(-150%, 150%);
  -ms-transform: translate(-150%, 150%);
  -o-transform: translate(-150%, 150%);
}

.read-more:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.read-more:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.bg-img{
    background-image: url('assets/img/all-bgb.png');
    background-size: cover;
    background-position: center center;
    background-color: #f9f9f9b8;
}
/* lette-animation */
/* Orange background area */
.wave-bg {
  position: relative;
  width: 100%;
  /* background: #f7931e;
  height: 200px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%); */
}

/* Letters container */
.letters {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: absolute;
  z-index: -1;
}

/* Each letter style */
.letter {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color);
  animation: bounce 4s ease-in-out infinite;
  animation-delay: var(--delay);
}

/* Bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
span.letter {
    padding: 0 50px;
}
/* sjcss */
.neu-button {
  background-color: #e0e0e0;
  border-radius: 50px;
  box-shadow: inset 4px 4px 10px #bcbcbc, inset -4px -4px 10px #ffffff;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out;
  border: 2px solid rgb(206, 206, 206);
}

.neu-button:hover {
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}

.neu-button:focus {
  outline: none;
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}
.call-to-action2 {
    --background-color-rgb: 0, 0, 0;
    padding: 100px 0;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.call-to-action2:before {
    content: "";
    background: rgb(0 0 0 / 65%);
    position: absolute;
    inset: 0;
    z-index: 2;
}
.call-to-action2 .img2 {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.call-to-action2 .my-container {
    position: relative;
    z-index: 3;
}
.form-card {
    background: #ffffff75;
    border: 2px solid #ffffffc7;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    padding: 30px 50px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
        .glass {
            /* 70% opacity white */
            background: rgba(255, 255, 255, 0.479);
            /* The 'small blur' effect */
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
        }
        .container {
    width: 100% !important;
    max-width: 1440px !important; /* The requested "little bit" increase */
    margin-left: auto !important;  /* Centers in Chrome */
    margin-right: auto !important; /* Centers in Edge */
    /* padding-left: 2rem !important;
    padding-right: 2rem !important; */
}

/* Maintains a clean editorial look on smaller desktops */
@media (min-width: 1024px) {
    .container {
        max-width: 1320px !important; 
    }
}

/* Final expansion for large monitors */
@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important; 
    }
}
.nav-active {
    color: var(--brand-accent) !important;
  }
      #btn-back-to-top {
      position: fixed;
      display: none;
    }