@media screen and (max-width: 1450px) {
  .nav-links {
    gap: 30px;
  }

 
  .effektiv_card img {
    width: 100%;
  }

  .sustain_banner {
    isolation: isolate;
  }

  .sustain_overlay {
    z-index: -1;
    right: 100px;
  } 
}

/* Smaller Screen Monitor (1250px) */
@media screen and (max-width: 1250px) {
  .icons_container {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
  }

  .effektiv_card {
    width: 100%;
  }

  .effektiv_card .row {
    flex-direction: column !important;
  }

  .cards_container {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing_card {
    min-height: 620px;
  }

  .nb_heading {
    padding-left: 315px;
  }
}

/* Medium Screen Monitor (1180px) */
@media screen and (max-width: 1180px) {
  .heading {
    font-size: 50px;
  }

  .fz-eighteen {
    font-size: 16px;
  }

  .section_heading {
    width: auto;
    font-size: 30px;
  }

  .section_heading span {
    font-size: 32px;
  }



  .sb_heading {
    font-size: 50px;
  }

  .cards_container {
    grid-template-columns: repeat(2, 1fr);
  }

  

  .nb_heading {
    padding-left: 0;
  }

  .energy_scrooling h2,
  .construction_scrooling h2 {
    width: 100%;
    font-size: 70px;
  }

  .digitization_content {
    padding: 0;
  }

  .digi-card {
    margin: 80px 0;
  }

  .news_card_120 {
    gap: 20px;
  }

  .fns_content {
    gap: 50px 0;
  }

  .solution-image-box {
    padding-left: 0;
  }


  .fnnc_card img {
    height: auto;
  }

  .fnn_content {
    margin-top: 30px;
  }

  .fnnc_card_content {
    height: 240px;
  }
}

/* Tablets (810px - 1024px) */
@media screen and (min-width: 810px) and (max-width: 1024px) {
  .fresh_news_image {
    width: 100% !important;
  }
}

/* Big Tablet (900px) */
@media screen and (max-width: 940px) {
  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sb_heading {
    font-size: 45px;
  }

  .nb_heading {
    padding-left: 0;
    font-size: 55px;
  }

  .nb_heading span {
    font-size: 50px;
  }
}

/* Small Tablet (800px) */
@media screen and (max-width: 800px) {
  .navbar {
    justify-content: space-between;
  }

  .nav-links {
    display: none !important;
  }

  .mobile_menu {
    display: block;
  }

  .mobile_links_popup {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    box-shadow: var(--price-shadow);
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    right: 50px;
    top: 80%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .mobile_links_popup.active {
    visibility: visible;
    opacity: 1;
    right: 10px;
  }

  .mobile_links_popup a {
    font-size: 13px;
    color: #000;
  }
}


  /* Target tablets (768px - 991px) */
  @media (min-width: 768px) and (max-width: 1024px) {

    html{
      overflow-x: hidden;
    }


#mobileNav{
  background-color: #fff !important;
}

.offcanvas-body{
  padding-top: 20px !important;
  display: flex !important;
  justify-content: center !important;
  }

  .log_hide{
    display: block !important;
  }


.navbar-nav{
  display: flex;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-nav li{
    font-weight: 700;
    padding: 15px 0px;
}

.navbar-nav li a:not(.start_button){
  text-transform: uppercase;
  font-size: 24px;
}

.start_button {
      background-color: #3284ff;
      color: white;
      border: none;
      text-decoration: none;
      padding: 20px 36px;
      font-size: 24px;
      border-radius: 8px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: sans-serif;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease;
      text-transform: none;
}


.offcanvas-start{
    width: 100% !important;
}

  .offcanvas {
    max-width: 100% !important;
}



  .nav-link{
    font-size: 22px ;
  }

  .nav-link.active {
    color: #fff;
    /* border: none !important; */
  }

  .nav-item:nth-child(8){
    display: none;
  }

     .banner {
      /* background-image: url('{% static 'images/index_title_img_tablet.jpg' %}') !important; # loading now in index.html style */
     }

     .banner_heading {
      font-size: 65px;
     }

     .banner_tablet{
      padding: 460px 0px 0 0px !important;
     }

     .mobile_heading{
      padding: 726px 50px 0 50px;
      width: 100%;
      text-align: center;
     }

     .mobile_br{
      display: none !important;
     }

     .pt-mobile p:first-child{
      padding: 0 50px;
     }

     .banner_btn{
      padding: 0 80px;
     }

     .mobile_heading p:first-child{
      width: 70%;
      margin-left: 125px;
     }

     .simulation-content{
      gap: 40px !important;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse !important;
     }

    .simulation-content > div:first-child{
      width: 70% !important;
    }

    .simulation-content > div:last-child{
      width: 70% !important;
    }

    .mobile_padding{
      padding: 0 150px !important;
    }

    .mobile_padding > p{
      padding-top: 25px !important;
      padding-bottom: 10px !important;
    }

    .mobile-mt{
      display: none;
    }

    .sustainability_content{
      gap: 40px !important;
      justify-content: center;
      align-items: center;
     flex-direction: column-reverse !important;
    }


    .sustainability_content > div:first-child{
      width: 100% !important;
    }

    .sustainability_content {
      margin-top: 0 !important;
    }

    .sustainability_content > div:last-child{
      width: 70% !important;
    }

    .tablet_px{
      padding: 0;
    }

    .data_content {
      gap: 20px !important;
      margin-top: 65px;
      grid-template-columns: repeat(3, 1fr);
  }

  .data_card{
    padding: 20px 8px 20px 8px;
    text-align: center;
  }


    .icons_container{
      grid-template-columns: repeat(4, 1fr) !important;
    }

    .icons-content{
      padding: 0 55px !important;
    }

    .tablet_news{
      display: flex !important;
      flex-direction: row !important;
      margin-top: 50px !important;
    }

    .tablet_news > div{
      /* padding: 0 40px; */
      width: 50% !important;
    }

    .tablet_news > div:last-child{
      display: none !important;
    }

    .cc_title{
      padding-bottom: 20px !important;
    }



/* carousel out */
/*
    .carousel-item img {
      height: auto;
      max-width: 48% !important;
  }


  .carousel-indicators {
    top: 16.5vh !important;
}

.carousel-inner {
  width: 90% !important;
}

*/

.col_solution img{
  width: 70% !important;
}

.mobilefooter_up{
  display: flex;
}


.btn {
  padding: 10px 20px !important;
  color: #fff !important;
  border-radius: 30px !important;
  background-color: #007bff !important;
  font-weight: 400 !important;
}


.nav-item:nth-child(8) {
  margin-top: 20px !important;
  display: flex
;
}

.bg-light{
  background: transparent !important;
}

    /* .bb_heading{
      font-size: 40px;
      padding-bottom: 30px !important;
    } */

    .second_banner {
      margin-top: 0;
      text-align: center;
      padding: 555px 0 0 0;
      /* background-image: url("{% static 'images/title_img_solution_tablet.jpg' %}");*/
      background-position: top;
    }

    .fns_tablet{
      gap: 60px;
      flex-direction: column-reverse !important;
    }

    .tablet_sustain{
      display: none !important;
    }

    .mobile_banner_heading{
      padding: 0 !important;
    }



    .tablet_br{
      display: block !important;
    }

    .bb_heading {
      font-size: 28px;
       margin-top: 0px;
      margin-bottom: 22px;
  }

  .soln{
    background: #f8f9fa;
    padding-bottom: 15px;
    margin-top: -2px !important;
  }

  .tablet_lh{
    padding-top: 20px;
    line-height: 38px;
  }

  /* sustain */

  .sustain_banner{
    padding: 460px 0 0 0;
    text-align: center;
    /* background-image: url("{% static 'images/title_img_sustainability_tablet.jpg' %}") !important;*/
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .tablet_br_none{
    display: none;
  }

  .p_tablet_hide{
    display: none;
  }

  .quote_text_pd{
    padding: 40px 40px;
  }

  .sustain_overlay{
    display: none;
  }

  .price_heading > h1{
    text-align: center;
  }

  .price_btn{
    border-radius: 0 ;
  }


  .pricing_card {
    min-height: 400px;
}

  .news_tablet{
    padding: 0 !important;
}

.tablet_pt{
  padding-top: 70px;
}

.card-gap {
  gap: 80px 0px !important;

}

.tablet_article{
  display: none !important;
}

.tablet_column_reverse{
   display: flex;
   flex-direction: column-reverse;
}

.pl-mobile{
  padding: 0 !important;
}


.news_banner{
  padding: 65px 0 0px 55px;
  /* background-image: url("{% static 'images/news_title_img_table.jpg' %}") !important;*/
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}

.tablet_btn{
  display: inline-block;
padding-top: 15px;
}

.fresh_tablet{
  padding-bottom: 80px;
}

.paddingYTablet{
 padding: 0;
}

.smaller-image img {
  height: auto;
  max-width: 100%;


}
  }

/* Small Devices (max-width: 768px) */
@media screen and (max-width: 767px) {
  html{
    overflow-x: hidden;
  }
  .navbar {
    height: 70px;

  }



  .offcanvas-start{
    width: 100% !important;
  }

  .offcanvas {
    max-width: 100% !important;
}

.vedio_div {
  height: 400px;
}

  /* .navbar-content{
       position: absolute;
      left: 0%;
      top: 0;
       height: 100vh;
      background: white;
   }

   .navbar-collapse{
    flex-basis: 0% !important;
    flex-grow: 0 !important;
     align-items: normal !important;
   }

   .collapse:not(.show){
    position: absolute !important;
    left: -100% !important;
   } */

   .slide-menu {
    position: fixed;
    top: 0;
    left: -100%; /* Initially hidden */
    width: 60%; /* Adjust width as needed */
    height: 100vh;
    background: white;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.8s ease-out;
    z-index: 1050;
    /* padding-top: 50px; */
}



.slide-menu.show {
    /* transform: translateX(100%); */
    transition: all 0.8s ease-out;
    left: 0;
}


.offcanvas-body{
  padding-top: 20px !important;
  display: flex !important;
  justify-content: center !important;
  }

  .log_hide{
    display: block !important;
  }


.navbar-nav{
  display: flex;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-nav li{
  font-weight: 700 !important;
  padding: 15px 0px !important;
}

.navbar-nav li a:not(.start_button) {
  text-transform: uppercase;
  font-size: 24px;
}

.start_button {
      background-color: #3284ff;
      color: white;
      border: none;
      text-decoration: none;
      padding: 8px 24px;
      font-size: 24px;
      border-radius: 8px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: sans-serif;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease;
      text-transform: none;
}

#mobileNav{
  background-color: #fff !important;
}



  .btn{
        padding: 10px 20px !important;
        color: #fff !important;
        border-radius: 30px !important;
        background-color: #007bff !important;
        font-weight: 400 !important;
  }

  .nav-link{
    font-size: 22px ;
  }

  .nav-item:nth-child(8){
    margin-top: 20px !important;
    display: flex;
  }


  /* .nav-item:nth-child(7) a{
    font-size: 18px !important;
    color: #fff !important;
  } */

  .offcanvas {
    max-width: 100% !important;
  }

  .nav-link.active {
    color: #fff;
   /* border: none !important; */
  }

  .mobile_hide{
    display: none;
  }


  .energy_scrooling,
  .construction_scrooling {
    background-attachment: scroll;
  }

  .sub_nav {
    margin-top: 70px;
  }

  .banner,
  .bottom__banner,
  .effektiv,
  .sustainability,
  .paddingBigY {
    padding: 80px 0;
  }

  .simulation {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .subheading {
    font-size: 14px;
  }

  .sub_nav_item a,
  .sub_nav_item a.active {
    font-size: 12px;
  }

  .heading {
    font-size: 36px;
    line-height: 130%;
  }

  .lh-mobile{
    line-height: 45px;
  }


.mobile_padding{
  padding: 0 !important;
}
  .mobile_btn_padding{
    padding-top: 25px;
  }

  .effektiv_heading {
    font-size: 30px !important;
    padding: 10px 0;
  }

  .ec__subheading{
    margin-bottom: 0;
  }

  .effektiv_subheading {
    font-size: 18px;
  }

  .sustainability_content {
    margin-top: 70px !important;
  }

  .fresh_news_image {
    width: 90% !important;
  }

  .fz-eighteen {
    font-size: 17px;
    margin-bottom: 0;
  }

  .heading br {
    display: none;
  }

  .banner img {
    width: 200px;
  }

  .ec__heading {
    font-size: 22px;
  }

  .effektiv_card:not(:last-child) {
    margin-bottom: 50px;
  }

  .icons_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .sustain_image {
    width: 100%;
    text-align: center;
  }

  .sustain_image img:hover{
    transform: scale(1.2) !important;
    filter: brightness(100%) !important;
  }

  .bb_heading {
    font-size: 30px;
  }

  .circle {
    top: 20px;
    left: 30px;
  }

  .banner_btn {
    font-size: 12px;
    margin-top: 20px;
  }

  .cc_title {
    font-size: 30px;
  }

  .faq_title {
    font-size: 15px;
  }

  .faq_desc {
    font-size: 13px;
  }

  .p_mobile_hide{
    display: none;
  }

  .tablet_news{
    padding-top: 40px;
  }

  .tablet_digitalization{
    flex-flow: column-reverse;
    gap: 60px 0px;
    padding-bottom: 100px;
  }

  .faq_card {
    height: 60px;
    padding-bottom: 30px;
   }

   .footer_left{
    font-size: 22px;
        line-height: 38px;
        text-align: center;
   }

   .footer_right{
    font-size: 22px;
    line-height: 38px;
    text-align: center;
   }

   .footer_overview{
     padding-bottom: 40px;
   }

   .footer_overview h6{
    font-size: 22px;
   }

  .faq_card.active {
    height: auto;
  }

  .faq_content{
    padding: 0;
    margin: 0;
  }

  .second_banner {
    padding: 100px 0;
  }

  .sb_heading {
    font-size: 40px;
  }

  .data_content {
    grid-template-columns: repeat(1, 1fr);
  }

  .tf_left {
    padding: 50px;
  }

  .tf_right {
    padding: 65px;
  }

  .circle_footer {
    right: 16px;
    top: 27px;
  }

  .dt_title,
  .dt_desc span {
    font-size: 34px;
  }

  .ic_subhead {
    font-size: 18px;
  }

  .step_card.active .step-card-image {
    display: block;
  }

  .step-card-image {
    padding: 50px 0 20px 0;
  }

  .energy_scrooling h2,
  .construction_scrooling h2 {
    font-size: 50px;
  }

  .solution-image-box {
    padding-left: 0;
    padding-bottom: 40px;
  }




/* carousel out */
/*
  .carousel-item img {
    height: auto;
    max-width: 60%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    height: auto !important;
    margin-bottom: 50vh;
  }
 */


  .sustain_overlay {
    display: none;
  }

  .sustain_overlay img {
    width: 200px;
  }

  .sb_heading br {
    display: none;
  }

  .data_btn {
    font-size: 12px;
  }

  .dc_title {
    font-size: 20px;
  }

  .digitization_content {
    padding: 20px;
  }

  .fresh_news_image {
    width: 100%;
  }

  .digi-card {
    margin: 80px 0;
  }

  .cards_container {
    grid-template-columns: repeat(1, 1fr);
  }

  .price_head,
  .price_heading {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 5px;
  }

  .pricing_card {
    min-height: 500px;
    padding: 47px 18px 40px 18px;
  }

  .paddingMidY {
    padding: 60px 0;
  }

  .news_banner {
    padding: 230px 0 0px 0;
    /* background-image: url("{% static 'images/news_title_img_mobile.jpg' %}") !important;*/
    /* background: url("{% static 'images/news_title_img_mobile.jpg' %}");*/
  }

  .bb_tablet_heading{
    font-size: 25px !important;
  }

  .card-gap {
    gap: 40px !important;
}

  .fnnc_heading {
    font-size: 28px;
    text-align: center;
  }

  .nb_heading {
    font-size: 42px;
  }

  .nb_heading span {
    font-size: 34px;
  }

  .con_terms {
    margin-top: 12vh;
    word-wrap: break-word;
  }

  .terms_style h3 {
    font-size: 24px;
  }

  .fz-sixteen {
    font-size: 13px;
  }

  .font18 {
    line-height: 30px;
   }


   .mobilefooter_up{
    display: block !important;
  }


  .banner_heading {
    color: #252525;
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 24px;
}

  /* img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
  } */

  .construction_scrooling{
    /* background-image: url("{% static 'images/title_img_construction_mobile.jpg' %}") !important;*/
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .energy_scrooling {
    /* background-image: url("{% static 'images/title_img_energy_tablet.jpg' %}") !important;*/
    /* background: url("{% static 'images/title_img_energy_tablet.jpg' %}");*/
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .smaller-text {
    font-size: 14px;
  }

  .smaller-image img {
    width: 80% !important;
  }

  .tablet_column_reverse{
    display: flex;
    flex-direction: column-reverse;
  }



  .mb_con_solution_e{
    padding: 60px 0;
  }

  .mobile_padding_footer{
    padding-top: 0;
  }
}
/* z-index to avoid overlap */
.navbar {
  z-index: 1030 !important;
}


.dropdown-menu {
  z-index: 1050 !important;
  position: absolute;
}

/* Adjust for mobile responsiveness */
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
      position: static;
  }
  /* .fixed-top{
    position: absolute;
  } */
  /* .navbar-toggler{
    position: absolute;
    right: 0;
    top: 2%;
  } */
  /* .navbar-content{
    min-height: 0vh;
    margin-top: -8px;
    margin-left: -23px;
    margin-right: -23px;
} */
.nav-link.active {
  color: #007bff !important;  /* Change the text color to blue when active */
  border-bottom: 2px solid #007bff; /* Blue underline for active links */
  transition: color 0.3s ease, border-color 0.3s ease; /* Smooth transition for color and underline */
  text-decoration: none; /* Remove default underline */
}


/* Hover effect: Change text color to orange and remove underline */


/* Default link style (not active) */
.nav-link {
  color: #555; /* Standard text color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease, border-color 0.3s ease;
}
/**styling --nav--**/
.energy-nav-2{
    .navbar-nav{
      margin: top 30px;
    }
}
}
/**styling --nav--**/
.nav-link.active {
  color: #007bff;  /* Change the text color to blue when active */
  border-bottom: 2px solid #007bff; /* Blue underline for active links */
  transition: color 0.3s ease, border-color 0.3s ease; /* Smooth transition for color and underline */
  text-decoration: none; /* Remove default underline */
}

/* Hover effect: Change text color to orange and remove underline */


/* Default link style (not active) */
.nav-link {
  color: #555; /* Standard text color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease, border-color 0.3s ease;
}
/**styling --nav--**/
/* For laptops and small PCs (between 1024px and 1250px) */
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  #use-white-bg {
    /* background-color: white !important; */
  }
}

/* For larger screens (between 1250px and 1450px, larger laptops and desktops) */
@media screen and (min-width: 1250px) and (max-width: 1450px) {
  #use-white-bg {
    /* background-color: white !important; */
  }
}

/* For large desktops (greater than 1450px) */
@media screen and (min-width: 1450px) {
  #use-white-bg {
    /* background-color: white !important; */
  }
}
/* renovation hover */
.hover-text {
  position: absolute;
  top: 100%;  /* Position it below the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#icon:hover .hover-text {
  opacity: 1;
}




.card {
  /* margin: 0 0.5em; */
  border-radius: 0;
  /* box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18); */
  font-size: 0.9em;
  background-color: transparent !important;
}

