* {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

  font-family: "Fredoka", sans-serif;

}

:root {

  --primary-color: #914299;

  --secondary-color: #4db84a;



  --tmeme_white: #fff;

  --tmeme_black: #000;

}



body {

  scroll-behavior: smooth;

  font-family: "Fredoka", sans-serif;

}

a {

  text-decoration: none;

}

h1 {

  font-size: clamp(2rem, 4.5vw, 4rem);

  margin-bottom: 1rem;

  font-weight: 600;

}

h2 {

  font-size: clamp(1.5rem, 3.2vw, 3rem);

  margin-bottom: 1rem;

  font-weight: 600;

  color: var(--secondary-color);

}

h3 {

  font-size: clamp(1.2rem, 2.5vw, 2.2rem);

  margin-bottom: 0.75rem;

  font-weight: 600;

  color: var(--secondary-color);

}

h4 {

  font-size: clamp(1rem, 2vw, 1.5rem);

  margin-bottom: 0.5rem;

  font-weight: 500;

  color: var(--secondary-color);

}

p {

  font-size: 20px;

}





.ptb{
    padding: 5% 0;
}


.navbar-toggler{
  background-color: #914299!important;
}
 .container{
    max-width: 90%!important;
  }


.header_top_wrapper{
    display: flex;
}

.owl-nav.disabled .owl-prev span{
    font-size: 4rem!important;
    color: var(--primary-color)!important;
}
.owl-nav.disabled .owl-next span{
    font-size: 4rem!important;
    color: var(--primary-color)!important;
}

.wp-block-image img{
    border-radius: 20px!important;
}



/* --   start Scroll To Top   -- */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    color: #045902;
    right: 15px;
    bottom: 50px;
    padding-top: 2px;
    z-index: 9999999;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    font-size: 40px;
    bottom: 1px;
    position: relative;
}
/* --  end Scroll To Top  -- */




.bottom_menu_btn {
   z-index: 999;
  position: fixed;  
  border-top: 1px solid #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  width: 100%;
}
.bottom_menu_btn1 {
    color: #fff;  
  background-color: var(--primary-color);
  border-right: 1px solid #fff;
}
.bottom_menu_btn1:hover {
  background-color: var(--secondary-color);
  transition: .5s;
  color: #fff;
}
.bottom_menu_btn2 {
  background-color: var(--secondary-color);
  border-left: 1px solid #fff;
  color: #fff;
}
.bottom_menu_btn2:hover {
  background-color: var(--primary-color);
   transition: .5s;
   color: #fff;
}
@media (max-width: 480px) {
  .bottom_menu_btn {
    font-size: 1rem;
  }
}
@media (max-width: 380px) {
  .bottom_menu_btn {
    font-size: 3.5vw;
  }
}








.owl-nav{
  display: flex!important;
  width: 105%!important;
  justify-content: space-between!important;
  position: absolute;
  top: 25%;
  left: -30px;
  z-index: -1;
}

.owl-nav .owl-prev span{
    font-size: 4rem!important;
    color: var(--primary-color)!important;
}
.owl-nav .owl-next span{
    font-size: 4rem!important;
    color: var(--primary-color)!important;
}






