body {
  visibility: hidden;
  
  font-family: "Open Sans", sans-serif;
  color: #444444; /* disable select text and right click menu*/
 -webkit-user-select: none; 
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;   
}

@media print {
  body {
    display: none;
  }
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

/*Buyer Guide Description*/ 
summary:focus {
  color: blue;
  outline: none;
}
/* Styling clicked details */
details:focus {
  background-color: lightgray;
} 
/* Add margin and padding to details */
details {
  margin-bottom: 10px;
  padding: 10px;
  border: 0.5px solid #ccc;
}
/* Add margin to summary */
summary {
  margin-bottom: 5px;
  cursor: pointer;
  color:#2487ce;
}
#fullscreen-message button {
  margin: 10px;
} 

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  color: green;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 30px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }

  #header .logo img {
    max-width: 10%; /* Make sure the image doesn't exceed its container */
    height: 10%; /* Maintain the aspect ratio */
  }
}

/*--------------------------------------------------------------
# Raj cta
--------------------------------------------------------------*/
.BuyerGuide{
  font-family: "Open Sans", sans-serif;
  
}
/* wtsapp small txt */
.notesmalltxt1 {
  font-size: 13px;
  font-weight: bold;
  color: #4285F4;
}

/* # CTA RefInsights*/
.refinsights .cta-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 15px;
  transition: 0.5s;
  margin-top: 10px;
  background-color: #007bff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-decoration: none; 
}

.refinsights .cta-btn:hover {
  background-color:#0056b3;
  color: white;
  
}

.refinsights .dsblcta-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 15px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ccc; 
  background-color:#ccc; 
  color: #999; 
  cursor: not-allowed; 
}

.separator {
  margin: 0 15px; 
  color: #333;   
  font-size: large;
  font-weight: bold;
}

.disclaimersmall {
  font-size: 13px !important; /* Keep the class name the same */
  background-color:#F0F8FF;
  padding: 5px;
  color: #333333;
  line-height: 1.5;
}

.disclaimerfooter {
  font-size: 10px !important; /* Keep the class name the same */
  background-color:#F0F8FF;
  padding: 5px;
  color: #333333;
  line-height: 1.5;
}
.legendfnt {
  font-size: 11px;
  background-color:#F0F8FF;
  padding: 5px;
  color: #333333;
  line-height: 1.5;
}

.compareval {
  font-size: 14px;
  background-color:#F0F8FF;
  padding: 5px;
  color: #000000;
  line-height: 1.5;
}
  
}
.savings-box {
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 8px; 
  padding: 10px 20px; 
  text-align: center; 
  margin-left: 20px; 
  vertical-align: middle;
}

.savings-header {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
  color: white; 
  background-color: #2c3e50; 
  padding: 5px 10px; 
  margin: 0;
}

.savings-subtext {
  font-family: Open Sans, sans-serif;
  font-size: 10pt;
  color: #333; 
  margin: 5px 0 0; 
}
.save {
  font-family: Montserrat, sans-serif;
  background-color: darkslategray;
  color: white;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); 
}

.save2 {
  font-family: Open Sans, sans-serif;
  background-color: white;
  color: #333;
  padding: 5px;
  font-size: 13px;
  font-style: italic;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); 
}

.breathinghdr {
  background-color: #2c3e50; /* Background color */
  color: #ffffff; /* Initial text color */
  padding: 10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* Container for the entire CTA text */
.reserve-savings-container {
  text-align: center;
  padding: 10px; 
  background-color: #f9f9f9; 
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

/* Main heading text for reservation offer */
.reserve-savings-text {
  font-size: 16px; 
  font-weight: 500; 
  color: #2c3e50; 
  margin: 5px 0; 
  line-height: 1.1; 
}

/* Highlighted offer deadline */
.offer-end-date {
  font-size: 15px; 
  font-weight: 700;
  color: #e74c3c; 
  background-color: #fff0f0; 
  padding: 3px 7px; 
  border-radius: 4px;
  display: inline-block;
  margin-top: 5px; 
}
/* Accordion menu button styling */
.my-accordion .menu {
  background-color: #00aaff; 
  color: #ffffff; 
  cursor: pointer;
  padding: 14px 20px; 
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  margin-top: 10px; 
  border-radius: 12px; 
  font-size: 15px; 
  font-weight: 600; 
  line-height: 1.6; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
  transition: background-color 0.3s ease, color 0.3s ease; 
}

/* Hover effect on menu button */
.my-accordion .menu:hover {
  background-color: #f0f0f0; 
  color: #000000;
}

/* Active menu button styling */
.my-accordion .menu.active {
  background-color: #f9f9f9;  
  color: #333; 
  font-weight: 600;
}

/* Panel styling */
.my-accordion .panel {
  background-color: #ffffff; 
  color: #333; 
  overflow: hidden;
  padding: 15px;
  border-radius: 0 0 12px 12px; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
}

/* Panel open/close state */
.my-accordion .open {
  display: block;
}

.my-accordion .close {
  display: none;
}

/* Arrow styling */
.my-accordion .arrow {
  float: right;
  display: block;
  font-size: 18px; 
  transition: transform 0.3s ease; 
}

.my-accordion .darrow {
  display: none;
}

.my-accordion .active .darrow {
  display: block;
}

.my-accordion .active .rarrow {
  display: none;
}

/* Styling for panel text (now uses <span> instead of <a>) */
.my-accordion .panel span {
  display: block;
  background-color: #f2f2f2; 
  color: #333; 
  padding: 10px 15px;
  margin: 5px 0; 
  width: calc(100% - 10px);
  font-size: 14px; 
  font-weight: 400; 
  border-radius: 6px; 
  transition: background-color 0.3s ease;
}
/* Hover effect for panel text */
.my-accordion .panel span:hover {
  background-color: #e0e0e0; 
}



/* no-wrap  */
.no-wrap {
  white-space: nowrap;
  /* Prevent text from wrapping */
}

.darktext {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-shadow: 1px 1px 3px rgba(211, 211, 211, 0.8); 
  line-height: 1.8;
}

.bluetxt2 {
  color: #4285F4;
  font-weight: bold;
}

.clearhdrtxt{
  color: #333333;
  font-weight: bold;
}
/* used in Buyers guide details tag header */
.bghighlight{
  background-color:darkslategray;
  color: white;
  padding: 10px;
}
/*Popup*/
#popup {
  font-family: "Poppins", sans-serif;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 415px;
  height: 365px;
  background-color: #f5f5f5;
  padding: 0; /* Updated padding to 0 */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
#popup h5 {
  font-size: 23px;
  margin: 0; 
  border-bottom: 1px solid green;
  padding: 5px; 
  color: white;
  background-color: #4caf50; 
  }
#popup h6 {
  font-size: 12px;
  color:black;
}
#popup p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-style: italic;
  padding-top:15px;
}
#openFullscreenButton {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #4caf50; 
  color: #fff; 
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: fall-in 1s ease forwards;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#openFullscreenButton:hover {
  background-color: #388e3c; 
}

