
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {

    --white-color: #fff;
    --black-color: #141615;
    --black-color2: #202020;
    --black-color3: #212529;
    --lightgray-color: #e7e6e6;
    --gray-color: #a1a1a1;
    --facebook-color: #3B5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --background-color: #fafafa;

}

img {
    max-width: 100% !important;
}

body {
     font-family: "Barlow Condensed", serif;
}

body,
html {
    scroll-behavior: smooth;
     font-family: "Barlow Condensed", serif;
}

a {
    text-decoration: none !important;
}p{
  color: #3a3939;
}
a:focus {
    outline: none;
    text-decoration: none;
}


/*  banner_content s*/
.carousel-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 64%); /* black with 40% opacity */
  z-index: 1;
}

.carousel-item {
  position: relative;
}


.carousel-caption.banner_content {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 11%;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.carousel-caption.banner_content h5{
 font-size: 48px;
 color: #fff;
 line-height: 50px;
 margin-bottom: 20px;
}

.carousel-caption.banner_content p{
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}


.carousel-caption.banner_content1 {
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 11%;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.carousel-caption.banner_content1 h5{
 font-size: 48px;
 color: #fff;
 line-height: 50px;
 margin-bottom: 20px;
}

.carousel-caption.banner_content1 p{
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.banner_content1 a{
  color: #fff;
}

.btn-box1 {
  width: 100px;
  padding: 10px;
  background: #0097b2;
  border-radius: 5px;
  text-align: center;
}
.btn-box1 a{
 color: #fff;
 font-size: 17px;
}

.btn-box {
  width: 100px;
  padding: 10px;
  background: #0097b2;
  border-radius: 5px;
}
.btn-box a{
 color: #fff;
 font-size: 17px;
}
/* banner_content e */


.background_header_bg_light {
    background-color: #Fff!important;
}


/* header css start */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* header end */

/* fasility css start */

.demo li{

        color: #000;
        padding: 0;
        font-size: 15px;
        line-height: 27px;
        text-decoration: none;
        transition: .5s ease-in-out;
    }
/*  */

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    background-color:var(--secondry-color);
    position: relative;
    padding-top: 12px;
    padding-bottom: 15px;
    margin-top: 0;
   
  }
  @media (max-width: 991px) {
    .page-header {
      padding-top: 87px;
      padding-bottom: 99px;
    }
  }
  @media (max-width: 575px) {
    .page-header {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.4;
  }
  .page-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .page-header__title {
    margin: 0;
    font-size: 40px;
    color: var(--floens-white, #ffffff);
    letter-spacing: 0.9px;
    text-transform: capitalize;
    margin-bottom: 14px;
  }
  @media (max-width: 1199px) {
    .page-header__title {
      font-size: 50px;
    }
  }
  @media (max-width: 991px) {
    .page-header__title {
      font-size: 45px;
    }
  }
  @media (max-width: 767px) {
    .page-header__title {
      font-size: 40px;
    }
  }
  @media (max-width: 575px) {
    .page-header__title {
      font-size: 35px;
    }
  }
  
  .floens-breadcrumb {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
    margin-bottom: 0;
  }
  .floens-breadcrumb li {
    font-size: 16px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.9px;
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
  }
  .floens-breadcrumb li:not(:first-of-type) {
    color: var(--floens-base, #685431);
  }
  .floens-breadcrumb li:not(:last-of-type)::after {
    content:  "\276F";
     font-family: "Barlow Condensed", serif;
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: 0px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .floens-breadcrumb li i {
    position: relative;
    top: 0px;
    margin-right: 9px;
    font-size: 14px;
    color: #ffffff;
  }
  .floens-breadcrumb li span,
  .floens-breadcrumb li a {
    color: #ffffff;
    display: inline-flex;
  }
  .floens-breadcrumb li span:hover{
      color:var(--primary-color);
  }
  .floens-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .floens-breadcrumb li a:hover {
    background-size: 100% 1px;
  }
  .floens-breadcrumb li a:hover {
    color: var(--primary-color);
  }


  /* drop down products s  */

  /* General styles for the dropdown menu */

.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0;
  z-index: 1000;
  width: 250px;
}

/* Show the dropdown menu when the parent is hovered */
.nav-item:hover > .dropdown-menu {
  display: block;
}

/* Styles for dropdown items */
.nav-item .dropdown-menu .dropdown-item {
  padding: 0.3rem 1rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
}


.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: var(--secondry-color);
}

/* Submenu styles */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none;
  border-top: 2px solid var(--secondry-color);
}

/* Show the submenu when the parent is hovered */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Arrow icons styling */
.bx-chevron-right {
  float: right;
  font-size: 0.9rem;
  margin-top: 6px;
}

.bx-chevron-down {
  margin-left: 0.3rem;
  font-size: 0.9rem;
}

/* Responsiveness */
@media (max-width: 768px) {
  .nav-item .dropdown-menu {
    position: static;
    display: none;
  }

  .nav-item:hover > .dropdown-menu {
    display: block;
  }
}
/* dropdown products e */

  /* header page end  */



/* footer start */
.footer_headline{
    margin-top: 0px;
    margin-bottom: 15px;
   
}
.footer_section {
    background-color: #005766;
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 5px solid var(--primary-color);
}
.footer_add {
  margin-bottom: 10px;
}
.footer_headline h5{
    color: #fff;
    font-weight: 700;
    line-height: 0.9;
}
.footer_num_div ul{
    list-style: none;
    padding: 0px;
}
.footer_num_div li{
    line-height: 25px;
    border-bottom: 1px dashed #ffffff1a;
    padding: 5px;
}
.footer_num_div li a{
    color: #fff;
    font-size: 14px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}
.footer_num_div b{
    color: #fff;
    font-size: 14px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}
.follow_icon_div{
    margin-top: 5px;
    display: flex;
   
}
.follow_icon_div a{
    background-color: #d62925;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--white-color);
    margin: 1px 2px;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #fff;
}
.footer_num_div li a span{
    color: #d62925;
    font-size: 18px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}

.footer_num_div{
    padding: 5px 5px 5px 5px;
   
}
.footer_num_div a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
}
.footer_num_div a:hover {
    color: #fff;
   
}

.footer_add a{
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
}
.footer_add p{
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: .5s ease-in-out;
}
/* social  icon footer s */
.footer_add h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 17px;
  margin-top: 10px;
}

.social_icons_img {
  margin-top: 10px;
}

.social_icons_img a {
  display: inline-block;
  margin: 0 5px;
  padding: 8px; 
  background-color: #fff; 
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social_icons_img a:hover {
  background-color: #51ceed; 
  transform: scale(1.1); 
}

.social_icons_img img {
  width: 27px;
  height: 27px;
  transition: transform 0.3s ease;
}

.social_icons_img img:hover {
  transform: scale(1.1);
}
/* social icon footer e  */

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}

.footer_copy_right {
  background-color: #0097b2; 
  padding: 5px 0; 
  text-align: center; 
}

.footer_copy_right .copy_right {
  color: #fff;
  font-size: 14px;
}

.footer_copy_right .copy_right a {
  color: #c42121; 
  text-decoration: none;
}

.footer_copy_right .copy_right a:hover {
  text-decoration: underline; 
}


/* footer end */

/**/


@media (max-width: 768px){
.desk {
    display: none;
}
}
@media (max-width: 768px){
.mob {
    display: block !important;
}
}

.mob{
  display: none;
}


/* desk top header logoo s */
.navbar-brand img{
  width: 210px;
  height: auto;
}
/*  */


/* scroll s */

.sub_menu_scroll {
  height: 250px !important;
  overflow-y: auto;
}


/* width */
.sub_menu_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
/* .sub_menu_scroll:hover::-webkit-scrollbar-track {
  background: #fff;
} */

/* Handle */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb {
  /* background: #685c5c; */
  background: var(--primary-color);
}

/* Handle on hover */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb:hover {
  /* background: #685c5c; */
  background: var(--primary-color);
}
.dropdown:hover .pro-drop {
  display: block;
  opacity: 1;
  margin-top:9px;
}
.menu-links li a:hover .pro-drop li a {
  background-color: unset;
}
.pro-drop li a {
  display: block;
  padding: 10px 15px !important;
  border-bottom: 1px solid rgba(256,256,256,0.2);
  text-align: left;
  color: #fff !important;
  font-size: 13px;
  background-color: var(--primary-color);
  text-transform: capitalize;
}

.pro-drop li a:hover {
  background-color: var(--primary-color);
}
.pro-drop li a::after {
  content: unset;
}
/* scroll e */

/* scroll e  */



/* contact us s */
.contact_us_section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.contact_form {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Enhanced shadow effect */
  border-radius: 8px;
  transition: box-shadow 0.3s ease; /* Smooth transition on hover */
  margin-bottom: 20px;
}

.contact_form:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

.contact_form .form-label {
  font-weight: bold;
  color: #333;
}

.contact_form .form-control {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.contact_form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact_form button {
  background-color: var(--secondry-color);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact_form button:hover {
  background-color: #0056b3;
}

.contact_address_number {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.contact_address_number h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--secondry-color);
}

.contact_address_number a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.contact_address_number a:hover {
 color: #000;
 font-size: 15px;

}
.contact_form h3{
  color: var(--secondry-color);
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}
.contact_address_number p {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
.contact_address_number i{
  color: var(--primary-color);
}

/* contact us e */

/*  */

/* banner_btm_form_sec s */
.banner_btm_form_sec{
  margin-top: 10px;
}

.input_main_div_frm{
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px 20px 10px 20px;
}

.banner_form_main_div{
  /* display: flex;
  gap: 2px; */

}

.banner_form_main_div input{
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 20px;
}

.banner_form_main_div .submit_btn{
  background-color: #0097b2;
  color: #fff;
  border-radius: 0px !important;
}

.input_main_div_frm h4{
  display: block;
  font-size: 17px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .banner_form_main_div {
      flex-direction: column;
  }
}
/* banner_btm_form_sec emd  */


/*table index page s   */
.table_index_page {
  padding: 30px 0 20px 0;
}
.custom-table th {
  background-color: #005766;
  color: #fff;
  font-size: 18px;
}

.custom-table td {
  font-size: 16px;
  padding: 12px;
}
.th_body th{
  background-color:#e3f4f7 !important;
  color: #000;
}


.index_page_table_image {
  text-align: center;
  margin-bottom: 20px;
}

.index_page_table_image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  padding: 15px;
  border-bottom: 3px solid #005766;
}

/* table index page e */

/* car section s  */
.car_section {
  background-color: #80808014;
}
.heading-with-lines1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.heading-with-lines1 .line {
  width: 30px;
  height: 2px;
  background-color: var(--secondry-color);
  margin: 0px;
}
.car_section p{
  font-size: 15px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
  text-align: center;
}

.car_sec_image {
  overflow: hidden;
  border-radius: 12px;
}

.car_sec_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.car_sec_image:hover img {
  transform: scale(1.05);
}

.car_btn_im {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
}


.car_btn_im a {
  background-color: #005766; 
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
  transition: all 0.3s ease;
}

.car_btn_im a:hover {
  background-color: #005766;
}

.car_btn_im a.btn-primary {
  background-color: #005766;
  border: none;
}

.car_btn_im a.btn-primary:hover {
  background-color: #005766;
  border: none !important;
}


/*  */
.car_sec_image {
  margin-bottom: 25px;
  position: relative;
}

.car_sec_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.car_sec_image:hover img {
  transform: scale(1.05);
}

.car_btn_im {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
}

.car_btn_im .btn-success {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.car_sec_image:hover .btn-success {
  opacity: 1;
  visibility: visible;
}


/* car section e  */


/* taxi_from_chandigarh s */
.taxi_from_chandigarh {
  background-color: #f8f9fa;
}

.taxi_from_image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
  margin-bottom: 25px;
}

.taxi_from_image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.taxi_from_image:hover img {
  transform: scale(1.05);
}

.taxi_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgb(0 87 102 / 61%), transparent);
  padding: 1rem;
  color: #fff;
  transition: background 0.3s ease;
}

