
    @media screen and (max-width: 600px) {
        .facts-counter {
            display: flex !important;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-content: space-between;
        }
        #hero {
    background: linear-gradient(45deg, #100f0fa1, #7c7c78ba) center/cover no-repeat, url("../Images/bg-1-2.webp") center/cover no-repeat;
    height: 500px !important;
  }
        .counter {
            font-size: 30px !important;
        }

        .facts {
            padding: 0px 22px 0px;
        }
    }
    
/**
* Template Name: Mamba - v2.0.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

#hero {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  /* height: calc(100vh - 114px); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero,
  #hero .carousel-item {
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center center;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

.logo11 {
  top: 0;
  width: 100%;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  .logo11 {
    position: absolute;
    top: -84px;
    width: 85%;
    margin: 10px 0px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

#image-block {
  padding: 60px 0 100px; /* Top Right Bottom padding */
  overflow: visible;
}

.serviceBox {
  min-height: 320px; /* Ensure consistent height for all cards */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  #image-block {
    padding-bottom: 130px;
    display: block;
    text-align: center;
  }
}

/* Match the Why Should I Register box style */
.card-p-20 {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Form alignment fix */
.form-ask-experts {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Icon beside input */
.icon-section-main {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

.input-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.input-group input {
  flex: 1;
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Radio button spacing */
.raido-main-section {
  margin-bottom: 20px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 0px;
}

.section1 {
    padding: 0px 0 !important;
}

.about .container {
    box-shadow: none !important;
}

.section-title1 h2 {
    font-size: 39px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #f58634 !important;
}

.about .section-title p {
    text-align: center !important;
    font-style: normal !important;
    color: #000 !important;
    font-size: 15px !important;
}

.section-title2 h2 {
    font-size: 39px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #f58634 !important;
    text-align: center !important;
}

.img-1 {
    background-image: url("assets/img/bg-1.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section3 {
    padding: 0px 0 !important;
}

.section-title3 h2 {
    font-weight: 700 !important;
    color: #f58634 !important;
    font: normal bold 34px / 44px "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
    text-transform: none !important;
    text-align: center !important;
}

.span-1 {
    text-align: center !important;
    font-weight: 700 !important;
}

.pp {
    text-align: center !important;
    font-style: normal !important;
    color: #000 !important;
    font-size: 15px !important;
}

.section4 {
    padding: 0px 0 !important;
}

.about .about-content {
    padding: 30px !important;
}

.section-title4 h2 {
    font-size: 39px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #f58634 !important;
    text-align: center !important;
}

.section5 {
    padding: 0px 0 !important;
}

.section-title5 h2 {
    font-size: 39px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #f58634 !important;
    text-align: center !important;
}

.section6 {
    padding: 0px 0 !important;
}

.sec6 {
    background-color: #f76e51 !important;
}

.section-title6 h2 {
    font-weight: 700 !important;
    color: #fff !important;
    font: normal bold 34px / 44px "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
    text-transform: none !important;
    text-align: center !important;
}

.icon-LR {
    font-size: 18px !important;
    color: #fff !important;
    padding: 15px 0 !important;
}

.section7 {
    padding: 0px 0 !important;
}

.section-title7 h2 {
    font-size: 39px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0;
    color: #f58634 !important;
    text-align: center !important;
}

.team7 {
    width: 50%;
}

.services .title7::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: none;
    bottom: 0;
    left: calc(50% - 25px);
}

.title7 a {
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

.title7 span {
    font-size: 13px;
}

.section8 {
    padding: 0px 0 !important;
}

.section-title8 {
    font-size: 39px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #3ab0e2 !important;
    text-align: center !important;
    width: 97% !important;
    margin-left: 16px !important;
}

.sec8 {
    background-color: #f76e51;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.i-tag {
    color: #fff;
    font-size: 14px;
}

.enquiry-form {
    background: #fff;
    margin-left: 16px !important;
    padding: 17px 0;
}

.section9 {
    padding: 0px 0 !important;
}

.sec9-1 {
    background-image: url("assets/img/bg-9.1.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sec9-2 {
    background-image: url("assets/img/bg-9.2.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-title9 h2 {
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-bottom: 40px;
    padding-bottom: 0;
    color: #fff !important;
    text-align: center;
}

.btn-started {
    background-color: #f58634 !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-family: Oswald;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 20px !important;
}

.section10 {
    padding: 0px 0 !important;
}

.section-title10 h2 {
    font-weight: 700 !important;
    color: #f58634 !important;
    font: normal bold 34px / 44px "Poppins", Helvetica, Arial, Verdana, sans-serif !important;
    text-transform: none !important;
    text-align: center !important;
}

.span-10 {
    text-align: center !important;
    font-weight: 700 !important;
}

.pp10 {
    text-align: center !important;
    font-style: normal !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.pp10-1 {
    text-align: center !important;
    font-style: normal !important;
    color: #000 !important;
    font-size: 15px !important;
}

.pp10:after {
    background-color: #ffc44d;
    border-bottom-left-radius: 40%;
    border-top-left-radius: 40%;
    content: "";
    display: block;
    height: 0.2rem;
    margin: 0 auto;
    -webkit-transform: rotate(1.2deg);
    transform: rotate(1.2deg);
    width: 30%;
}

.insta {
    vertical-align: text-bottom;
    font-weight: 700;
}

.link:hover {
    background-color: #fff;
    color: #8764b4;
}

.link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0.14rem solid #8764b4;
    border-radius: 2rem;
    cursor: pointer;
    font-weight: 700;
    outline: 0;
    padding: 0.5rem 1.3rem;
    transition: background-color 80ms ease-in-out, color 80ms ease-in-out;
    white-space: nowrap;
    background-color: #8764b4;
    color: #fff;
    text-decoration: none;
}

.pp10-11 {
    text-align: center !important;
    font-style: normal !important;
    color: #000 !important;
    font-size: 13px !important;
}

.back-to-top:hover {
    color: #fff;
    background: #00000080 !important;
    transition: 0.2s ease-in-out;
}

.form {
    color: #000 !important;
}

.card {
    margin: auto;
    width: 100%;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px !important
}

.mt-2 {
    margin-top: 4px;
}

.card-title {
    margin: auto;
    padding: 15px;
    background-color: #0202027d;
    color: white;
}

.form-group {
    margin-bottom: 3rem !important;
}

div.card-body {
    padding: 0px
}

.custom-select {
    width: 100%
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background: transparent;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
}

.btn2 {
    margin-left: 10%
}

input {
    outline: 0 !important;
    border-width: 0 0 2px !important;
    border-color: #d1d1cf !important;
    margin: 0px 0px 0px 10px;
}

input:focus {
    border-color: #d1d1cf !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

select {
    outline: 0 !important;
    border-width: 0 0 2px !important;
    border-color: #d1d1cf !important;
 /*   height: 4.1rem !important;*/
    font-weight: 600 !important;
    width: 100%;
}

.ml-3 {
    margin-left: 10px;
}

label {
    font-size: 16px !important;
}

select:focus {
    border-color: #d1d1cf !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.radiobtn {
    margin-left: 3.5%
}

.text-center {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .card {
        margin: auto;
        border: solid 1px #dbdad7;
        width: 100%;
        padding-left: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;
        padding-top: 0px !important
    }
    .ml-3 {
        margin-left: 5px;
    }
}

.btn-primary {
    background: #e41e37;
    color: #fff;
    padding: 8px;
}

.main {
    margin-left: 200px;
    font-size: 20px;
    padding: 0px 10px;
}

.active1 {
    background-color: #d1242a;
    color: white;
}

.dropdown-container1 {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.dropdown-container1 a {
    font-size: 15px;
}

.fa-caret-down {
    padding-right: 8px;
}

  /* Phone icon - Left side */
.phone-icon-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    text-align: center;
    color: #25D366;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

.phone-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366; /* Matching the site's yellow */
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.phone-icon-container h5{
   font-weight: 600;
    text-align: center;
}

.phone-icon-container a:hover {
    transform: scale(1.1);
}

.phone-icon-container i {
    font-size: 28px;
    color: white;
}

/* WhatsApp icon - Right side */
.whatsapp-icon-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
     color: #25D366;
         display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.whatsapp-icon-container h5{
   font-weight: 600;
    text-align: center;
}
.whatsapp-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-icon-container a:hover {
    transform: scale(1.1);
}

.whatsapp-icon-container i {
    font-size: 28px;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .phone-icon-container a,
    .whatsapp-icon-container a {
        width: 40px;
        height: 40px;
    }

    .phone-icon-container i,
    .whatsapp-icon-container i {
        font-size: 24px;
    }

    .phone-icon-container {
        bottom: 15px;
        left: 2px;
    }

    .whatsapp-icon-container {
        bottom: 15px;
        right: 1px;
    }
	.touch-link{
display:inline-block;
padding:12px 18px;
margin:6px;
font-size:16px;
}
}

@media (min-width: 1268px) and (max-width: 1468px) {
  #hero {
    background: linear-gradient(45deg, #100f0fa1, #7c7c78ba) center/cover no-repeat, url("../Images/bg-1-2.webp") center/cover no-repeat;

    height: 400px;
  }
}
:active:focus, :focus, :hover, a {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0 !important;
}
.card-title {
  min-height: 50px;
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1268px) and (max-width: 1468px) {
  .franchise-row {
    padding: 20px 125px;
  }
}
.btn.btn-primary:hover {
  background: #ee3b24;
    background-color: rgb(238, 59, 36);
}
.btn.btn-primary {
  border: 2px solid #c62828;
  
}.btn.btn-primary {
  color: #323232;
  border-radius: 50px;
  padding: 10px 15px;
  background: 0 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h1, h2, h3, h3.same-as-h4, h4, h5, h6, ul.navbar-nav > li > a {
  font-family: JaapokkiRegular;
}
#image-block {
  padding: 60px 0 100px;
  overflow: visible;
}
:active:focus, :focus, :hover, a {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0 !important;
}
.image-block {
  background: #f4f4f4;
}
@media (min-width: 1268px) and (max-width: 1468px) {
  #hero {
    background: linear-gradient(45deg, #100f0fa1, #7c7c78ba) center/cover no-repeat, url("../Images/bg-1-2.webp") center/cover no-repeat;
    height: 400px;
  }
}
#hero {
    background: linear-gradient(45deg, #100f0fa1, #7c7c78ba) center/cover no-repeat, url("../Images/bg-1-2.webp") center/cover no-repeat;
    height: 400px;
  }
  
.blog-date a, .btn.btn-primary.solid, .btn.btn-primary:hover, .featured-tab .nav-tabs > li > a:hover, .footer .widget-title, .footer ul li a, .footer-widget .latest-post-content h4 a, .footer-widget .post-meta, .footer-widget .post-meta a, .owl-controls .owl-next:hover, .owl-controls .owl-prev:hover, .parallax .btn, .plan a.btn:hover, .plan.featured .plan-price, .ts-carousel-controller .left:hover, .ts-carousel-controller .right:hover, .widget-tags ul > li a:hover {
  color: #fff;
}
body, p {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1;
}