/********** Template CSS **********/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);

:root {
  --primary: #06bbcc;
  --light: #f0fbfc;
  --dark: #181d38;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .dropdown-menu {
  position: absolute;
  top: 100%;              /* Place right below the nav item */
  right: 0%;               /* Start 5% from the left edge of the screen */
  overflow-y: auto;       /* Enable vertical scrolling */
  z-index: 1050;
  background-color: #fff;
  min-width: 250px;
  white-space: normal;
  word-break: break-word;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  border: 1px solid #ddd;
  padding: 0.5rem 0;
}


@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: #07072e;
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: #07072e;
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Service ***/
.service-item {
  background: var(--light);
  transition: 0.5s;
 
}

.service-item:hover {
  margin-top: -10px;
  background: #07072e !important;
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

/*** Categories & Courses ***/
.category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}

/*** Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }

}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: #07072e !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 1rem;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: #d3d3ff;
  border-color: #d3d3ff;
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.fa-phone {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  float: left;
  font-size: 19px;
  text-align: center;
  line-height: 32px;
  position: relative;
  transition: 0.3s;
  background: #07072e;
  color: #fff;
  margin-right: 35px;
}
/* Define the ringing animation */
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Style for the phone icon */
.fa-phone {
  display: inline-block;
  /* font-size: 2rem; */
  transition: transform 0.2s ease-in-out;
  transform-origin: center; /* Ensure rotation happens from the center */
}

/* Hover effect to trigger the ringing animation */
.fa-phone {
  animation: ring 0.5s infinite;
}

#carouselExampleControls {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  right: 0;
}
.carousel-inner {
  height: 100%;
  position: relative;
  text-align: center;
}
.slide-ad {
  /* height: 102vh; */
  background-color: #003459;
}
.slide-imge {
  height: 85vh !important;
}


.tabs-box > li {
  width: 50%;
  list-style: none;
  padding: 10px;
  /* border: 1px solid black; */
}
.tabs-box {
  display: flex;
  flex-wrap: wrap;
}
.tabs-box > li > .offerings-list {
  /* border: 1px solid black; */
  height: 100%;
  width: 100%;
  padding: 5px;
}
.form-div {
  width: 500px;
}
.rounded-sm {
  border-radius: 5px;
  height: 33px !important;
}
/* Set the height of the whole slider */
.owl-carousel {
  height: 6rem !important; /* Adjust the height as per your needs */
}

/* Set a fixed height for each carousel item */
.owl-carousel-item {
  height: 100%; /* Make sure the items take the full height of the slider */
  display: flex;
  align-items: center; /* Vertically align the content */
}

/* Ensure that the images cover the slider area without distorting the aspect ratio */
.owl-carousel-item img {
  height: 100%; /* Image takes the full height */
  width: 100%;
  object-fit: cover; /* Ensures the image covers the area without stretching */
}
/* .slide-ad {
  background-image: url(/img/hero-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-color: #003459;
} */
.image > .user-image > img {
  height: 59px;
}
.bg-skyblue{background-color: #F8FBFF;}
.rating {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  gap: 10px;
  color: white;
}
.image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 15px;
  color: white;
}
.rating > h1 {
  font-size: 60px;
  font-family: Roboto, sans-serif;
  color: white;
}
.rating > h1 > span {
  color: rgb(255 194 79);
}
.rating > h4 {
  font-size: 25px;
  color: white;
}
.text-rating > h3,
.text-second > h5 {
  color: white;
}
/* From Uiverse.io by SteveBloX */
.card {
  box-sizing: border-box;
  width: 300px;
  height: 220%;
  background: rgb(255, 255, 255);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
  color: black;
  margin-bottom: 5px;
}

.card:hover {
  border: 1px solid black;
  transform: scale(1.05);
}

.card:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

.caption {
  padding-bottom: 10px;
}
.news-rate .card img {
  height: 50%;
  width: 65%;
}