/* carousel out */
/*
.carousel-control-prev,
.carousel-control-next {
  width: 9vh;
  height: 9vh;
  background-color: #e1e1e1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}
 */



.col_solution img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 40%;
}
.text-head{
  color:#fd7e14;
  margin-left: -12.4rem !important;
}
/**animated pill **/
/* Style for the text pill */
.text-pill {
  background-color: white;
  color: #fd7e14;
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  /* animation: pulse 2s infinite; */
}

/* Animation */
/* @keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 87, 34, 0.5);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 87, 34, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 87, 34, 0.5);
  }
} */

/* Hide the pill on larger screens */
@media (min-width: 992px) {
  .text-pill {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 940px) {

  .ftag{
    display: none;
  }

  .nb_heading {
    padding-left: 0;
    font-size: 55px;
    margin-top: 78px;
    line-height: 85%;
  }
  .navbar-collapse {
    flex-basis: 106%;
    flex-grow: 1;
    margin-top: 32px;
    align-items: center;
  }
  .soln{
    align-items: center !important;
    margin-top: -27px;
  }
  /* .stag{
    display: flex;
    margin-left: 101px;
    margin-right: -212px;
    flex-direction: row-reverse;
    margin-top: -63px;
  } */
  .pixel{
    line-height: 73% !important;
  }
}
/**Phone horizontal view**/
/* CSS for mobile landscape orientation */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .navbar-content {
      flex-direction: row; /* Ensure horizontal layout */
      justify-content: space-around; /* Space items evenly */
      padding: 10px; /* Adjust padding for smaller screens */
  }

  .nav-item {
      margin: 0 5px; /* Reduce margin for tighter spacing */
      flex: 1; /* Make items spread evenly */
      text-align: center; /* Center-align text */
  }

  .nav-link {
      font-size: 0.9rem; /* Adjust font size for readability */
      padding: 5px 10px; /* Adjust padding */
  }

  .htag .text-head {
      font-size: 0.8rem; /* Scale down heading text */
  }

  .dropdown-menu {
      font-size: 0.8rem; /* Adjust dropdown menu font size */
      width: 100%; /* Full-width dropdown for mobile */
  }

  .banner_btn {
      font-size: 0.85rem; /* Adjust button size */
      padding: 5px 15px; /* Adjust button padding */
  }

  .text-pill {
      font-size: 0.75rem; /* Scale down text for small screens */
      text-align: center;
      display: block; /* Ensure it appears on a new line */
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0px;
    list-style: none;
    margin-top: -55px;
  }
  a#smallScreenDropdown {
    margin-right: 86px;
  }
  i#icon {
    margin-right: 1px;
    margin-left: 3px;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-left: -12px;
  }
  .galaxys{
    margin-top: -22px !important;
  }
}
/**Phone horizontal view**/
/** image enhancement**/
.image-container {
  position: relative;
  overflow: hidden; /* Ensures the image doesn't overflow the container */
  width: 100%; /* Set the container width */
  height: 80%; /* Set the container height */
  border-radius: 10px; /* Optional: Rounded corners */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  transition: box-shadow 0.3s ease;
  cursor:pointer;
}