.taxi_content p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  /* box-shadow: rgb(12 7 7 / 72%) 0px 5px 15px; */
  padding: 5px;
  border-radius: 5px;
  box-shadow: rgb(185 185 209) 0px 7px 29px 0px;
}

.taxi_btn_im {
  margin-top: 0.5rem;
}

.taxi_btn_im .btn {
  background-color: #005766;
  border: none;
  color: #fff;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.taxi_btn_im .btn:hover {
  background-color: #0097b2;
}



.taxi_from_image img {
  opacity: 0.5; 
}

.taxi_from_image:hover img {
  opacity: 0.6; /* Slightly dim the image on hover */
}

/* taxi_from_chandigarh e */


/* welcome to himachal s */
.welcome_himachal_image {
  padding: 10px;
}
.welcome_himachal_image img {
  transition: transform 0.3s ease-in-out;
}

.welcome_himachal_image:hover img {
  transform: scale(1.05);
}

.welcome_to_himachal_content h2 {
  font-weight: 700;
  color: #005766;
}

.welcom_to_himachal_sec {
  background: linear-gradient(to bottom right, #f7f9fc, #dadcdf);
}


/* welcome to himachal e */

/* tour section s */

.tour_card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 25px;
}

.tour_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tour_image {
  height: 250px;
  object-fit: cover;
}