.news-rate {
  width: 90%;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.testimonial {
  margin-bottom: 187px !important;
}
.testimonial-item > div > p {
  font-size: 15px !important;
}
.testimonial-text {
  height: 200px; /* Set the height to your desired value */
  overflow: hidden; /* Prevent overflow from messing up the layout */
}

.testimonials-container {
  display: flex;
  flex-wrap: wrap; /* Ensure testimonials stack nicely in a grid or rows */
  gap: 20px; /* Add some spacing between the testimonial boxes */
}

.testimonial-text p {
  text-align: justify;
}
.main-container {
  display: flex;
}

.right-container {
  width: 50%;
}
.right-container > figure > img {
  height: 300px;
  width: 450px;
  margin-left: 10px;
}
.left-container > ul {
  list-style: none;
}
.left-container > ul > li > p > span {
  font-weight: bold;
  color: black;
}

.left-container p {
  margin-top: 5px;
}
.bullet6 li {
  background: url(../img/bullets01.png) 0 12px no-repeat;
  color: #000;
  font-size: 16px;
  padding: 5px 0 5px 29px;
  line-height: unset;
}
.navbar-nav .nav-link.active {
  color: #ffc24f !important;
}
.btn-primary {
  background-color: #ffc24f !important;
  border: none;
}
.service-item {
  background: #E5F0FF !important;
  border: #2782FF solid 1px;
  color: #333;
  border-radius: .5rem;
}
.service-item:hover {
  background: #d3d3ff !important;
}
.text-primary {
  color: #07072e !important;
}
.nav-link:hover {
  color: #ffc24f !important;
}
@media only screen and (max-width: 480px) {
  .image {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }
  .video-banner {
    margin-top: 350px;
    display: none;
  }
  .rating > h1 {
    font-size: 36px;
  }
  .rating > h4 {
    font-size: 17px;
  }
  .tabs-box {
    flex-direction: column !important;
  }
  .tabs-box > li {
    width: 100%;
  }
  .main-container {
    flex-direction: column;
  }

  .right-container {
    width: 100%;
  }
  .right-container > figure > img {
    width: 290px;
    height: 200px;
  }
  .news-rate {
    display: none !important;
  }
  .slide-ad {
    height: 59vh;
  }
}
@media only screen and (min-width: 1920px) {
  .news-rate {
    justify-content: center !important;
  }
  .slide-ad {
    height: 59vh !important;
  }
  .main-container {
    gap: 20px;
  }
  
}


.heading-main {
  text-align: center;
  border-bottom: 1px solid #cecbcb;
  margin-bottom: 10px;
}
.firstdivpart > video {
  width: 70%;
  padding-top: 5%;
}
.seconddivpart {
  padding-left: 101px;
  margin: auto 0 !important;
}
@media only screen and (max-width: 767px) {
  /* .combo-video-form {
    display: flex !important;
    flex-direction: column;
    position: relative;
    right: 48px;
  } */
  .firstdivpart,
  .seconddivpart {
    width: 100%;
    height: 100%;
  }
 
  .slide-ad {
    height: 60vh;
  }
}

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

  .slide-ad {
    height: 60vh;
  }
}
.form-heading-text {
  background-color: #f5f5f5;
}
.form-heading {
  color: #090a3c;
}
.service-item > div > h5,
.service-item > div > h6,
.service-item > div > p,
.service-item > h3 {
  color: #333 !important; /* Initial color */
  transition: color 0.3s ease; /* Smooth transition effect */
}

