body{ 
    overflow-x: clip !important;  
 font-family: 'Manrope', sans-serif !important; 
} 

html{ 
    overflow-x: clip !important; 
} 
 
h1,h2,h3,h4,h5,h6,p{ 
 font-family: 'Manrope', sans-serif !important; 
} 
 
img{ 
    height:auto; 
    max-width:100% !important;  
} 
 
p{ 
    font-size: 16px; 
    /*color: #666;*/
    font-weight: 400; 
    line-height: 1.6;
} 

a{ 
    text-decoration:none; 
    color:inherit; 
} 

ul { 
    list-style-type: none; 
    margin: 0; 
    padding-left: 0; 
}

@font-face {
    font-family: 'Quentin';
    src: url('../font/Quentin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*@font-face {*/
/*    font-family: 'Rethink Sans';*/
/*    src: url('../font/Rethink_Sans/RethinkSans-VariableFont_wght.ttf') format('truetype');*/
/*    font-weight: 100 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/






:root {
  --sabari-blue: #324f9f;
  --sabari-orange: #F5811E;
  --sabari-gold: #FFCA01;
}

.sec-big-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}
.sec-small-title{
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #324f9f;
    background:#e6ebff;
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 7px;
    border-radius: 6px;
}
.section-title.text-center{
    margin-bottom: 35px;
}
.saba-why-seccc{
    padding:2.5rem 0 5rem;
    position:relative;
}
/*.row.why-boxcs{*/
/*      width: 97%;*/
/*    margin: 0 auto;*/
/*}*/

.saba-why-seccc:before{
     content: "";
    position: absolute;
    width: 200px;
    height: 192px;
    background: url(../images/home/why-choose-bg.webp) no-repeat center center;
    z-index: -1;
     top: 40%;
    left: 0;
}
.why-choose-image {
    overflow: hidden;
    border-radius: 20px;
}
.why-choose-image img {
    width: 100%;
    border-radius: 20px;
    height: auto;
    /*padding-left:1px;*/
    transition: transform 0.4s ease;
}
.why-choose-content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 35px;
    background: #324f9f;
    border-radius: 20px;
    overflow: hidden;
    text-align:center;
}
.why-choose-shape {
    position: absolute;
    right: -35px;
    bottom: -40px;
    z-index: -1;
    width: 83px;
    height: 83px;
    opacity: 0.14;
}
.why-choose-shape{
    display:none;
}


.main-why-svg img {
    filter: brightness(0) invert(1);
}
.why-choose-image:hover img {
    transform: scale(1.1);
}
.why-choose-title {
    margin: 0 0 12px;
    font-size: 18px;
    color:#fff
}
.saba-why-seccc .row{
    row-gap: 24px;
}
.main-why-svg {
    text-align: center;
    margin: 0 auto 18px;
}
.why-choose-content p{
    color:#dde0f2;
}


.sabri-cta-home{
    padding:2.5rem 0;
}

.left-cta-box{
    border-radius: 30px 0px 0px 30px;
    padding: 40px 20px;
    height: 100%;
    /*margin-right: -9px;*/
        background: #324f9f;
}


.sabari-cta-small-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 10px;
}

.tg-banner-subtitle {
    font-weight: 800;
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.tg-banner-3-big-content h4 {  
    font-family: 'Quentin', sans-serif !important;
    font-size: 51px;
    text-transform: none;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-weight: 400;

}
.tg-banner-3-big-content.include-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 276px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 30px 30px 0;
}
.left-cta-box a {
     margin: 42px auto 0;
    /* text-align: center; */
    display: block;
    max-width: fit-content;
}
.sabari-btn,
.sabari-btn *,
.sabari-btn :after,
.sabari-btn :before,
.sabari-btn:after,
.sabari-btn:before {
    border: 0 solid;
    box-sizing: border-box;
}