#openFullscreenButton:focus {
  outline: 2px solid #fff; 
  outline-offset: 2px;
}

@keyframes fall-in {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* buyer guiide image display */
.image-containerBG {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-containerBG img {
  width: 30%; 
  max-height: 500px;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  /* background: url("../img/hero-bg.webp") top center;  */
  background-size: contain;
  position: center;
  background-repeat: no-repeat;

}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 150px;

}

#hero h1 {
  margin: 0;
  font-size: 25px;
  /* raj co name change*/
  font-weight: 400;
  line-height: 32px;
  color: #396512;
  font-family: 'Montserrat', sans-serif;
}

#hero ul {
  list-style: none;
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

#hero .btn-get-started:hover {
  background: #3194db;
}

#hero .icon-boxes {
  margin-top: 100px;

}

#hero .icon-box {
  padding: 50px 25px 50px 25px ;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eaf4ff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 23px;
  /*Raj box title size*/
  font-family: 'Montserrat', sans-serif;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;

  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;

}

.section-bg {
  background-color: #fafef8;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;

}

.section-title h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #124265;

}

.section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 3px;
  background-color: #47aeff;
  transform: translateX(-50%);
}

.section-title p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 900;
  color: #919191;
}

.tick {
  width: 20px;
  height: 20px;
  background-color: blue;
  clip-path: polygon(25% 0%, 100% 50%, 25% 100%, 0% 50%);
  display: inline-block;
  margin-right: 5px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}


.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2487ce;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2487ce;
}

.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #2487ce;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2487ce;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2487ce;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 00;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}

.bt-breathe {
  animation-name: breatheAnim;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes breatheAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Heading No Cost Prepaymnet progrma */

.exclusive-heading {
  font-size: 19px;
  font-weight: bold;
  color: #27ae60; /* Solid green color for text */
  background-color: #eafaf1; /* Light green background for emphasis (optional) */
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin: 10px 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}


/* Styles specifically for the compact table */
.compact-table td, .compact-table th {
  font-size: 14px; 
  line-height: 1.4;
  vertical-align: middle;
  
  width: auto;
}

.compact-table thead th {
  font-weight: 600;
  font-size: 0.875rem; 
  background-color:white;
  color:#333333;
}


/* thin */
.thintxt{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-style: italic;
text-align: start;
vertical-align: middle;
padding-left: 5px;
color: #333;
}

.minmax {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #666666;
  margin: 25px;
  padding: 0;
  text-decoration: underline;
}

.notetxt {
  font-size: 15px;
  font-weight: 600;
  color:white;
  margin: 0;
  padding: 0;
}

.limetext{
  color: #00FF00; 
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.limetextsm{
  color: #00FF00; 
  font-weight: 600;
  font-style: italic;
}

.cta-showmore {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 15px;
  transition: 0.5s;
  margin-top: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  color: #007bff;
  cursor: pointer;
  text-decoration: none; 
  border: none; /* Ensures no border is applied */
}

.cta-showmore:hover {
  background-color: #0056b3;
  color: white;
}


/* Adjustments to the dots and more-text visibility */
#dots-1 {
  display: inline;
}

#more-1 {
  display: none;
}

.subtlefomo{
  color: red;
  font-weight: 500;
}
.reranos{
  font-size: 12px;
  font-weight: 500;
}
.imgresize {
  width: 100px;  /* Set desired width */
  height: 100px; /* Set desired height */
  object-fit: cover; /* This keeps the aspect ratio */
}
.imgresize2 {
  width: 50px;  /* Set desired width */
  height: 50px; /* Set desired height */
  object-fit: cover; /* This keeps the aspect ratio */
}
.footertext{
  font-size: 12px;
  font-style: italic;
}