.service-item:hover > div > h5,
.service-item:hover > div > p,
.service-item:hover > div > h6,
.service-item:hover > p,
.service-item:hover > h3 {
  color: #090a3c !important; /* Color on hover, example: gold */
}
.item-footer-1 {
  width: 16% !important;
  padding-left: 0 !important;
}
.item-footer-2,
.item-footer-4 {
  width: 20% !important;
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .item-footer-1 {
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 20px !important;
  }
  .item-footer-2,
  .item-footer-4 {
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 20px !important;
  }
  .footer-items {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

.formmiddle {
  padding: 20px;
  /* border: 1px solid black; */
  background: #f5f5f5;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  /* box-shadow: 0 0 5px #0b0b0b; */
}
.firstdivpart {
  width: 100% !important;
  height: 50%;
}
.seconddivpart {
  /* width: 40% !important; */
  height: 50%;
}
.first-head {
  font-size: 20px !important;
}
.section-same {
  margin-bottom: 22px;
  text-align: justify;
}
.heading-main-1 > h1 {
  font-size: 29px;
  text-align: left;
}
.faq-q > h2 {
  font-size: 25px;

box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

/* WhatsApp floating button on right side */
.whatsapp-btn {
  position: fixed;
  bottom: 45px;
  left: 20px; /* Sticks to right side */
  background-color:#2e9f24; /* green */
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  z-index: 9999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  overflow: hidden;
}

/* Hover scale effect */
.whatsapp-btn:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
}

/* Ripple animation */
.whatsapp-btn .ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: rippleAnim 1.5s infinite;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Ripple animation keyframes */
@keyframes rippleAnim {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Base styles */
.combo-video-form {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

/* .combo-video-form .firstdivpart,
.combo-video-form .seconddivpart {
  flex: 1;
} */

/* .combo-video-form video {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
} */

/* 📱 Mobile styles */
@media (max-width: 768px) {
  .combo-video-form {
    flex-direction: column;
    padding: 10px;
  }

  /* .combo-video-form .firstdivpart,
  .combo-video-form .seconddivpart {
    width: 100%;
  } */

  .combo-video-form h2,
  .combo-video-form h3,
  .combo-video-form h4 {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .combo-video-form video {
    width: 100%;
    height: 15vh;
    object-fit: cover;
  }

  .form-heading-text {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .formmiddle {
    padding: 10px 0;
  }

  .seconddivpart {
    width: 100% !important;
    padding-left: 0px;
  }
  
  .section-title {
    display: none;
  }
}

.main-hero{
  background: #f8f8f8;
}

.hero-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: #f8f8f8;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 400px;
}

.hero-text h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.hero-text h1 .highlight {
  color:#FFC24E;
}

.hero-text ul {
  margin-top: 20px;
  padding-left: 20px;
  color: #333;
  list-style-type: none;
}

.hero-text ul li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.hero-text ul li::before {
  content: "➤ ";
  color: rgb(255 194 79);
}

.hero-img {
  flex: 1 1 300px;
  text-align: center;
}

.hero-img img {
  max-width: 50%;
  height: auto;
  border-radius: 8px;
}

.banner12{
  padding: 70px !important;
}

@media (max-width: 768px){
  .banner12{
    padding: 10px !important;
  }

  .hero-text h1 {
    font-size: 20px;
  }


}

.hero-book-now-btn {
  display: inline-block;
  padding: 10px 40px;
  background-color:rgb(255 194 79); /* WhatsApp green */
  color: white;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}

.hero-book-now-btn:hover {
  background-color: #ff6600;
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hero-book-now-btn:active {
  transform: translateY(0);
}

.hero-book-now-btn svg {
  margin-right: 10px;
}

/* Optional: Responsive style for smaller screens */
@media (max-width: 768px) {
  .hero-book-now-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-book-now-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

.hero-contact-now-btn {
display: inline-block;
padding: 10px 40px;
background-color:rgb(255 194 79); /* WhatsApp green */
color: white;
font-size: 18px;
font-weight: 700;
border-radius: 50px;
text-decoration: none;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
margin-top: 20px;
margin-left: 5%;
}

.hero-contact-now-btn:hover {
background-color: #ff6600;
color: white;
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hero-contact-now-btn:active {
transform: translateY(0);
}

.hero-contact-now-btn svg {
margin-right: 10px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  }
  50% {
    transform: scale(1.12); /* Increased scale from 1.05 to 1.12 */
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25); /* Deeper shadow */
  }
  100% {
    transform: scale(1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  }
}

.hero-contact-now-btn {
  animation: pulse 1.5s infinite; /* Slightly faster loop */
}

.hero-book-now-btn {
  animation: pulse 1.5s infinite; /* Slightly faster loop */
}

.btn-combo{
  text-align: center;
  padding-bottom: 20px;
}

.btn-combo .hero-contact-now-btn{
  margin-left: 2%;
}
/* Optional: Responsive style for smaller screens */
@media (max-width: 768px) {
.hero-contact-now-btn {
  padding: 12px 30px;
  font-size: 16px;
}

.btn-combo .hero-contact-now-btn{
  margin-left: 5%;
}

}

@media (max-width: 480px) {
.hero-contact-now-btn {
  padding: 10px 25px;
  font-size: 14px;
}
}
/* Container styles */
.newspaper-selection-container {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 1rem;
  font-family: Arial, sans-serif;
  text-align: center;
}

.newspaper-selection-heading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #000;
}

.newspaper-combo {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: 'Segoe UI', sans-serif;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #eee;
}

.newspaper-combo th,
.newspaper-combo td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.newspaper-combo th {
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: bold;
}

.logo {
  margin: 5px;
    vertical-align: middle;
    width: 110px;
    border: 0.5px solid #d0c9c9;
}

.rate{
  font-size: 20px;
  font-weight: 700;
}

.whatsapp-btn-1 {
  display: inline-block;
  background-color: #39a430;
  color: white;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
}

.whatsapp-btn-1:hover {
  background-color: #20b358;
}

@media (max-width: 768px){

  .newspaper-combo th{
    width: 75px;
  }

  .rate {
    font-size: 12px;
  }

  .whatsapp-btn-1{
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
  }

  .logos strong {
    display: none;
  }
}

.coloname1{
  text-align: center;
  color: #007BFF;
  font-size: 2rem;
  margin-top: 40px;
      }

      .city-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 20px;
padding: 30px;
max-width: 1184px;
margin: auto;
}

.city-grid a {
display: flex;
align-items: center;
justify-content: center;
padding: 20px 10px;
background-color: #cdcdcd;
color: #222;
text-decoration: none;
font-weight: 600;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: center;
}

.city-grid a:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2);
color: #007BFF;
}


.custom-spinner {
width: 3rem;
height: 3rem;
}

.name-change-section {
background: #f9f9f9;
padding: 40px 20px;
}

.name-change-container {
max-width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.name-change-content {
flex: 1 1 500px;
padding: 20px;
}

.name-change-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 20px;
}

.highlight-red {
color: #ffb833;
}

.name-change-list {
list-style: none;
padding: 0;
font-size: 16px;
color: #333;
}

.name-change-list li {
margin-bottom: 15px;
}

.name-change-buttons {
margin-top: 30px;
}

.btn-orange {
background: #ffb833;
color: #fff;
padding: 12px 25px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
margin-right: 15px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
display: inline-block;
}

.name-change-image {
flex: 1 1 400px;
text-align: center;
padding: 20px;
}

.name-change-image img {
max-width: 66%;
height: auto;
border-radius: 10px;
}
.forstyle1 {
width: 100%;
background-color: #0d78bb;
padding: 15px 0;
text-align: center;
color: white;
font-size: 1.7rem;
font-weight: bold;
font-family: Arial, sans-serif;
animation: pulseText 2s infinite;
}
.city-package-container {
display: flex;
gap: 40px;
/* padding: 92px 108px 0; */
font-family: Arial, sans-serif;
flex-wrap: wrap;
padding-left: 105px;
padding-right: 115px;
}

.section-heading {
color: #005b99;
}

.city-list, .package-deals {
flex: 1 1 300px;
}

.city-card,
.deal-card {
border: 1px solid #ddd;
padding: 10px;
margin-bottom: 12px;
}

.city-row {
display: flex;
justify-content: space-between;
align-items: center;
}

.price {
color: red;
}

.book-btn {
background: #007baf;
color: white;
border: none;
padding: 6px 12px;
cursor: pointer;
}

.deal-btn-wrapper {
text-align: right;
margin-top: 8px;
}
/* Container Styling */
.about-container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem 1rem;
}

/* Flex Row for Two Columns */
.about-row {
display: flex;
flex-wrap: wrap;
gap: 2rem;
align-items: center;
}

/* Left Image Column */
.about-image {
flex: 1 1 40%;
}

.about-image img {
width: 86%;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Right Text Column */
.about-text {
flex: 1 1 55%;
font-family: Arial, sans-serif;
}

.about-text h2 {
font-size: 1.8rem;
color: #0d47a1;
margin-bottom: 1rem;
}

.about-text p {
font-size: 1rem;
color: #333;
margin-bottom: 1rem;
line-height: 1.6;
}

.about-features {
list-style: none;
padding: 0;
margin-bottom: 1.5rem;
color: #333;
}

.about-features li {
position: relative;
padding-left: 1.5rem;
margin-bottom: 1rem;
line-height: 1.6;
}

.about-features li span {
position: absolute;
left: 0;
color: #0d47a1;
}

/* Call Button */
.btn-call-now {
background-color: #ffc107;
color: #fff;
font-weight: bold;
padding: 0.8rem 1.5rem;
border-radius: 5px;
text-decoration: none;
font-size: 1rem;
transition: background-color 0.3s ease;
display: inline-block;
}

.btn-call-now:hover {
background-color: #e0a800;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
.about-row {
  flex-direction: column;
  text-align: center;
}

.about-text {
  padding-top: 1rem;
}

.about-text h2 {
  font-size: 1.3rem;
}

.section-heading{
  font-size: 1.3rem !important;
}
}




@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .service-container {
    flex-direction: column !important;
  }

  .service-column {
    flex: 1 1 100% !important;
  }
}


.container.combo-video-form {
max-width: 1200px;
margin: 0 auto;
}

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

.title-heading {
font-size: 1.8rem;
font-weight: bold;
color: #0d47a1;
margin-bottom: 0.5rem;
font-family: Arial, sans-serif;
}

.subtitle-kannada {
font-size: 1.2rem;
font-weight: normal;
color: #444;
margin-bottom: 1.5rem;
font-family: 'Noto Sans Kannada', sans-serif;
}

.promo-video {
width: 100%;
max-width: 800px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.seconddivpart.info-box {
background-color: #f3f6fa;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.info-title {
font-size: 1.6rem;
font-weight: 600;
color: #1a237e;
margin-bottom: 1rem;
text-align: center;
font-family: Arial, sans-serif;
}

.info-paragraph {
font-size: 1rem;
line-height: 1.8;
color: #333;
font-family: Verdana, sans-serif;
text-align: center;
max-width: 900px;
margin: 0 auto;
}

.highlight {
color: #0d47a1;
}


.service-wrapper {
max-width: 1151px;
margin: 2rem auto;
padding: 1.5rem;
background: linear-gradient(135deg, #e3f2fd, #ffffff);
border-radius: 12px;
font-family: Arial, sans-serif;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
animation: fadeIn 1s ease-in-out;
}

.service-title {
color: #0d47a1;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin-bottom: 1.5rem;
}

.service-container {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}

.service-column {
flex: 1 1 48%;
list-style: none;
padding-left: 0;
margin: 0;
}

.service-item {
margin-bottom: 0.75rem;
padding: 0.75rem 1rem 0.75rem 2rem;
background-color: #ffffff;
border-radius: 6px;
position: relative;
color: #333;
transition: background 0.3s, transform 0.3s;
cursor: pointer;
}

.service-item:hover {
background-color: #e3f2fd;
transform: scale(1.02);
}

.bullet {
position: absolute;
left: 0.75rem;
color: #0d47a1;
}

@keyframes fadeIn {
from {
  opacity: 0;
  transform: translateY(20px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}


.cta-banner {
width: 100%;
background-color: #0d78bb;
padding: 15px 0;
text-align: center;
color: white;
font-size: 1.7rem;
font-weight: bold;
font-family: Arial, sans-serif;
animation: pulseText 2s infinite;
}

.about-container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem 1rem;
box-sizing: border-box;
}

.about-row {
display: flex;
flex-wrap: wrap;
gap: 2rem;
}

.about-image {
flex: 1 1 35%;
}

.about-image img {
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-text {
flex: 1 1 60%;
font-family: Arial, sans-serif;
}

.about-text h2 {
font-size: 1.6rem;
color: #0d47a1;
margin-bottom: 1rem;
}

.about-text p {
font-size: 1rem;
color: #333;
line-height: 1.7;
margin-bottom: 1rem;
}

.grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}

.newspaper-card {
  flex: 0 0 calc(12.5% - 1rem); /* 100 / 8 = 12.5% width per box, minus gap */
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 0.5rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.newspaper-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.newspaper-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}

.newspaper-card p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.newspaper-card a {
  color: #333;
}
@media (max-width: 1024px) {
  .newspaper-card {
      flex: 0 0 calc(25% - 1rem); /* 4 per row on tablets */
  }
}

@media (max-width: 600px) {
  .newspaper-card {
      flex: 0 0 calc(50% - 1rem); /* 2 per row on mobile */
  }
}
/* Section Titles */
.section-title {
background-color: #fff;
color: #0d47a1;
text-align: center;
padding: 0.2rem 1rem;
font-weight: bold;
display: inline-block;
}

.section-heading {
margin-bottom: 2rem;
color: #111827;
font-size: 2rem;
font-weight: 600;
}

/* Intro Paragraph */
.intro-text {
text-align: center;
font-size: 1.1rem;
color: #374151;
font-family: Arial, sans-serif;
line-height: 1.6;
margin-bottom: 1.5rem;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}

/* Step Titles */
.step-title {
text-align: center;
font-size: 1.3rem;
color: #0d47a1;
font-weight: 600;
font-family: Arial, sans-serif;
margin-bottom: 1rem;
}

/* Service Item Cards */
.offerings-list {
background-color: #f9f9f9;
padding: 1.5rem;
margin: 1rem 0;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.offerings-list h3 {
font-size: 1.2rem;
color: #0d47a1;
margin-bottom: 0.5rem;
}

.offerings-list p {
font-size: 1rem;
color: #333;
line-height: 1.5;
}

/* Footer Line */
.footer-line {
margin-top: 2rem;
text-align: center;
font-size: 1.6rem;
color: #0d47a1;
font-weight: bold;
}

/* Utility classes (if not using Bootstrap) */
.text-center {
text-align: center;
}

.text-justify {
text-align: justify;
}

.pt-3 {
padding-top: 1rem;
}

.py-5 {
padding-top: 3rem;
padding-bottom: 3rem;
}

.highlight-banner {
width: 100%;
background-color: #0d78bb;
padding: 15px 18px;
text-align: center;
color: white;
font-size: 1.7rem;
font-weight: bold;
font-family: Arial, sans-serif;
animation: pulseText 2s infinite;
}
.highlight-banner-alt {
width: 100%;
background-color: #0d78bb;
padding: 15px 0;
text-align: center;
color: white;
font-size: 1.7rem;
font-weight: bold;
font-family: Arial, sans-serif;
animation: pulseText 2s infinite;
}

@media (max-width: 768px){
  .highlight-banner{
    font-size: 1rem;
  }
  .highlight-banner-alt{
    font-size: 1rem;
  }

  .cta-banner{
    font-size: 1rem;
  }
}

/* Main form styling */
#nameChangeForm {
font-family: 'Segoe UI', sans-serif;
max-width: 700px;
margin: 3rem auto;
background: #f9f9f9;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
padding: 30px;
}

/* Form title */
#nameChangeForm h2 {
text-align: center;
color: #007BFF;
margin-bottom: 25px;
font-size: 24px;
}

/* Labels */
#nameChangeForm label {
font-weight: 600;
}

/* Standard form inputs */
#nameChangeForm input[type="text"],
#nameChangeForm input[type="email"],
#nameChangeForm input[type="date"],
#nameChangeForm textarea {
width: 100%;
padding: 10px;
margin: 8px 0 20px;
border: 1px solid #ccc;
border-radius: 6px;
}

/* Radio button container */
.radio-group, .relation-type {
margin: 8px 0 20px;
}

/* Radio button spacing */
#nameChangeForm input[type="radio"] {
margin-right: 5px;
}

/* Relation type container */
.relation-type {
display: flex;
gap: 20px;
margin: 10px 0 20px;
}

/* Relation type label alignment */
.relation-type label {
display: flex;
align-items: center;
}

/* Relation type radio button spacing */
.relation-type input[type="radio"] {
margin-right: 6px;
}

/* Error messages */
#radioError, #relationError {
color: red;
display: none;
font-size: 13px;
margin-top: 5px;
margin-bottom: 15px;
}

