/* Extra extra large Layout*/
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .sidebar-list {
    display: none;
  }
}


/* Extra Large Layout */
@media (max-width: 1199px) {
  header .header-style-one.header-light .hamburger span {
    background: #fff;
  }
  header .header-style-one.sticky.header-light .hamburger span {
    background: #2D373C;
  }
  /* Header style one */
  header .header-style-one.header-light .main-nav ul li a.active span {
    display: none;
  }
  header .header-style-one .main-nav > ul > li > a.active::before {
    display: none;
  }
  header .header-style-one .main-nav > ul > li > a.active span {
    display: none;
  }
  header .header-style-one .hamburger {
    display: block !important;
    position: relative;
    width: 40px !important;
    height: 30px !important;
    margin: 30px 0;
    cursor: pointer;
    border: 3px solid transparent !important;
    float: right;
  }
  header .header-style-one .hamburger:focus {
    border: 3px solid transparent !important;
  }
  header .header-style-one .main-nav > ul > li > a {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 35px;
    margin: 0;
  }
  header .header-style-one .main-nav ul > li a.active::before {
    opacity: 1 !important;
  }
   header .header-style-one .main-nav ul > li a:hover {
    background: transparent;
  } 
  header .header-style-one .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    padding: 10px 15px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #000;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  header .header-style-one .main-nav > ul > li.has-child-menu:after {
    display: none !important;
  }
  header .header-style-one .hamburger span {
    width: 100%;
    height: 2px;
    background: #2d373c;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-style-one .hamburger span.h-top {
    top: 0;
  }
  header .header-style-one .hamburger span.h-bottom {
    bottom: 0;
    width: 27px;
  }
  header .header-style-one .hamburger span.h-middle {
    top: 50%;
    width: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header-style-one .hamburger.h-active span {
    width: 80%;
  }
  header .header-style-one .hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header .header-style-one .hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  header .header-style-one .hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
  header .header-style-one .main-nav.slidenav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .header-style-one .main-nav > ul {
    float: none;
    padding: 25px 10px;
    margin-top: 40px !important;
  }
  header .header-style-one .main-nav > ul > li.has-child-menu:after {
    content: none;
  }
  header .header-style-one .main-nav > ul > li > a:after {
    content: none;
  }
  header .header-style-one .main-nav > ul > li {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  header .header-style-one header .header-style-one .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 0;
  }
  header .header-style-one .main-nav > ul > li a {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 0;
  }
  header .header-style-one .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }
  header .header-style-one .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  header .header-style-one li a.active {
    color: #ddd;
    font-weight: 600;
    font-size: 1.5rem;
  }
  header .header-style-one li a.active::before {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: red;
    opacity: 0 !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  header .header-style-one .main-nav ul li ul.sub-menu > li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0 !important;
    height: 2px;
    content: "";
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-style-one .main-nav ul li a {
    padding: 0 !important;
  }
  header .header-style-one .main-nav ul li a::before {
    bottom: 0rem !important;
  }
  header .header-style-one .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 6px 0 !important;
    color: #fff !important;
    border: none;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 10px;
  }
  /* Header style two */
  header .header-style-two .main-nav > ul > li > a.active::before {
    display: none;
  }
  header .header-style-two .main-nav > ul > li > a.active span {
    display: none;
  }
  header .header-style-two .hamburger {
    display: block !important;
    position: relative;
    width: 40px !important;
    height: 30px !important;
    margin: 30px 0;
    cursor: pointer;
    border: 3px solid transparent !important;
    float: right;
  }
  header .header-style-two .hamburger:focus {
    border: 3px solid transparent !important;
  }
  header .header-style-two .main-nav > ul > li > a {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 35px;
    margin: 0;
  }
  header .header-style-two .main-nav ul > li a.active::before {
    opacity: 1 !important;
  }
  header .header-style-two .main-nav ul > li a:hover {
    background: transparent;
  }
  header .header-style-two .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    padding: 10px 15px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #000;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  header .header-style-two .main-nav > ul > li.has-child-menu:after {
    display: none !important;
  }
  header .header-style-two .hamburger span {
    width: 100%;
    height: 2px;
    background: #2d373c;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-style-two .hamburger span.h-top {
    top: 0;
  }
  header .header-style-two .hamburger span.h-bottom {
    bottom: 0;
    width: 27px;
  }
  header .header-style-two .hamburger span.h-middle {
    top: 50%;
    width: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header-style-two .hamburger.h-active span {
    width: 80%;
  }
  header .header-style-two .hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header .header-style-two .hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  header .header-style-two .hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
  header .header-style-two .main-nav.slidenav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .header-style-two .main-nav > ul {
    float: none;
    padding: 25px 10px;
    margin-top: 40px !important;
  }
  header .header-style-two .main-nav > ul > li.has-child-menu:after {
    content: none;
  }
  header .header-style-two .main-nav > ul > li > a:after {
    content: none;
  }
  header .header-style-two .main-nav > ul > li {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  header .header-style-two header .header-style-two .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 0;
  }
  header .header-style-two .main-nav > ul > li a {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 0;
  }
  header .header-style-two .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }
   header .header-style-two .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
  } 
  header .header-style-two li a.active {
    color: #ddd;
    font-weight: 600;
    font-size: 1.5rem;
  }
  header .header-style-two li a.active::before {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 2px;
    /* content: ""; */
    background-color: red;
    opacity: 0 !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  header .header-style-two .main-nav ul li ul.sub-menu > li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0 !important;
    height: 2px;
    content: "";
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-style-two .main-nav ul li a {
    padding: 0 !important;
  }
  header .header-style-two .main-nav ul li a::before {
    bottom: 0rem !important;
  }
  header .header-style-two .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 6px 0 !important;
    color: #fff !important;
    border: none;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 10px;
  }
  .event-d-sidebar {
    margin-top: 60px;
  }
  .schedule-tab-buttons button.nav-link {
    margin-top: 34px;
  }
  .single-schedule-card-style-two {
    margin: 0 8px;
  }
}


