/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* Bootstrap Reboot */
*, ::after, ::before {
  box-sizing: border-box;
}

/* Custom Styles */
body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #000;
}



h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}


h4{
    font-size:25px;
}

p {
  margin-bottom: 10px;
  font-size:16px;
}

/*TOP HEADER*/

header .kk-info-bar {
    background: #575757;
    padding: 15px 0;
    width: 100%;
    border-radius: 0;
}

header nav {
    transition:all ease .4s;
}


header nav.sticky-menu{
        position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.kk-info-bar p{
    color:#fff;
    font-size:15px;
    font-weight:400;
    text-align:center;
    
}

.kk-info-bar ul{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.kk-info-bar li {
    list-style:none;
    color:#fff;
    font-size:15px;
    font-weight:400;
        display: flex;
    align-items: center;
    
}

.kk-info-bar li i{
    font-size:17px;
    margin-right:10px;
}






/*HEADER*/

header .custom-nav {
        width: 85%;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    align-items:center;
}


header .navbar-brand img{
    max-width: 61px
}

header .custom-nav .navbar-collapse {
    flex-grow:0;
}

header .navbar-nav {
    height:100%;
    align-items:center;
    gap:5px;
}

header .navbar-expand-lg {
        border-bottom: 2px solid #da231a;
            padding-bottom: 0;
    padding-top: 0;
}
header .nav-item .nav-link.active {
    background:#da231a;
    color:#fff;
}

header .nav-item .nav-link {
        padding: 28px 13px;
        color:#da231a;
}

/*FOOTER*/

footer {
    color: #fff;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    background: #5E5E5E;
}

.contacts .tnx-foot {
    text-align:center;
}

.copy-text a{
    text-decoration:none;
    color:#da231a;
}


.btn-kk-ftr {
   background: #ffc107;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    min-width: 200px;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    transition:all ease .3s;
}

.btn-kk-ftr:hover {
    background:#da231a;
}

.kk-top-footer {
    text-align:center;
}

.contacts .kk-footer{
        width: 85%;
        margin:0 auto;
}

.contacts {
    color: #fff;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    background: #5E5E5E;
    padding: 60px 0;
}

.kk-main-footer {
    margin-top:30px;
}


.kk-main-footer h3{
        font-size: 24px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
}

.kk-main-footer li{
    list-style:none;
}

.kk-main-footer li h4 {
    color:#ccc;
    margin-bottom:10px;
        font-size: 18px;
}

.kk-main-footer li p {
    line-height:1.2;
    font-size:16px;
}
.kk-soci-footer {
        border-top: 1px solid #FFFFFF;
    padding: 45px 0;
    background: #ED2429;
}

.kk-soci-footer ul{
    display:flex;
    list-style:none;
    justify-content: center;
    gap:15px;
}

.kk-soci-footer ul li i {
    font-size:30px;
    color:#fff;
}


.kk-copy-right {
    color: #6D6D6D;
    background: #000;
    padding: 20px 0;
}

.kk-copy-right ul {
    display:flex;
    gap:25px;
    justify-content:center;
    list-style: none;
}

.kk-copy-right ul li a{
    color:#fff;
    text-decoration:none;
}

.kk-copy-right P{
    text-align:center;
    margin-top:20px;
}


.aft-ban-sec {
    color: #fff;
    background: #5E5E5E;
    padding: 60px 0 ;
    text-align:center;
    border-top:4px solid #008aff;
}

.aft-ban-sec  h2{
    font-size: 24px;
}

.kk-sec-ttl {
 margin-bottom:30px;
    text-align:center;
}


.kk-sec-ttl h2{
    font-size: 40px;
}

.kk-sing-serv {
        text-align: center;
    margin-top: 60px;
    background: #fff;
    border-bottom: 2px solid #ED2429;
    padding: 40px 30px;
    transition:all ease .4s;
}

.kk-sing-serv:hover {
    transform: translateY(-20px);
}

.kk-sing-serv i{
        font-size: 30px;
    margin-bottom: 20px;
}


.kk-sing-serv h4{
        text-transform: uppercase;
    font-weight: 700;
    color: #666;
    font-size: 18px;
        margin-bottom: 20px;
}

.kk-sing-serv a{
        display: inline-block;
    text-decoration: none;
    background: #ed2429;
    color: #ffff;
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: 500;
}


.about-us {
    padding:60px 0;
}

.lft-abt-us ul {
    margin-left:20px;
}

.lft-abt-us ul li a{
    text-decoration:none;
    color:#000;
        line-height:1.2;
}

.lft-abt-us img {
        border-radius: 12px;
    border: 1px solid #ddd;
    padding: 6px;
    margin-top: 30px;
}

.kk-what-we-ofr {
    padding:60px 0;
    background: #F5F5F5;
}

.partners {
    padding: 60px 30px;
}

.mum-cab .col-md-6 {
    text-align:center;
}

.mum-cab .col-md-6 a{
        display: inline-block;
    text-decoration: none;
    background: #ed2429;
    color: #ffff;
    padding: 13px 20px;
    margin: 20px 0 30px 0;
    font-weight: 500;
    min-width: 330px;
}

.mum-cab .col-md-4 a{
        display: inline-block;
    text-decoration: none;
    background: #ed2429;
    color: #ffff;
    padding: 13px 20px;
    margin: 20px 0 30px 0;
    font-weight: 500;
    min-width: 330px;
}

.mum-cab .col-md-4 a:hover,.mum-cab .col-md-6 a:hover  {
    background: #FF8380;
}


.mum-cab .col-md-4 {
    text-align:center;
}

.mum-cab {
    padding:60px 0;
    background: #F5F5F5;
}


.kk-qoute {
     padding-top: 0px;
    background-image: url(https://www.kktravels.com/front_responsive/images/banner-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.kk-inn-qoute {
       padding: 80px 0;
    text-align: center;
    color: #fff;
}

.kk-inn-qoute h2 {
    font-size:35px;
}


.client-testimonial {
    padding:60px 0;
    background: #ed2429;
}

.client-testimonial .testi-slider.owl-carousel img{
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius:50%;
    margin: 0 auto;
    
}

.client-testimonial .col-md-9{
    color:#fff;
}

.client-testimonial .col-md-9 p{
        line-height: 1.4;
    margin-bottom: 20px;
}

.client-container {
        width: 65%;
    margin: 0 auto;
}

.client-testimonial h2 {
    color:#fff;
        font-size: 30px;
}

.single-slide-testi {
    padding:30px 0;
}

.partners h2 {
    font-size: 28px;
}

.gallery-section {
    padding:60px 0;
        background: #F5F5F5;
}

.gal-img-sing img {
    border:1px solid #000;
}

.gal-img-sing {
       display: inline-block;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.gal-img-sing:hover .overlay {
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
}
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.overlay-content i {
    color: #fff;
    font-size: 2em;
}



.tab-section-for-tip, .tnc-div {
        padding: 60px 0;
    background: #F5F5F5;
}


    .tab-heads {
        margin-bottom: 10px;
    }
    .tab-heads ul {
        list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    }
    .tab-heads ul li {
    cursor: pointer;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #000;
    padding: 20px;
    transition: all ease .2s;
    font-size: 20px;
        min-width: 135px;
    }
    
    .tab-heads ul li:hover {
        background:#ed2429;
       color:#fff;
       border: 1px solid #ed2429;
    }
    
    
    .tab-heads ul li.active {
       background:#ed2429;
       color:#fff;
       border: 1px solid #ed2429;
    }
    
    .tab-heads ul li.active:hover {
        background:#fff;
       color:#000;
       border: 1px solid #ed2429;
    }
    
    
    .tab-bodys .tab-dtls-1, .tab-bodys .tab-dtls-2, .tab-bodys .tab-dtls-3 {
        display: none;
    }
    .tab-bodys .active {
        display: block;
    }

    .tab-heads span {
        font-size: 15px;
    }

.table-dtls-inn h3{
    text-align:center;
    font-size: 30px
}

.table-dtls-inn h4 {
    text-align:center;
    font-size: 20px 
}

.table-dtls-inn{
        padding: 20px 0;
}
.table-dtls-inn table, .table-dtls-inn th, .table-dtls-inn td {
    border: 1px solid #ccc;
    padding: 10px;
}

.table-dtls-inn th:first-child, .table-dtls-inn td:first-child  {
    text-align:left;
}

.table-dtls-inn th,.table-dtls-inn td  {
    text-align:center;
    vertical-align:middle;
}

.table-dtls-inn table {
    width:100%;
    margin-bottom:30px;
}

.table-dtls-inn  table button {
        color: white;
    background-color: #005387;
    border-color: #00436e;
}

.tab-bodys {
        width: 80%;
    margin: 0 auto;
}

.form-in-group {
    position:relative;
}

.form-in-group input,.form-in-group select, .form-in-group textarea{
    border: none;
    border-radius: 0 !important;
    height: 50px;
    box-shadow: 0 0 6px 0px #080808;
    width:100%;
    margin-bottom:18px;
        padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-in-group i {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color: #939393;
    font-size: 18px;
    right: 0;
        top: 5px;
}

.other-cab-mod .modal-dialog{
    max-width:600px;
}

.other-cab-mod .modal-body {
    padding:25px;
}

.other-cab-mod .modal-title {
    font-size:22px;
}


.form-subbtn {
    background: #ed2429;
    border: none;
    padding: 10px 20px !important;
    font-size: 17px;
    color: #fff;
    border-radius: 0px;
    font-weight: bold;
    box-shadow: 0 0 6px 0px #080808;
    height: 45px;
    transition:all ease .3s;
}

.form-subbtn:hover{
    background: #5d6b82;
}

.form-btn-div {
    margin-top:20px;
}

.feedback-form {
padding:60px 0;
}

.feedback-form h2 {
    font-size:33px;
}

.form-group {
    margin-bottom:15px;
}

.fed-form-div {
    margin-top:30px;
}
.fed-form-div label{
    margin-bottom:10px;
}

/* CSS for KK HP Slider */
.kk-hp-slider {
    position:relative;
}
.kk-hp-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
     transform: translate(0, -50%);
}
.kk-hp-slider .owl-dots {
       width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.kk-hp-slider .owl-nav i {
    background: none;
    color: #FFF;
    font-size: 2.3em;
    text-shadow: none;
    margin: 0px;
}


.kk-hp-slider .owl-nav .owl-next {
    float:right;
}


.kk-hp-slider .owl-dots button{
        height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.kk-hp-slider .owl-dots button.active {
    background:#fff;
}

/*//*/

.testi-slider {
    position:relative;
}
.testi-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px;
     transform: translate(0, -50%);
}
.testi-slider .owl-dots {
       width: 100%;
    position: relative;
    bottom: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testi-slider .owl-nav i {
    background: none;
    color: #FFF;
    font-size: 2.3em;
    text-shadow: none;
    margin: 0px;
}


.testi-slider .owl-nav .owl-next {
    float:right;
}

.testi-slider .owl-nav .owl-next {
    margin-right:-50px;
}

.testi-slider .owl-nav .owl-prev {
    margin-left:-50px;
}


.testi-slider .owl-dots button{
        height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.testi-slider .owl-dots button.active {
    background:#fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

section {
  scroll-margin-top: 50px;
}

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 34px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.phonef {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 88px;
    right: 40px;
    background-color: #ED2429;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center; 
    font-size: 34px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    
}

.phonef .fa.fa-phone {
        rotate: 10deg !important;
    font-size: 20px;
}

.whatsapp_float .fa-whatsapp{
        rotate: 10deg !important;
    font-size: 20px;
}


.mob-nav-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:999;
}

.mob-nav-btn a{
    flex:0 0 50%;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    padding: 12px;
    text-decoration:none;
        font-size: 16px;
}


.mob-nav-btn a.nav-call {
    background:#ed2429;
}

.mob-nav-btn a.nav-wp {
    background:#5e5e5e;
}

.mob-nav-btn {
    display:none;
}



.kk-hp-slider .owl-carousel .owl-theme{
    margin-top:-120px!important;
}

.footer-logo {
    width:30%;
}

/* Hide the default dropdown arrow */
select {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* Standard syntax */
    background: none; /* Remove background to avoid overlapping */
    padding-right: 20px; /* Optional: Adjust padding to create space for custom arrow */
}




.mum-char-cab .table-dtls-inn h3 {
        border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.mum-char-cab .table-dtls-inn table button {
    color: white;
     background-color: #0d90ff; 
     border-color: #0d90ff; 
    width: 100px;
    border-radius: 0;
}

.form_whatsapp {
    display:none;
}

.p-pol h2 {
    font-size:38px;
    margin-top:10px;
}

.p-pol h3 {
    font-size:32px;
}

.p-pol ol {
    margin-left:30px;
    margin-bottom:15px;
}

.p-pol ol li , .p-pol p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 8px;
}

.kk-main-footer a {
    color:#fff;
    text-decoration:none;
}

 
 .marquee-container {
      background-color: #f8f9fa; /* Light background for contrast */
      padding: 10px;
      overflow: hidden;
      position: relative;
    }
    .marquee {
     display: inline-block;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
    color: #ed2429;
    text-transform: uppercase;
    }
    @keyframes scroll-left {
      from {
        transform: translateX(100%);
      }
      to {
        transform: translateX(-100%);
      }
    }