/* Required field indicator */
.required {
color: red;
}

/* Price text */
.price {
margin: 15px 0;
}

/* Payment info container */
.payment-info {
text-align: center;
margin-bottom: 20px;
}

/* QR code image */
.payment-info img {
max-width: 140px;
margin-bottom: 10px;
}

/* Bank details text */
.payment-info p {
font-size: 14px;
line-height: 1.5;
}

/* File upload spacing */
input[type="file"] {
margin: 10px 0 20px;
}

/* reCAPTCHA container */
#fakeCaptcha {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #ccc;
width: 100%;
max-width: 320px;
height: 78px;
padding: 12px;
font-family: Arial;
box-shadow: 0 0 3px #ccc;
border-radius: 6px;
background: #fff;
position: relative;
}

/* reCAPTCHA checkbox container */
.captcha-container {
display: flex;
align-items: center;
}

/* reCAPTCHA checkbox */
#captchaCheckbox {
width: 20px;
height: 20px;
margin-right: 12px;
}

/* reCAPTCHA text */
.captcha-text {
font-size: 16px;
}

/* reCAPTCHA brand */
.captcha-brand {
font-size: 10px;
color: gray;
}

/* reCAPTCHA logo */
#fakeCaptcha img {
width: 30px;
height: 30px;
}