/* btn css */


 .theme_btn {
     background: var(--primary-color);
     border-radius: 50px;
     color: var(--tmeme_white);
     font-size: 18px;
     text-align: center;
     text-transform: uppercase;
     cursor: pointer;
     padding: 15px 20px;
     transition: all 0.3s ease;
}
 .theme_btn:hover, .theme_btn:focus, .theme_btn.theme_active {
     color: var(--tmeme_white);
     animation: pulse-glow 1.9s linear infinite;
}
 .theme_btn_secondary {
     background: var(--secondary-color);
     border-radius: 50px;
     color: var(--tmeme_white);
     font-size: 18px;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
     text-decoration: none;
     cursor: pointer;
     padding: 15px 20px;
     transition: all 0.3s ease;
}
 .theme_btn_secondary:hover, .theme_btn_secondary:focus, .theme_btn_secondary.theme_active {
     color: var(--tmeme_white);
     animation: pulse-glow2 1.9s linear infinite;
}
 @keyframes pulse-glow2 {
     0% {
         box-shadow: 0 0 0 0 rgba(77, 184, 74, 0.7), 0 0 0 0 rgba(77, 184, 74, 0.7);
    }
     40% {
         box-shadow: 0 0 0 15px rgba(77, 184, 74, 0), 0 0 0 0 rgba(77, 184, 74, 0.7);
    }
     80% {
         box-shadow: 0 0 0 25px rgba(77, 184, 74, 0), 0 0 0 15px rgba(77, 184, 74, 0);
    }
     100% {
         box-shadow: 0 0 0 25px rgba(77, 184, 74, 0), 0 0 0 15px rgba(77, 184, 74, 0);
    }
}
/* pulse effect */
 @keyframes pulse-glow {
     0% {
         box-shadow: 0 0 0 0 rgba(145, 66, 153, 0.7), 0 0 0 0 rgba(145, 66, 153, 0.7);
    }
     40% {
         box-shadow: 0 0 0 15px rgba(145, 66, 153, 0), 0 0 0 0 rgba(145, 66, 153, 0.7);
    }
     80% {
         box-shadow: 0 0 0 25px rgba(145, 66, 153, 0), 0 0 0 15px rgba(145, 66, 153, 0);
    }
     100% {
         box-shadow: 0 0 0 25px rgba(145, 66, 153, 0), 0 0 0 15px rgba(145, 66, 153, 0);
    }
}
/* menubar drop fro top animation */
 @keyframes slideDown {
     from {
         transform: translateY(-100%);
    }
     to {
         transform: translateY(0);
    }
}
/* shine animation */
 @keyframes shine {
     0% {
         background-position: 0% 50%;
    }
     100% {
         background-position: 200% 50%;
    }
}
/* header navbar */
 .header_top {
     padding-top: 5px;
     padding-bottom: 15px;
     background: linear-gradient( 180deg, var(--secondary-color) 30%, #4eb84ac6 50%, transparent 100% );
}
 .header_top ul li a {
     font-size: 1.1rem;
     color: var(--tmeme_white);
     transition: all 0.3s ease;
}
 .header_top ul li a:hover {
     color: var(--primary-color);
     text-decoration: underline;
     text-decoration-color: var(--tmeme_white);
     text-underline-offset: 5px;
}
 .header_top ul li a i {
     position: relative;
     top: 2px;
     font-size: 1.3rem;
     color: var(--primary-color);
}
 .header_top .header_top_right ul li a i {
     font-size: 1.6rem;
     transition: all 0.3s ease;
}
 .header_top .header_top_right ul li a:hover i {
     color: var(--tmeme_white);
}
 .theme_header {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     background: transparent;
}
 .theme_btn3{
     color: var(--secondary-color);
     font-size: 20px;
}
 .theme_header .navbar {
     background: transparent !important;
}
.sticky .mega-menu-link{
    color: var(--secondary-color)!important;
}
.sticky .mega-menu-link:hover{
    color: var(--primary-color)!important;
}

 .theme_header.sticky {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background: rgba(255, 255, 255, 0.98);
     backdrop-filter: blur(10px);
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
     animation: slideDown 0.4s ease;
     .header_top {
         display: none;
    }
}
 .theme_header .nav-link {
     color: #fff;
     font-size: 1rem;
     font-weight: 500;
     text-decoration: up;
     text-transform: uppercase;
     letter-spacing: 0.3px;
     font-family: "Lucida Sans";
}
 .theme_header.sticky .nav-link {
     color: #222;
}
 .theme_header.sticky .navbar-brand img {
     transition: all 0.3s ease;
}
/* hero banner */
 .theme_video_banner {
     position: relative;
     width: 100%;
     height: 90vh;
     overflow: hidden;
}
 .theme_video_banner video {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .banner_content {
     position: absolute;
     inset: 0;
     z-index: 2;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     align-items: center;
     color: var(--tmeme_white);
     text-align: center;
     margin-bottom: 5rem;
}
 .theme_video_banner::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.397);
     z-index: 1;
}
 .banner_title {
     background: linear-gradient( 90deg, var(--secondary-color) 0%, #914299 25%, #d86cff 50%, #914299 75%, var(--secondary-color) 100% );
     background-size: 300% auto;
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
     color: transparent;
     animation: shine 6s linear infinite;
    /* text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
     */
    /* position: relative;
     */
     filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
     letter-spacing: 2px;
}
/* service_program_section */
 .service_content {
     padding: 1rem;
     background: var(--primary-color);
     border-radius: 0 0 15px 15px;
}
 .service_content h4{
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     height: 60px;
}
 .service_card {
     text-align: center;
}
 .service_program_section .nav-item button.theme_btn {
     border: none;
     box-shadow: none;
     cursor: pointer;
     box-sizing: border-box;
     padding-block: 10px;
}
 .service_card_fig {
     width: 100%;
     height: 230px;
     overflow: hidden;
     border-radius: 15px 15px 0 0;
     position: relative;
}
 .service_card_fig img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .service_content p {
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     color: var(--tmeme_white);
     font-weight: 400;
}
 .service_content a {
     display: inline-block;
     margin-top: 10px;
     color: var(--secondary-color);
     font-weight: 600;
}
 .service_card:hover .service_content a {
     color: var(--tmeme_white);
}
 .service_card:hover .service_content {
     transform: translateY(-5px);
}
/* about section */
 .about_section .overlay {
     background: linear-gradient(45deg, #00000040, transparent);
}
 .figure_bg {
     position: absolute;
     inset: 0;
     z-index: 0;
}
 .figure_bg img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .about_section .container {
     position: relative;
     z-index: 3;
}
 .about_brand {
     position: absolute;
     right: 20%;
     top: 6rem;
     z-index: 1;
     background: rgba(255, 255, 255, 0.8);
     border-radius: 10px;
     padding: 5px 20px;
}
 .overlay {
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.3);
     z-index: 1;
}
 .whyus_points {
    /* background: rgba(168, 189, 162, 0.816);
     */
     border-radius: 10px;
     padding: 1rem;
}
 .why_list {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
}
 .why_list li p {
     position: relative;
     padding-left: 35px;
}
 .why_list li p::before {
     content: "\f00c";
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     position: absolute;
     left: 0px;
     top: 50%;
     transform: translateY(-50%);
     width: 24px;
     height: 24px;
     border-radius: 50%;
     background: linear-gradient( 135deg, var(--secondary-color), var(--primary-color) );
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 10px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
 .why_us_img {
     position: relative;
     overflow: hidden;
     border-radius: 15px;
}
 .image_hover::before {
     content: "";
     position: absolute;
     top: 0;
     left: -120%;
     width: 60%;
     height: 100%;
     background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.5), transparent );
     transform: skewX(-25deg);
     transition: 0.8s;
     z-index: 2;
     pointer-events: none;
}
 .image_hover:hover::before {
     left: 150%;
}
 .grid-container {
     display: flex;
     gap: 10px;
     justify-content: center;
}
/* Item */
 .grid-item {
     width: clamp(200px, 30%, 300px);
     aspect-ratio: 1 / 1;
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
     clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
     background: linear-gradient( 180deg, var(--primary-color), var(--secondary-color) );
     padding: 15px;
}
/* Background Image */
 .grid-bg-img {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: 1;
     transition: all 0.5s ease;
}
/* Overlay */
 .grid-overlay {
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.8);
     z-index: 2;
}
/* Content */
 .grid-content {
     position: relative;
     z-index: 3;
     text-align: center;
     color: var(--tmeme_white);
     padding: 20px;
}
 .grid-content h4 {
     font-size: 24px;
     margin-bottom: 10px;
}
 .grid-content p {
     line-height: 24px;
}
/* Hover */
 .grid-item:hover .grid-bg-img {
     transform: scale(1.1);
}
/* add a shine effect on images */
 .why_us_img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
/* call banner */