.sabari-btn {
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 8px 32px;
    border-radius: 158px;
    border-width: 2px;
    border-style: solid;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/* Blue button — use on WHITE background sections */
.sabari-btn-primary {
    background-color: var(--sabari-blue);
    border-color: var(--sabari-blue);
    color: #fff;
}

/* White button — use on BLUE background sections */
.sabari-btn-light {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.sabari-btn-light:hover {
    color: #fff;
}

.sabari-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--sabari-orange);
    border-radius: inherit;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: 0;
}

.sabari-btn:hover::before {
    transform: scaleX(1);
}

.sabari-btn-text-wrap {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.sabari-btn-text {
    position: relative;
    display: block;
}

.sabari-btn:hover .sabari-btn-text {
    -webkit-animation: sabari-move-up-alternate 0.3s forwards;
    animation: sabari-move-up-alternate 0.3s forwards;
}

@-webkit-keyframes sabari-move-up-alternate {
    0% { transform: translateY(0); }
    50% { transform: translateY(80%); }
    51% { transform: translateY(-80%); }
    to { transform: translateY(0); }
}

@keyframes sabari-move-up-alternate {
    0% { transform: translateY(0); }
    50% { transform: translateY(80%); }
    51% { transform: translateY(-80%); }
    to { transform: translateY(0); }
}



/*Header*/

/* ===== Base Header ===== */
.main-header {
    padding: 8px 0;
    background: #f8f8f8;
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
}

.main-header .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

/* ===== Navigation ===== */
.main-nav-list {
    display: flex;
    align-items: center;
    justify-content:center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 17px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.main-nav-right .main-nav-list {
    gap: 20px;
}

.nav-item {
    position: relative;
}

.nav-link {
      display: inline-block;
    align-items: center;
    gap: 6px;
        position: relative;
        padding: 20px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 0;
    height: 2px;
    background: var(--sabari-blue);
    transition: width 0.3s ease;
}

.nav-item:hover .nav-link {
    color: #22366e; /* darker shade of --sabari-blue */
}

.nav-item:hover .nav-link::after {
    width: 100%;
}

/* Show underline permanently on the active link */
.nav-link.active::after {
    width: 100%;
}

.nav-link i {
        font-size: 12px;
    position: relative;
    top: 1px;
    font-weight: 900;
}

/* ===== Dropdown ===== */
.nav-dropdown {
    position: absolute;
  top: 57px;
    left: 0;
    min-width: 240px;
    background-color: #fff;
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    border-radius: 8px;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 200;
}

.nav-item.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown li a {
    display: block;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nav-dropdown li a:hover {
    background: #e6ebff;
    color: var(--sabari-blue);
    padding-left: 28px;
}


.nav-dropdown-group-title .flaticon-down-arrow:before {
    color: var(--sabari-blue);
    font-weight: 900 !important;
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: -8px;
}

.nav-dropdown-group .nav-dropdown-group-title:hover{
     background: #e6ebff;
    color: var(--sabari-blue);
    /*padding-left: 28px;*/
}


/* ===== Dropdown Sub-Group (Tamilnadu / Kerala) ===== */
.nav-dropdown-group {
    position: relative;
}

.nav-dropdown-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
        transition: all 0.25s ease;
    cursor: pointer;
}

.nav-dropdown-group-title i {
    font-size: 10px;
    transform: rotate(-90deg);
}

/* Flyout Submenu (Ooty, Kodaikanal, etc.) */
.nav-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 240px;
    background-color: #fff;
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    border-radius: 8px;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    z-index: 300;
}

.nav-dropdown-group.has-submenu:hover .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.nav-submenu li a {
    display: block;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nav-submenu li a:hover {
    background: #e6ebff;
    color: var(--sabari-blue);
    padding-left: 28px;
}


.site-logo {
    position: relative;
    /*z-index: 10;*/
}

.site-logo img {
    width: auto;
}

/* Top-level active link */
.nav-link.active {
    color: var(--sabari-blue);
    font-weight: 700;
}

.nav-link.noactive {
    color: #1a1a1a;
}

/* Dropdown / submenu active link */
.nav-dropdown li a.active,
.nav-submenu li a.active {
    background: #e6ebff;
    color: var(--sabari-blue);
    font-weight: 600;
}

.nav-dropdown li a.noactive,
.nav-submenu li a.noactive {
    color: #333;
}

/* Group title (Tamilnadu / Kerala) active state */
.nav-dropdown-group-title.active {
    color: var(--sabari-blue);
    font-weight: 700;
}

.nav-dropdown-group-title.noactive {
    color: #1a1a1a;
}

/*.site-logo::after {*/
    /*content: "";*/
    /* width: 179px;*/
    /*height: 111px;*/
    /*border-radius: 27px;*/
    /*background: #f8f8f8;*/
    /*position: absolute;*/
    /*top: -29px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: 0 auto;*/
    /*z-index: -1;*/
/*}*/

/* ===== Right Side: Nav + Call + Button ===== */
.header-right-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header-call-box {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
      transition: all 0.25s ease;
}
.header-call-box:hover .call-icon{
    background: var(--sabari-orange);
}
.header-call-box:hover .call-icon i{
   color:#fff;
}




.call-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #e6ebff;
    border-radius: 50%;
    flex-shrink: 0;
}

.call-icon i {
    font-size: 18px;
    color: var(--sabari-blue);
    margin-top: 5px;
}

.call-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.call-text small {
    font-size: 13px;
    color: #666;
}

.call-text strong {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 500;
}

.main-header .sabari-btn-text {
    font-size: 15px;
    font-weight: 400;
}

/* ===== Sticky Header ===== */
.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
        backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
    animation: slideDown 0.6s ease forwards;
    padding: 8px 0;
}