/* reCAPTCHA footer */
.captcha-footer {
font-size: 10px;
color: gray;
margin-top: 4px;
}

/* Submit button */
#nameChangeForm button[type="submit"] {
margin-top: 20px;
background-color: #007BFF;
color: #fff;
padding: 12px 20px;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 16px;
}

/* Status message */
#statusMessage {
color: green;
margin-top: 15px;
}

/* Contact information container */
.contact-container {
margin-top: 30px;
font-size: 15px;
line-height: 1.7;
background: linear-gradient(to right, #e0f7ff, #ffffff);
padding: 20px 25px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
color: #003366;
font-family: 'Segoe UI', sans-serif;
}

/* Contact header */
.contact-header {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
color: #007BFF;
}

/* Contact subheader */
.contact-subheader {
font-weight: bold;
margin-bottom: 10px;
}

/* Contact list container */
.contact-list {
margin-left: 10px;
}

/* Contact list items */
.contact-list div {
margin-bottom: 6px;
}

/* Last contact list item */
.contact-list div:last-child {
margin-bottom: 0;
}

.responsive-container {
  padding: 1.5rem;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 0px;
}

.responsive-container h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f7f7f7;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.responsive-container h2 strong {
  color: rgb(255, 194, 79);
}

.responsive-container p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.responsive-container p strong {
  color: rgb(255, 194, 79);
}

/* Responsive padding for smaller screens */
@media (max-width: 768px) {
  .responsive-container {
    padding: 1rem;
    /* margin: 0 1rem; */
  }

  .responsive-container h2 {
    font-size: 1.25rem;
  }

  .responsive-container p {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .forstyle1{
    font-size: 1rem;
  }
  .responsive-container{
    background-color: #003459;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
}
.call-btn {
  display: inline-block;
  background-color: #0d6efd;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.call-btn:hover {
  background-color: #0b5ed7;
}

.about-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  color: #333;
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.about-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.about-list li span {
  position: absolute;
  left: 0;
  color: #0d47a1;
}


.faq-container {
  max-width: 1084px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.faq-container h1 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #222;
}

.faq {
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  padding: 1rem;
  background-color: #eee;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.faq-question::after {
  content: '▼';
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.faq-question.active::after {
  transform: rotate(180deg);
}

.faq-question:hover {
  background-color: #ddd;
}

.faq-answer {
  display: none;
  background-color: #fafafa;
  padding: 1rem;
  border: 1px solid #ddd;
  border-top: none;
}



      .book-btn a{
        color:rgb(252, 252, 252);
      }

      /* Ad Cost Section Styling */
.ad-cost-section {
  max-width: 1133px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ad-cost-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.ad-cost-section h1 {
  font-size: 1.8rem;
  color: #0073e6;
  margin-bottom: 1rem;
  text-align: center;
}

.ad-cost-section p {
  font-size: 1rem;
  color: #444;
  text-align: justify;
}

