

.custom-dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}


.nav-item .dropdown-menu2 {
  position: absolute;
  top: 78%;
  left: -10px;
  width: 100vw;
  /* Full screen width */
  background: white;
  display: none;
  list-style: none;
  padding: 20px 10px;
  margin: 0;
  border-radius: 0px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.abs-wrapper {
  position: relative;
  margin-top: 10px;
}

.abs-box {
  display: none;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.top-main-container {
  display: flex;
  gap: 20px;
}

.top-main-box {
  padding: 10px;
  background-color: #fcfeff;
}

.top-icon-box {
  background-color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  ;
}

.top-main-box {
  text-align: center;
}

.top-main-box2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pad: 5px;
  ;
}

.top-main-box img {
  width: 150px;
  object-fit: contain;
  aspect-ratio: 3/3;
  object-fit: contain;

}

.top-main-box h3 {
  font-size: 16px;
  font-weight: 400;
}

.top-icon-box:hover {
  background-color: #e4f2ff8c;
}

.abs-box.active {
  display: block;

}

.top-icon-box {
  cursor: pointer;
  transition: all 0.3s ease;
}



.top-icon-box:hover .abs-box {
  display: block;
}

.nav-item .dropdown-menu3 {
  position: absolute;
  top: 78%;
  left: 55%;
  right: 0;
  width: 13vw;
  /* Full screen width */
  background: white;
  display: none;
  list-style: none;
  padding: 20px;
  margin: 0;
  border-radius: 6px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.nav-item:hover .dropdown-menu3 {
  display: block;
  animation: fadeUp 0.4s ease forwards;
}

.nav-item:hover .dropdown-menu2 {
  display: block;
  animation: fadeUp 0.4s ease forwards;
}


.custom-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;

}

.custom-grid-2 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.5rem;
  /* Adjust gap between columns */
}

.custom-column {
  padding: 0 20px;
  border-right: 1px solid #dee2e6;
}

.custom-column:first-child {
  border-left: none;
}

.custom-column:last-child {
  border-right: none;
}

.dropdown-item {
  font-size: 0.91rem;
  color: #767676 !important;
  text-decoration: none;
  margin-top: 4px;
}

.dropdown-item:hover {
  color: #007bff;
}

.portfolio-gallery-img {
  width: 200px !important;
  margin-top: 20px;
  height: 130px !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


/* Optional link styles inside the dropdown */
.dropdown-menu2 a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.dropdown-menu2 a:hover {
  color: #007bff;
}

/* Custom fade-up animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.quick-link ul {
  display: flex;
  list-style: none;
  gap: 20px;
  ;
}

.quick-link a {
  text-decoration: none;
  color: rgba(5, 18, 159, 0.988);
  font-size: 14px;
}

.quick-contact ul {
  display: flex;
  list-style: none;
  gap: 20px;
  color: rgba(5, 18, 159, 0.988);
  font-size: 14px;
  justify-content: end;
}





.top-bar-section {
 background-color: white;
  padding: 10px;
}

.navbar-brand img {
  opacity: 100%;
}

.custom-dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  display: none;
  animation-duration: 0.01s;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.custom-dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}


.main-header,
.second-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;


}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
  background-color: white;

}

.second-header .nav-item {

  padding: 20px 0px;
}
.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.top-header-section{
    background-color: white;
    padding: 10px !important;
    border-top: 1px solid #cccccc53;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}




.nav-item {
  /* background-color: white; */
  border-radius: 40px;
  /* padding: 0px 10px; */
  margin-left: 10px;
}

.main-header .nav-link {
  color: #696969 !important;
}


.top-icon-box img {
  width: 60px;
  height: 60px;

}

.event-li {
  position: relative;
}

.event-li span {
  font-size: 10px;
  background-color: red;
  position: absolute;
  top: -10px;
  left: 60px;
  padding: 1px 3px;
  border-radius: 1px;
}

.top-icon-box h5 {
  font-size: 14px;
  margin-top: 14px;
}

.top-section{
    background-color: rgb(255, 240, 224);
    padding: 10px;
}