.main-header.sticky .site-logo::after {
    display: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*header end*/



/*banner start*/
.sabari-banner-secc {
    position: relative;
    width: 100%;
}

.banner-img-wrap {
    position: relative;
    padding-bottom: 60px;
}

/*.banner-bg-img::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*  height: 800px;*/
/*    background: rgba(0, 0, 0, 0.35); */
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/

.banner-bg-img {
    width: 100%;
        /*position: relative;*/
    height: auto;
    object-fit: cover;
}
.banner-overlay-content {
    position: absolute;
  top: 27%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    gap: 60px; /* space between "Your next trip awaits" and the h1/p block */
    /*text-align: center;*/
    z-index: 2;
}

.banner-small-text-wrap {
    display: flex;
    justify-content: center;
}

.banner-small-text {
    display: block;
    font-family: 'Quentin', sans-serif !important;
    font-size: 49px;
    color: #fff;
      margin:0;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0 3px 8px rgba(0, 0, 0, 0.8);
}

.banner-main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 20px; */
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.banner-main-content h1 {
    margin: 0;
    font-size: 45px;
    color: #FFFFFF;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0 3px 8px rgba(0, 0, 0, 0.8);
}

.banner-main-content p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000,
        0 2px 6px rgba(0, 0, 0, 0.8);
}
/*.banner-title .script-text {*/
/*    display: block;*/
/*    font-family: 'Quentin', sans-serif;*/
/*    font-size: 64px;*/
/*    font-weight: 400;*/
/*    text-transform: none;*/
/*}*/

/*.banner-title .normal-text {*/
/*    font-family: 'Quentin', sans-serif;*/
/*    font-size: 56px;*/
/*    margin-top: 5px;*/
/*}*/


/* Desktop - 20" to 22" monitors and similar screens */




@media (min-width: 1450px) and (max-width: 2500px) {
   
    .banner-overlay-content {
    gap: 120px;

}
    
    
    
}




/* Form overlay wrapper */
.banner-form-wrap {
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: -50px;*/
        bottom: -52px;
}

.banner-enquiry-form {
    background: #fff;
    border-radius: 16px;
    padding: 25px 35px;
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    width: 90%;
    margin: 0 auto;
}

/*.banner-enquiry-form .sabari-btn:after{*/
/*transform: skew(calc(158deg * var(--skew))) translateY(var(--progress, 0));*/
/*left: calc(-48% - 48% * var(--skew));*/
/*}*/