.header-area {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    transition: all 0.4s ease;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* ✅ Medium logo size */
.header-area .logo img {
    height: 85px;
    transition: all 0.4s ease;
}

/* Shrinks navbar on scroll */
.header-area.shrink {
    padding: 5px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* ✅ Keep logo medium (not too small) when scrolling */
.header-area.shrink .logo img {
    height: 70px; 
}

/* Tablet Layout*/
/* Wide Mobile Layout*/
@media only screen and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-content {
    padding: 150px 0 90px 0;
    position: relative;
  }
  .breadcrumb-area .breadcrumb-content .page-title {
    font-size: 40px;
  }
  /*home page responsive*/
  .slide-figure {
    margin-top: 60px;
  }
  .hero-area .hero-slider {
    padding: 200px 0 100px 0;
  }
  .single-schedule-card .single-schedule-right {
    border-top: none;
  }
  .main-searchbar-area .searchbar-wrapper .searchbar-input-group {
    margin-bottom: 20px;
  }
  .testimonial-slider-wrapper {
    margin-top: 60px;
  }
  .footer-area .footer-newslatter-wrapper {
    margin-top: 30px;
  }
  .footer-widget {
    margin-top: 30px;
  }
  .testimonial-slider-wrapper {
    padding: 0;
    border: none;
  }
  .testimonial-slider-wrapper::before {
    display: none;
  }
  .about-wrapper .feature-info,
  .about-wrapper .about-company .company-mini-gallary {
    margin-top: 40px;
  }
  .main-searchbar-area {
    margin-top: 80px;
  }
  .testimonial-wrapper {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .blog-sidebar {
    margin-top: 60px;
  }
  .single-speaker-info {
    margin-top: 40px;
  }
  .single-schedule-card-style-two .single-schedule-right {
    border: 1px solid #F5D0DA;
    border-top: none;
  }
  .contact-wrapper .contact-form-wrapper {
    margin-top: 40px;
  }
  .background-title {
    position: absolute;
    top: 15px;
    left: 0;
  }
  .background-title h1 {
    font-weight: 900;
    font-size: 70px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    word-break: break-all;
  }
}

/* Mobile Layout*/
@media only screen and (max-width: 767px) {
  .section-head h5 {
    font-size: 20px;
  }
  .section-head h2 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 10px;
  }
  .single-schedule-card .single-schedule-left .schedule-top {
    padding: 15px 10px 17px 10px;
  }
  /*home page responsive*/
  .hero-area .hero-slider .slide-content h2 {
    font-size: 44px;
    line-height: 64px;
  }
  .about-wrapper .about-history {
    padding: 15px 25px 30px 25px;
  }
  .ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link::before,
  .ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link::after,
  .ed-main-wrap .ed-tabs-wrapper .tabs-pill ul::before {
    display: none;
  }
  .ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link {
    padding: 5px 10px;
    min-width: 100px;
  }
  .ed-main-wrap .ed-tabs-wrapper {
    margin-top: 20px;
  }
  .hero-two-slider .hero-two-item-1 .hero-content-layer {
    padding-bottom: 130px;
  }
  .hero-two-slider .hero-two-item-1 .hero-content-layer h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hero-two-slider .hero-two-item-1 .hero-content-layer .hero-btns a, .hero-two-slider .hero-two-item-1 .hero-content-layer .hero-featured-countdown .hero-countdown-box {
    margin-right: 30px;
  }
  .background-title {
    display: none;
  }
  .page-outlined-text {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  /*home page responsive*/
  .hero-area .hero-slider .slide-content h2 {
    font-size: 32px;
    line-height: 50px;
    word-break: break-word;
  }
  .hero-area .hero-slider .slide-content h5 {
    font-size: 20px;
  }
  .single-schedule-card .single-schedule-right .schedule-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
  }
  .single-schedule-card .single-schedule-right {
    padding: 20px 22px;
    border-top: none;
  }
  .single-schedule-card .single-schedule-left .schedule-bottom .speaker-info p {
    font-size: 14px;
  }
  .single-schedule-card .single-schedule-left .schedule-bottom .speaker-info h4 {
    font-size: 20px;
  }
  .single-schedule-card .single-schedule-left .schedule-bottom .speaker-info .speaker-social-links li {
    margin-right: 10px;
  }
  .single-schedule-card .single-schedule-left .schedule-bottom .speaker-image img {
    max-width: 155px;
  }
  .testimonial-slider-wrapper .testimonial-card .testimonial-top .reviewer-image img {
    max-width: 160px;
  }
  .testimonial-slider-wrapper .testimonial-card .testimonial-top .reviewer-name {
    font-size: 20px;
  }
  .testimonial-slider-wrapper .testimonial-card .review-texts {
    padding: 18px 18px;
  }
  .testimonial-wrapper .testimonial-info h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
  }
  .about-wrapper .about-history .float-title {
    font-size: 20px;
  }
  .ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li {
    margin-right: 24px;
  }
  .ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link span {
    font-size: 16px;
  }
  .ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link i {
    font-size: 20px;
  }
  .ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link {
    min-width: 86px;
  }
  .gallary-group .gallary-group-header .gallary-group-title {
    font-size: 25px;
  }
  .comment-section .comments-list .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-details-wrapper .blog-details .blog-d-top .blog-d-title {
    font-size: 25px;
    line-height: 40px;
  }
  .blog-details-wrapper .blog-details .blog-body .blog-quote-block {
    padding: 20px 24px;
  }
  .blog-details-wrapper .blog-details .blog-body .blog-quote-block h6 {
    font-size: 18px;
  }
  .comment-form {
    padding: 25px 30px 30px 30px;
  }
  .hero-two-slider .hero-two-item-1 .hero-content-layer h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .testimonial-card-style-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    border-radius: 5px;
    padding: 20px;
  }
  .testimonial-card-style-two .reviewer-image {
    margin: 0;
  }
  .single-schedule-card-style-two .single-schedule-right {
    padding: 20px;
  }
  .hero-two-slider .hero-two-item-1 .hero-content-layer {
    padding: 90px 0;
  }
  .hero-two-slider .hero-two-item-1 .hero-content-layer .hero-btns a, .hero-two-slider .hero-two-item-1 .hero-content-layer .hero-featured-countdown .hero-countdown-box {
    margin-right: 14px;
  }
}