.call_content p{
    color: #fff;
}

 .call_banner .container {
     position: relative;
     z-index: 3;
}
 .call_banner .section_title {
     color: var(--primary-color);
}
 .form_img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .form_title {
     position: absolute;
     top: 30px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 2;
}
 .form_home input, .form_home textarea, .form_home select {
     width: 100%;
     padding: 15px 15px;
     border-radius: 5px;
     border: none;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
 .form_home input:focus, .form_home textarea:focus, .form_home select:focus {
     outline: none;
     box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
 .form_home textarea{
     height: 100px;
}
 .form_group button {
     border: none;
     width: 100%;
}
 .hero-floating-card {
     position: absolute;
     bottom: 20px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 3;
     animation: float 3s ease-in-out infinite;
     background: linear-gradient( 135deg, var(--secondary-color), var(--primary-color) );
     color: #fff;
     padding: 10px 30px;
     border-radius: 20px;
}
 .hero-floating-card i {
     margin-left: 10px;
     color: goldenrod;
     font-size: 22px;
}
 @keyframes float {
     0%, 100% {
         transform: translateX(-50%) translateY(0);
    }
     50% {
         transform: translateX(-50%) translateY(-8px);
    }
}
/* footer */
 .left_content {
     width: 100%;
     height: 450px;
     place-content: center;
}
 .rightside_img {
     max-width: 100%;
     width: 100%;
     height: 450px;
     overflow: hidden;
     border-radius: 15px;
     z-index: 2;
}
 .rightside_img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .theme_footer {
     background: var(--primary-color);
}
 .bottom_footer {
     background: #310336;
}
 .bottom_footer p {
     margin: 0;
     padding: 0;
     color: var(--tmeme_white);
     font-size: 18px;
}
 .bottom_footer p a, .termconditions a {
     color: var(--secondary-color);
     font-weight: 600;
     font-size: 18px;
}
 .bottom_footer p a:hover {
     color: var(--tmeme_white);
}
 .theme_footer .footer_widget_list li {
     margin-bottom: 10px;
}
 .theme_footer .footer_widget_list a {
     color: var(--tmeme_white);
     font-size: 20px;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     transition: all 0.3s ease;
}
.footer_adout {
  text-align: center;
  border: 1px dashed #fff;
  padding: 3% 2%;
  margin-bottom: 5%;
  border-radius: 50px;
}
 .footer_widget_list.opening_hours li {
     font-size: 20px;
     font-weight: 400;
     color: var(--tmeme_white);
}
 .footer_widget_list.opening_hours li strong {
     color: var(--secondary-color);
     font-weight: 600;
}
 .theme_footer .footer_widget_list a i {
     transition: all 0.3s ease;
}
 .theme_footer .footer_widget_list a:hover {
     color: var(--secondary-color);
     transform: translateX(2px) scale(1.02);
}
 .theme_footer .footer_widget_list a:hover i {
     color: var(--secondary-color);
     transform: rotate(-2deg);
}
 .footer_overlay {
     position: absolute;
     inset: 0;
     background: #350239c5;
}
 .footer_top, .main_footer, .bottom_footer {
     position: relative;
     z-index: 3;
}
/* testimonial */
 .testimonial_section .container {
     position: relative;
     z-index: 3;
}
 .testi_card {
     background: var(--bg-card);
     border-radius: 16px;
     padding: 40px 30px;
     margin: 15px;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.234);
     position: relative;
     overflow: hidden;
     transition: var(--transition-smooth);
     backdrop-filter: blur(5px);
     background: linear-gradient(135deg, #3317366e, #1736166f);
}
/* Hover Animation Effect */
 .testi_card:hover {
     transform: translateY(-8px);
     box-shadow: 0 10px 20px rgba(62, 1, 76, 0.271);
     border-color: rgba(90, 2, 108, 0.27);
}
/* Decorative Quote Icon */
 .testi_card .icon_testi {
     position: absolute;
     top: 60%;
     right: 25%;
     width: 90px;
     z-index: -1;
     opacity: 0.5;
}
 .testi_card .chat_img img {
     width: 80%;
     height: 200px;
}
/* User Info Layout */
 .testi_info {
     display: flex;
     align-items: center;
     gap: 16px;
}
 .testi_img {
     width: 60px;
     height: 60px;
     border-radius: 50%;
     overflow: hidden;
     border-color: rgba(121, 0, 121, 0.871);
    /* Light aesthetic border rings */
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
     transition: var(--transition-smooth);
}
 .testi_card:hover .testi_img {
     transform: scale(1.08);
     border: 1px solid #f0fdf4;
}
 .testi_img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
/* Typography styles */
 .testi_name .section_title {
     font-weight: 700;
     color: var(--primary-color);
     margin: 0 0 4px 0;
}
 .testi_name .section_subtitle {
     font-size: 14px;
     color: var(--primary-color);
     font-weight: 500;
     margin: 0;
}
/* --- Customizing Owl Carousel Dots (Optional Polish) --- */
 .owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     background: #cbd5e1 !important;
     transition: var(--transition-smooth);
}
 .owl-theme .owl-dots .owl-dot.active span {
     width: 30px;
     background: var(--primary-color) !important;
}
 .testi_card .section_text {
     color: var(--tmeme_white);
     font-weight: 400;
     line-height: 1.5;
}
 .testi_card .section_comp {
     font-size: 18px;
     color: var(--secondary-color);
     font-weight: 400;
}
 .testimonial_section .overlay {
     background: rgba(0, 0, 0, 0.597);
}
/* team section */
/*============================== Team Section ==============================*/
 .team-section {
     position: relative;
     padding: 8ch 0;
     background: #f5f9fc;
     overflow: hidden;
}
 .team-section::before {
     content: "";
     position: absolute;
     top: -100px;
     right: -100px;
     width: 300px;
     height: 300px;
     background: rgba(0, 174, 239, 0.08);
     border-radius: 50%;
}
 .section-title {
     text-align: center;
     max-width: 75%;
     margin: 0 auto 60px;
}
 .section-title span {
     display: inline-block;
     font-size: 15px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: var(--secondary-color);
     margin-bottom: 15px;
}
 .section-title h2 {
     line-height: 1.2;
     margin-bottom: 20px;
}
 .section-title p {
     line-height: 28px;
}
 .team-card {
     position: relative;
     background: #fff;
     border-radius: 25px;
     overflow: hidden;
     transition: all 0.4s ease;
     margin: 15px;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}
 .team-card:hover {
     transform: translateY(-10px);
}
 .team-image {
     position: relative;
     overflow: hidden;
}
 .team-image img {
     width: 100%;
     height: 300px;
     object-fit: cover;
     transition: all 0.6s ease;
     object-position: top;
}
 .team-card:hover .team-image img {
     transform: scale(1.08);
}
 .team-image::before {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
     opacity: 0;
     transition: all 0.4s ease;
     z-index: 1;
}
 .team-card:hover .team-image::before {
     opacity: 1;
}
 .team-content {
     padding: 15px 30px;
     position: relative;
}
 .team-content h3 {
     font-size: 24px;
     margin-bottom: 10px;
     font-weight: 700;
     color: #111;
}
 .team-content span {
     display: inline-block;
     color: var(--primary-color);
     font-weight: 600;
     margin-bottom: 15px;
}
 .team-info {
     display: flex;
     justify-content: space-between;
     gap: 15px;
     margin-bottom: 25px;
}
 .info-item {
     flex: 1;
     background: #556b54;
     border-radius: 15px;
     padding: 15px;
     text-align: center;
     transition: all 0.3s ease;
     display: flex;
     justify-content: space-between;
}
 .team-card:hover .info-item {
     background: var(--secondary-color);
}
 .info-item i {
     font-size: 20px;
     color: var(--secondary-color);
     margin-bottom: 10px;
     transition: all 0.3s ease;
}
 .info-item p {
     font-size: 14px;
     font-weight: 600;
     color: var(--tmeme_white);
     margin: 0;
     transition: all 0.3s ease;
}
 .team-card:hover .info-item i, .team-card:hover .info-item p {
     color: #fff;
}
 .owl-dots {
     margin-top: 40px;
     text-align: center;
}
 .owl-dot span {
     width: 14px;
     height: 14px;
     margin: 5px;
     background: #cfd9df !important;
     display: block;
     border-radius: 50%;
     transition: all 0.3s ease;
}
 .team-section .owl-dot.active span {
     width: 38px;
     border-radius: 30px;
     background: var(--secondary-color) !important;
}
/* Responsive */
 @media (max-width: 991px) {
     .section-title h2 {
         font-size: 38px;
    }
     .team-image img {
         height: 380px;
    }
}
 @media (max-width: 767px) {
     .team-section {
         padding: 80px 0;
    }
     .section-title h2 {
         font-size: 30px;
    }
     .team-content {
         padding: 25px;
    }
     .team-image img {
         height: 320px;
    }
}







/*================================ Blog Section ================================*/




.blog-img img{
    width: 100%;
    height: 100%;
}

 .blog-section {
     position: relative;
     padding: 80px 0;
     background: #d7d7d7;
     overflow: hidden;
}
 .blog-wrapper {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
}
 .blog-card {
     width: 100%; 
     position: relative;
     min-height: 520px;
     border-radius: 30px;
     overflow: hidden;
     color: #4db84a;
     text-decoration: none;
     background-color: #914299;
     transition: all 0.5s ease;
     box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
 .blog-image {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
}
 .blog-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 1s ease;
}
 .blog-card:hover .blog-image img {
     transform: scale(1.08);
}
/*================================ Gradient Overlay ================================*/
 .blog-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient( to top, rgba(145, 66, 153, 0.96) 0%, rgba(77, 184, 74, 0.72) 25%, rgba(0, 0, 0, 0.1) 55%, transparent 100% );
     transition: all 0.6s ease;
}
 .blog-card:hover .blog-overlay {
     background: linear-gradient( to top, rgba(145, 66, 153, 0.98) 8%, rgba(77, 184, 74, 0.88) 52%, rgba(0, 0, 0, 0.28) 78%, transparent 100% );
}
/*================================ Content ================================*/
 .blog-content {
     position: relative;
     left: 0;
     bottom: 0;
     width: 100%;
     padding: 10px;
     z-index: 2;
    /* add this */
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
}
.blog-content:hover a{
    color: #fff;
}
/* Default Heading Bottom */
 .blog-content h4 {
    color: var(--tmeme_white);
    font-size: 1.5rem;
    line-height: 1.4;
    height: 60px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: translateY(0);
}
/* Hidden Content */
 .blog-content p, .blog-btn {
     opacity: 0;
     visibility: hidden;
     transform: translateY(30px);
     transition: all 0.45s ease;
     display: none;
}
/* Paragraph */
 .blog-content p {
     color: var(--tmeme_white);
     line-height: 28px;
     margin-top: 15px;
     margin-bottom: 18px;
}
/* Read More Button */
 .blog-btn {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     color: var(--tmeme_white);
     font-weight: 600;
     letter-spacing: 0.5px;
}
 .blog-btn i {
     transition: all 0.4s ease;
}
 .blog-card:hover .blog-btn i {
     transform: translateX(5px);
}
 .blog-card a:hover{
     color: #fff!important;
}