.form-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    
    display:none;
}

.form-fields-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    align-items: start;
}

.form-field,
.form-field-btn {
    width: 100%;
    min-width: 0; /* prevents native date/time inputs from overflowing their grid cell */
}

.sabari-floating-field {
    position: relative;
}

.sabari-floating-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 500;
    color: #333;
    pointer-events: none;
    z-index: 2;
    white-space: nowrap;
}

.sabari-floating-field input[type="date"],
.sabari-floating-field input[type="time"] {
     padding-left: 197px;
     display:inline-flex;
}

/* Unified padding across every field type */
.form-field input,
.form-field select,
.form-field .form-select {
    width: 100%;
    padding: 14px 16px;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-field select,
.form-field .form-select {
    appearance: none;
}

.form-field input::placeholder {
    color: #888;
}

.form-field input:focus,
.form-field select:focus {
    border-color: var(--sabari-blue);
    background: #fff;
}

.form-field select:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-field-btn .sabari-btn {
    width: 100%;
    max-width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Phone wrap - matches RGLT pattern, restyled to Sabari theme */
.rglt-phone-wrap {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: visible;
    position: relative;
}

.rglt-phone-wrap:focus-within {
    border-color: var(--sabari-blue);
    background: #fff;
}

.rglt-country-dropdown {
    position: relative;
    flex-shrink: 0;
    border-right: 1px solid #ddd;
}

.rglt-country-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.rglt-dd-arrow {
    font-size: 10px;
    color: #888;
}

.rglt-country-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 260px;
    max-height: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 33, 255, 0.15);
    padding: 10px;
    display: none;
    flex-direction: column;
    z-index: 50;
}

.rglt-country-dropdown.open .rglt-country-panel {
    display: flex;
}

.rglt-country-search {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    margin-bottom: 8px;
}

.rglt-country-search:focus {
    border-color: var(--sabari-blue);
}

.rglt-country-list {
    overflow-y: auto;
    max-height: 220px;
}

