* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

a{cursor: pointer; text-decoration: none;}


.mainContainer a{cursor: pointer; color: #fc0 !important; text-decoration: none;}
.mainContainer a:hover{cursor: pointer; color: #AE0000 !important; text-decoration: none;}
.mainContainer strong{color: #fc0; cursor: pointer;}
.mainContainer strong:hover{color: #AE0000; cursor: pointer;}

body {
  font-family: 'Poppins', sans-serif;
  background: #000;
  color: #222;
  line-height: 1.6;
}

.bg{background-color: #AE0000;}
.bg1{background-color: #181818;}

.line{width: 170px; height: 2px; margin: 0px auto; background-color: #AE0000;}
.line_start{width: 170px; height: 2px; background-color: #AE0000;}

/* ==================== Navbar=========================== */

.navbar{
    background-color: #fff !important;
    /* border-bottom: 1px solid;  */
    /* border-bottom-color: #00796b;  */
    box-shadow: 0 3px 16px #f3f7f6;
    z-index: 50;
}


  .navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-brand {
    font-size: 1.25rem;
    max-width: 220px !important;
}
  
.nav-item{padding: 0px 20px;}

  .navbar-brand span{ font-weight: 300 !important;}


  @media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }
  
  @media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }
  /* .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        margin-left: 8px;
      } */
      
      .navbar-light .navbar-nav .nav-link {
        margin-right: 30px;
        padding: 25px 0;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
      }
      
      .navbar-light .navbar-nav .nav-link:hover,
      .navbar-light .navbar-nav .nav-link.active {
        color: blue;
      }
      
      @media (max-width: 991.98px) {
        .navbar-light .navbar-nav .nav-link  {
            margin-right: 0;
            padding: 10px 0;
        }
      
        .navbar-light .navbar-nav {
            border-top: 1px solid #EEEEEE;
        }
      }
      
      .navbar-light .navbar-brand,
      .navbar-light a.btn {
        height: 75px;
      }
      
      .navbar-light .navbar-nav .nav-link {
        color: black;
        font-weight: 500;
      }
      
      .navbar-light.sticky-top {
        top: -100px;
        transition: .5s;
      }
      
      @media (min-width: 992px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            border: none;
            margin-top: 0;
            top: 150%;
            opacity: 0;
            visibility: hidden;
            transition: .5s;
            
            font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
    /* border-top: #4cbd89 2px solid !important; */
        }
      
        .navbar .nav-item:hover .dropdown-menu {
            top: 100%;
            visibility: visible;
            transition: .5s;
            opacity: 1;
        }
      }
.navbar-dark .navbar-toggler-icon {
  background-color: #fc0;
    
}
      .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: #AE0000;
}

/* ==================== Navbar=========================== */

/* ==================== banner =========================== */
/* HERO */
.innerBanner {
  background: url('../images/inner-banner.png') center/cover no-repeat;
  height: 30vh;
}
.innerBanner .content {
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 10px;
  max-width: 700px;
}
.innerBanner h3 { margin-top: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fc0;
}


.hero {
  background: url('../images/banner.jpg') center/cover no-repeat;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero .content {
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 10px;
  max-width: 700px;
}

.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fc0;
}

.btn {
  display: inline-block; text-decoration: none;
  background: #fc0;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  margin-top: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn:hover { background:#AE0000; color: #fff; }

.button_{display: inline-flex; text-decoration: none;
    align-items: center;
    /* gap: 8px; */
    padding: 8px 18px;
    border-radius: 6px;
    color: #fc0;
    background: 
 color-mix(in srgb, #fc0, transparent 92%);
    border: 1px solid
 color-mix(in srgb, #fc0, transparent 70%);
    transition: 0.3s 
ease-in-out;}
/* ==================== banner =========================== */

/* ==================== Heading and buttons Start Here =========================== */

.heading_main{padding-bottom: 1rem;padding-top: 1.5rem;}
.heading_container{ justify-content: space-between; flex-basis: 100%; display: flex; flex-wrap: wrap; position: relative; background: linear-gradient(#fc0, #fc0) no-repeat; background-size: 100% 1px; background-position: 0 55%;}
.heading_name{ font-size: 1.5em; line-height: 1.5; color: #fff; }
.heading_name span{background-color: #111;padding-right: .5rem; box-shadow: 0 3px 16px #eebd22;}

/* ==================== Heading and buttons End Here =========================== */

/* ==================== Container Start Here =========================== */

.mainContainer { box-shadow: 0 0 10px 5px rgba(255, 204, 0, 0.5); border-radius: 10px; background-color: #111;}
.mainContainer h1{color: #fc0;}
.mainContainer p{color: #fff;}
.bannerImg img{border-radius: 10px;}

/* ==================== Container Start Here =========================== */

/* ==================== Profile Start Here =========================== */

.profile_box{background-color: #000;position: relative; color: #fff; border-radius: 10px;box-shadow: 0 0 10px 5px rgba(100, 71, 11, 0.5); border: solid 2px #64470b; cursor: pointer;}
.profile_box img{border-radius: 10px;width: 100%; margin: 0px auto; cursor: pointer;}
.profile_box p{color: #fff;}
.profile_box .star{color: #eebd22;}
.star{color: #eebd22 !important;}

.profile_box a{text-decoration: none; color: #fff; cursor: pointer;}

.profile_box h5 a{text-decoration: none; color: #AE0000; cursor: pointer;}

.popular_img {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      width: 100%;
      /* min-height: 400px;
      max-height: 400px; */
  }
  
  .popular_img img {
      width: 100%;
      transition: 0.4s all ease-in-out;
      height: 100%;
      object-fit: cover;
    }
  
  .popular_ratings {
      position: absolute; color: #AE0000;
      top: 12px; font-weight: 700;
      right: 20px;
      background-color: #fff;
      /* background: rgba(0, 0, 0, 0.7); */
      padding: 4px 12px;
      border-radius: 4px;
  }
  .popular_ratings .fa{color: #fc0;}

/* .profile_box:hover{ border: 1px solid #AE0000;
  transform: translateY(-3px);
  border-color: color-mix(in srgb, #AE0000, transparent 60%);
  box-shadow: 0 10px 30px color-mix(in srgb, #fff, transparent 92%);
} */

/* ==================== Profile Start Here =========================== */



.keywordTags a{margin: 5px 4px; white-space: nowrap; text-decoration: none; font-size: 14px;
  padding: 10px 18px; text-transform: capitalize;
    border-radius: 999px;
    border: 1px solid #181818;
    background: #000;  color: #fff;
    transition: 0.3s ease-in-out;
  }
.keywordTags a:hover{color: #fc0; background-color: #AE0000;}


/* ==================== faq Start Here =========================== */
/* FAQ */
.faq {
  max-width: 800px;
  margin: 2rem auto 0;
  text-align: left;
}

.faq-item {
  background: #181818;
  border-left: 5px solid #AE0000;
  margin-bottom: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 5px;
  box-shadow: 0 2px 6px #AE0000;
}

.faq-item h4 {
  color: #fc0;
  margin-bottom: 0.5rem;
}

.faq-item p { color: #fff !important; }

/* ==================== faq Start Here =========================== */


/* ============================  Footer Start Here  =============================== */

footer {background-color: #000; color: #222; padding: 1rem; font-size: 0.9rem; padding: 0; margin: 0;}
footer h1{font-size: 30px;
    font-weight: 700; 
    letter-spacing: 1px; color: #f5f5f5; border-left: #AE0000 2px solid; padding-left: 10px;}
footer p{color: #fff;}
footer h4 { font-size: 20px !important;
    color: rgb(255, 255, 255);
    font-size: 15px;border-left: #AE0000 2px solid; padding-left: 10px;
    font-weight: 700; margin-top: 7px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
footer ul { padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}
footer ul li {padding: 0; margin: 0;
    line-height: 36px;
    list-style: none;
}
footer ul li a { text-decoration: none;
    color: color-mix(in srgb, #d9d9d9, transparent 20%);
    font-size: 15px;    line-height: 1;
}
footer ul li a:hover{ color: #AE0000;}
footer .copyright p{color: #fff; background-color: #00796b; padding: 8px 0px;}


/* ============================  Footer Start Here  =============================== */


.cardBox{padding: 24px;
    border-radius: 6px;
    color: #fff; cursor: pointer;
    transition: 0.3s ease-in-out;
    background: color-mix(in srgb, #181818, #fc0 2%);
    border: 1px solid color-mix(in srgb, #fc0, transparent 88%);
    height: 100%;}
.cardBox:hover{ border: 1px solid #AE0000;
  transform: translateY(-3px);
  border-color: color-mix(in srgb, #AE0000, transparent 60%);
  box-shadow: 0 10px 30px color-mix(in srgb, #fff, transparent 92%);
}
.cardBox a{text-decoration: none;}
.cardBox a h3 {color:#fc0 !important; text-decoration: none !important;}
.cardBox a p {color:#fff !important; text-decoration: none !important;}

.page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #181818;
    border: 1px solid #fc0;
    transition: color .15s 
    ease-in-out, background-color .15s 
    ease-in-out, border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #AE0000;
    border-color: #AE0000;
}

.about h2{font-family: "Raleway",  sans-serif; color: #fff;
  font-weight: 300;
  line-height: 1.2;
  font-size: clamp(28px, 4vw, 44px);
  margin: 0 0 24px 0;}
  .about span{color: #AE0000;}
.aboutImg{
    width: 100%;
    /* max-width: 440px; */
    border-radius: 18px;
    box-shadow: 0 10px 30px 
    color-mix(in srgb, #fff, transparent 92%);
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}



.blogBox{padding: 0px;
    border-radius: 10px;
    color: #fff; cursor: pointer;
    transition: 0.3s ease-in-out;
    background: transparent; position: relative;
    border: 1px solid color-mix(in srgb, #fc0, transparent 88%);
    height: 100%;}
.blogBox:hover{ border: 1px solid #AE0000;
  transform: translateY(-3px);
  border-color: color-mix(in srgb, #AE0000, transparent 60%);
  box-shadow: 0 10px 30px color-mix(in srgb, #fff, transparent 92%);}
.blogBox img{padding: 0; margin: 0; border-top-left-radius: 10px;border-top-right-radius: 10px;}
.blogBox h3{color: #fc0; font-size: 20px;}
.blogBox h6{color: #AE0000;}
.blogBox a{color: #fff !important;}
.blogBadge p{font-size: 0.9rem;
    line-height: 1.6;
    color: color-mix(in srgb, #fff, transparent 20%);
    margin-bottom: 20px;}
.blogBadge { position: absolute; top: 20px; left: 7px;
    display: inline-block;
    background: linear-gradient(135deg, #fc0,color-mix(in srgb, #fc0, #000 20%));
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;}
.blogReadmore{display: inline-block;
    background: transparent; border: #fc0 1px solid;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 16px;cursor: pointer;
    border-radius: 25px;}
    .blogReadmore:hover a{border: #AE0000 1px solid; background-color: #AE0000; cursor: pointer; text-decoration: none; color: #fff !important;}

.headingText{color: #fc0;}
.innerBox{border: 1px solid #181818;border-radius: 10px;
    color: #fff; cursor: pointer;
    transition: 0.3s ease-in-out;
    background: transparent; position: relative;
    border: 1px solid color-mix(in srgb, #fc0, transparent 88%);}
    .innerBox:hover{ border: 1px solid #AE0000;
  transform: translateY(-3px);
  border-color: color-mix(in srgb, #AE0000, transparent 60%);
  box-shadow: 0 10px 30px color-mix(in srgb, #fff, transparent 92%);}
  .innerBox img{padding: 0; margin: 0; border-top-left-radius: 10px;border-top-right-radius: 10px;}
  .innerBox p{font-size: 15px;}
  .innerTags{
        display: inline-block;
    padding: 6px 16px;
    background: transparent; border: 1px #AE0000 solid;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
  }

.price{padding: 40px; background-color: #181818; border: 2px solid #181818;}
.price .amount{color: #fff;}
.price .service{color: #fc0;}

.price ul{padding: 25px; list-style-type:disc;}
.price ul li{
    text-decoration: none;
    color: #fff; line-height: 35px;
}
.price ul li:hover{color:#AE0000;}

.price1{
    background-image: url('../images/pricebg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.price2{
    background-image: url('../images/pricebg22.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.price3{
    background-image: url('../images/pricebg33.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.price4{
    background-image: url('../images/pricebg44.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.price5{
    background-image: url('../images/pricebg55.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}



/* ============================= Single Profile ============================= */

.profilebg{ background-color: #1b1b1b; color: #CCCCCC;}
.profileLine{background-color: #4d4949; color: #CCCCCC;}
.profileCard{background: #1b1b1b;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    /* position: sticky; */
    /* top: 100px; */
  }
  .profileCard img{border-radius: 15px;}
  .profileCard h3{font-size: 24px;
    font-weight: 700; color: #fff;
    margin-bottom: 8px;}
    
    .profileCard h5{font-size: 17px;
    font-weight: 600; color: #AE0000;
    margin-bottom: 8px;}
      .rating .fa{color: #fc0;}
    .social-connect {
        display: flex;
        justify-content: center;
        gap: 12px;
        padding-top: 30px;
    }

    .profileDetail{
        /* display: flex;
        align-items: center; */
        /* gap: 16px; */
        padding: 24px;
        background: #000;
        border-radius: 16px;
        border: 1px solid #181818;
        transition: all 0.3s ease;
    }
    .profileDetail:hover {
      border-color: #AE0000;
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .profileInfo h4{color: #AE0000;}
    .profileInfo span {
      display: block;
      font-size: 13px;
      color: color-mix(in srgb, #d9d9d9, transparent 40%);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 4px;
    }
    .profileInfo span .fa{color: #fc0;}

    .profileDetail h4{font-size: 18px;
    font-weight: 700; color: #fc0;
    margin-bottom: 8px;}

    /* .available {
    border-radius: 50%;
    background-color: green !important;
    width: 7px;
    height: 7px;
} */
  .available img{width: 15px;}

    .social-connect a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.tagsList{white-space: nowrap;
    padding: 8px 25px; margin-bottom: 10px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, #fff, transparent 85%);
    background: #181818;
    color: color-mix(in srgb, #fff, transparent 10%);
    transition: 0.3s ease-in-out;}
    .tagsList:hover {
      transform: translateY(-2px);
      border-color: color-mix(in srgb, #fc0, transparent 60%);
      box-shadow: 0 10px 30px color-mix(in srgb, #fff, transparent 92%);
    }
    .tagsList:focus-within {
      box-shadow: 0 0 0 3px color-mix(in srgb, #fc0, transparent 70%);
    }

/* ============================= Single Profile ============================= */


/* =============================
   RESPONSIVE DESIGN
============================= */

@media (max-width: 1024px) {
  .hero h2 { font-size: 2rem; }
}

@media (max-width: 768px) {
  .nav-container { flex-direction: column; }
  .menu { flex-direction: column; align-items: center; }
  .hero { height: 60vh; background-position: top; }
}

@media (max-width: 480px) {
  .hero h2 { font-size: 1.5rem; }
  .btn { padding: 0.6rem 1rem; font-size: 0.9rem; }

  .heading_name {font-size: 1em;}


}


.floating-contact {
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999
}

.floating-contact a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgb(0 0 0 / .3);
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.floating-contact img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border: 0
}

.floating-whatsapp {
    background-color: #17e708
}

.floating-call {
    background-color: #06d5fa
}

.floating-contact a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgb(0 0 0 / .4)
}

@media (max-width:399px) {
    .floating-contact a {
        width: 44px;
        height: 44px
    }
    .floating-contact img {
        width: 20px;
        height: 20px
    }
    .floating-contact {
        right: 12px;
        bottom: 12px;
        gap: 10px
    }
}

@media (min-width:768px) {
    .floating-contact a {
        width: 56px;
        height: 56px
    }
    .floating-contact img {
        width: 28px;
        height: 28px
    }
    .floating-contact {
        right: 24px;
        bottom: 24px;
        gap: 16px
    }
}

@media (min-width:992px) {
    .floating-contact {
        right: 32px;
        bottom: 32px
    }
}