.contact-item{
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-item-box p{
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}
.contact-item-box a{
  text-decoration: none;
  color: #636363;
  font-size: 15px;
}
.contact-item i{
  background-color: #FB8100;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 50%;
  color: white;
}
.menu-btn{
    background-color: #FB8100;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 50%;
  color: white;
  border: none;
}
.social-brand-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Common style */
.social-brand-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:23px;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* Hover */
.social-brand-links a:hover {
    transform: translateY(-3px);
}

/* Brand colors */
.social-brand-links .facebook { background: #1877F2; color: #fff;}
.social-brand-links .linkedin {  background: #0A66C2; color: #fff; }
.social-brand-links .twitter { background: #000; color: #fff; }
.social-brand-links .youtube {background: #ff2d2d; color: #fff; }
.social-brand-links .whatsapp { background: #25D366; color: #fff; }
.social-brand-links .maps {  background: #474747; color: #fff; }

/* Instagram gradient */
.social-brand-links .instagram {
    color: #fff;
    background: radial-gradient(circle at 30% 107%, 
        #fdf497 0%, #fdf497 5%, 
        #fd5949 45%, #d6249f 60%, 
        #285AEB 90%);
}

/* Brand hover background */
.social-brand-links .facebook:hover { background: #1877F2; color: #fff; }
.social-brand-links .linkedin:hover { background: #0A66C2; color: #fff; }
.social-brand-links .twitter:hover { background: #000; color: #fff; }
.social-brand-links .youtube:hover { background: #FF0000; color: #fff; }
.social-brand-links .whatsapp:hover { background: #25D366; color: #fff; }
.social-brand-links .maps:hover { background: #EA4335; color: #fff; }

.carousel{
  margin-top: 185px;
}


/* .category-section */

.category-section {
  padding-bottom: 80px;
  background-color: white;
}

.category-box img {
  height: 140px;
  width: 140px !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.category-box {
  text-align: center;
  background-color: rgb(255, 255, 255);

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
}

.category-box h6 {
  color: #284696;
  margin-bottom: 50px;
}

.category-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;

}

.category-container a {
  text-decoration: none;
}

.heading-section {
  text-align: center;
  padding: 30px 0px;
}



.heading-section h6 {
  font-size: 84px;
  color: rgb(228, 228, 228);
  text-transform: uppercase;

  /* Mask from top to bottom */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.691), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.577), rgba(0, 0, 0, 0));

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.heading-section h3 {
  font-size: 46px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #FB8100 0%, #FB8100 60%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -40px;
}

.heading-section h2 {
  font-size: 34px;
  text-transform: uppercase;
  color: white;
  margin-top: -40px;
}

.heading-section h4 {
  color: #3F4095;
  text-transform: capitalize;
}
.main-btn{
  background-color: #FB8100 ;
  padding: 16px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  font-size: 18px;
}


/* .why-choose  section   */


.why-choose {
  padding: 60px 0;
  background-color: white;
  position: relative;
}


@keyframes scalePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }
}

@keyframes float1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }
}

@keyframes float3 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-10px, -5px);
  }
}

@keyframes float4 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, 6px);
  }
}

@keyframes float5 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}

@keyframes float6 {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-12px);
  }
}