.rglt-country-option {
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.rglt-country-option:hover {
    background: #e6ebff;
    color: var(--sabari-blue);
}

/*.rglt-input {*/
/*    flex: 1;*/
/*    padding: 14px 16px;*/
/*    background: transparent;*/
/*    border: none;*/
/*    outline: none;*/
/*    font-size: 15px;*/
/*    color: #333;*/
/*}*/

.rglt-input::placeholder {
    color: #888;
}

.rglt-input.error {
    color: #E53238;
}





.inter-card-seccc {
    padding: 2.5rem 0 0;
}
.inter-card-seccc .tour-row {
    display: flex;
    gap: 16px;
}
.inter-card-seccc .tour-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.inter-card-seccc .tour-card {
    position: relative;
    display: block;
      border-radius: 30px;
    overflow: hidden;
}
.inter-card-seccc .tour-img {
    width: 100%;
      height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/*  .inter-card-seccc .tour-card-tall .tour-img {*/
/*height: 560px;*/

/*}*/

.inter-card-seccc .tour-card:hover .tour-img {
    transform: scale(1.08);
}
.inter-card-seccc .tour-label {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 15px;
    padding: 10px 10px 10px 20px;
  font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    z-index: 2;
}

.inter-card-seccc .tour-label i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #f3f3f3;
    border-radius: 50%;
    font-size: 14px;
    color: #1a1a1a;
        transform: rotate(-46deg);
    transition: all 0.3s ease;
}

.inter-card-seccc .tour-card:hover .tour-label i {
    background: var(--sabari-blue);
    color: #fff;
        transform: rotate(0);
}


.indi-tour-seccc {
    padding: 7rem 0 2.5rem;
}
.indi-tour-seccc .row{
    row-gap:24px;
}
.our-ind-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

.article-img img {
    width: 100%;
    /*height: 420px;*/
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.our-ind-card:hover .article-img img {
    transform: scale(1.08);
}

.ari-contets {
       background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(44px);
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.ari-title {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

.ari-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ari-arrow i {
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
        transition: all 0.3s ease;
}

.our-ind-card:hover .ari-arrow {
    background: var(--sabari-blue);
}

.our-ind-card:hover .ari-arrow i {
    color: #fff;
}





.sabari-about-secc{
    padding:5rem 0;
        background: #f8f8f8;
}

.sabari-about-gallery {
    padding-left: 55px;
}

.sabari-gallery-badge-wrap {
    position: relative;
    margin-bottom: 20px;
}

.sabari-gallery-badge {
    position: relative;
    display: inline-block;
    margin: 0 0 10px 63px;
}

.sabari-badge-rotate {
    width: 130px;
    height: 130px;
    background-image: url('../images/svg/sabari-hospitality-service.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: sabariRotateInfinite 15s linear infinite;
}

.sabari-badge-star {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/home/sabari-logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes sabariRotateInfinite {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Main tilted photo (left, smaller) */
.sabari-gallery-img-main {
     max-width: 288px !important;
    position: relative;
    z-index: 1;
    background: #f2f2f2;
    border: 8px solid #fff;
    border-radius: 20px;
    box-shadow: -10px 13px 20px 0 rgba(0, 0, 0, 0.1);
    transform: rotate(-4deg);
    transition: transform 0.3s ease-out;
}

/* Secondary tilted photo (right, larger) */
.sabari-gallery-img-wrap {
    position: relative;
}

.sabari-gallery-img-secondary {
    width: 100%;
    background: #f2f2f2;
    border: 8px solid #fff;
    border-radius: 15px;
    box-shadow: -10px 13px 20px 0 rgba(0, 0, 0, 0.1);
    transform: rotate(3deg);
    transition: transform 0.3s ease-out;
}


.sabari-counter-seccc {
    padding: 5rem 0;
    background: #fff;
}

.counter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*gap: 30px;*/
}

.counter-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 220px;
    z-index: 1;
    padding-right: 30px;
    border-right: 1px solid #56565663;
    text-align: center;
}

.counter-item:last-child {
    border-right: none;
    padding-right: 0;
}

.counter-content {
    position: relative;
}

.counter-title {
    font-size: 56px;
    font-weight: 800;
    text-transform: capitalize;
    color: var(--sabari-orange, #f4842d);
    margin: 0 0 20px;
    line-height: 1;
}

.counter-subtitle {
  
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #020615;
}



/* footer */


.sabari-footer {
    background: #2b2b2b;
    padding: 3.2rem 0 0;
}

.sabari-footer .col-lg-3.col-md-6:nth-child(3) .footer-widget {
    margin-left: 1.2rem;
}

.footer-widget-title {
    font-size: 16.5px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

/* Column 1 - About */
.footer-logo img {
        filter: brightness(0) invert(1);
    margin-bottom: 18px;
}

.footer-about-text {
    font-size: 14.6px;
    line-height: 1.7;
    color: #b5b5b5;
    margin-bottom: 20px;
}

.footer-social-links {
    display: flex;
    gap: 10px;
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}
.footer-social-icon i{
   margin-top:4px; 
}

.footer-social-icon:hover {
    background: var(--sabari-blue);
    color: #fff;
}

/* Quick Links / Package Links */
.footer-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list li a {
    font-size: 15.2px;
    color: #b5b5b5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links-list li a:hover {
    color: var(--sabari-orange);
    padding-left: 4px;
}

/* Column 3 - Package groups */
.footer-package-group {
    margin-bottom: 20px;
}

.footer-package-group:last-child {
    margin-bottom: 0;
}

.footer-package-group-title {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7px;
}

/* Column 4 - Contact */
.footer-contact-list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.footer-contact-item:last-child {
    margin-bottom: 0;
     align-items: center;
}

.footer-contact-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: var(--sabari-orange);
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-item span,
.footer-contact-item span a {
    font-size: 15px;
    color: #b5b5b5;
    line-height: 1.6;
    display:flex;
        flex-direction: column;
}

.footer-contact-item span a:hover {
    color: var(--sabari-orange);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    margin-top: 20px;
}

.footer-bottom p {
    font-size: 15px;
    color: #b5b5b5;
    margin: 0;
}

.xcodefix-link {
    font-size: 15px;
    color: #b5b5b5;
    transition: color 0.3s ease;
}

.xcodefix-link:hover {
    color: var(--sabari-gold);
}



/* =========================================
   WHY CHOOSE US SECTION
========================================= */


.sevic-sabari-secc {
    padding: 5rem 0 2.5rem;
    position: relative;
}

.sevic-sabari-secc .row {
    row-gap: 24px;
}

.service-card-bg {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 24px;
    overflow: hidden;
    border-radius: 18px;
    /*background: #FFF8F2;*/
    border: 1px solid rgba(119, 119, 119, .18);
    box-shadow: rgba(245, 129, 30, 0.08) 0px 0px 0px 1px;
    transition: 0.4s ease;
}

.service-card-bg::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F5811E;
    z-index: -1;
    opacity: 0;
    transition: 0.7s;
}

.service-card-bg:hover::before {
    width: 100%;
    opacity: 1;
}

.service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
       border: 1px solid rgba(119, 119, 119, .18);
    transition: 0.5s ease;
}

.service-icon img {
    /*filter: invert(55%) sepia(95%) saturate(1800%) hue-rotate(350deg) brightness(101%) contrast(96%);*/
    transition: 0.5s ease;
}

.service-card-bg h4 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.3;
    transition: 0.5s ease;
}

.service-card-bg p {
    margin: 0;
    line-height: 1.7;
    transition: 0.5s ease;
}

.service-card-bg:hover {
    border-color: #F5811E;
    box-shadow: rgba(245, 129, 30, 0.18) 0px 8px 25px;
}

.service-card-bg:hover .service-icon {
    background: #fff;
}


.service-card-bg:hover h4 {
    color: #fff;
}

.service-card-bg:hover p {
    color: rgba(255, 255, 255, 0.9);
}

.infoicon {
    position: fixed;
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
    opacity: 1;
    visibility: visible;
    right: 0;
    top: 50%;
    transform: translateY(1%);
    background: #f2f2f2;
    padding: 12px 8px;
       border-radius: 14px 0 0 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;  
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.infoicon .icon.call {
    display: none;
}
.infoicon .icon {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infoicon img {
    width: 32px;
    height: 32px;
}


/*Testimonial*/


.sabari-test-secc {
      padding: 5rem 0;
    overflow: hidden;
    background: #f8f8f8;
}
.sabari-test-secc .sec-big-title{
    margin:0;
}

.sabari-testimonial-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sabari-testimonial-arrows {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.sabari-testimonial-prev,
.sabari-testimonial-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sabari-testimonial-next i{
        transform: rotate(180deg);
    margin-top: -6px;
}


.sabari-testimonial-prev i,
.sabari-testimonial-next i {
    font-size: 16px;
    color: #324f9f;
}

.sabari-testimonial-prev:hover,
.sabari-testimonial-next:hover {
    background: var(--sabari-orange);
    border-color: var(--sabari-orange);
}

.sabari-testimonial-prev:hover i,
.sabari-testimonial-next:hover i {
    color: #fff;
}

/* Equal height cards */
.sabari-testimonial-swiper .swiper-wrapper {
    align-items: stretch;
    margin-bottom:20px;
}


.sabari-testimonial-swiper .swiper-slide {
    height: auto;
}

.sabari-testimonial-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 34px 28px 28px 35px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 0 14px 0 rgba(178, 178, 178, 0.25);
    background: #fff;
}

.sabari-testimonial-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sabari-testimonial-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}
.sabari-testimonial-avatar {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sabari-testimonial-info h4 {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    margin: 0 0 2px;
}

.sabari-testimonial-info span {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #666;
}

.sabari-testimonial-quote {
    font-size: 34px;
    color: #d1d1d1;
    line-height: 1;
    flex-shrink: 0;
}

.sabari-testimonial-text {
    font-weight: 400;
    font-size: 15px;
    color: #666;
        line-height: 1.6;
}

.sabari-testimonial-rating {
    display: flex;
    gap: 4px;
}

.sabari-testimonial-rating i {
    font-size: 14px;
    color: var(--sabari-orange);
}

.sabari-testimonial-rating i.sabari-star-empty {
    color: #e0e0e0;
}

.sabari-testimonial-pagination {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
      margin: 30px auto 0;
    transform: none !important;
}

.sabari-testimonial-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background: #e0e0e0;
    opacity: 1;
    transition: 0.3s ease;
}

.sabari-testimonial-pagination .swiper-pagination-bullet-active {
    background: var(--sabari-orange);
    width: 24px;
    border-radius: 5px;
}





.sabari-faq-secc {
    padding: 5rem 0;
     position: relative;
}

.sabari-faq-secc .section-title {
    margin-bottom: 40px;
}

.sabari-faq-accordion .accordion-item {
    border: none;
    border-radius: 12px !important;
    margin-bottom: 16px;
    overflow: hidden;
    background: #f6f7f9;
}

.sabari-faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

/* Question */
.sabari-faq-accordion .accordion-button {
    position: relative;
    width: 100%;
    min-height: 78px;
    padding: 22px 75px 22px 30px;
    font-weight: 700;
    font-size: 18px;
    /*text-transform: capitalize;*/
    color: #020615;
    border: none;
    background: #f6f7f9;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.sabari-faq-accordion .accordion-button:not(.collapsed) {
    background: #f6f7f9;
    box-shadow: none;
    color: var(--sabari-blue);
}

.sabari-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Remove Bootstrap arrow */
.sabari-faq-accordion .accordion-button::after {
    display: none;
}

/* Plus / Minus *//* Plus / Minus */
.sabari-faq-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--sabari-blue);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 34px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    transition: all 0.3s ease;
}

/* Minus */
.sabari-faq-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
    background: var(--sabari-orange);
    line-height: 32px;
}
/* Minus */
.sabari-faq-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
    background: var(--sabari-orange);
}

/* Answer */
.sabari-faq-accordion .accordion-body {
    padding: 0 75px 25px 30px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    background: #f6f7f9;
}

.infoicon.infoicon-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.seervices-sec {
    padding:4rem 0 0;
}

.zick-zack-sec {
    padding:4rem 0;
    background: #fff;
}

.zick-zack-sec .section-title {
    max-width: 850px;
    margin: 0 auto 55px;
}



.content-flow {
    padding-right: 40px;
}



.content-flow h3 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 18px;
}

