 
/* Css For Amcare */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: #CE1810;
  --secondary-color: #0B25B6;
  --text-color: #666666;
  --title-color: #222222;
  --text-font: "Noto Sans", sans-serif;
  --title-font: "Noto Sans", sans-serif;
}



body {
  line-height:26px;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1170px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Gotham", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}


/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: var(--secondary-color);
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #fff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.3); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 5px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}



.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--text-font);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 14px 40px;
  border: solid;
  border-width: 1px;
  z-index: 1;
  transition: all 0.5s ease-in-out 0.0s;
}

.theme-btn.btn-one{
  
}
.sec-5 h2{
    font-size:35px;
    color:#ba273a;
    margin-bottom:12px;
}
.sec-5 p{
    font-size:22px;
    color:#ba273a;
    margin-bottom:20px;
}

.theme-btn.btn-one:hover{
  border-color:#ba273a;
  color: #fff;
}

.theme-btn:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: -1;
  background: #ba273a;
  transition: all 500ms ease;
}

.theme-btn:hover:before{
  transform: scaleX(1);
}


.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pagination li{
  position: relative;
  display: inline-block;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.pagination li a i{
  position: relative;
  display: inline-block;
  font-size: 12px;
}

.sec-pad{
  padding: 142px 0px 150px 0px;
}

.mr-0{
  margin: 0px !important;
}


/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0,46,65,0.2);
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.scroll-to-top::after {
  position: absolute;
  content: "\e92d";
  font-family: 'icomoon';
  text-align: center;
  line-height: 50px;
  font-size: 10px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.scroll-to-top:hover::after {
  
}

.scroll-to-top:hover::before {
  opacity: 1
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border: solid;
  border-width: 1px;
  border-radius: 40px;
  padding: 6px 17px;
}

.sec-title.light .sub-title{
  color: #fff;
  border-color: #fff !important;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.sec-title.light h2{
  color: #fff;
}

.sec-title p{
  margin-top: 20px;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl{
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl{
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr{
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}

.boxed_wrapper.ltr .demo-ltr{
  display: none;
}

.boxed_wrapper.rtl .demo-rtl{
  display: none;
}

.boxed_wrapper.rtl .demo-ltr{
  display: block;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:8px;
  background: #F1FAF4;
  border-radius: 30px;
}
  
.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:8px;
  border-radius: 30px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.50);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.chat-popup {
  position: fixed;
  right: -100%;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0.1s;
}

.chat-popup.popup-visible {
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.chat-popup .popup-inner{
  position: relative;
  display: block;
  padding: 40px 30px;
  padding-top: 32px;
}

.chat-popup .close-chat{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -65px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.chat-popup .popup-inner p{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.chat-popup .chat-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child{
  margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 13px;
  color: var(--text-color);
  padding: 10px 20px;
  transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea{
  height: 120px;
  resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus{

}

.chat-popup .chat-form .form-group .theme-btn{
  width: 100%;
}

.chat-icon{
  position: fixed;
  display: inline-block;
  right: 30px;
  bottom: 100px;
  z-index: 99;
}

.chat-icon button{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}

.image-hov-one{
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-one::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-one:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.image-hov-two{
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-two::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-two:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}


/** language **/

.language-dropdown button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent !important;
}




.language-dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  justify-content: space-between;
  gap: 15px;
  
  font-weight: 600;
}

.arrow-down {
  position: relative;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.arrow-down:before{
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  font-size: 7px;
  color: #fff;
  left: 0px;
  top: -10px;
}

.language-dropdown button:hover {
  cursor: pointer;
  background-color: #3c5b77;
  border-radius: 0px;
}

/* Style for the dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #fff;
  left: 50%;
  transform: translateX(-100%);
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px 0px;
  z-index: 9;
}

/* Style for the dropdown content items */
.dropdown-content li {
  color: var(--title-color) !important;
  padding: 6px 16px;
  text-decoration: none;
  transition: all 500ms ease;
}

.dropdown-content li img {
  margin: 0 20px 0px 20px;
}

/* Style for the dropdown content items on hover */
.dropdown-content li:hover {
  background-color: #e5e5e5;
  cursor: pointer;
  color: blue;
  border-radius: 5px;
}

/* Show the dropdown content when the dropdown button is clicked */
.language-dropdown:focus-within .dropdown-content {
  display: block;
}

/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-content {
  animation: slideIn 0.3s ease-out;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
  display: none !important;
}


/** support-center **/

.support-center{
  position: relative;
}

.support-center .inner-container{
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: -30px;
  z-index: 2;
}

.single-support-box{
  position: relative;
  display: block;
  padding: 15px 30px;
  background: #E76100;
  border-radius: 10px;
  margin-bottom: 30px;
}

.single-column:nth-child(2) .single-support-box{
  background: #19B60B;
}

.single-column:nth-child(3) .single-support-box{
  background: #0B25B6;
}

.single-support-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-support-box .inner-box i{
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.single-support-box .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.single-support-box .inner-box a{
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.single-support-box .inner-box a:hover{
  text-decoration: underline;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  padding-left: 28px;
  margin-bottom: 11px;
}

.list-style-one li:before{
  position: absolute;
  content: '\e90a';
  font-family: 'icomoon';
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: 4px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner{
  overflow: visible;
}


.animation-box{
  position: relative;
  width: 100%;
  height: 64px;
  background: #000;
}

.animation-box .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.4;
}

.animation-box .shape .shape-2{
  position: absolute;
  left: 0px;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.4;
}

.animation-box .shape .shape-3{
  position: absolute;
  left: 0px;
  top: 26px;
  background: #FFBD00;
  width: 100%;
  height: 3px;
}

.animation-box .shape .shape-4{
  position: absolute;
  left: 0px;
  bottom: 26px;
  background: #FFBD00;
  width: 100%;
  height: 3px;
}

.animation-box .image-box{
  width: 100%;
  text-align: right;
  -moz-animation: scroll-left 90s linear infinite;
  -webkit-animation: scroll-left 90s linear infinite;
  animation: scroll-left 90s linear infinite;
}

@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}


.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #222;
  font-size: 14px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button.owl-prev{
  margin-right: 10px;
}

.nav-style-one .owl-nav button:hover{
  color: #fff;
}


/** support-style-two **/

.support-style-two{
  position: relative;
}

.support-style-two .single-item{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-top: solid;
  border-width: 5px;
  border-color: #FF8A00;
  padding: 35px 30px 37px 30px;
}

.support-style-two .single-column:nth-child(2) .single-item{
  border-color: #06B502;
}

.support-style-two .single-column:nth-child(3) .single-item{
  border-color: #0072DE;
}

.support-style-two .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}

.support-style-two .single-item h2{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

.support-style-two .single-item h2 a{
  display: inline-block;
  color: var(--title-color);
}

.support-style-two .single-item h2 a:hover{

}

.nice-select{
  position: relative;
}


.nice-select:before{
  position: absolute;
  font-family: 'icomoon';
  font-size: 12px;
  top:0px;
  right: 0px;
  transform: rotate(90deg);
}
.medical-tabs{
    overflow:hidden;
    background:#fff;
}

.tab-btn{
    flex:1;
    padding:12px;
    border:none;
    font-size:14px;
    font-weight:500;
    background:#f5f5f5;
    transition:0.3s;
}
.tab-btn.active{
    background:#BA273A;
    color:#fff;
}

.tab-content{
    display:none;
    padding:15px;
    font-size:14px;
}

.tab-content.active{
    display:block;
}


.fluid-section{
  position: relative;
  background: var(--secondary-color);
}

.fluid-section .left-column{
  position: relative;
  float: left;
  width: 50%;
  padding: 0px 60px;
}

.fluid-section .right-column{
  position: relative;
  float: right;
  width: 50%;
  padding: 0px 60px;
}

.fluid-section .left-column .faq-content,
.fluid-section .right-column .process-content{
  position: relative;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.fluid-section .accordion{
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  border-top: solid;
  border-width: 5px;
  border-color: #7B0000;
  box-shadow: 0px -10px 60px 0px rgba(0, 0, 0, 0.06);
}

.fluid-section .accordion:last-child{
  margin-bottom: 0px;
}

.fluid-section .accordion .acc-btn{
  position: relative;
  padding: 20px 30px;
  padding-right: 50px;
  cursor: pointer;
}

.fluid-section .accordion .acc-btn h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.fluid-section .accordion .acc-btn .icon-box{
  position: absolute;
  top: 30px;
  right: 30px;
  transform: rotate(90deg);
  font-size: 12px;
  color: var(--title-color);
}

.fluid-section .accordion .acc-btn.active .icon-box{
  transform: rotate(-90deg);
}

.fluid-section .accordion .acc-content{
  position: relative;
  padding: 0px 40px 25px 30px;
}

.fluid-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fluid-section .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.88;
}

.white-bg{
  background: #fff !important;
}


.default-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='password'],
.default-form .form-group input[type='number'],
.default-form .form-group input[type='search'],
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 25px;
  transition: all 500ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.default-form .form-group textarea{
  height: 170px;
  resize: none;
  padding-top: 15px;
}

.border_none{
  border: none !important;
}

.support-style-two .inner-container{
  border-bottom: 1px solid #E5E5E5;
}



/*---------------------------------------*/
/*---------------about page--------------*/
/*---------------------------------------*/
.about-content-Box{
    background:#fff;
    text-align:center;
    padding:40px 0;
}
.about-content-Box h1{
    font-size:20px;
    font-style:italic;
    font-weight:600;
}

.about-section{
padding:100px 0px 70px 0px;
background:linear-gradient(120deg,#f6f9ff,#eef3ff);
position:relative;
}

.about-container{
max-width:1200px;
margin:auto;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:flex-start;
}

/* Content */

.about-content h2{
font-size:38px;
margin-bottom:20px;
font-weight:700;
color:#1a1a1a;
}
.list-customize ul{
    list-style:disc;
}
.list-customize ul li{
    list-style:disc;
}
.list-customize ul li > ul{
    padding:10px 40px;
}
.list-customize ul li > ul li{
    list-style:circle;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.about-content p{
font-size:16px;
line-height:1.7;
margin-bottom:18px;
color:#555;
}

.about-btn{
display:inline-block;
padding:12px 28px;
background:#fd0d54;
color:#fff;
border-radius:6px;
text-decoration:none;
margin-top:10px;
transition:.3s;
}

.about-btn:hover{
color:#fff;
}

/* Images */

.about-images{
position:relative;
height:420px;
}

.img-box{
position:absolute;
overflow:hidden;
border-radius:10px;
box-shadow:0 15px 35px rgba(0,0,0,0.1);
}

.img-box img{
width:100%;
height:100%;
object-fit:cover;
}

/* First Image */
.about-section .img-1{
    width:100%;
    height:100%;
}
.img-1{
width:70%;
height:100%;
left:0;
top:0;
}

/* Second Image */

.img-2{
width:55%;
height:65%;
right:0;
bottom:0;
border:6px solid #fff;
}


.company-info{
padding:40px 0px;
background:#fff;
}



.company-title{
text-align:left;
font-size:34px;
margin-bottom:20px;
color:#0f1e3a;
}

.company-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

.company-img{
    overflow:hidden;
    height:340px;
}
.company-img img{
width:100%;
height:100%;
object-fit:cover;
margin-bottom:15px;
transition:0.4s;
overflow:hidden;
}
.company-img img:hover{
    transform:scale(1.03);
}

.company-card h4{
font-size:20px;
padding:18px 0px;
font-weight: 600;
margin-bottom:10px;
color:#0f1e3a;
}

.company-card p{
color:#555;
font-size:15px;
}




.success-section{
padding:90px 20px;
background:#fff;
}

.success-container{
max-width:1200px;
margin:auto;
}

.success-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

/* Content */

.success-tag{
display:inline-block;
background:#e7f0ff;
color:#af1818;
padding:6px 14px;
border-radius:20px;
font-size:14px;
margin-bottom:15px;
}

.success-content h2{
font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.success-content p{
color:#555;
line-height:1.7;
margin-bottom:25px;
}


.success-images{

}

.img-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
text-align:center;
}

.img-card img{
width:100%;
height:auto;
object-fit:cover;
}

.img-card h4{
padding:12px;
font-size:16px;
}
.cta-container{
    z-index:2;
    position:relative;
}

.cta-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(200,30,30,0.59); /* reddish overlay */
}



.cta-container h2{
font-size:38px;
margin-bottom:15px;
color:#fff;
}

.cta-container p{
font-size:16px;
max-width:600px;
margin:0 auto 25px;
line-height:1.6;
color:#fff;
}

.cta-btn{
display:inline-block;
padding:12px 28px;
background:#fd0d54;
color:#fff;
text-decoration:none;
border-radius:6px;
font-weight:600;
transition:.3s;
z-index:2;
}

.cta-btn:hover{
color:#fff;
}

/*----------------------------------------*/
/*------------privacy page----------------*/
/*----------------------------------------*/
.policy-page{
padding:40px 0px;
background:#f8f9fb;
}

.policy-container{
padding:40px 0px;
}

.policy-container h1{
font-size:22px;
font-weight:800;
margin-bottom:20px;
}

.policy-container h3{
margin-top:15px;
font-size:20px;
}

.policy-container p{
color:#555;
line-height:1.7;
margin-top:10px;
}
/*------------------------------------*/
/*--------sign-up---------------------*/
/*------------------------------------*/
.phone-verification-section{
  display:flex;
  justify-content:center;
  align-items:center;
  background:#ffffff; /* white background */
  padding:20px 0;
}

.phone-verification-wrapper{
    max-width:500px;
    width:100%;
    padding:40px 30px;
  background:#fff;
  color:#0f1e3a;
  border-radius:12px;
  text-align:center;
  box-shadow:0px 5px 15px rgba(0,0,0,0.4);
}
.phone-verification-wrapper .partner-form{

}

.phone-verification-wrapper h2{
  font-size:28px;
  text-align:center;
  margin-bottom:20px;
}

.phone-inputs .continue-btn{
  display:block;
  background:#de1c1c;
  color:#fff;
  text-decoration:none;
  text-align:center;
  padding:12px;
  border-radius:6px;
  font-size:16px;
  transition:.3s;
  margin-top:10px;
}
.phone-group{
display:flex;
align-items:center;
border:1px solid #ccc;
border-radius:6px;
overflow:hidden;
}

.country-code{
display:flex;
align-items:center;
gap:6px;
background:#f5f5f5;
padding:10px 12px;
border-right:1px solid #ddd;
font-size:18px;
}

.country-code img{
width:18px;
height:auto;
}

.phone-group input{
border:none;
padding:10px;
flex:1;
outline:none;
}
.change-num{
    font-size:15px;
    font-weight:600;
    color:#333;
    text-align:center;
}
.otp-btn{
    display:flex;
    align-items:flex-start;
    gap:10px;
    justify-content:center;
    padding:10px 0px;
}
.otp-btn input{
    width:40px;
    height:40px;
    border-radius:10px;
    background:#E7D9D9;
    font-size:22px !important;
}
.continue-btn-submit{
  display:block;
  background:#de1c1c;
  color:#fff;
  text-decoration:none;
  text-align:center;
  padding:12px 30px;
  border-radius:6px;
  font-size:16px;
  transition:.3s;
  margin-top:10px;
  margin-left:33%;
}

.otp-btn button{
    height:40px;
    width:40px;
    background:#e7d9d9;
    border:none;
    border-radius:5px;
}
.submit-otp1{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 0px 0px;
    
}
.submit-otp1 a{
    padding:9px 30px;
    background:#ba273a;
    color:#fff;
    border-radius:5px;
    
}
.email-input{
    display:flex;
    flex-direction:column;
    gap:5px;
    
}
.email-input input{
border:1px solid #ccc;
padding:10px;
flex:1;
outline:none;
border-radius:8px;
}
.email-input input::placeholder{
color:gray;
}
.email-input label{
font-size:16px;
color:#111;
font-weight:800;
}
.last-name{
    margin-top:15px;
}



.form-wrapper-container{
    width:100%;
    max-width:100%;
}
.email-wrapper{
    box-shadow:none !important;
    text-align:start;
}
.email-wrapper h2{
    text-align:center;
}
.arrow-btn{
    display:flex;
    justify-content:space-between;
    padding:35px 0px 0px;
    align-items:center;
}
.next-btn{
     padding:9px 20px;
    background:#ba273a;
    color:#fff;
    border-radius:5px;
}
.next-btn:hover{
     
    color:#fff;
    
}
.previous-email i{
    color:#ba273a;
    background:#e7d9d9;
    font-size:20px;
    height:40px;
    width:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.divider-privacy{
    height:2px;
    width:100%;
    background:#ccc;
    margin:40px 0px 10px;
}
.agree-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0px;
}
.agree-box1{
    display:flex;
    gap: 10px;
    align-items:center;
    padding:10px 0px;
}
.agree-box1 span{
    font-size:13px;
    color: #333;  
}
.agree-box1 span a{
    color: #0d6efd !important;
    transition: 0.3s ease;
    font-size: 12px;
}
.agree-box1 span a:hover{
    text-decoration: underline !important;
}
.header-lower{
    box-shadow:0px 5px 25px rgba(0,0,0,0.1);
}
.Btn-Calling{
    width: 50px;
    height: 50px;
    background: #b9283a;
    border-radius:25px;
}
.Btn-Calling .callChatIcon{
    width: 44px;
    height: 44px ;
    margin: 0 auto ;
    display: inline-block;
    top: 3px;
    left:3px;
}



/*-----------------------------------*/
/*--------------become parnter------*/
/*----------------------------------*/
.partner-hero{
background:linear-gradient(135deg,#c61f1f,#e53935);
padding:40px 0px;
text-align:center;
color:#fff;
}

.partner-hero-container{
max-width:1200px;
margin:auto;
}

.partner-hero h1{
font-size:40px;
margin-bottom:10px;
color:#fff;
}

.partner-hero p{
max-width:600px;
margin:0 auto 20px;
color:#fff;
line-height:1.6;
}

.partner-form{
    padding:20px 0px 80px;
    
}
.profile-form label{
font-weight:500;
margin-bottom:5px;
display:block;
font-size:16px;
}
.profile-form{
    padding:20px;
    border-radius:10px;
}
.profile-form .selection{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:20px 0;
}
.profile-form .selection label{
    font-weight:600;
    font-size:20px;
    margin-right:10px;
    
}
.profile-form .circle i{
    border:3px solid black;
    border-radius:50%;
    font-size:20px;
    
}

.profile-form .form-control{
height:42px;
border-radius:6px;
margin-bottom:15px;
font-size:16px;
}
.form-control{
    padding:10px !important;
}
.input-group-text{
background:#f5f5f5;
font-weight:500;
height:42px;
}
.gst-upload-box{
position:relative;
}

.gst-file-input{
display:none;
}

.gst-upload-label{
display:flex;
align-items:center;
gap:10px;
border:2px dashed #cfd7e3;
padding:12px 15px;
border-radius:8px;
cursor:pointer;
background:#fafbfd;
transition:0.3s;
}

.gst-upload-label:hover{
border-color:#0d6efd;
background:#f2f7ff;
}

.upload-icon{
font-size:18px;
}

.upload-text{
font-size:14px;
color:#555;
}
.profile-submit-btn{
background:#ba273a;
color:#fff;
border:none;
padding:10px 25px;
border-radius:6px;
font-weight:500;
cursor:pointer;
transition:0.3s;
}
.profile-submit-btn:hover {
    color:#fff;
    background:#ba273a !important;
}
.profile-form{
    max-width:1000px;
    margin:auto;
}
/*================================================================
  custom css by rajeev singh start here
  ==========================================================*/
  .logo-box img{
    position: relative;
    width: 100%;
    height: 50px;
  }
  .category-section{
    position: relative;
    width: 100%;
    padding: 50px 0px 60px 0px;  
  }
  .processing-section{
    position: relative;
    width: 100%;
    padding: 70px 0px;  
  }

/*===============================================
  header form css start here
===============================================*/
.hero-box {
    width:100%;
    
}
.trip-type{
display:flex;
border-radius:10px;
padding:5px;
margin-bottom:10px;
}

.trip-option{
position:relative;
cursor:pointer;
}

.trip-option input{
display:none;
}

.trip-option span{
display:block;
text-align:center;
font-size:18px;
padding:10px 20px;
border-radius:8px;
font-weight:600;
color:#fff;
background: #1D174F;
transition:.3s;
margin: 0px 5px;
}

.trip-option input:checked + span{
background:#BA273A;
color:#fff;
}



.search-fields{
  position: relative;
  width: 100%;
}
.field{
    width:100%;
    margin-bottom:20px;
}

.field label{
display:block;
font-size:14px;
font-weight:600;
color:#000;
}

.input-box{
display:inline-block;
width: 100%;
align-items:center;
background:#fff;
border:1px solid #eee;
border-radius:10px;
padding:5px 12px;
transition:.3s;
border-radius:3px;
overflow:hidden;
}
.input-box i{
color:#070110;
margin-right:8px;
font-size:14px;
}

.input-box input{
border:none;
outline:none;
width:100%;
font-size:12px;
background:transparent;
}


.input-box:hover{
border-color:#4e25e3;
box-shadow:0 5px 15px rgba(18, 31, 211, 0.15);
}


/* selected */

.dropdown-selected{
flex:1;
font-size:14px;
}

/* dropdown */

.dropdown-list{
position:absolute;
left:0;
top:100%;
width:100%;
background:#fff;
border:1px solid #ddd;
border-radius:6px;
list-style:none;
margin-top:5px;
display:none;
z-index:10;
}

/* option */

.dropdown-list li{
padding:10px 15px;
cursor:pointer;
font-size:14px;
transition:0.2s;
}

.dropdown-list li:hover{
background:#f5f5f5;
}


.custom-dropdown.active .dropdown-list{
display:block;
}

.search-btn{
width: 100%;
padding:0px 10px;
font-size:16px;
height: 38px;
line-height: 38px;
border:none;
border-radius:5px;
background:#BA273A;
color:#fff;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.search-btn i{
margin-right:6px;
}

.search-btn:hover{
transform:translateY(-2px);
box-shadow:0 10px 25px rgba(20, 11, 185, 0.35);
}
.form-section{
display:none;
}

.form-section.active{
display:block;
}
.two-way-field{
  position: relative;
  width: 100%;
}
.search-btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-section .search-fields{
  background:#fff;
  border-radius:10px;
  padding:25px 10px;
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
}
.form-section .search-fields .col-lg-2{
  padding: 0px 5px;
}
.form-section .search-fields .col-lg-2 .field{
  width: 100%;
  position: relative;
}
.form-section .search-fields .col-lg-2{
  position: relative;
  padding: 0px 5px;
}
.form-section .search-fields .col-lg-2 .field{
  width: 100%;
  position: relative;
}

.ambulance-list-page{
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.ambulance-list-page .place-item{
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  overflow: hidden; 
    display: flex;
    align-items: center;
    gap: 24px;   
}
.ambulance-list-page .place-item .place-img{
  position: relative;
  width: 100%;
}
.ambulance-list-page .place-item .place-img a {
    height: 100%;
    display: block;
}
.ambulance-list-page .place-item .place-img a img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.bus-list .place-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.bus-list .place-item .place-img {
  flex-shrink: 0;
  height: inherit;
  width: 140px;
  overflow: hidden;
  border-radius: 10px;
}
.bus-list .place-item .place-img a {
  height: 100%;
  display: block;
}
.bus-list .place-item .place-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.bus-list .place-item .place-content {
  padding: 0px;
  flex: 1;
}
.bus-list .place-item .place-content .bus-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 16px;
}
.bus-list .place-item .place-content .bus-content .bus-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.bus-list .place-item .place-content .bus-content .bus-title .dot-line span {
  padding: 0 25px;
  border-top: 1px dotted #969AA2;
  position: relative;
  align-items: center;
}
.bus-list .place-item .place-content .bus-content .bus-title .dot-line span:after {
  width: 6px;
  height: 6px;
  border: 1px solid #969AA2;
  position: absolute;
  content: "";
  border-radius: 50px;
  left: 0;
  top: -3px;
}
.bus-list .place-item .place-content .bus-content .bus-title .dot-line span:before {
  width: 6px;
  height: 6px;
  border: 1px solid #969AA2;
  position: absolute;
  content: "";
  border-radius: 50px;
  right: 0;
  top: -3px;
}
.bus-list .place-item .place-content .bus-content .bus-end {
  display: flex;
}
.bus-list .place-item .place-content .bus-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E4EBF1;
  padding-top: 16px;
}
.bus-list .place-item .place-content .bus-footer .bus-footer-dot span {
  padding: 0 15px;
  position: relative;
}
.bus-list .place-item .place-content .bus-footer .bus-footer-dot span:after {
  width: 6px;
  height: 6px;
  border: 1px solid #CF3425;
  background-color: #CF3425;
  position: absolute;
  content: "";
  border-radius: 50px;
  left: 6px;
  top: 6px;
}

.bus-grid .bus-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.bus-grid .bus-title .dot-line span {
  padding: 0 20px;
  border-top: 1px dotted #969AA2;
  position: relative;
  align-items: center;
}
.bus-grid .bus-title .dot-line span:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #969AA2;
  background-color: #FFF;
  position: absolute;
  border-radius: 50px;
  left: -2px;
  top: -4px;
}
.bus-grid .bus-title .dot-line span:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #969AA2;
  background-color: #FFF;
  position: absolute;
  border-radius: 50px;
  right: -2px;
  top: -4px;
}
.bus-grid .place-img img {
  width: 100%;
}
.page-title {
    position: relative;
    width: 100%;
    background: #1c1752;
}
.page-title img{
  position: relative;
  width: 100%;
}
.page-title .content-box{
  position: relative;
  width: 100%;
  padding: 50px;
}
.page-title .content-box h1{
  position: relative;
  color: #fff;
  font-size: 36px;
}
.mt30{
  margin-top: 25px;
}
.travel-with-together-section{
  position: relative;
  width: 100%;
  padding: 50px 0px 0px 0px;
}
.image_block_box{
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.content_block_box{
  position: relative;
  width: 100%;
}
.image_block_box{
  position: relative;
  width: 100%;
}
.location-near-section{
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 40px 0;
  background: linear-gradient(120deg, #f6f9ff, #eef3ff);
}
.near-location-block{
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 15px #ccc;
}
.near-location-image-box{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.near-location-image-box img{
  position: relative;
  width: 100%;
  height:200px;
  border-radius:8px 8px 0px 0px;
}
.near-location-text-box{
  position: relative;
  width: 100%;
   min-height: 125px;
  padding: 15px 10px;
}
.near-location-text-box p{
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #000; 
  margin-bottom: 5px;
}
.near-location-text-box p strong{
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #ba273a;
}
.location-near-section .owl-nav{
  position: absolute;
  width: 100%;
  top: 50%;
}
.location-near-section  .five-item-carousel .owl-item{
  position: relative;
  padding: 20px 0px;
}
.location-near-section .nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #222;
    font-size: 14px;
    color: var(--title-color);
    cursor: pointer;
    transition: all 500ms ease;
}
.location-near-section .nav-style-one .owl-nav button.owl-prev {
    margin-right: 10px;
    left: -20px;
    position: absolute;
    background: #BA273A;
    color:#fff;
}
.location-near-section .nav-style-one .owl-nav button.owl-next {
    margin-right: 10px;
    right: -20px;
    position: absolute;
    background: #BA273A;
    color:#fff;
}
.hospitallSwiper{
    padding:20px 0;
}
.hospitallSwiper .swiper-button-next,
.hospitallSwiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 36px;
  height: 36px;
  border-radius: 50%;

  background: #BA273A;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.hospitallSwiper .swiper-button-prev{
    left:0px;
}
.hospitallSwiper .swiper-button-next{
    right:0px;
}

.hospitallSwiper .near-location-block{
    border-radius:15px;
}

.mobility-service-providers-near-section{
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(120deg, #f6f9ff, #eef3ff); 
}
.mobility-service-providers-near-section .owl-nav{
  position: absolute;
  width: 100%;
  top: 45%;
}
.mobility-service-providers-near-section  .five-item-carousel .owl-item{
  position: relative;
  padding: 20px 0px;
}
.mobility-service-providers-near-section .nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}
.mobility-service-providers-near-section .nav-style-one .owl-nav button.owl-prev {
    margin-right: 10px;
    left: -20px;
    position: absolute;
    background: #BA273A;
    color:#fff;
}
.mobility-service-providers-near-section .nav-style-one .owl-nav button.owl-next {
    margin-right: 10px;
    right: -20px;
    position: absolute;
    background: #BA273A;
    color:#fff;
}
.mobility-service-providers-image-box{
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.mobility-service-providers-block .mobility-service-providers-image-box img{
  position: relative;
  width: 100%;
}
.advertisment-section{
  position: relative;
  width: 100%;
}
.ads-image-box{
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.ads-image-box img{
  position: relative;
  width: 100%;
  height: 450px;
}
.advertisment-section .owl-nav{
  display: none;
}
.apps-section{
  position: relative;
  width: 100%;
  padding: 20px 0px;
}
.apps-box{
  position: relative;
  width: 100%;
  display: flex;
}
.apps-box .image_block_box{
  position: relative;
  width: 30%;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  padding: 15px;
}
.apps-box .content_block_box{
  position: relative;
  width: 70%;
  float: left;
  padding: 15px;
}
.apps-box .image_block_box img{
  position: relative;
  width: 100%;
}
.apps-box .content_block_box h2{
  position: relative;
  font-size: 24px;
}
.front-contact{
  position: relative;
  padding: 50px 0;
  background: linear-gradient(120deg, #f6f9ff, #eef3ff); 
}
.front-contact .sec-title{
  margin-bottom: 15px;
  font-size: 20px!important;
}
.front-contact .sec-title h2{
  font-size: 28px!important;
  line-height: 36px;
}
.set-date-time{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.set-date-time input{
  position: relative;
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 15px;
}
.set-date-time .form-group{
  position: relative;
  margin-bottom: 15px;
}
.advanced-ambulance-booking-section .sec-title h2{
    font-size:40px;
    color:#012A5C;
}
.advanced-ambulance-booking-section .inner-box .single-item {
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 140px;
    padding: 5px 20px 5px 15px!important;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px!important;
}
.advanced-ambulance-booking-section{
  position: relative;
  width: 100%;
  padding: 50px 0px;
}
.Btn-WhatsApp-Chat {
    position: fixed;
    top: 290px;
    border-radius: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: #10d046;
    z-index: 9;
    transition: all 0.3s ease;
}
.Btn-WhatsApp-Chat:hover {
    width: 215px;
    padding: 5px 20px 5px 5px;
}
.Btn-WhatsApp-Chat:hover .callChatIcon {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 2px;
    background: #fff;
    display: inline-block;
    text-align: center;
}
.Btn-SoS-Calling .callChatIcon {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    display: inline-block;
    top: 3px;
}
.Btn-SoS-Calling {
    position: fixed;
    top: 350px;
    border-radius: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: #b9283a;
    z-index: 9;
    transition: all 0.3s ease;
    text-align: center;
}
.Btn-SoS-Calling:hover {
    width: 105px;
    padding: 5px 20px 5px 5px;
}
.Btn-SoS-Calling:hover .callChatIcon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 2px;
    background: #fff;
    display: inline-block;
    text-align: center;
    top: -1px;
    left: 0px;
}
.callChatIcon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}
.callChatIcon i{
    position: relative;
    font-size: 22px!important;
    color: #000!important;
    top: 10px;
}
.callChatIcon img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}
.Btn-WhatsApp-Chat:hover .callChatText{
    display: inline-block;
}
.Btn-SoS-Calling:hover .callChatText {
    display: inline-block;
}
.callChatText {
    white-space: nowrap;
    display: none;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 45px;
}
.Btn-WhatsApp-Chat a{
  position:relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.Btn-SoS-Calling a{
  position:relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.advamced_ride_left {
    position: relative;
    width: 100%;
    border:1px solid #eee;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow:0px 5px 10px rgba(0,0,0,0.02);
    transition: 0.4s;
    height:495px;
}
.advamced_ride_left .flex{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:20px;
}
.advamced_ride_left .flex i{
    width:80px;
    height:80px;
    font-size:40px;
    border-radius:50%;
    background:#BE1724;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.advamced_ride_left h2{
    font-size: 26px;
    font-weight: 600;
    color: #052555;
}
.red-text{
    color:#BE1724;
}
.advamced_ride_left .book-btn{
    width:100%;
    margin-top:15px;
}
.advamced_ride_left .form-group label{
    color:#002560;
}
.advamced_ride_left:hover{
  border-color: #ba273a ;
  background: #f9fbff;
}
.advamced_ride_left h3{
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
}
.advamced_ride_left p{
    position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #333;
}
.service-page-section{
  position: relative;
  width: 100%;
  padding: 60px 0px 35px 0px;
}

.service-page-section .category-block-one h2 {
    position: relative;
    font-size: 24px !important;
    line-height: 28px !important;
    min-height: 85px;
}
.book-note-box{
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    background: #FEEEEE;
    border-radius: 8px;
    border: 1px solid #eee;
}
.book-note-box p{
    margin-bottom:0px;
}
.book-note-box span{
    color:#000;
    font-size:14px;
}
.book-note-box i{
    color: #BA273A;
    font-size: 20px;
    margin-right: 5px;
}

/*================================================================
  custom css by rajeev singh end here
  ==========================================================*/
  
  /*==========================================================
  ===================blog page================================
  ============================================================*/
  .blog-sec{
      padding:45px 0px;
  }
  .blog-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Image */
.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Content */
.blog-content {
  padding: 15px;
}

.blog-date {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 6px;
}

.blog-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.blog-content p {
  font-size: 13px;
  color: #555;
}

.blog-btn {
  font-size: 13px;
  font-weight: 600;
  color: #ba273a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}

.blog-btn:hover {
  color: #ba273a;
}


.blog-details-section {
  padding: 40px 0;
  background: #fff;
}

/* LEFT */
.blog-details-img img {
  width: 100%;
  border-radius: 8px;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #888;
  margin: 12px 0;
}

.blog-details-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-details-left p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

.blog-details-left h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.blog-details-left ul {
  padding-left: 18px;
}

/* Highlight Box */
.emergency-tip-box {
  background: #ba273a;
  border-left: 4px solid #ba273a;
  padding: 12px;
  margin: 15px 0;
  font-size: 14px;
   color:#fff;
}
.blog-sidebar {
  padding-left: 15px;
}

/* Help Box */
.help-box {
  background: #ba273a;
  color: #fff;
  padding: 18px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.help-box h4{
    color:#fff;
}
.help-box p{
    color:#fff;
}

.call-btn {
  display: inline-block;
  margin-top: 10px;
  background: #fff;
  color: #ba273a;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

/* Recent Posts */
.recent-posts h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.post-item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: center;
}

.post-item img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

.post-item p {
  font-size: 13px;
  margin: 0;
}

.emergency-cta-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #ba273a, #8f1d2c);
}

.emergency-cta-box {
  text-align: center;

  max-width: 700px;
  margin: auto;
}

.emergency-cta-box h2 {
  font-size: 26px;
color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.emergency-cta-box p {
  font-size: 14px;
  
  margin-bottom: 20px;
   color: #fff;
}

/* Buttons */
.cta-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.call-now-btn {
  background: #fff;
  color: #ba273a;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.call-now-btn i {
  margin-right: 6px;
  color:#ba273a;
  
}

.call-now-btn:hover {
  background: #f1f1f1;
}

.contact-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #fff;
}



.partner-tabs {
  display: flex;
  gap: 10px;
  max-width:1000px;
margin:auto;
margin-top:30px;
}

.partner-tabs .tab-btn {
  padding: 10px 18px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 6px;
}

.partner-tabs .tab-btn.active {
  background: #ba273a;
  color: #fff;
  border-color: #ba273a;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.tab-content .category-block-one{
    height:80%
}

.upload-box {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.upload-box:hover {
  border-color: #ba273a;
  background: #ba273a;
  color:#fff;
}

.upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.upload-label i {
  font-size: 22px;
  color: #ba273a;
}

.upload-label span {
  font-size: 13px;
  color: #555;
}
.upload-label:hover span{
    color:#fff;
}
.upload-label:hover i{
    color:#fff;
}
.our-form{
    max-width:1000px;
    margin:50px auto 80px;
}
.banner-section .slide-item {
    position:relative;
    width:100%;
    padding:10px 0;
}
.banner-section img{
    border-radius:18px;
    margin-top:10px;
    height:100%;
    width:100%;
}
.banner-section.slide-item img{
    position:relative;
    width:100%;
}
.mview-navigation {
    position: fixed;
    padding-top:10px;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    background: #fff;
    border-top: 2px solid #ba273a;
} 
.mview-navigation ul{
    position:relative;
    width:100%;
    display:inline-block;
}  
.mview-navigation ul li{
    position:relative;
    text-align:center;
    width:25%;
    float:left;
    display:inline-block;
}  
.mview-navigation ul li a{
    position:relative;
    text-align:center;
    width:100%;
    color:#ba273a;
    display:inline-block;
}  
.mview-navigation ul li a .mview-menu-icon{
    position:relative;
    text-align:center;
    font-size:24px;
    color:#ba273a;
    display:block;
} 
.mview-navigation ul li a .mview-menu-name{
    position:relative;
    font-size:14px;
    color:#000;
    display:block;
    text-transform:uppercase;
    text-decoration:none;
} 
.footer-info {
    position: relative;
    width: 100%;
    display: inline-block;
}
.footer-widget-info{
    position: relative;
    width: 100%;
    padding:15px 0px;
    display: inline-block;    
}
.footer-widget-info h4{
    position: relative;
    font-size:20px;
    color:#fff;
    margin-left:20px;
    margin-bottom:10px;
}
.footer-widget-info li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget-info li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}






.mobility-service-providers-block{
    border:1px solid #eee;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    transition:0.3s;
}

.mobility-service-providers-block:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.our-box-text{
    background:#fff;
    padding:14px;
}

.mobility-service-providers-image-box img{
    width:100%;
    height:210px;
    object-fit:cover;
}
.provider-content {
    padding: 14px 12px;
}

.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.provider-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}

.rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #f59e0b;
    background: #fffbeb;
    border: 1px solid #fde68a;
    padding: 3px 8px;
    border-radius: 20px;
}

.rating i {
    font-size: 11px;
}

.provider-info p {
    font-size: 12px;
    margin: 6px 0;
    color: #555;
    display: flex;
    align-items: baseline;
    gap: 7px;
    line-height: 1.4;
}

.provider-info p strong {
    color: #888;
    font-weight: 500;
    min-width: 58px;
    flex-shrink: 0;
}

.provider-info i {
    font-size: 11px;
    color: #aaa;
    flex-shrink: 0;
    margin-top: 2px;
}
.four-item-carousel{
    padding:10px 0;
}
.four-item-carousel .near-location-block{
    padding:10px;
    border-radius:10px;
    margin:10px 0;
}
.four-item-carousel .near-location-block img{
    border-radius:10px 10px 0px 0px;
}

.download-app-section {
  padding: 40px 0 80px;
  background: #f5f5f5;
}

.download-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-left {
  width: 60%;
}

.download-left h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.download-left p {
  color: #555;
  margin-bottom: 20px;
}

.download-form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  max-width: fit-content;
}

.country-code {
  padding: 10px;
  background: #f1f1f1;
}

.download-form input {
  border: none;
  padding: 10px;
  flex: 1;
  outline: none;
}

.download-form button {
  background: #BA273A;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.download-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.store-buttons img {
  display: block;
  margin-bottom: 10px;
  height: 40px;
}

.qr-box img {
  width: 100px;
}

.one-item-carousel{
    border-radius:18px;
    border:3px solid #BA273A;
    padding:2px;
}
.one-item-carousel img{
    border-radius:18px;
}
.one-item-carousel .owl-stage-outer{
    border-radius:18px;
}


/* plans page */


.sub {
  margin-top: -10px;
  color: #374151;
}

.subcription-cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
  flex-wrap: wrap;
  padding:20px 0;
}

.subcription-cards .card {
  width: 350px;
  position: relative;
  padding-top:40px;
  border:none;
}

.subcription-cards .badge {
    width:90px;
    height:90px;
  position: absolute;
  top: 25px;
  left: 20px;
  background: white;
  border-radius: 20px;
  font-size: 60px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:1;
}
.subcription-cards .badge img{
    max-width:fit-content;
    width:100%;
    height:50px;
}
.card-unside-box{
    
  border-radius: 18px;
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.subcription-cards .header {
  padding: 0px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  height:150px;
  position:relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom:none !important;
}
.subcription-cards .header h3{
    color:white;
    font-size:18px;
    text-align:right;
    padding:20px 5px;
}
.subcription-cards .heading-header{
    width:100%;
    background: lightgoldenrodyellow;
    padding: 10px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position:absolute;
  bottom:0;
  text-align:center;
  
}

.subcription-cards .heading-header h4 {
  display: block;
  font-size: 20px;
  text-align:center;
}

.subcription-cards .yellow .header {
    background: #EC9802; 
    border:5px solid #FCB921;
    
}
.subcription-cards .green .header { 
    background: #3D8B4F;
    border:5px solid #E5FFDF;
    
}
.subcription-cards .green .header h3{
    font-size:25px;
}

.subcription-cards .blue .header { 
    background: #0560BB; 
    border:5px solid #71A7E5;
}

.subcription-cards .body {
  padding: 25px 20px;
  text-align:center;
  border:1px solid #eee;
}

.subcription-cards .flat {
  font-weight: bold;
  margin-bottom: 5px;
  font-size:42px;
}

.subcription-cards .red { color: red; }
.subcription-cards .green-text { color: green; }

.subcription-cards .body h1 {
  font-size: 50px;
  margin: 10px 0;
}

.subcription-cards .body h1 span {
  font-size: 20px;
}
.subcription-cards .body .body-title{
    color:#164C81;
    font-size:20px;
    font-weight:600;
}
.subcription-cards .body i{
    margin-right:10px;
    color:green;
}

.subcription-cards .monthly {
  background: #f3f4f6;
  padding: 8px;
  border-radius: 8px;
  margin: 10px 0;
  font-size: 18px;
  font-weight:600;
  color:#164C81;
}

.subcription-cards ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
}

.subcription-cards ul li {
  margin: 10px 0;
  font-size: 18px;
  color:#164C81;
}

/* Buttons */
.subcription-cards .btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.subcription-cards .yellow-btn { background: #EC9802;  }
.subcription-cards .green-btn { background: #3D8B4F; }
.subcription-cards .blue-btn { background: #0560BB;  }

.subcription-cards .btn:hover {
  opacity: 0.9;
}

/* faq page */
.section-footer{
    padding:50px 5%;
}

.faq-container {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.faq-container .active{
    display:block;
}

.faq-title {
  text-align: center;
  color: #BA273A;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-weight: 600;
}

.faq-question:hover {
  color: #BA273A;
}

.icon {
  font-size: 18px;
  transition: 0.3s;
  color: #BA273A;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 15px;
  color: #444;
  font-size: 14px;
}

.faq-item.active .faq-answer {
  max-height: 150px;
  padding: 10px 15px 15px;
}


/* road-ranger page */
.road-ranger-section{
    padding:20px 0;
}

.road-ranger-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

.road-ranger-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.road-ranger-card:hover {
  transform: translateY(-8px);
}

.road-ranger-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.road-ranger-content {
  padding: 15px;
}

.road-ranger-name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.road-ranger-location {
  font-size: 14px;
  color: #777;
}


.visited-card-section-Box{
    padding:80px 0 40px;
}
.visited-card-section {
  display: grid;
  grid-template-columns:repeat(3,1fr);
  gap: 20px;
  justify-content: center;
}

.visited-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    font-family: system-ui;
}

.visited-card:hover {
    transform: scale(1.001);
    border:1px solid #BE1724;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
}

.card-header .icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.card-header .title h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.card-header .title p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
}

.image-body {
    text-align: center;
    padding: 12px;
    border-top: 1px solid #f1f1f1;
}

.image-body img {
    width: 100%;
    max-width: 240px;
    height: auto;
    margin-top: 8px;
}

.desc {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
}

.info-list1 {
    list-style: none;
    padding: 0 16px;
    margin: 0;
    height:300px;
    overflow-y: scroll;
}
.info-list1::-webkit-scrollbar{
    width: 4px;
}
.info-list1 ::-webkit-scrollbar-track{
    background: #f9f9f9;
}
.info-list1::-webkit-scrollbar-thumb{
    background: #f1e7e7;
    border-radius: 4px;
}
.info-list1 li {
    display: flex;
    gap: 5px;
    align-items:flex-start;
    padding: 10px 0;
    border-top: 1px solid #f3f3f3;
}
.info-list1 strong {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    min-width: 35%;
}

.info-list1 span {
    font-size: 13px;
    color: #555;
}

.benefit {
    margin: 8px 10px;
    padding: 10px 5px;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    gap: 6px;
    align-items: flex-start;
}
.benefit i{
    padding-top:8px;
}
.visited-card.green .card-header {
    background: #f4fbf6;
    color: #0b6b2a;
}
.visited-card.blue .card-header { background:#e8f0ff; color:#1e3a8a; }
.visited-card.red .card-header { background:#ffe8e8; color:#b91c1c; }
.visited-card.blue .icon { background: #848c9d;
    color: #fff;
} 
.visited-card.red .icon{ background:#fff; color:#b91c1c; }
.visited-card.green .icon {
    background: #e3f6ea;
    color: #0b6b2a;
}

.visited-card.green .benefit {
    background: #e8f5e9;
    color: #2e7d32;
}
.visited-card.blue .benefit { background:#e8f0ff; color:#1e3a8a; }
.visited-card.red .benefit{ background:#ffe8e8; color:#b91c1c; }

.visited-card.green .info-list strong i {
    color: #0b6b2a;
}
.contact-section .contact-form-inner{
    border: 5px solid #1C1752;
    border-radius: 18px;
    padding: 20px 10px;
}
.contact-section .contact-links{
    text-align:center;
    margin-top:50px;
}
.contact-section .contact-links p{
    font-weight:600;
}
.contact-section .contact-links a{
    color:black;
    margin-left:30px;
}

.service-step-box{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:5px;
}
.service-step-box{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;
}
.service-step-box .service-step{
    border-radius:8px;
    border:1px solid #eee;
    position:relative;
    padding:20px 10px;
}
.service-step-box .service-step .stepNum{
     position:absolute;
    top: -30px;
    width: 50px;
    height: 50px;
    background: #C93036;
    color: #fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-10px);
    border-radius: 50%;
}
.service-step-box .service-step img{
    width:120px;
    height:146px;
}
.service-step-content{
    padding:20px 10px;
}
.service-step-content h5{
    font-size:16px;
    color:#C9252C;
    font-weight:600;
}
.service-step-content p{
    font-size:16px;
    color:#000;
}
.service-step-box  .app-img{
        display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top:20px;
}
.service-step-box  .app-img img{
    width:100px;
    height:auto;
}
 .step-line{
    width: 50px;
    color: #C93036;
    background: #C93036;
    height: 3px;
    margin: 10px auto;
    border: 1.5px solid #C93036;
    opacity:1;
}
.service-note-box{
    border:2px solid #eee;
    padding:20px;
    max-width: 1000px;
    margin: auto;
    margin: 20px auto;
    background:#FDF9F8;
    border-radius:18px;
    position:relative;
}
.service-note-box .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.service-note-box .flex .flex-text{
    text-align:left;
}
.service-note-box h6{
    font-size: 16px;
    color:#C73035;
    font-weight: 600;
    margin-bottom:4px;
}
.service-note-box p{
    color:#000;
    font-size:16px;
}
.service-note-box .flex i{
    width: 50px;
    height: 50px;
    border-radius:50%;
    border:1px solid #eee;
    font-size: 30px;
    background:#FCD6D5;
    color:#C73035;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-note-box .service-note-img{
    position: absolute;
    right: 60px;
    top: -10px;
}
.benefit-block {
    width:100%;
     border:1px solid #eee;
    background: #fff;
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow:0px 5px 10px rgba(0,0,0,0.02);
    transition: 0.4s;
    height:495px;
}
.benefit-block  h2{
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #052555 !important;
}
.benefit-block .inner-box .single-item{
    padding:0px 10px !important;
}
.benefit-block .inner-box .single-item h3{
    color:#012A5C !important;
    font-size:16px !important;
    margin-bottom:0px !important;
}
.benefit-block .inner-box .single-item .text{
    padding-bottom:5px !important;
    border-bottom:1px solid #e2e2e2 !important;
}
.benefit-block .inner-box .single-item p{
    color:#333 !important;
    padding:0 ;
    margin:0;
    font-size:13px !important;
    line-height:20px !important;
}
.benefit-block .inner-box .single-item .text:nth-last-child(){
    border-bottom:none;
}
.benefit-note-book{
    background: #F7FBFE;
    border: 1px solid #eee;
    padding: 10px 10px;
    margin: 30px 0;
    border-radius: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
.benefit-note-book .text-item{
    border-left:1px solid #eee;
}
.benefit-note-book .flexbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.benefit-note-book .flexbox h4{
    font-size:12px;
    font-weight:600;
    margin:0px;
    color:#094993;
}

.benefit-note-book .flexbox h2{
    font-size:15px;
    font-weight:600;
    margin:0px;
    color:red;
}
.benefit-note-book .flexbox h6{
    font-size:12px;
    font-weight:600;
    margin:0px;
}
.benefit-note-book .icon-box{
 position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #084991;
  border:1px solid #084991;
  background:#DDECFB;
}
.benefit-note-book .icon-box i{
    color:inherit;
}

.benefit-note-book .flexbox p{
    font-size:12px;
}

.become-left-panel{
  position: relative;
  background: url('../img/resq-img.avif') no-repeat center;
  background-size: cover;
  border-radius: 18px;
  padding: 40px;
  overflow: hidden;
}

/* Overlay layer */
.become-left-panel::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* adjust darkness here */
  z-index: 1;
}

/* Content ko upar lao */
.become-left-panel > *{
  position: relative;
  z-index: 2;
}

.become-right-panel{
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.become-ranger-layout .logo {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.become-ranger-layout .logo span {
  color: #fff;
}

.become-ranger-layout h2 {
  font-size: 38px;
  line-height: 1.1;
  color: #111;
  margin-bottom: 8px;
  font-weight: 600;
}
.become-ranger-layout .step-line{
    margin:10px 0px;
}

.become-ranger-layout .subtitle {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.become-ranger-layout .features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.become-ranger-layout .feature {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.become-ranger-layout .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c1121f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.become-ranger-layout .feature h3 {
  font-size: 18px;
  font-weight:600;
  margin-bottom: 6px;
  color: #fff;
}

.become-ranger-layout .feature p {
  color: #fff;
  line-height: 20px;
  font-size:17px;
}
.icon-call{
    color:#fff;
}

.become-ranger-layout .bottom-note {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}
.become-right-panelh2 {
  font-size: 34px;
  margin-bottom: 8px;
}

.become-right-panel .desc {
  color: #666;
  margin-bottom: 15px;
}

.become-right-panel .steps-block {
  display: flex;
  align-items: center;
  justify-content:space-around;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 15px;
}
.terms{
    font-size:13px;
    margin:0px;
}

.become-right-panel .step-level {
  display: flex;
  align-items: center;
  gap: 8px;
}

.become-right-panel .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #555;
  font-size: 14px;
  font-weight: bold;
}

.become-right-panel .active {
  background: #c1121f;
  color: white;
}
.become-right-panel .info-box{
    background: #FDF5F3;
    padding: 15px 10px;
    border-radius: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.become-right-panel .info-box .flex{
    display: flex;
    gap: 8px;
    align-items: center;
}
.become-right-panel .info-box .flex i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    background:#F5EAEC;
    color: #BE242C;
}
.become-right-panel .info-box h6{
    font-size: 15px;
    color:  #BE242C;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}
.become-right-panel .info-box p{
    text-transform: none;
    font-size: 14px;
    line-height:18px;
    color:black;
}
.become-right-panel .btnn{
    width:100%;
    margin:10px 0;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.carousel-section {
    padding: 40px;
    background: #f5f5f5;
}
.my-owl-part .owl-nav {
    display: none !important;
}

.my-owl-part .item img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.service-section {
    padding: 60px 0;
}

.reverse {
    flex-direction: row-reverse;
}
.service-img {
    position: relative;
}

.service-img img {
    width: 100%;
    height:350px;
    object-fit:cover;
    border-radius:8px;
}
.service-row{
    margin-bottom:60px;
}


.service-content {
    padding: 20px;
}

.service-content h3 {
    color: #222;
    font-size:22px;
    font-weight:600;
}

.service-content p {
    color: #555;
}


.banner-tabs {
    padding: 20px 0px;
    background:#000268;
    position:relative;
}

.tab-link {
    cursor: pointer;
    font-size: 22px;
    color:#fff;
    position:relative;
    font-weight:600;
    text-align: start;
    transition: 0.3s;
    border-right:3px solid #fff;
}
.tab-link:last-child{
    border-right:none;
}
.tab-link:nth-child(7){
    border-right:none;
}
.our-tabs-blog{
    display:grid;
    grid-template-columns: 1fr 1fr 1.1fr 1.1fr 0.6fr 1.1fr 1.2fr 1fr;
    gap:8px;
}
.tab-link img{
    position: absolute;
    height: 100px;
    top: -24px;
    left: -11px;
    width:100%;
}

.map-inner img{
    height:auto;
    width:100%;
    object-fit:cover;
    
}
.my-tit{
    text-align:center;
}


.city-input-part-our {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    outline: none;
    transition: 0.3s;
    color:#fff;
    display:block !important;
}

.city-input-part-our:focus {
    border-color: #007bff;
}

.city-text {
    margin: 0;
    font-size: 22px;
    font-weight:600;
    color: #fff;
}
.blog-add{
    padding:40px 0px;
}
.rr-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s ease;
}

.rr-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.rr-card-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    width:100%;
}

.rr-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-part{
    margin-bottom:20px;
}
.layout-part{
    display:block !important;
}
.become-panel{
    box-shadow:0px 5px 15px ;
    height:650px !important;
}
.rr-name {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.rr-city {
    font-size: 13px;
    color: #777;
}
.rr-institute {
    margin: 0;
    font-size: 14px;
    color: #555;
}
.rr-left-section {
    padding: 20px;
    border:2px solid #ba273a;
    border-radius:8px;
    box-shadow:0px 5px 10px rgba(0,0,0,0.08);
}

.rr-main-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

.rr-highlight {
    color: #e63946;
}

.rr-subtext {
    margin: 10px 0 20px;
    color: #555;
    font-size: 15px;
}

.rr-features {
    margin-top: 15px;
}

.rr-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.rr-icon {
    font-size: 20px;
    color: #e63946;
    width: 30px;
    margin-right: 12px;
}

.rr-feature-text h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.rr-feature-text p {
    margin: 2px 0 0;
    font-size: 14px;
    color: #666;
}

.rr-footer-box {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    display:flex;
    justify-content:space-between;
}
.img-card-banner img{
    height:450px;
    width:100%;
    object-fit:contain;
}

.rr-help {
    font-weight: 600;
    margin-bottom: 8px;
}

.rr-tagline {
    font-size: 14px;
    color: #444;
}
.mview-processing{
    display:none;
}
.btn-box {
    position: relative;
    display: inline-block;
}

.login-drop {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    min-width: 200px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    border-radius: 4px;
    border: 1px solid #eee;
    display:none;
    transition: 0.3s ease;
    z-index: 999;
}

.login-drop ul {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.login-drop ul li {
    padding: 0;
}
.login-drop ul li a {
    display: block;
    padding: 6px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight:600;
    transition: 0.2s;
}
.login-drop ul li a:hover {
    background: #f5f7ff;
    color: #007bff;
    padding-left: 20px;
}
.btn-box:hover .login-drop {
    display:block;
}
.services-tabs{
    display:grid;
    grid-template-columns: 1.4fr 1.5fr 1.2fr 1.1fr 1.1fr 0.8fr 0.9fr;
    gap:5px;
}
.my-link{
    font-size:20px !important;
}
.content-wrapper {
    max-height: 350px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.content-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #fff, transparent);
}

.content-wrapper.expanded {
    max-height: 2000px; 
}

.content-wrapper.expanded::after {
    display: none;
}

.read-more-btn {
    margin-top: 10px;
    border: none;
    background: none;
    color: #007bff;
    cursor: pointer;
    font-weight: 600;
}
.become-part{
    padding:0px 0px 20px;
}
.tabs-mobile-carousel {
  position: relative;
}
.tabs-mobile-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.tabs-mobile-carousel .owl-prev,
.tabs-mobile-carousel .owl-next {
  pointer-events: all;
  background: #fff !important;
  color: #111 !important;
  width: 26px;
  height: 26px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.tab-link1 img{
    height:80px;
    width:80px;
}
.tabs-mobile-carousel .owl-prev { margin-left: -18px; }
.tabs-mobile-carousel .owl-next { margin-right: -18px; }
.bk-modal.bk-open { display: flex; }
.bk-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9999;
  align-items: flex-end;
  justify-content: center;
  backdrop-filter: blur(3px);
}
.bk-box {
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;          
  max-width: 100%;      
  height: 60vh;         
  overflow-y: auto;
  box-shadow: 0 -10px 40px rgba(0,0,0,0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  position: relative;
}
.bk-modal.bk-open .bk-box {
  transform: translateY(0);
}
.bk-close {
  position: absolute;
  top: 14px; right: 14px;
  width: 30px; height: 30px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  z-index: 1;
}
.bk-close:hover { background: rgba(255,255,255,0.35); }
.bk-header {
  background: #ba273a;
  padding: 15px 15px 10px;
  text-align: start;
}
.bk-header-icon {
  width: 52px; height: 52px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: #fff;
  margin: 0 auto 12px;
}
.bk-header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.bk-header p {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}
.bk-body { padding: 24px; }
.bk-phone-wrap {
  display: flex;
  align-items: center;
  border: 2px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}
.bk-phone-wrap:focus-within { border-color: #ba273a; }
.bk-code {
  padding: 9px 14px;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border-right: 2px solid #eee;
  flex-shrink: 0;
}
.bk-phone-wrap input {
  border: none;
  outline: none;
  padding: 9px 14px;
  font-size: 14px;
  width: 100%;
  color: #333;
}
.bk-otp-section { margin-bottom: 16px; }
.bk-otp-label {
  font-size: 12px;
  color: #999;
  margin-bottom: 12px;
  text-align: center;
}
.bk-otp-wrap {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.bk-otp-input {
  width: 42px; height: 42px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #eee;
  border-radius: 10px;
  outline: none;
  color: #333;
  transition: border-color 0.2s;
}
.bk-otp-input:focus { border-color: #ba273a; }
.bk-btn {
  width: 100%;
  padding: 13px;
  background: #ba273a;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px; 
  display: block;  
}
.bk-btn:hover { background: #9e1f30; transform: translateY(-2px); }
.input-boxes{
    padding:6px 10px;
    border:1px solid #eee;
    border-radius: 8px;
}

.become-as{
    color:#fff !important;
}
.choose-left{
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}
.choose-left img{
    height: 495px;
    width: 100%;
}

.language-box.box-language{
    display: none;
}
:root {
  --ck-primary: #ba273a;
  --ck-primary-dark: #8b1d2b;
  --ck-text-main: #222222;
  --ck-text-muted: #777777;
  --ck-border: #e0e0e5;
  --ck-bg-soft: #f7f3f4;
}

/* Layout */

.ck-layout {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 24px;
}

/* Card */

.ck-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--ck-border);
  padding: 20px 22px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.ck-section-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  padding-left: 10px;
  color: var(--ck-text-main);
}

.ck-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: var(--ck-primary);
}

/* Form */

.ck-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ck-row {
  display: flex;
  gap: 10px;
}

.ck-row-2 .ck-field {
  flex: 1;
}

.ck-field label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--ck-text-muted);
}

.ck-input {
  width: 100%;
  padding: 9px 10px;
  border-radius: 8px;
  border: 1px solid var(--ck-border);
  font-size: 14px;
  outline: none;
  background: #fafafa;
  transition: border 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ck-input:focus {
  border-color: var(--ck-primary);
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(186, 39, 58, 0.16);
}




.ck-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ck-item-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff, var(--ck-bg-soft));
  border: 1px solid #ecc7cd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ck-primary);
  font-size: 20px;
  font-weight: 700;
}

.ck-item-info {
  flex: 1;
}

.ck-item-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.ck-item-meta {
  font-size: 12px;
  color: var(--ck-text-muted);
}

.ck-item-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--ck-text-main);
}

.ck-divider {
  border-top: 1px dashed #dddbe2;
  margin: 14px 0;
}

.ck-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--ck-text-muted);
  margin-bottom: 6px;
}

.ck-summary-free {
  color: #0a9a4a;
  font-weight: 500;
}

.ck-summary-total {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ck-text-main);
}

.ck-summary-total span:last-child {
  color: var(--ck-primary);
}

/* Button */

.ck-btn-primary {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 10px 14px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ck-primary), var(--ck-primary-dark));
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 6px 14px rgba(186, 39, 58, 0.45);
  transition: transform 0.1s ease, box-shadow 0.1s ease, filter 0.1s ease;
}

.ck-btn-primary:hover {
  filter: brightness(1.03);
  box-shadow: 0 8px 18px rgba(186, 39, 58, 0.55);
  transform: translateY(-1px);
}

.ck-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(186, 39, 58, 0.35);
}

.ck-btn-price {
  font-weight: 500;
  opacity: 0.9;
}

/* Secure text */

.ck-secure {
  margin-top: 8px;
  font-size: 11px;
  color: var(--ck-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ck-secure-icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(186, 39, 58, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--ck-primary);
  background: #fff5f6;
}
.checkout-sec{
    padding: 40px 0px;
}
/* Responsive */

@media (max-width: 780px) {
  .ck-layout {
    grid-template-columns: 1fr;
  }
}