/*================================ Hover Animation ================================*/
/* Move heading upward */
 .blog-card:hover .blog-content h3 {
     transform: translateY(-20px);
}
/* Show paragraph and button */
/* .blog-card:hover .blog-content p, .blog-card:hover .blog-btn {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
     display: block;
}*/
/*================================ Border Hover ================================*/
 .blog-card::after {
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 30px;
     border: 2px solid transparent;
     transition: all 0.45s ease;
     z-index: 4;
}
 .blog-card:hover::after {
     border-color: rgba(255, 255, 255, 0.2);
}
/*================================ Shine Effect ================================*/
 .blog-card::before {
     content: "";
     position: absolute;
     top: -120%;
     left: -40%;
     width: 180px;
     height: 180%;
     background: rgba(255, 255, 255, 0.12);
     transform: rotate(25deg);
     z-index: 3;
     transition: all 0.8s ease;
}
 .blog-card:hover::before {
     left: 130%;
}
/* direct billing */
 .directBilling {
     padding-block: 50px;
     background: rgba(51, 37, 12, 0.2);
}
 .billing_slider .single_billing {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100px;
     background: #fff;
     border-radius: 18px;
     padding: 5px;
     border: 1px solid #eee;
}
 .billing_slider .single_billing img {
     width: auto;
     max-width: 100%;
     object-fit: contain;
     transition: all 0.35s ease;
}
 .billing_slider:hover .single_billing img {
     filter: grayscale(100%) blur(2px);
     opacity: 0.7;
}
/* keep hovered item normal */
 .billing_slider .single_billing:hover img {
     filter: grayscale(0) blur(0);
     opacity: 1;
}
/* usp */
 .usp-section {
     background: #f8fafc;
}
 .section-tag {
     display: inline-block;
     padding: 8px 18px;
     border-radius: 50px;
     background: rgba(108, 41, 140, 0.08);
     color: #6c298c;
     font-weight: 600;
     margin-bottom: 15px;
}
 .section-title {
     font-size: clamp(2rem, 4vw, 3rem);
     font-weight: 700;
     margin-bottom: 15px;
}
 .section-desc {
     max-width: 650px;
     margin: auto;
     color: #666;
}
 .usp-card {
     background: #1e0015aa;
     border-radius: 24px;
     padding: 15px 20px;
     height: 100%;
     position: relative;
     overflow: hidden;
     border: 1px solid rgba(0, 0, 0, 0.06);
     transition: all 0.4s ease;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
 .usp-card::before {
     content: "";
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 4px;
     background: linear-gradient(90deg, #59b224, #7d2ea8);
     transition: 0.5s;
}
 .usp-card:hover::before {
     left: 0;
}
 .usp-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
 .usp-header {
     display: flex;
     align-items: center;
     gap: 15px;
     margin-bottom: 20px;
     justify-content: center;
}
 .usp-icon {
     width: 60px;
     height: 60px;
     min-width: 60px;
     border-radius: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: linear-gradient(135deg, #59b224, #7d2ea8);
     color: #fff;
     font-size: 24px;
     transition: all 01.8s ease;
}
 .usp-card h4 {
     margin: 0;
     font-size: 1.2rem;
     font-weight: 700;
     line-height: 1.3;
}
 .usp-card:hover .usp-icon {
     transform: rotateY(360deg) scale(1.08);
}
 .usp-card p {
     color: var(--tmeme_white);
     margin-bottom: 0;
     line-height: 1.7;
     text-align: center;
}
/* Entrance Animation */
 @keyframes fadeUp {
     from {
         opacity: 0;
         transform: translateY(40px);
    }
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
/* pill button service tab */
 .service_tabs {
     position: relative;
     display: inline-flex !important;
     overflow: hidden;
     border: 2px solid var(--primary-color);
     border-radius: 60px;
     background: #fff;
}
/* diagonal divider */
 ul.service_tabs {
     position: relative;
     display: inline-flex !important;
     overflow: hidden;
     border: 2px solid var(--primary-color);
     border-radius: 60px;
     background: #fff;
     align-items: center;
     padding: 3px;
     gap: 1px;
     box-shadow: 2px 2px 6px #914299, inset 0px 0px 6px #914299;
}
 ul.service_tabs li.nav-item {
     width: 175px;
     height: 50px;
}
 .theme_btnn {
     padding: 10px 50px;
     color: #fff;
     font-weight: 600;
     font-size: 19px;
}
 ul.service_tabs li.nav-item:first-child {
     border-radius: 60px 0 0 60px !important;
     width: calc(50% - 0.5px);
     border-left: 2px solid #002e089e;
     overflow: hidden;
}
 ul.service_tabs li.nav-item:last-child {
     border-radius: 0 60px 60px 0 !important;
     width: calc(50% - 0.5px);
     overflow: hidden;
     border-right: 2px solid #002e089e;
}
 ul.service_tabs li.nav-item:first-child .theme_btnn {
     background: var(--secondary-color);
     width: 100%;
     height: 100%;
     border: none;
     box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 
    /* inset 2px 0 4px rgba(0, 0, 0, 0.2), */
     inset 0 -2px 4px rgba(0, 0, 0, 0.2);
}
 ul.service_tabs li.nav-item:last-child .theme_btnn {
     background: var(--primary-color);
     width: 100%;
     height: 100%;
     border: none;
     box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 
    /* inset -2px 0 4px rgba(0, 0, 0, 0.2), */
     inset 0 -2px 4px rgba(0, 0, 0, 0.2);
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
     font-size: 16px !important;
}
/*================================ About us Page ================================*/
 .theme_breadcrumb_banner {
     padding-top: 15%;
     padding-bottom: 5%;
     display: flex;
     align-items: center;
}
.theme_breadcrumb_banner h1{
    font-size: 2rem!important;
}

 .breadcrumb-bg, .breadcrumb-overlay {
     position: absolute;
     inset: 0;
}

 .breadcrumb-bg img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .breadcrumb-overlay {
     background: linear-gradient( 180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.742) );
}

 .breadcrumb {
     gap: 10px;
}
 .breadcrumb-item, .breadcrumb-item a {
     color: rgba(255, 255, 255, 0.9);
     text-decoration: none;
}
 .breadcrumb-item a:hover {
     color: var(--secondary-color);
}
 .breadcrumb-item.active {
     color: var(--secondary-color);
}
 .breadcrumb-item + .breadcrumb-item::before {
     color: rgba(255, 255, 255, 0.6);
}
/* faq apge */
 .faq-hero {
     background: #f8f9ff;
     position: relative;
     overflow: hidden;
}
 .faq-hero::before {
     content: "";
     position: absolute;
     width: 350px;
     height: 350px;
     background: rgba(126, 87, 194, 0.08);
     border-radius: 50%;
     top: -150px;
     right: -100px;
}
 .faq-tag {
     display: inline-block;
     padding: 10px 20px;
     background: rgba(25, 135, 84, 0.1);
     color: #198754;
     border-radius: 50px;
     font-weight: 600;
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .faq-image img {
     max-height: 380px;
}
 .faq-feature {
     background: #fff;
     padding: 14px 18px;
     border-radius: 12px;
     font-weight: 500;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
 .faq-feature i {
     color: #198754;
     margin-right: 10px;
}
 .btn-success {
     border-radius: 50px;
     padding: 14px 32px;
}
 .faq-feature {
     position: relative;
     overflow: hidden;
     background: #fff;
     padding: 18px 20px;
     border-radius: 15px;
     border: 1px solid #eee;
     transition: 0.4s;
     z-index: 1;
}
 .faq-feature::before {
     content: "";
     position: absolute;
     inset: 0;
     width: 0;
     background: linear-gradient( 90deg, rgba(133, 2, 91, 0.253), rgba(106, 2, 104, 0.129) );
     transition: 0.4s;
     z-index: -1;
}
 .faq-feature:hover::before {
     width: 100%;
}
 .faq-feature:hover {
     transform: translateY(-6px);
     box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
 .faq-feature i {
     transition: 0.4s;
}
 .faq-feature:hover i {
     transform: scale(1.25);
}
/* faq page faq section */
 .theme-accordion {
     --bs-accordion-border-width: 0;
     --bs-accordion-bg: transparent;
     width: min(100%, 900px);
     margin-inline: auto;
}
/* Accordion Item */
 .theme-accordion .accordion-item {
     border: none;
     border-radius: 18px !important;
     overflow: hidden;
     margin-bottom: 20px;
     background: #fff;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
     transition: all 0.35s ease;
}
 .theme-accordion .accordion-item:hover {
     transform: translateY(-5px);
     box-shadow: 0 20px 40px rgba(145, 66, 153, 0.12);
}
/* Accordion Button */
 .theme-accordion .accordion-button {
     font-size: 1.5rem;
     font-weight: 500;
     color: #222;
     padding: 24px 70px 24px 24px;
     background: linear-gradient( 120deg, var(--secondary-color) 0%, #69ca66 25%, var(--primary-color) 75%, #7d3785 100% );
     background-size: 200% 200%;
     background-position: left center;
     border: 0;
     box-shadow: none !important;
     transition: background-position 0.6s ease, color 0.4s ease, padding-left 0.3s ease;
}
/* Hover */
 .theme-accordion .accordion-button:hover {
     background-position: right center;
     color: #fff;
     padding-left: 30px;
}
/* Active */
 .theme-accordion .accordion-button:not(.collapsed) {
     background-position: right center;
     color: #fff !important;
     background-color: transparent !important;
     box-shadow: none !important;
}
/* Bootstrap Arrow */
 .theme-accordion .accordion-button::after {
     transition: all 0.4s ease;
}
 .theme-accordion .accordion-button:hover::after, .theme-accordion .accordion-button:not(.collapsed)::after {
     filter: brightness(0) invert(1);
}
 .theme-accordion .accordion-button:not(.collapsed)::after {
     transform: rotate(-180deg);
}
/* Remove Focus Border */
 .theme-accordion .accordion-button:focus {
     box-shadow: none;
     border-color: transparent;
}
/* Accordion Body */
 .theme-accordion .accordion-body {
     padding: 28px 30px;
     background: #fff;
     color: #666;
     line-height: 1.9;
     font-size: 1.2rem;
     animation: fadeUp 0.4s ease;
     position: relative;
}
 .theme-accordion .accordion-body::before {
     content: "";
     position: absolute;
     width: 100%;
     background: linear-gradient( 90deg, var(--primary-color), var(--secondary-color) );
     z-index: 2;
     height: 8px;
     bottom: 0;
     left: 0;
}
/* Active Card */
 .theme-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
     box-shadow: 0 20px 50px rgba(145, 66, 153, 0.15), 0 10px 25px rgba(77, 184, 74, 0.1);
}
 .faq_section .accordion-button i {
     font-size: 1.8rem;
     margin-right: 5px;
     color: var(--primary-color);
     background-color: #fff;
     border: 2px solid #fff;
     border-radius: 50%;
}
/* Fade Animation */
 @keyframes fadeUp {
     from {
         opacity: 0;
         transform: translateY(12px);
    }
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
/* Mobile */
 @media (max-width: 767px) {
     .theme-accordion .accordion-button {
         font-size: 1rem;
         padding: 18px 55px 18px 18px;
    }
     .theme-accordion .accordion-button:hover {
         padding-left: 22px;
    }
     .theme-accordion .accordion-body {
         padding: 20px;
    }
}
 .contact-modern-section {
     background: #f8f9fb;
}
/* Top Section */
 .contact-top {
     background: #fff;
     border-radius: 30px;
     padding: 60px;
     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}
 .contact-tag {
     display: inline-block;
     padding: 10px 20px;
     border-radius: 50px;
     background: rgba(77, 184, 74, 0.1);
     color: var(--primary-color);
     font-weight: 600;
     margin-bottom: 20px;
}
 .contact-content h2 {
     font-size: 3rem;
     font-weight: 800;
     line-height: 1.2;
}
 .contact-content h2 span {
     background: linear-gradient( 90deg, var(--secondary-color), var(--primary-color) );
     background-size: 200% auto;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     animation: textGradient 4s linear infinite;
}
 @keyframes textGradient {
     from {
         background-position: left center;
    }
     to {
         background-position: right center;
    }
}
 .contact-content p {
     margin: 25px 0;
     color: #666;
     line-height: 1.8;
}
 .contact-image {
     border-radius: 20px;
     width: 100%;
     height: 450px;
     overflow: hidden;
}
 .contact-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
/* Button */
 .theme-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 14px 34px;
     border-radius: 50px;
     text-decoration: none;
     color: #fff;
     font-weight: 600;
     border: none;
     background: linear-gradient( 90deg, var(--secondary-color), var(--primary-color) );
     background-size: 200% auto;
     transition: 0.4s;
}
 .theme-btn:hover {
     background-position: right center;
     color: #fff;
}
/* Contact Cards */
 .contact-info-row {
     margin-top: 40px;
     position: relative;
     z-index: 3;
}
 .info-card {
     background: #fff;
     text-align: center;
     padding: 25px;
     border-radius: 20px;
     transition: 0.4s;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
     place-content: center;
}
 .info-card:hover {
     transform: translateY(-10px);
}
 .info-card i {
     width: 65px;
     height: 65px;
     line-height: 65px;
     border-radius: 50%;
     color: #fff;
     font-size: 22px;
     background: linear-gradient( 135deg, var(--secondary-color), var(--primary-color) );
     animation-delay: -1s;
     animation-duration: 0s;
     animation-iteration-count: 0;
}
/* 2. Trigger the default Font Awesome shake when the card is hovered */
 .info-card:hover i {
     animation-delay: 0s;
     animation-duration: 1s;
    /* Default FA speed */
     animation-iteration-count: infinite;
}
 .info-card h5 {
     margin: 20px 0 10px;
}
 .contact-timing ul li {
     font-size: 20px;
     font-weight: 500;
}
 .mid_fig {
     width: 22%;
     position: absolute;
     left: calc(5 / 12 * 100%);
     top: 0;
     bottom: 0;
}
 .mid_fig img {
     object-fit: cover;
     width: 100%;
     height: 100%;
}
/* Form */
 .contact-form-box {
     background: #fff;
     padding: 50px;
     border-radius: 25px;
     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
 .contact-form-box h3 {
     font-weight: 700;
     margin-bottom: 20px;
}
 .social-links a {
     width: 45px;
     height: 45px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     text-decoration: none;
     color: #fff;
     margin-right: 10px;
     background: linear-gradient( 135deg, var(--secondary-color), var(--primary-color) );
}
 .form-control {
     border-radius: 12px;
     min-height: 55px;
}
 textarea.form-control {
     min-height: 150px;
}
 @media (max-width: 991px) {
     .contact-top {
         padding: 30px;
    }
     .contact-content h2 {
         font-size: 2.2rem;
    }
     .contact-info-row {
         margin-top: 30px;
    }
     .contact-form-box {
         padding: 30px;
    }
}
/* service details */
.service_details h1,h2{
    color: var(--secondary-color) !important;
}

 .service_details_img {
     width: 100%;
     height: 450px;
}

 .service_details_img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .details_page h2:not(.service_details_title) {
     margin-top: 1.2rem;
     margin-bottom: 0.7rem;
}
 .details_page li strong {
     color: var(--primary-color);
}
 .details_page li, .details_page p {
     font-size: 19px;
     color: #000;
}
 .bordeer_theme {
     border-left: 5px solid var(--primary-color) !important;
}
/* more slider */
 .more-card {
     display: block;
     position: relative;
     overflow: hidden;
     border-radius: 24px;
     text-decoration: none;
     aspect-ratio: 1/0.7;
}
 .more-card-img {
     width: 100%;
     height: 100%;
}
 .more-card-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: 0.6s ease;
}
 .more-card::before {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(to top, #250129, #0000005b, transparent);
     z-index: 1;
}
 .more-card-content {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     width: 80%;
     bottom: 30px;
     z-index: 2;
}
 .more-card-content h4 {
     color: #fff;
     margin: 0;
     line-height: 1.3;
     max-width: 250px;
}
 .more-card:hover img {
     transform: scale(1.08);
}
 .more__item .more-card-content p {
     font-weight: 400;
}
/* middle more slider */
 .condition-card {
     display: flex;
     align-items: center;
     background: linear-gradient(135deg, #39014079, #033501a7);
     border-radius: 20px;
     overflow: hidden;
     text-decoration: none;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     transition: 0.4s;
     margin-block: 10px;
}
 .condition-card:hover {
     transform: translateY(-6px);
}
 .condition-img {
     width: 50%;
     height: 180px;
     flex-shrink: 0;
}
 .condition-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .condition-content {
     width: 50%;
     text-align: left;
     padding: 30px;
}
 .condition-tag {
     display: inline-block;
     font-size: 12px;
     font-weight: 600;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: var(--theme-color);
     margin-bottom: 10px;
}
 .condition-content h4 {
     font-size: 24px;
     margin-bottom: 10px;
     color: #4cb749;
    height: 60px;
    overflow: hidden;
}
 .condition-link {
     color: #fff;
     font-weight: 400;
}
 .condition-link i {
     transition: 0.3s;
}
 .condition-card:hover .condition-link i {
     transform: translateX(5px);
}
 .item3_more-card {
     display: block;
     overflow: hidden;
     text-decoration: none;
     background: linear-gradient(180deg, #39014079, #033501a7);
     transition: all 0.4s ease;
     border: 1px solid rgba(0, 0, 0, 0.08);
     border-radius: 20px;
     overflow: hidden;
     margin-top: 10px;
}
 .item3_more-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
 .item3_more-card-img {
     aspect-ratio: 1/0.7;
     overflow: hidden;
}
 .item3_more-card-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: all 0.6s ease;
}
 .item3_more-card:hover .item3_more-card-img img {
     transform: scale(1.08);
}
 .item3_more-card-content {
     padding: 25px;
     text-align: left !important;
     height: 200px;
     display: flex;
     flex-direction: column;
}
 .item3_more-card-content h4 {
     font-size: 1.2rem;
     line-height: 1.5;
     color: #fff;
     margin-bottom: 20px;
     font-weight: 500;
     text-align: center;
}
 .item3_more-card-content p {
     color: var(--theme-color, #5a026c) !important;
     font-weight: 600 !important;
     margin-bottom: 0;
     transition: all 0.3s ease;
     margin-top: auto;
}
 .item3_more-card-content p i {
     transition: all 0.3s ease;
}
 .item3_more-card:hover p i {
     transform: translateX(6px);
}
 .more__item3 .owl-stage {
     display: flex;
}
 .more__item3 .owl-item {
     height: auto;
}
 .more__item3 .item3_more-card {
     height: 100%;
}
 .more__item3 .owl-item {
     margin-bottom: 10px;
}
 




.footer_copy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}









 @media (max-width: 991px) {
.d-flex.align-items-center.gap-5.list-unstyled.mb-0{
  display: contents!important;
  text-align: center!important;
  justify-content: center!important;
}
h2{
    font-size: 2.5rem!important;
}
h3{
    font-size: 2rem!important;
}
h4{
    font-size: 1.7rem!important;
}
.header_top_right {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
.header_top {
  padding-top: 5px;
  padding-bottom: 0px;
  background: linear-gradient( 180deg, var(--secondary-color) 30%, #4eb84ac6 50%, transparent 100% );
}
#mega-menu-wrap-main-menu {
  height: 30vh!important;
  overflow: scroll!important;
}
.header_top_wrapper {
  display: block!important;
}
.blog-card {
  width: 100%;
  margin-bottom: 30px;
}
.section-title {
  text-align: center;
  max-width: 100%!important;
}

}

@media (max-width: 870px) {
.owl-nav {
  top: 25%;
  left: -18px;
}
.call_btn.text-lg-end {
  position: relative;
  margin: 50px 0;
}
.theme_video_banner {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.theme_btn {
  font-size: 16px;
  cursor: pointer;
  padding: 8px 10px;
  transition: all 0.3s ease;
}
.usp-card br{
    display: none;
}
.about_section .figure_bg{
    position: relative!important;
}

}


@media (max-width: 767px) {
.bottom_footer {
  background: #310336;
  padding-bottom: 10%;
}
.footer_copy {
  width: 100%;
  display: block;
  justify-content: space-between;
  text-align: center;
}
.termconditions.d-flex.gap-2 {
  text-align: center;
  display: flex;
  justify-content: center!important;
}
.header_top {
    display: none;
  }
.why_list {
  display: block!important;
}





}



@media (max-width: 575px) {
.theme_header .navbar-brand img{
    width: 200px;
}    
.navbar-brand img{
    width: 100%;
}
.banner{
  display: none;
}
h2{
    font-size: 2rem!important;
}
h3{
    font-size: 1.6rem!important;
}
h4{
    font-size: 1.2rem!important;
}
.theme_video_banner {
  position: relative;
  width: 100%;
  height: 35vh;
  overflow: hidden;
}
.banner_content .theme_btn {
  display: none;
}
.banner_content h1{
  font-size: 1.5rem!important;
}
.service_content h4{
    font-size: 1.4rem!important;
}
.usp-card h4 {
  font-size: 1.2rem;
}
.figure_bg {
  position: relative;
  inset: 0;
  z-index: 0;
}
.banner_content {
  position: absolute;
  margin-bottom: 0rem;
}
.rightside_img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  position: relative;
  margin-top: 50px;
}
.footer_widget h4{
    font-size: 2rem!important;
}
.left_content {
  width: 100%;
  height: auto;
}
.owl-nav {
    top: 25%;
    left: -13px;
  }
.blog-card {
  width: 100%;
  position: relative;
  min-height: 400px;
}
.blog-img img {
  width: 100%;
  height: 260px;
}
.blog-content {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
}
.theme-accordion .accordion-button {
    font-size: 1.3rem;
    padding: 18px 15px 18px 18px;
  }
.faq-feature {
  font-size: 18px;
}
.wp-block-image img {
  height: 350px;
  object-fit: cover;
}
.contact-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.contact-image {
  border-radius: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
    margin-top: 20px;
}
.mid_fig {
  width: 100%;
  position: relative;
  left: 0px;
  top: 0;
  bottom: 0;
}
.mid_fig img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.contact-timing {
  margin-top: 30px;
}
.theme_breadcrumb_banner {
  padding-top: 20%;
  padding-bottom: 5%;
}
.figure_bg{
    position: absolute;
}




}

 

/* input.wpcf7-form-control.wpcf7-submit.has-spinner{
	display: inline-block;
    padding: 14px 35px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
} */

/* input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.45);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:active{
	 transform: scale(0.97);
}
.why_us_section span{
	display: block;
}
.wpcf7-form-control-wrap{
	width: 90%;
}
.why_us_section form{
	width: 100%;
	align-items: center;
} */
/* .wpcf7 {
	justify-content: center;
}
input.wpcf7-form-control.wpcf7-text{
	width:100%;
}
label{
	display: flex;
	flex-direction: column;
}
.why_us_section form br{
	display: none;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	width:100%;
	height:150px;
} */
/* input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date{
	width:90%;
}
.book-an{
	display:flex;
	justify-content: center;
	width: 70%;
}
 */


/* ============================
   WHY US SECTION FORM
============================ */

.why_us_section form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* Label */

.why_us_section label {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #1b2b45;
}

/* Span */

.why_us_section span {
    display: block;
    margin-bottom: 8px;
}

/* Contact Form Wrapper */

.wpcf7 {
    display: flex;
    justify-content: center;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

/* Input Fields */

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #d7dde8;
    border-radius: 12px;
    background: #f8fafc;
    font-size: 15px;
    color: #333;
    transition: all .35s ease;
    outline: none;
    box-sizing: border-box;
}

/* Textarea */

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 160px;
    resize: vertical;
}
select.wpcf7-form-control.wpcf7-select{
	cursor:pointer;
}
/* Focus Effect */

input:focus,
textarea:focus,
select:focus {
    border-color: #0A7CFF;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(10, 124, 255, .15);
}

/* Placeholder */

input::placeholder,
textarea::placeholder {
    color: #8b95a7;
}

/* Remove BR */

.why_us_section form br {
    display: none;
}

/* Submit Button Wrapper */

.book-an {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
}

/* Submit Button */

.book-an input[type="submit"],
.wpcf7-submit {
	width: 100%;
    background:  linear-gradient(124deg,rgba(145, 66, 153, 1) 47%, rgba(77, 184, 74, 1) 100%);
    color: #fff;
    border: none;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all .35s ease;
    box-shadow: 0 12px 30px rgba(10,124,255,.35);
}

.book-an input[type="submit"]:hover,
.wpcf7-submit:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(10,124,255,.45);
}

/* Contact Form Messages */

.wpcf7-response-output {
    margin-top: 20px !important;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

/* Responsive */

@media (max-width: 768px) {

    .why_us_section form {
        padding: 25px;
    }

    input.wpcf7-form-control.wpcf7-text,
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date,
    textarea.wpcf7-form-control.wpcf7-textarea,
    select.wpcf7-form-control {
        padding: 14px;
        font-size: 14px;
    }

    .book-an input[type="submit"],
    .wpcf7-submit {
        width: 100%;
    }
}