/* .image-container:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
} */

.image-container img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, filter 0.3s ease; /* Smooth zoom effect */
  filter: brightness(90%);
}

.image-container img:hover {
  transform: scale(1.2); /* Zoom in on hover */
  filter: brightness(100%);
}
/**Image glow**/
.image-glow {
  /* width: 400px; Set your desired image size */
  height: auto;
  border-radius: 10px; /* Optional: Rounded corners */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.image-glow:hover {
  /* Add a glowing effect and slight zoom on hover */
  /* box-shadow: 0 0 20px rgba(255, 255, 0, 0.8),
              0 0 40px rgba(255, 255, 0, 0.6),
              0 0 60px rgba(255, 255, 0, 0.4); */
  transform: scale(1.05); /* Slight zoom */
}
@keyframes typewriter {
  from {
      width: 0;
  }
  to {
      width: 100%;
  }
}

@keyframes blink {
  30% {
      border-color: transparent;
  }
}

.heading-enhance{
  font-size: 1.5rem; /* Adjust as needed */
  font-weight: bolder;
  color: black; /* Or replace with the desired text color */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide overflowing text */
  border-right: 2px solid black; /* Simulate the cursor */
  width: 0; /* Start with no visible width */
  display: inline-block;
  animation: typewriter 4s steps(30) alternate infinite;
}
/* Responsive adjustments */
@media (max-width: 767px) {
  .heading-enhance {
    font-size: 17px !important;
      border-right: 2px solid black; /* Adjust cursor size */
  }

  .mobile_br{
    display: none;
  }

  .mobile_banner_btn{
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .col_solution img{
    width: 70%;
  }


/* carousel out */
/*
  .carousel-inner {
   width: 100% !important;
  }
*/

  .card-body{
    padding: 0%;
  }

/*
  .carousel-control-prev, .carousel-control-next{
    top: 20% !important;
    width: 15% !important;
    background: none;
  }
  */
}

@media (max-width: 480px) {
  .heading-enhance {
      font-size: 17px !important;
      border-right: 1.5px solid black; /* Adjust cursor size */
      animation: typewriter 5s steps(20) alternate infinite;
  }
}



/* Responsive adjustments */
@media (max-width: 768px) {

  .image-glow:hover {
      box-shadow: 0 0 15px rgba(255, 255, 0, 0.8),
                  0 0 30px rgba(255, 255, 0, 0.6),
                  0 0 45px rgba(255, 255, 0, 0.4);
      transform: scale(1.04); /* Slightly less zoom */
  }
}

@media (max-width: 480px) {

  .image-glow:hover {
      box-shadow: 0 0 10px rgba(255, 255, 0, 0.8),
                  0 0 20px rgba(255, 255, 0, 0.6),
                  0 0 30px rgba(255, 255, 0, 0.4);
      transform: scale(1.03); /* Reduced zoom for small screens */
  }

}






/*
@media (min-width: 375px) and (max-width: 389px) {
  .carousel-indicators {
    top: 16vh;
}
}
*/





.nav-link:hover {
  color:#007bff  !important ;
}