@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem; 
 padding: 0; margin: 0; list-style: none;font-family: 'Inter', sans-serif; overflow-x:hidden;}
p{padding: 0; margin: 0;}
a{padding: 0; margin: 0; outline: none;}
ul{ list-style: none; padding: 0; margin: 0;}
label{ list-style: none; padding: 0; margin: 0;}
ul li{ padding: 0; margin: 0;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0; margin: 0;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
br{display:block}
:root{
    --black: #000000;
    --white: #FFFFFF;
    --brand: #0073A2;
    --sub_heding: #030F50;
    --heding: #78909A;
    --text_color: #111111;
    --text_2: #CBEEFF;
    --icon: #6EC1E4;
	--gradient: linear-gradient(195deg, #076ad9 0%, #42b9ff 100%);
    --btn-radius: 0.8rem;
}
em{font-style: normal; letter-spacing: .1rem;}
h1,h2{font-size: 2.7rem; font-weight: 500; line-height: 3.5rem; color: var(--black); text-transform: capitalize;font-family: "Geologica", sans-serif;  }
h3{font-size: 2rem; line-height: 3rem; color: var(--text_color);font-weight: 500;font-family: "Geologica", sans-serif;  }
h4{font-size: 2rem; line-height: 3rem; color: var(--text_color); }


.header_menu {
   background: #fff !important;
    padding: 1.3rem 0 !important;
}
.dropdown-toggle::after{vertical-align:0;}
.menu_sec li a:hover, .menu_sec li.active a {
    color: #000!important;
}
.new_txt{
 background: #000;
}
.new_txt::before {
    border-left: .4rem solid #000;
}
.heder_top ul li a:hover {
     color: #fff!important;
}
.heder_top .d-flex {
    gap: 20px;
}
.log_btn {
     font-weight: 400;
    background: #fff;
    text-transform: capitalize;
    padding: 1.5rem 2rem;
    border-radius: var(--btn-radius);
    width: max-content;
    color: #4d4d4d;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}
.log_btn:hover{
    color: #fe5e00 !important;
    background: #fff5f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254,94,0,0.15);
}


.navbar-brand img {
    width: 25rem;
}
.top_lt ul li i {
    color: #fff;
}


/* ===== HERO SECTION ===== */




.hero-section {
  position: relative;
  overflow: hidden;
    padding:70px 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(rgb(13 27 42 / 69%), rgb(13 27 42 / 60%)),
    url("https://www.bookingmaster.in/wp-content/uploads/2026/05/hero-baqnner.jpeg");
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.05);
  z-index: -1;
}

.tagline {
  background: #ffffff;
    color: #0d1b2a;
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: var(--btn-radius);
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.hero-title {
     font-size: 5rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #fff;
     padding-right: 40px;
     font-family: "Geologica", sans-serif;
}

.hero-desc {
    font-size: 1.6rem;
    color: #fbcfa0;
    margin-bottom: 2rem;
    max-width: 50rem;
    font-weight:300;
}
.mt-2.small{color: #c4c4c4;margin-top: 15px !important;}

/* ===== UNIFIED BTN STYLES ===== */
.btn-primary {
    background-color: #f54b1e;
    color: white;
    padding: 1rem 3.5rem;
    border-radius: var(--btn-radius);
    border: none;
    font-weight: 600;
    font-size: 1.6rem;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}
.btn-primary:hover {
    background-color: #d93c12;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245,75,30,0.35);
}

.btn-secondary {
    background: transparent;
    border: 0.1rem solid #fff;
    color: white;
    padding: 1rem 3.5rem;
    border-radius: var(--btn-radius);
    font-size: 1.6rem;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}
.btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,255,255,0.15);
}

.info-bar-content {
  position: relative;
  z-index: 2; 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px; 
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 400;
    margin-top:50px;
} 
.info-bar-content .divider {
  color: rgba(255, 255, 255, 0.4); 
  font-weight: 300;
  margin: 0 5px;
}

.info-bar-content .arrow-group {
  display: inline-flex;
  margin-left: 10px;
}

.info-bar-content .arrow-group i {
  font-size: 16px; 
  color: rgba(255, 255, 255, 0.7);
  margin-right: -6px; 
    animation: arrowBlink 1.2s infinite ease-in-out;
}

.slide-content img {
    border-radius: var(--btn-radius);
    box-shadow: 0 2rem 3rem rgba(0,0,0,0.5);
}

.info-bar-content .arrow-group i:nth-child(1) {
  animation-delay: 0s;
}

.info-bar-content .arrow-group i:nth-child(2) {
  animation-delay: 0.2s; 
}

.info-bar-content .arrow-group i:nth-child(3) {
  animation-delay: 0.4s; 
}

@keyframes arrowBlink {
  0% { opacity: 0.2; }
  40% { opacity: 1; }
  80%, 100% { opacity: 0.2; }
}




.hero-swiper .swiper-slide {
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-swiper .swiper-slide img {
    width: 100%;
    height: 100%; 
    border-radius: var(--btn-radius);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
}


.hero-swiper .swiper-pagination {
    position: relative; 
    bottom: 0 !important;
    margin-top: 20px; 
}


.hero-swiper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #ff5e00; 
    width: 25px;
    border-radius: 5px;
}


.client-prt {
    padding: 5rem 0 !important;
    background: #ecede7; 
}

.scroller {
  max-width: 100%;
  overflow: hidden;
  padding: 1.5rem 0;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.scroller__inner {
  display: flex;
  gap: 1rem; 
  width: max-content;
  flex-wrap: nowrap;
}

/* 1. Set a reasonable default fallback (e.g., 30s) if no data-speed is provided */
.scroller[data-animated="true"] .scroller__inner {
  animation: scroll var(--_animation-duration, 30s) linear infinite;
  will-change: transform;
}

/* 2. Distinct design tokens for explicit speeds */
.scroller[data-speed="fast"] {
  --_animation-duration: 12s; /* Noticeably faster */
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s; /* Noticeably slower */
}

.scroller:hover .scroller__inner {
  animation-play-state: paused; 
}

@keyframes scroll {
  to {
      /* Math engineered perfectly for 5 items with 1rem gap */
      transform: translate3d(calc(-33.333% - 0.83rem), 0, 0);
  }
}


.client_box {
  background: #fff;
  border-radius: 50px; 
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 80px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.client_box img {
  max-height: 35px;
  width: auto;
  object-fit: contain;
}

.review li {
    font-size: 1.6rem;
}

.review-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}



.trust-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.section-label {
    font-size: 1.4rem;
    color: #666;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    text-align:centrer;
}

.hotel-count-badge {
    display: inline-block;
    background-color: #f54b1e;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 3rem;
    border-radius: 5rem;
    margin: 5px 0 0.5rem 0;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
}

.section-sub {
    font-size: 1.8rem;
    color: #555;
    margin-bottom: 5rem;
}
.logo-scroller-container {
    display: flex;
    flex-direction: column;
    gap: 5px; 
    width: 100%;
    margin: 40px auto 0;
}

.logo-scroll-row {
    overflow: hidden;
    width: 100%;
    display: flex;
    user-select: none;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.logo-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-right: 70px; }

.logo-item img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

/* Animations active only when JavaScript sets data-animated="true" */
.logo-scroll-row[data-animated="true"] .logo-track {
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.logo-scroll-row[data-animated="true"].row-left .logo-track {
    animation-name: scrollLeft;
}

.logo-scroll-row[data-animated="true"].row-right .logo-track {
    animation-name: scrollRight;
}

.logo-scroll-row:hover .logo-track {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes scrollRight {
    0% { transform: translate3d(-50%, 0, 0); }
    100% { transform: translate3d(0, 0, 0); }
}
.product-section {
    padding: 5rem 0;
    background-color: #ecede7;
}
.product-section .container{
    max-width: 110rem;
}
.section-header {
    text-align: center;
    margin-bottom: 5rem;
}

.overline {
    font-size: 1.4rem;
    color: #888;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.highlight {
    color: #f54b1e;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    gap: 3rem;
}

.product-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: var(--btn-radius);
    transition: all 0.3s ease;
    border-bottom: solid 10px #dadbd5;
}

.product-card:hover {
    box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.icon-box {
    font-size: 3.5rem;
    color: #008b8b;
    margin-bottom: 1rem;
    position:relative;
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.hex-svg{
    position:absolute;
    width:60px;
    height:60px;
}
.product-name {
   font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #006278;
    line-height: 1;
    font-family: "Geologica", sans-serif;
}
.icon-box i{font-size:26px}
.product-name span{
 color: #f54b1e;}

.product-sub {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 1rem;
}

.product-desc {
    font-size: 1.5rem;
    color: #777;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.btn-more {
    display: inline-block;
    background-color: #d4c192;
    color: #fff;
    padding: 0.5rem 3rem;
    border-radius: var(--btn-radius);
    font-weight: 600;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-more:hover {
    background-color: #b5a06d;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212,193,146,0.4);
}


.grow-business-section {
    background-color: #ff6600; 
    padding: 5rem 0; 
}


.counter-item {
    margin-bottom: 3rem;
}

.counter-card {
border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--btn-radius);
    padding: 2rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.counter-icon {
    max-width: 7rem;
       height: 50px;
    margin-bottom: 2.5rem;
}

.counter-number {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}

.counter-suffix {
      font-size: 5rem;
    font-weight: 700;
    margin-left: 0.5rem;
    line-height: 1;
}

.counter-text {
  font-size: 2rem;
    color: #000;
    margin: 0;
    font-weight: 600;
}


.pms-section {
    padding: 6.5rem 0;
    background-color: #eaeaea;
}
.pms-section .section-title span{
    color: #f54b1e;
}
.section-title {
     font-size: 3rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Geologica", sans-serif;
}

.section-sub {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 1.4rem;
    line-height: 1.2;
}

.section-desc {
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 1rem;
}


.features-grid {
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}


.feature-pill {
     position: relative;
    background: #fff;
    border: 2px dotted #cedebc;
    border-radius: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top:5px;
}

.feature-icon-wrapper {
  position: absolute;
    left: -5px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #919999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
}

.feature-icon-wrapper i {
    color: #008b8b;
    font-size: 1.9rem;
}


.pill-label {
    margin-left: 60px;
    flex-grow: 1;
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.orange-arrow {
    color: #f15a24;
    font-size: 1.2rem;
    font-weight: bold;
}

.feature-pill:hover {
    border-style: solid;
    border-width: 0.5px;
    border-color: #f15a24;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(241,90,36,0.15);
}

.feature-pill:hover .feature-icon-wrapper i {
    color: #f15a24;
}

.feature-pill:hover .feature-icon-wrapper {
   border-style: solid;
    border-color: #f15a24;
    transform: translateY(-2px);
     color: #f15a24;
}
.feature-pill:hover .pill-label {
    color: #f15a24;
}


.cta-group {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-top: 10px;
}

.btn-view {
    background: #d93c12;
    color: white;
    padding: 1.2rem 3rem;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}
.btn-view:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245,75,30,0.35);
}

.btn-call {
    background: #d93c12;
    color: white;
    padding: 1.2rem 3rem;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}
.cta-group .btn-call{
    background: #666;
}
.btn-call:hover. .cta-group .btn-call:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,96,107,0.35);
}

.visual-wrapper {
    position: relative;
    padding-left: 40px;
}
.visual-wrapper img{
    transform: scale(1.2);
}


.ai-analysis-wrapper {
    background-color: #000000; 
    overflow: hidden;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    position:relative;
}

.ai-container {
    display: flex;
    align-items: center;
}

.ai-visual {
    position: relative;
    width: 55%; 
    height: 425px;
}

.ai-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fade-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%; 
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0), #000000 95%);
}

.ai-content {
    width: 45%;
    padding: 20px;
    z-index: 2;
}

.ai-title {
  font-size: 3rem;
    font-weight:500;
    line-height: 1.1;
    margin-bottom: 0;
    color: #fff;
    font-family: "Geologica", sans-serif;
}

.ai-sub {
  font-size: 1.5rem;
    color: #888;
    margin-bottom: 1.5rem;
    max-width: 350px;
    width: 100%;
    line-height: 1.4;
}

.ai-features {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.ai-features li {
  font-size: 1.4rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #cecaca;
}

.ai-features li::before {
    content: "•";
    color: #cecaca;
    font-weight: bold;
    margin-right: 12px;
}

.ai-footer-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 20px;
}

.btn-know-more {
    background-color: #ff5e00;
    color: white;
    padding: 14px 40px;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-know-more:hover {
    background-color: #e05200;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,94,0,0.35);
}

 .chatgpt-hexagon {
         width: 110px;
        height: 122px;
        background: #ff6600c7;
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 18%;
        bottom: 10%;
    }

    .chatgpt-hexagon__inner {
        width: calc(100% - 3px);
        height: calc(100% - 3px);
        background: #000;
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .powered-by { 
        font-size: 0.65rem; 
        color: #aaa; 
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1; 
    }

    .hex-icon { 
        width: 32px;  
        height: 32px;
        fill: #74a18e;
    }

    .hex-text {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1; 
        color: #fff;
    }


.whatsapp-integration {
background-color: #015f79;
    padding: 1rem 0;
    color: #ffffff;
    overflow: hidden;
}

.integration-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.integration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.integration-image img {
    width: 100%;
    height: auto;
    display: block;
}

.integration-title {
  font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #fff;
    font-family: "Geologica", sans-serif;
}

.integration-title .highlight {
    color: #f7eb00;
}

.integration-sub {
    color: #f0f0f0;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    font-weight:300;
}

.integration-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.integration-features li {
  font-size: 1.4rem;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    color: #f0f0f0;
     font-weight:300;
}

.integration-features li::before {
    content: "•";
    color: #f0f0f0;
    margin-right: 1.2rem;
    font-size: 1.5rem;
}


.revenue-management {
    background-color: #f2f2ee;
    padding: 5rem 0;
}

.container { max-width: 120rem; margin: 0 auto; padding: 0 2rem; }

.section-top-title { text-align: center; color: #888; font-size: 1.4rem; letter-spacing: 0.2rem; margin-bottom: 4rem; }

.header-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; margin-bottom: 5rem; }

.main-title { font-size: 3rem; color: #004d61; font-weight: 500;font-family: "Geologica", sans-serif; }
.main-title .highlight { color: #ff6600;line-height: 17px; }
.sub-header { font-size: 1.8rem; color: #555; margin: 1rem 0 2rem; }
.description {font-size: 1.5rem;
    color: #666;
    max-width: 590px; }

.header-list { list-style: none; padding: 0; }
.header-list li { font-size: 1.6rem; color: #555; display: flex; align-items: center; }
.header-list li::before { content: "▪"; color: #888; margin-right: 1.5rem; }



  .growth-section{
      max-width:1400px;
      margin:auto;
      background:#fff;
      border-radius:14px;
      padding:18px;
      border:1px solid #d8d8d8;
    }

    .main-grid{
      display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    }

    .left-wrapper{
      display:flex;
      flex-direction:column;
      gap:30px;
    }

 .feature-box{
      border:0 solid #d7d7d7;
      border-radius:0;
     padding:0 5px 20px 5px;
      background:#fff;
    }
    .result-box{
      border:1px solid #d7d7d7;
      border-radius:18px;
      padding:20px 5px;
      background:#fff;
    }

  .growth-section  .section-title{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:16px;
      margin-bottom:30px;
    }

    .growth-section .section-title::before,
     .growth-section .section-title::after{
      content:'';
      flex:1;
      height:1px;
      background:#015365;
      max-width:150px;
    }

  .growth-section  .section-title h2{
      font-size:22px;
      color:#222;
      font-weight:500;
      font-family: "Geologica", sans-serif;
    }

  .growth-section  .section-title span{
      color:#ff6b1a;
       font-weight:500;
      font-family: "Geologica", sans-serif;
    }

    .feature-grid{
      display:grid;
      grid-template-columns: repeat(4,1fr);
      gap:20px;
    }

    .feature-item{
      text-align:center;
      position:relative;
      padding:0 12px;
    }

    .feature-item:not(:last-child)::after{
      content:'';
      position:absolute;
      top:10px;
      right:-10px;
      width:1px;
      height:170px;
      background:#d8d8d8;
    }

   .growth-section .icon-circle{
      width:92px;
      height:92px;
      border:2px solid #0b7285;
      border-radius:50%;
      margin:auto;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
    }

  .growth-section  .icon-circle i{
      font-size:42px;
      color:#ff6b1a;
    }

    .feature-item h3{
      font-size:18px;
      color:#222;
      margin-bottom:14px;
      font-weight:700;
      line-height:1.3;
    }

    .feature-item p{
      color:#555;
      font-size:15px;
      line-height:1.6;
    }

	.booking-master-banner-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
        border: 1px solid #dcdde1;
        border-radius: var(--btn-radius);
        margin-top:15px;
        padding: 10px;
        width: 100%;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
        gap: 10px;
    }

    .booking-master-logo-section {
        display: flex;
        align-items: center;
        padding-right: 4px;
        border-right: 1px solid #dcdde1;
        height: 30px;
        flex-shrink: 0;
    }

    .booking-master-logo-img {
        height: 25px;
        width: auto;
        object-fit: contain;
    }

    .booking-master-content-section {
        display: flex;
        align-items: center;
        flex-grow: 1;
        gap: 10px;
    }

    .booking-master-target-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .booking-master-target-icon i {
        color: #0d5c75;
        font-size: 32px;
        line-height: 1;
    }

    .booking-master-target-icon::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #ff5722;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .booking-master-text-block {
        display: flex;
        flex-direction: column;
    }

    .booking-master-heading {
        font-size: 12px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.2;
    }

    .booking-master-subheading {
        font-size: 13px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.3;
    }

    .booking-master-highlight-blue {
        color: #0d5c75;
    }

    .booking-master-cta-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #0a566c;
        border-radius: var(--btn-radius);
        padding: 10px;
        text-decoration: none;
        gap: 10px;
        transition: all 0.3s ease;
    }

    .booking-master-cta-button:hover {
        background-color: #084556;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(10,86,108,0.35);
    }

    .booking-master-cta-text {
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.3;
        text-align: left;
        flex-grow: 1;
    }

    .booking-master-cta-button i {
        color: #ffffff;
        font-size: 15px;
        display: flex;
        align-items: center;
    }


    .result-title{
      text-align:center;
      color:#0b7285;
      font-size:20px;
      margin-bottom:28px;
       font-weight:500;
      font-family: "Geologica", sans-serif;
    }

    .result-grid{
      display:grid;
         grid-template-columns: repeat(4, minmax(0, 1fr));
             margin-bottom: 15px;
    }
.result-content{
    line-height: 1}
    .result-item{
  display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 8px;
    position: relative;
    }

    .result-item:not(:last-child)::after{
      content:'';
      position:absolute;
      top:0;
      right:0;
      width:1px;
      height:80px;
      background:#d8d8d8;
    }

    .small-icon{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border: 2px solid #0b7285;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .small-icon i{
      color:#ff6b1a;
      font-size:20px;
    }

    .result-content small{
      display: block;
    color: #444;
    font-size: 10px;
    margin-bottom: 0;
    }

    .result-content h4{
    font-size: 18px;
    font-weight: 700;
    }

    .orange{
      color:#ff6b1a;
    }

    .blue{
      color:#0b7285;
    }

    .result-content p{
      font-size:13px;
      color:#777;
    }

    .chart-card{
      border:1px solid #d7d7d7;
      border-radius:18px;
      padding:10px;
      background:#fff;
      position:relative;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }

    .chart-title{
      font-size:20px;
      font-weight:500;
      margin-bottom:0;
      padding-left:4px;
      color:#222;
      font-family: "Geologica", sans-serif;
    }

    .growth-badge{
  position: absolute;
    top: 9px;
    right: 22px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 14px;
    padding: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .growth-badge::after{
      content:'';
      position:absolute;
      bottom:-12px;
      left:50%;
      transform:translateX(-50%);
      border-left:10px solid transparent;
      border-right:10px solid transparent;
      border-top:12px solid #cfcfcf;
    }

    .growth-badge::before{
      content:'';
      position:absolute;
      bottom:-10px;
      left:50%;
      transform:translateX(-50%);
      border-left:9px solid transparent;
      border-right:9px solid transparent;
      border-top:10px solid #fff;
      z-index:2;
    }

    .growth-badge h3{
      color:#ff6b1a;
      font-size:18px;
      margin-bottom:0;
    }

    .growth-badge p{
      font-size:12px;
      color:#333;
        line-height:1;
      font-weight:600;
    }

    .chart-wrap{
      height:350px;
      margin-top:-10px;
    }

    .brand-bar{
      margin-top:18px;
      border:1px solid #d7d7d7;
      border-radius:16px;
      padding:16px 20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:20px;
    }

    .brand-logo{
      font-size:20px;
      font-weight:700;
      color:#0b7285;
      display:flex;
      align-items:center;
      gap:8px;
    }

    .brand-logo span{
      color:#ff6b1a;
    }

    .brand-middle{
      color:#444;
      font-size:15px;
      font-weight:600;
    }

    .brand-btn{
      background:#0b7285;
      color:#fff;
      text-decoration:none;
      padding:14px 22px;
      border-radius: var(--btn-radius);
      font-size:14px;
      font-weight:600;
      display:flex;
      align-items:center;
      gap:10px;
      transition: all 0.3s ease;
    }

    .brand-btn:hover{
      background:#095866;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(11,114,133,0.35);
    }


/* Features & Stats Styling */
.divider-title { border-bottom: 1px solid #eee; text-align: center; height: 1.5rem; margin-bottom: 4rem; }
.divider-title span { background: #fff; padding: 0 2rem; font-size: 1.8rem; font-weight: 600; color: #333; }
.orange-text { color: #ff6600; }
.blue-text { color: #004d61; }

.icon-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; margin-bottom: 3rem; }
.icon-circle { width: 6rem; height: 6rem; border: 1px solid #eee; border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; }
.icon-circle img { width: 3rem; }
.feature-item h3 { font-size: 1.3rem; margin-bottom: 0.8rem; color: #333; }
.feature-item p { font-size: 1.1rem; color: #777; line-height: 1.4; }

.stats-row { display: flex; justify-content: space-between; border-top: 1px solid #eee; padding-top: 2rem; }
.stat { text-align: center; }
.stat-val { display: block; font-size: 2.2rem; font-weight: 800; }
.stat-label { font-size: 1.2rem; color: #888; }
.action-buttons { text-align: center; margin-top: 5rem; display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }

.btn {
    padding: 0rem 4rem;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    height: 45px;
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-orange { background: #ff6600; }
.btn-orange:hover {
    background: #e05500;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,102,0,0.35);
}
.btn-gray { background: #888; }
.btn-gray:hover {
    background: #666;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(136,136,136,0.35);
}


.hero-analysis {
    position: relative;
    width: 100%;
    height: 50rem;
    background-image: url('https://www.bookingmaster.in/wp-content/uploads/2026/05/WhatsApp-Image-2026-04-29-at-9.41.00-PM.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 120rem;
    margin: 0 auto;
    width: 100%;
    padding: 0 2rem;
    position: relative;
    height: 100%;
}

.info-badge {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 20rem;
    height: 20rem;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
    font-family: 'Inter', sans-serif;
    border: 2px solid white;
}

.badge-top {
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    line-height: 1.3;
    padding-top:20px;
}

.badge-bottom {
    height: 35%;
    background: #ff5e00;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 10px;
}
.badge-bottom span{height:100%}
.badge-top .small-text {
      font-size: 1.8rem;
    color: #333;
    font-weight: 500;    
      font-family: "Geologica", sans-serif;
}

.badge-top .large-text {
    font-size: 2.2rem;
    font-weight: 500;    
      font-family: "Geologica", sans-serif;
}

.badge-top .orange {
    color: #ff5e00;    
      font-family: "Geologica", sans-serif;
}


.case-study-section {
    background-color: #ff6200;
    padding: 5rem 0;
    color: #ffffff;
}

.container {
    max-width: 140rem;
    margin: 0 auto;
    padding: 0 2rem;
}
.custom-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
}
.case-study-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 3rem;
    letter-spacing: 0.1rem;
    color:#fff;
     font-family: "Geologica", sans-serif;  
}

.caseStudySwiper {
    padding: 2rem 5rem;
}

.study-card {
    max-width: 50rem;
    margin: 0 auto;
}
.card-header{
border:0;
background-color:transparent;
padding:0;}

.card-header h3 {
 font-size: 2.2rem;
    margin-bottom: 0;
    color: #fff;
    font-family: "Geologica", sans-serif;
}

.card-header p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #ffd8c2;
}

.stars {
    color: #f7eb00;
    margin-left: 1rem;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    border-radius: var(--btn-radius);
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    height: 7rem;
    background: rgba(30, 30, 30, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.play-btn:hover {
    background: rgba(255,94,0,0.85);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 2rem solid white;
    margin-left: 0.5rem;
}

.video-controls-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background: url('https://i.imgur.com/8L8D67u.png');
    background-size: cover;
}

.card-desc {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 2.5rem 0;
    color: #ffffff;
}

.btn-view-case {
    display: inline-block;
    background: white;
    color: #ff6200;
    padding: 1.2rem 3rem;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.btn-view-case:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(255,255,255,0.3);
    color: #ff6200;
}

.swiper-button-next, .swiper-button-prev {
    color: white !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 2.5rem !important;
    font-weight: bold;
}


.bm-offer-section {
    background-color: #ecede7;
    padding: 60px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    position:relative;
}

.bm-offer-section::before {
    content: "";
    position: absolute;
    left: -240px;
    bottom: 0;
    width: 650px;
    height: 650px;
    background: url('https://www.bookingmaster.in/wp-content/uploads/2026/05/white-vector.png') no-repeat center;
    background-size: contain;
    opacity: inherit;
    pointer-events: none;
    z-index: 0;
}

.bm-offer-section::after {
    content: "";
    position: absolute;
    right: -15%;
    bottom: -22%;
    width: 650px;
    height: 650px;
    background: url('https://www.bookingmaster.in/wp-content/uploads/2026/05/white-vector.png') no-repeat center;
    background-size: contain;
    transform: scaleX(-1);
    pointer-events: none;
    z-index: 0;
}

.bm-offer-section .bm-middle-vector {
    position: absolute;
    top: -49%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: url('https://www.bookingmaster.in/wp-content/uploads/2026/05/white-vector.png') no-repeat center top;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}
.bm-offer-section > *{
    position: relative;
    z-index: 2;
}


.bm-offer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.bm-offer-info { flex: 0 0 35%; z-index: 3; }
.bm-offer-title { font-size: 55px; color: #005f73; margin: 0; }
.bm-offer-badge-wrap { display: flex; align-items: center; gap: 10px; margin: 5px 0; }
.bm-offer-label { font-size: 28px; font-style: italic; color: #ff5e00; }
.bm-offer-pill {
    background: #ff5e00;
    color: #fff;
    padding: 4px 20px;
    border-radius: var(--btn-radius);
    font-weight: 700;
    font-size: 24px;
    margin-top: 8px;
}
.bm-offer-subtext { font-size: 20px; color: #666; margin-bottom: 20px; }

.bm-offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
.bm-offer-box {
    background: #fff;
    padding: 15px;
    border-radius: var(--btn-radius);
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.bm-offer-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.bm-offer-box strong {    display: block;
    font-size: 28px;
    color: #005f73;
    font-weight: 500;
    line-height: 1; font-family: "Geologica", sans-serif;}
.bm-offer-box strong.small-txt {    display: block;
    font-size: 18px;
   }
.bm-offer-box span {     font-size: 13px;
    color: #000;
    line-height: 1.3;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-top: 5px;
    font-family: "Geologica", sans-serif;
}

.bm-offer-price-bg { background: #005f73; color: #fff; padding: 15px 25px; border-radius: var(--btn-radius); display: inline-block; min-width: 300px; }
.bm-offer-old { text-decoration: line-through; opacity: 0.7; font-size: 18px; }
.bm-offer-new-row { display: flex; align-items: baseline; gap: 5px; }
.bm-offer-amount { font-size: 38px; font-weight: 500; font-family: "Geologica", sans-serif;}
.bm-offer-duration { font-size: 14px; }
.bm-offer-gst { font-size: 11px; color: #888; margin-top: 0; width: 300px; text-align: right;font-family: "Geologica", sans-serif; }

.bm-offer-visual { position: absolute; left: 45%; transform: translateX(-50%); bottom: -80px; width: 400px; z-index: 2; pointer-events: none; }
.bm-offer-visual img { width: 100%; display: block; }

.bm-offer-form-col { flex: 0 0 38%; display: flex; flex-direction: column; align-items: end; z-index: 3; }
.bm-offer-card { background: #fff; padding: 20px; border-radius: var(--btn-radius); box-shadow: 0 15px 40px rgba(0,0,0,0.1); width: 100%; }
.bm-offer-icon-circle { background: #ff5e00; width: 55px; height: 55px; border-radius: 50%; margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; }
.bm-offer-icon-circle img { width: 25px; filter: invert(1); }
.bm-offer-form-h3 { text-align: center; font-size: 17px; line-height: 1.4; margin-bottom: 20px; }
.bm-text-orange { color: #ff5e00; }

.bm-form-field { margin-bottom: 5px; }
.bm-form-field label {text-align:left; display: block; font-size: 12px; font-weight: 600; color: #555; margin-bottom: 4px; }
.bm-form-field input, .bm-form-field select { width: 100%; padding: 10px;height:35px; border: none; background: #eee; border-radius: var(--btn-radius); font-size: 14px; }
.bm-form-flex { display: flex; gap: 10px; }

.bm-offer-submit-btn {
    height: 35px;
    background: #ff5e00;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: var(--btn-radius);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 22px;
}
.bm-offer-submit-btn:hover {
    background: #e05200;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,94,0,0.35);
}

.bm-offer-view-plans {
    margin-top: 25px;
    background: #005f73;
    color: #fff;
    padding: 14px 40px;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s ease;
}
.bm-offer-view-plans:hover {
    background: #004a5a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,95,115,0.35);
}

.btn-flex {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    align-items: center;
}

.bm-form-field select {
    width: 100%;
    height: 35px;
}


.bm-web-section {
    background-color: #252422;  
    color: #ffffff;
    padding: 50px 0 0;
    overflow: hidden;
    position:relative;
}
.bm-web-section > *{
    position: relative;
    z-index: 2;
}

.bm-web-section::before {
    content: "";
    position: absolute;
    left: -244px;
    bottom: -103px;
    width: 500px;
    height: 500px;
    background: url('https://www.bookingmaster.in/wp-content/uploads/2026/05/blue-vector.png') no-repeat bottom center;
    background-size: contain;
    opacity: inherit;
    pointer-events: none;
    z-index: 0;
}

.bm-web-section::after {
    content: "";
    position: absolute;
    right: -11%;
    top: -15%;
    width: 500px;
    height: 500px;
    background: url('https://www.bookingmaster.in/wp-content/uploads/2026/05/blue-vector.png') no-repeat center;
    background-size: contain;
    transform: scaleX(-1);
    pointer-events: none;
    z-index: 0;
}
.bm-web-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 ;
    display: flex;
    align-items: center;
    gap: 50px;
}

.bm-web-content {
    flex: 1;
}

.bm-web-title-top {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color:#fff;
}

.bm-web-title-main {
    font-size: 3rem;
    color: #ff5e00;
    line-height: 1;
}

.bm-web-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #ccc;
    margin-bottom: 30px;
    line-height:1.1;
    font-family: 'Inter', sans-serif;
}

.bm-web-description p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
    margin-bottom: 10px;
}

.bm-web-why-title {
  font-size: 22px;
    color: #ff5e00;
    margin: 20px 0 5px 0;
}

.bm-web-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.bm-web-list li {
      font-size: 14px;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    color: #eee;
    line-height: 1.6;
}

.bm-web-list li::before {
    content: "•";
    color: #eee;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.bm-web-btn {
    display: inline-block;
    background: #ff5e00;
    color: #fff;
    padding: 14px 40px;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
}

.bm-web-btn:hover {
    background: #e05200;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,94,0,0.35);
}

 .bm-showcase-wrap{
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
    gap:20px;
     width: 100%;
    max-width: 700px;
}

.bm-mobile-screen, 
.bm-desktop-screen, 
.bm-tablet-screen {
    opacity: 0;
  transform: translateY(40px) scale(0.9); 
    transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.bm-showcase-wrap.js-animated .bm-mobile-screen.active,
.bm-showcase-wrap.js-animated .bm-desktop-screen.active,
.bm-showcase-wrap.js-animated .bm-tablet-screen.active {
    opacity: 1;
    transform: translateY(0) scale(1); 
}

.bm-showcase-wrap img{
    width:100%;
    height:100%;  
    display:block;
    box-shadow:0 15px 35px rgba(0,0,0,0.35);
}

.bm-mobile-screen{
    width:60px;
    height:380px;
    margin-bottom:0;
}

.bm-desktop-screen{
    width:340px;
    height:700px;
}

.bm-tablet-screen{
    width:360px;
    height:580px;
    margin-bottom:0;
}


.bm-int-section {
    padding: 50px 0;
    background-color: #ffffff;
}
.bm-int-section .logo-item img {
    width: auto;
    object-fit: contain;
}
.bm-int-section .bm-int-divider{
    margin:16px 0;
}

.bm-int-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.bm-int-header {
    text-align: center;
    margin-bottom: 60px;
}

.bm-int-title {
    font-size: 3rem;
    color: #005f73;
    margin-bottom: 15px;
}

.bm-int-orange {
    color: #ff5e00;
}

.bm-int-desc {
    font-size: 16px;
    color: #888;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.bm-int-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bm-int-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
}

.bm-int-row img {
    max-height: 40px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.bm-int-row img:hover {
    transform: scale(1.1);
}

.bm-int-row-small img {
    max-height: 30px;
    max-width: 120px;
}

.bm-int-divider {
border: none;
    height: 1px; 
    background: linear-gradient(to right, transparent, #948989 20%, #948989 80%, transparent);
    margin: 0;
}

.bm-int-dark-filter {
    filter: brightness(0.2);
}


.bm-t-section {
    background-color: #4b4e57;
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.bm-t-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.bm-t-header {
    text-align: center;
    margin-bottom: 50px;
}

.bm-t-title {
    font-size: 3rem;
    color: #fff;
}

.bm-t-orange {
    color: #ff5e00;
    font-family: "Geologica", sans-serif;
}

.bm-t-card {
    background: #fff;
    border-radius: var(--btn-radius);
    display: flex;
    overflow: hidden;
    color: #333;
    min-height: 350px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.bm-t-card-image {
    flex: 1.2;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.bm-t-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bm-t-card-content {
    flex: 1;
    padding: 40px 50px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bm-t-user-avatar {
    position: absolute;
    left: -98px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #ff5e00;
    overflow: hidden;
    z-index: 10;
    background: #fff;
}

.bm-t-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bm-t-quote-icon {
    font-size: 80px;
    color: #ccc;
    font-family: serif;
    position: absolute;
    top: 20px;
    left: 40px;
    line-height: 1;
    opacity: 0.5;
}

.bm-t-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.bm-t-name {
    color: #e91e63;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bm-t-designation {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.bm-t-btn {
    display: inline-block;
    background: #ff5e00;
    color: #fff;
    padding: 10px 30px;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: 600;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.bm-t-btn:hover {
    background: #e05200;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,94,0,0.35);
}

.bmTestimonialSwiper .swiper-pagination {
    bottom: -3px !important;
    position: relative;
    background: transparent;
}

.bmTestimonialSwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
}

.bmTestimonialSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff5e00;
    width: 25px;
    border-radius: 5px;
}


.google-reviews-section {
    background-color: #f4f5ed;
    padding: 50px 0;
}

.google-rev-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.google-rev-header {
    text-align: center;
    margin-bottom: 25px;
}

.google-rev-title {
    font-size: 3rem;
    color: #005f73;
}

.google-rev-accent { color: #ff5e00; }

.google-rev-brand img {
    width: 200px;
    margin-top: 5px;
}

.google-rev-brand span {
    display: block;
    font-size: 1.5rem;
    color: #555;
    font-weight: 600;
    line-height:1;
}

.google-rev-summary-box {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 25px;
    border-radius: var(--btn-radius);
    border: 1px solid #e0e0e0;
}

.google-rev-score {
font-weight: 500;
    margin: 0;
    font-size: 20px;
}

.google-rev-stars-main {
    color: #ff5e00;
    letter-spacing: 2px;
}

.google-rev-card {
    background: #ffffff;
    border-radius: var(--btn-radius);
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #ebebeb;
}
.google-rev-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.google-rev-thumb {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}

.google-rev-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google-rev-location {
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #333;
}

.google-rev-card-rating {
    color: #ff5e00;
    font-weight: bold;
    margin-bottom: 15px;
}

.google-rev-comment {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.googleRevSwiper .swiper-pagination-bullet-active {
    background: #ff5e00;
}

.googleRevSwiper .swiper-pagination{
position:relative;margin-top:25px}


.cm-sync-wrapper {
    padding: 50px 0;
    background-color: #ffffff;
}

.cm-sync-top-visual {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.cm-sync-bottom-visual {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.cm-sync-top-visual img,
.cm-sync-bottom-visual img {
    max-width: 100%;
    height: auto;
}


.real-time-features-container {
        display: flex;
    	margin-top:40px;
        align-items: center;
        background-color: #ffffff;
        border: 1px solid #dcdde1;
        border-radius: var(--btn-radius);
        padding: 10px ;
        width: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        gap: 12px;
        font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    }

    .real-time-feature-item {
        display: flex;
        align-items: center;
        flex: 1;
        padding-right: 12px;
        position: relative;
    }

    .real-time-feature-item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: #dcdde1;
    }

    .real-time-icon-circle {
        width: 48px;
        height: 48px;
        background-color: #005a70;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
        flex-shrink: 0;
        box-shadow: 0 2px 6px rgba(0, 90, 112, 0.2);
    }

    .real-time-icon-circle i {
        color: #ffffff;
        font-size: 20px;
    }

    .real-time-text-content {
        display: flex;
        flex-direction: column;
    }

    .real-time-title {
        font-size: 10px;
        font-weight: 700;
        color: #004c61;
        text-transform: uppercase;
    }

    .real-time-description {
        font-size: 12px;
        color: #4a5568;
        line-height: 1.3;
    }

    .real-time-cta-box {
        display: flex;
        align-items: center;
        flex: 1.2;
        border: 1px solid #ff6b35;
        border-radius: var(--btn-radius);
        padding: 12px 16px;
        background-color: #ffffff;
        margin-left: 8px;
        transition: all 0.3s ease;
    }
    .real-time-cta-box:hover {
        background-color: #fff5f0;
        box-shadow: 0 4px 12px rgba(255,107,53,0.15);
    }

    .real-time-cta-icon-box {
        margin-right: 14px;
        flex-shrink: 0;
    }

    .real-time-cta-icon-box i {
        color: #ff6b35;
        font-size: 32px;
        display: block;
    }

    .real-time-cta-title {
        font-size: 12px;
        font-weight: 700;
        color: #ff6b35;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        margin-bottom: 3px;
    }

    .real-time-cta-desc {
        font-size: 11px;
        color: #2d3748;
        line-height: 1.3;
    }


.cm-sync-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.cm-sync-wrapper .overline{
text-align:center}
.cm-sync-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
}

.cm-sync-col-info, 
.cm-sync-col-list {
    flex: 1;
    min-width: 320px;
}

.cm-sync-heading {
    font-size: 3rem;
}

.cm-sync-teal { color: #008b8b; }
.cm-sync-orange { color: #f15a24; }

.cm-sync-subheading {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: "Geologica", sans-serif;
}

.cm-sync-text {
    color: #666;
    margin-bottom: 5px;
    font-size: 15px;
}

.cm-sync-feature-items {
    list-style: disc;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

.cm-sync-feature-items li {
    position: relative;
    color: #666;
    font-size: 15px;
}

.cm-sync-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cm-sync-btn {
    padding: 12px 35px;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
}

.cm-sync-btn-orange {
    background-color: #f15a24;
    color: #ffffff;
}
.cm-sync-btn-orange:hover {
    background-color: #d94a18;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(241,90,36,0.35);
}

.cm-sync-btn-gray {
    background-color: #888888;
    color: #ffffff;
}
.cm-sync-btn-gray:hover {
    background-color: #666;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(136,136,136,0.35);
}


.footer_top:before{
background: linear-gradient(120deg, rgba(44,43,42,0.95), rgba(222,73,33,0.85))!important;
backdrop-filter: blur(10px)!important;
}


/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

@media only screen and (max-width: 1199px) {
    .nav_top .navbar-toggler .icon-bar {
       background-color: #006079!important;
       }
}

/* ===== 991px and below ===== */
@media (max-width: 991px) {

    html { font-size: 55%; }
    .growth-section{padding:8px}
    /* Hero */
    .hero-section { padding: 50px 0; }
    .hero-title { font-size: 3.8rem; padding-right: 0; }
    .hero-desc { font-size: 1.5rem; }

    /* Swiper */
    .hero-swiper .swiper-slide { height: 380px; }

    /* Clients */
    .client_box { min-width: 140px; padding: 1rem 1.5rem; }

    /* Trust section */
    .section-title { font-size: 2.8rem; }
    .logo-item img { height: 70px; }

    /* Products */
    .product-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }

    /* PMS section */
    .features-grid { grid-template-columns: 1fr; }
    .visual-wrapper { padding-left: 0; margin-top: 30px; }
    .visual-wrapper img { transform: scale(1); }
    .cta-group { flex-wrap: wrap; }

    /* AI section */
    .ai-container { flex-direction: column; }
    .ai-visual { width: 100%; height: 350px; }
    .fade-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0), #000000 95%);
        width: 100%;
        height: 50%;
        top: auto; 
        bottom: 0;
    }
    .ai-content { width: 100%; text-align: center; padding: 30px 20px; }
    .ai-features li { justify-content: flex-start; }

    .chatgpt-hexagon {
    width: 100px;
    height: 110px;
    right: 7%;
    bottom: 13%;
}
    .ai-footer-row { justify-content: center; flex-direction: column; gap: 20px; }

    /* WhatsApp */
    .integration-grid { grid-template-columns: 1fr; text-align: center; gap: 3rem; }
    .integration-image { max-width: 50rem; margin: 0 auto; }
    .integration-features li { justify-content: flex-start; text-align: left; }
    .integration-title { font-size: 3.2rem; }

    /* Revenue */
    .header-grid { grid-template-columns: 1fr; gap: 2rem; }

    /* Growth section */
    .main-grid { grid-template-columns: auto; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .result-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }
    .feature-item::after, .result-item::after { display: none; }
    .brand-bar { flex-direction: column; text-align: center; }
    .growth-badge { position: relative; top: auto; right: auto; width: max-content; margin-bottom: 0px;    padding: 10px; }
    .chart-wrap { height: 300px; }

    /* Stats/icons */
    .icon-features { grid-template-columns: repeat(2, 1fr); }
    .action-buttons {  align-items: center; }

    /* Badge */
    .info-badge { right: 5%; width: 17rem; height: 17rem; }

    /* Case study */
    .caseStudySwiper { padding: 2rem 0; }

    /* Offer section */
    .bm-offer-container { flex-direction: column; align-items: center; }
    .bm-offer-visual { position: relative; left: auto; transform: none; bottom: 0; width: 300px; margin: 30px 0 0 0; }
    .bm-offer-info, .bm-offer-form-col { flex: 0 0 100%; width: 100%; text-align: center; }
    .bm-offer-badge-wrap { justify-content: center; }
    .bm-offer-gst { width: 100%; text-align: center; }
    .bm-offer-price-bg { min-width: auto; }

    /* Web section */
    .bm-web-container { flex-direction: column; text-align: center; padding: 0 20px; }
    .bm-web-description p { margin-left: auto; margin-right: auto; }
    .bm-web-list { display: inline-block; text-align: left; }
    .bm-showcase-wrap { align-items: center; }
    .bm-mobile-screen, .bm-desktop-screen, .bm-tablet-screen { width: auto; height: auto; margin-top:auto;}

    /* Testimonial */
    .bm-t-card { flex-direction: column; }
    .bm-t-card-image { height: 250px; clip-path: none; }
    .bm-t-user-avatar { position: relative; left: 0; top: 0; transform: none; margin: -80px auto 20px; }
    .bm-t-card-content { padding: 20px; text-align: center; align-items: center; }
    .bm-t-quote-icon { display: none; }

    /* Channel manager */
    .cm-sync-row { gap: 30px; }
    .cm-sync-col-info, .cm-sync-col-list { min-width: 100%; }
    .real-time-features-container { flex-wrap: wrap; justify-content: space-between; gap: 20px 10px; }
    .real-time-feature-item { flex: none; width: 31%; }
    .real-time-feature-item::after { display: none; }
    .real-time-cta-box { flex: none; width: 100%; margin-left: 0; }

    /* Int section */
    .bm-int-header { margin-bottom: 40px; }

    /* Booking banner */
    .booking-master-banner-container { flex-direction: column; align-items: stretch; padding: 20px; gap: 16px; }
    .booking-master-logo-section { border-right: none; border-bottom: 1px solid #dcdde1; padding-right: 0; padding-bottom: 16px; height: auto; justify-content: center; }
    .booking-master-content-section { justify-content: center; text-align: center; }
    .booking-master-cta-button { justify-content: center; }
    .booking-master-heading, .booking-master-subheading, .booking-master-cta-text {
    font-size: 16px;
    }
   
}


/* ===== 767px and below ===== */
@media (max-width: 767px) {

    html { font-size: 60%; }

    /* Hero */
    .hero-section { padding: 40px 0; }
    .hero-title { font-size: 3.2rem; }
    .hero-desc { font-size: 1.4rem; }
    .btn-primary, .btn-secondary { padding: 0.9rem 2.5rem; font-size: 1.4rem; width: 100%; text-align: center; }
    .cta-group {  flex-wrap: nowrap; }
    .info-bar-content{margin:30px 0 ;        font-size: 13px;}
    /* Swiper */
    .hero-swiper .swiper-slide { height: 280px; }

    /* Clients */
    .scroller { padding: 1rem 0; }
    .review-wrapper {
    display: inline-block;
        }
    /* Products */
    .product-grid { grid-template-columns: 1fr; }

    /* Counter */
    .counter-number, .counter-suffix { font-size: 3.5rem; }
      /* Growth */
    .feature-grid { grid-template-columns: 1fr; }
    .result-grid { grid-template-columns: 1fr 1fr; }
    .chart-wrap { height: 250px; }

    /* Trust */
    
    .section-sub { font-size: 1.5rem; }
    /* .logo-item img { height: 55px; } */

    /* Badge */
    .info-badge { right: 50%;
        transform: translate(50%, -149%);
        width: 16rem;
        height: 16rem; }
    .badge-top .large-text { font-size: 1.5rem; }
    .badge-bottom { font-size: 1rem; }

    /* Offer */
    .bm-offer-title { font-size: 42px; }
    .bm-offer-amount { font-size: 28px; }
    .bm-offer-grid { grid-template-columns: 1fr 1fr; }
    .bm-offer-view-plans { padding: 12px 28px; font-size: 16px; width: 100%; text-align: center; display: block; }

    /* Web */
    .bm-web-title-top, .bm-web-title-main { font-size: 2.6rem; }

    /* Int */
    .bm-int-title { font-size: 2.8rem; }
    .bm-int-row { gap: 20px; }
    .bm-int-row img { max-height: 30px; max-width: 100px; }

    /* Testimonials */
    .bm-t-title { font-size: 2.6rem; }
    .bm-t-text { font-size: 14px; }
    .bm-t-btn { align-self: center; }

    /* Google Reviews */
    .google-rev-title { font-size: 2.6rem; }

    /* CM Sync */
    .cm-sync-heading { font-size: 2.6rem; }
    .cm-sync-actions { flex-wrap: nowrap; }
    .cm-sync-btn { text-align: center; padding: 10px 5px;}
    .real-time-feature-item { width: 48%; }

    /* Integration */
    .integration-title { font-size: 2.6rem; }

    /* Case study */
    .case-study-title { font-size: 2.6rem; }

    /* PMS */
    .features-grid { grid-template-columns: 1fr; }
    .pill-label { white-space: normal; font-size: 1.5rem;}

    /* Stats row */
    .stats-row { flex-wrap: wrap; gap: 2rem; justify-content: center; }
    .stat { flex: 0 0 45%; }

    /* Action buttons */
    .action-buttons { gap: 1.5rem;flex-wrap:nowrap }
    .btn{
    padding: 0rem 1rem;    font-size: 1.5rem;display:flex; align-items:Center;
}
    br { display: none !important; }
    
    .feature-item h3 {
    font-size: 1.8rem;
    }
    .feature-item p {
    font-size: 1.4rem;
    }
    .result-title{margin-bottom:20px;
    }
    .result-content small{font-size:12px}
    .result-grid{margin-bottom:0;}
}


/* ===== 400px and below ===== */
@media (max-width: 400px) {

    html { font-size: 60%; }
	br {
        display: none !important;
    }
    /* Hero */
    .hero-title { }
    .hero-desc { font-size: 1.3rem; }

    /* Swiper */
    .hero-swiper .swiper-slide { height: 220px; }

    /* Growth */
    .result-grid { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr; }

    /* Offer */
    .bm-offer-title { font-size: 34px; }
    .bm-offer-grid { grid-template-columns: 1fr; }
    .bm-offer-badge-wrap { flex-direction: column; align-items: center; }
    .bm-form-flex { flex-direction: column; }
    .btn-flex { grid-template-columns: 1fr; }

    /* Stats */
    .stat { flex: 0 0 100%; }
    .stats-row { flex-direction: column; align-items: center; }

    /* Channel manager */
    .real-time-features-container { padding: 16px; }
    .real-time-feature-item { width: 100%; }
    .real-time-cta-box { padding: 12px; }

    /* Counters */
    .counter-number, .counter-suffix { font-size: 3.5rem; }

    /* Testimonial avatar */
    .bm-t-user-avatar { width: 90px; height: 90px; margin:0}

    /* AI section */
    .ai-footer-row { gap: 15px; }
    .btn-know-more { padding: 12px 24px; font-size: 1.4rem; width: 100%; text-align: center; display: block; }

    /* Navbar */
    .navbar-brand img { width: 18rem; }

    /* Section titles */
    .section-title { font-size: 2.7rem; }
    br{display:none;}
    .case-study-title, .bm-t-title, .google-rev-title,
    .cm-sync-heading, .bm-int-title, .integration-title,
    .bm-web-title-top, .bm-web-title-main { font-size: 2.2rem; }

    /* Info badge */
    .info-badge {width: 14rem;
        height: 14rem;
        top: 43%; }
    .badge-top .small-text { font-size: 1.4rem; }
    .badge-top .large-text { font-size: 1.2rem; }
    .badge-bottom { font-size: 0.9rem; }

   
}