.color span {
  color: gold;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
  font-weight: bold;
}







/* 
embeded google map */




.contact-map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%; /* Same 600x400 aspect ratio */
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5); /* Golden glow effect */
}

.mapouter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap_canvas iframe {
  width: 100%;
  height: 100%;
  border: 3px solid gold; /* Golden border */
  border-radius: 15px;
}
   





/* services section */




/* Section Base */
.services-section {
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  animation: fadeInDown 1s ease-in-out;
}

.section-subtitle {
  color: #555;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}
.section-subtitle span {
  color: #c5a100; /* golden accent */
  font-weight: bold;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Service Box */
.service-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  animation: fadeInUp 1s ease-in-out;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(197, 161, 0, 0.3);
}

/* Image Section */
.service-img {
  overflow: hidden;
  height: 220px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.service-box:hover img {
  transform: scale(1.1);
}

/* Text Section */
.service-box h3 {
  font-size: 20px;
  color:goldenrod;
  margin-top: 20px;
}

.service-box p {
  color: #555;
  padding: 0 20px 25px;
  line-height: 1.6;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .section-title { font-size: 32px; }
  .section-subtitle { font-size: 16px; }
  .service-box h3 { font-size: 18px; }
}







/* testimonial section */
.testimonial-section {
  background: linear-gradient(135deg, #ffe4ec 0%, #fff6f9 50%, #ffd6e8 100%);
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-header h5 {
  color: #e91e63;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}
.section-header h2 span {
  color: #e91e63;
}
.section-header p {
  color: #555;
  max-width: 700px;
  margin: 15px auto;
}

/* ===== Testimonial Cards ===== */
.testimonial-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  padding: 40px 25px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  animation: float 5s ease-in-out infinite;
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(233,30,99,0.3);
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.testimonial-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  font-style: italic;
  margin-bottom: 25px;
}

/* ===== Footer (Client info) ===== */
.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.testimonial-footer img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e91e63;
}
.client-info h4 {
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}
.client-info span {
  font-size: 0.9rem;
  color: #888;
}

/* Swiper Controls */
.swiper-button-next,
.swiper-button-prev {
  color: #e91e63;
  transition: 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #ff8ab5;
}
.swiper-pagination-bullet {
  background: #e91e63;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}









/* about section in home */

.company-info {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.company-info h5 {
  color: #ff4081;
  font-weight: 600;
  letter-spacing: 1px;
}

.company-info h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0;
}

.company-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}


/*# sourceMappingURL=responsive.css.map */