.content-flow p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.content-flow h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.travel-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.travel-services-list li {
    position: relative;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
}

.travel-services-list li:last-child {
    border-bottom: 0;
}

.travel-services-list li::before {
   content: "\f130";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    top: 11px;
    color: var(--sabari-orange);
    font-size: 15px;
}

.img-zack {
    overflow: hidden;
    border-radius: 20px;
}

.img-zack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.travel-tabs {
    margin-top: 30px;
}

/* Tab navigation */
.travel-tabs .nav-tabs {
    border-bottom: 1px solid #ddd;
    gap: 8px;
}

.travel-tabs .nav-tabs .nav-links {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #555;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.travel-tabs .nav-tabs .nav-links:hover {
    color: #000;
}

.travel-tabs .nav-tabs .nav-links.active {
    color: #000;
    border-bottom-color: #000;
    background: transparent;
}

.tab-content .travel-services-list {
    margin-top:20px;
}

.zick-zack-sec .row {
    margin-bottom:3rem;
}
.zick-zack-sec .cta-cal-whats {
    justify-content: flex-start;
    margin: 20px 0 0;
}



@media (max-width: 767px) {
    .nav-link::after{
        display:none;
    }
    .zick-zack-sec .cta-cal-whats {
    margin: 0px 0 13px;
}
.travel-tabs {
    margin-top: 0px;
}
    
    
    
}