.tour_caption {
  border-top: 1px solid #eee;
}

.tour_link {
  text-decoration: none;
}

.tour_caption h4 {
  font-weight: 600;
  font-size: 15px;
  color: #005766;
  text-align: center;
}
.tour_section p{
  text-align: center;
}


.testimonial_section {
  background-color: #f7f4f4f5;
}


.item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
}

.item h3 {
  margin-bottom: 10px;
  color: #20195f;
  font-size: 17px;
  font-weight: 600;
}

.item p {
  font-size: 15px;
  color: #000;
}

.item p i{
  color: #0097b2;
}
.start {
  margin-top: 15px;
}

.star {
  color: #f5c518;
  font-size: 20px;
  margin: 0 2px;
}




/* Position owl nav buttons on sides */
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* allow clicks through empty space */
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  pointer-events: all; /* allow button click */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}


/* Optional: Remove focus outline */
.owl-carousel .owl-nav button:focus {
  outline: none;
}
.testimonial_section {
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev span{
  color: #1e4e56 !important;
  font-size: 50px;
  font-weight: bolder;
}

.owl-carousel .owl-nav button.owl-next span{
  color: #1e4e56 !important;
  font-size: 50px;
  font-weight: bolder;
}
/* tour section e */



/* Working Steps We Follows */

.working_steps_We_follow {
  background: #fff;
  text-align: center;
}

.counter_di {
  background: #045a69;
  padding: 30px 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  border-bottom: 3px solid #045a69;
}

.counter_di:hover {
  transform: translateY(-5px);
}

.counter_di img {
  max-width: 80px;
  margin-bottom: 20px;
}

.counter_di h2.counter {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.counter_di h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.counter_di i{
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

/* Working Steps We Follow e */


/*  */
/* 
.inner_box{
  position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 140px;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 48px;
    box-shadow: 0px 0px 0px 20px rgba(255, 205, 212, 0.2);
}
.icon-box{
  border: 30px solid #ffcdd4;
  color: #0097b2;
  border-radius: 50%;
}

.inner_box1{
  position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 140px;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 48px;
    box-shadow: 0px 0px 0px 20px rgba(193, 45, 223, 0.2);
    margin-top: 55px;
}
.icon-box1{
  border: 30px solid #7f47d4;
  color: #0097b2;
  border-radius: 50%;
}

.inner_box2{
  position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 140px;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 48px;
    box-shadow: 0px 0px 0px 20px rgba(51, 223, 79, 0.2);
}
.icon-box2{
  border: 30px solid #22d573;
  color: #04b146;
  border-radius: 50%;
} */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* _______________________________________________________________________ ___________________ */






.we_make_it_happen {
  background-color: #f8f9fa;
}

.heading-with-lines1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.heading-with-lines1 .line {
  width: 50px;
  height: 2px;
  background-color: #c42121;
  margin: 0 15px;
}

.we_make_it_happen h2 {
  font-size: 2rem;
  color: #20195f;
  font-weight: bold;
}

.step-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}

.step-box i {
  font-size: 3rem;
  color: #045a69;
}

/* .line-attachment {
  width: 100%;
  height: 2px;
  background-color: #c42121;
  position: absolute;
  top: 40px;
  left: 0;
} */

.details_plan {
  margin-top: 20px;
}

.details_plan h5 {
  font-size: 1.2rem;
  color: #20195f;
  font-weight: bold;
}

.details_plan p {
  color: #6c757d;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .we_make_it_happen h2 {
    font-size: 1.5rem;
  }

  .step-box {
    padding: 15px;
  }

  .step-box i {
    font-size: 2.5rem;
  }

  .details_plan h5 {
    font-size: 1rem;
  }

  .details_plan p {
    font-size: 0.9rem;
  }


}



@media (max-width: 767px) {
  .carousel-caption {
   
    padding: 15px;
    border-radius: 10px;
    bottom: 20px;
  }
  
  .carousel-caption h5 {
    font-size: 1.2rem;
  }
  
  .carousel-caption p {
    font-size: 0.95rem;
  }
  
  .theme-btn.style-two {
    font-size: 0.9rem;

  }
  .carousel-caption {
    bottom: 10px;
    padding: 10px;
  }

  .carousel-caption h5 {
    font-size: 30px !important;
  }

  .carousel-caption p {
    font-size: 0.85rem !important;
  }

  .theme-btn.style-two {
    font-size: 0.85rem  !important;
  }
}
/*  */

/* ++++++++++++++++++++++++++++++++++++++++++++++ */



.contact-form-bg {
  background: linear-gradient(rgb(0 151 178), rgba(0, 0, 0, 0.6)),
   url(video_bg_1.jpg) center center / cover no-repeat;
  padding: 20px 0;
  color: #fff;
}

.input_main_div_frm {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.input_main_div_frm h4 {
  font-size: 24px;
  font-weight: 600;
}

.form-control {
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
  font-size: 15px;
}

.btn-light {
  background-color: #ffffff;
  color: #000000;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-light:hover {
  background-color: #c42121;
  color: #fff;
}


.enquiry_images {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.enquiry_images img {
    height: auto;
    width: 570px;
    margin-top: 25px;
}

@media (max-width: 576px) {
  .enquiry_images {
    flex-direction: column;
  }
  .enquiry_images img {
    flex: 1 1 100%;
  }
}


/*whatsapp and call css s */

.mobile_callwhat {
  position: fixed;
  bottom: 115px;
  right: 23px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width:50px;
  z-index: 9999;
}

.mobile_callwhat a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff; /* Neutral background color */
}

.mobile_callwhat a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp-pulse {
  background-color: #25d366; /* WhatsApp green */
}

.btn-whatsapp-pulse1 {
  background-color: #c42121; /* Call button red */
}

.mobile_callwhat img {
  max-width: 43px !important;
  height: auto;
}

/* Pulse animation for interactivity */
.btn-whatsapp-pulse, .btn-whatsapp-pulse1 {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
      gap: 15px;
  }
  .fixed_enquiry_btn_web a {
  background-color: #15373f;
  padding: 15px 5px 15px 5px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border: 2px solid #fff;
}

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }

  /.mobile_callwhat img {/
  /*    max-width: 30px;*/
  /}/
}

@media (max-width: 480px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
  }

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }


}

/*whatsapp and call css e */