/* Assign animations to each box (in order) */
.choose-absolute-boxes .choose-item:nth-child(1) {
  animation: float1 5s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(2) {
  animation: float2 6s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(3) {
  animation: float3 7s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(4) {
  animation: float4 5s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(5) {
  animation: float5 6s ease-in-out infinite;
}

.choose-absolute-boxes .choose-item:nth-child(6) {
  animation: float6 7s ease-in-out infinite;
}

.radio-wrapper {
  position: absolute;
  top: 25%;
  left: 47%;
  z-index: 99;
}

.radio {
  width: 30px;
  animation: scalePulse 1s ease-in-out infinite;
  position: absolute;
  top: 0px;
  top: 25%;
  left: 47%;
  z-index: 99;
}

/* Box hidden by default */
.why-box-deatil {
  position: absolute;
  top: 30px;
  left: -125px;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.1px);
  -webkit-backdrop-filter: blur(6.1px);
  width: 280px;
  padding: 13px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;

  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.8s ease;
}

/* ✅ Show when hovering on radio */
.radio-wrapper:hover .why-box-deatil {
  opacity: 1;
  visibility: visible;
}


.why-box-deatil a {
  text-decoration: none;
  font-size: 13px;
}

.why-box-deatil p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.choose-absolute-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-absolute-boxes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* allow clicks through */
}

.choose-absolute-boxes .choose-item {
  position: absolute;
  width: 200px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  pointer-events: all;
  /* allow interaction */
}

.choose-item p {
  font-size: 14px;
}

.choose-item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.choose-item h5 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.main-image {
  max-width: 100%;
  width: 350px;
  height: auto;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}


.product-section{
  background-color: #fb830217;
}

/* Responsive fallback for mobile */
@media (max-width: 991px) {
  .choose-absolute-boxes {
    display: none !important;
  }

  .choose-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.main-image-box {
  position: relative;
}



 /* Blog Section Styling */
.blog-section {
    padding-bottom: 60px ;
    background-color: white;
    overflow: hidden;

}

.blog-section .heading-section2 {
    text-align: center;
    margin-bottom: 40px;
}

.blog-section .heading-section2 h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.blog-section .heading-section2 .line {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.blog-section .heading-section2 .line .sm-line {
    width: 60px;
    height: 4px;
    background-color: #ff5722;
    border-radius: 2px;
}

.blog-section .heading-section2 p {
    font-size: 16px;
    color: #666;
}

.blog-box {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}

.blog-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}

.blog-box:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 20px;
}

.blog-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.blog-content a:hover h5 {
    color: #ff5722;
}

.blog-content hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 10px 0;
}

.dated {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
}

.dated p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dated i {
    color: #ff5722;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .blog-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .blog-section .heading-section2 h2 {
        font-size: 28px;
    }
    .blog-image img {
        height: 180px;
    }
}

.phone-navbar{

  display: none !important;
}
@media (max-width: 575px) {
    .dated {
        flex-direction: column;
        gap: 5px;
    }
    .phone-navbar{

  display: block !important;
}
.carousel{
  margin-top: 10px;
}
.reiew-box{
  margin-top: 40px;
}
.review-context{
  margin-bottom: 30px;;
}
.review{
  padding: 30px 0px !important;
}
.video-section{
  padding: 30px 0px !important;
}
.main-header{
  display: none;
}
.second-header{
  display: none;
}
.owl-nav-custom{
  display: none !important;
}
.heading-section h6{
  font-size: 34px;
}
}


 /* FAQ Section Wrapper */
.faq-section {
    padding-bottom: 80px;
    background: #f8fafc;
}


/* Accordion base */
.faq-section .accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-bg: transparent;
}

/* Accordion item */
.faq-section .accordion-item {
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}

/* Question button */
.faq-section .accordion-button {
    font-weight: 600;
    font-size: 15px;
    color: #0f172a;
    padding: 14px 18px;
    background-color: #ffffff;
    box-shadow: none;
}

/* Remove default background on open */
.faq-section .accordion-button:not(.collapsed) {
    color: #0b2c4d;
    background-color: #f1f5f9;
    box-shadow: none;
}

/* Icon / indicator color */
.faq-section .accordion-button::after {
    filter: invert(20%) sepia(16%) saturate(800%) hue-rotate(170deg) brightness(90%) contrast(90%);
}

/* Answer body */
.faq-section .accordion-body {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.7;
    font-weight: 300;
    padding: 14px 18px 16px;
}

/* Column spacing */
.faq-section .col-lg-6 {
    margin-bottom: 20px;
}

/* Hover effect on items */
.faq-section .accordion-item:hover {
    border-color: #0b2c4d;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

/* Responsive */
@media (max-width: 767.98px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-section .heading-section h3 {
        font-size: 26px;
    }

    .faq-section .heading-section h4 {
        font-size: 16px;
    }
}


