/********** Template CSS **********/
:root {
   --primary: #947676;             
   --light:#C7C1C1;           
   --dark: #ED9607;       
}
   
.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;  
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: blue;  
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: blue;  
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 255, 0.7),rgba(0, 0, 255, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-color: #DAA520;    
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1; 
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;  
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

 .calendar-container {
            height: 600px;
            margin-bottom: 20px;
        }
       
    .description {
            margin-top: 20px;
            color: #666;
            line-height: 1.6;
        }       
   .logo {   
        width: 130px;   /* set desired width */
        height: 70px;   /* keeps aspect ratio */
    }   

      .hero-content2 h1 {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        }
        
        .hero-content2 p {
            font-size: 1.3rem;
            font-weight: 300;
            margin-bottom: 40px;
            line-height: 1.6;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }      
       
       /* Video Background Container */
        .video-container {
            position: relative;
            height: 80vh;
            width: 100%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .video-container video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 80%;
            width: auto;
            height: auto;
            transform: translateX(-50%) translateY(-50%);
            z-index: -1;
        }
        
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 80%;
            background: ; 
            z-index: 0;  
        }
        
      .hero-content2 h1 {
                font-size: 2.5rem;
            }
            
            .hero-content2 p {
                font-size: 1rem;
            }
            
            .btn-container2 {
                flex-direction: column;
                align-items: center;
            }            
            .btn2 {
                width: 100%;
                max-width: 300px;
            }
            
            .content-section {
                padding: 60px 20px;
            }
           .btn2 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 16px 35px;
            background: #fff;
            color: #6a1b9a;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            min-width: 180px;
        }
        
        .btn2:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }
        
        .btn2-primary {
            background: #6CA6CD;
            color: white;
        }
        
        .btn2-outline {
            background: transparent;
            color: white;
            border: 2px solid white;
        }
        
        .btn2-outline:hover {
            background: white;
            color: #B0C4DE;
        }
        
        .btn2 i {
            margin-right: 10px;
            font-size: 1.2rem;
        }
        
        /* Content Sections */
        .content-section {
            padding: 100px 50px;
            color: #333;
            text-align: center;
        }
        
        .content-section h2 {
            font-size: 2.5rem;
            margin-bottom: 30px;
            color: #2d3436;
        }
        
        .content-section p {
            font-size: 1.1rem;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto 30px;
        }
        
        .dark-section {
            background: #2d3436;
            color: white;
        }
        
        .dark-section h2 {
            color: white;
        }
      select, button {
            padding: 8px 12px;
            background-color: #2a2e39;
            color: #e0e0e0;
            border: 1px solid #3a3f4b;
            border-radius: 4px;
        }  
      .topic-heading {
            border: 1px solid #000; /* Black border */
            border-radius: 10px; /* Rounded corners */
            padding: 15px;
            text-align: center;
            font-family: Arial, sans-serif;
            margin: 5px; 
            font-size: 17px;  
            background-color: #C7C1C1; /* Light gold background */
            font-color:red; 
            text-shadow: 2px 2px 4px gray;
        }          
        
   .bigger-card { 
            background-color: #947676;  
            backdrop-filter: blur(10px);
            border-radius: 5px;
            padding: 4px;  
            margin-bottom: 2px;             
            height: auto;         
            width: 300px;        
            border: 4px solid #947676;    
            grid-template-columns: 1fr 1fr;
            gap: 10px; 
        }                  
         .plate-text{
  text-align: center; 
  padding: 40px 25px; 
  background: #000006; 
  border-radius: 15px; 
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); 
  max-width: 420px; 
  margin: 30px auto; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}    
 
  .title-plate {    
    color: red; 
    background: #C7C1C1;   
    display: inline-block; 
    padding: 10px 18px; 
    border-radius: 10px; 
    text-shadow: 2px 2px 4px black; 
    font-size: 1.5em; 
    margin: 10px 0;
  }
     .plate{ 
    background: #000006;                                 
    color: white ;   
    font-size: 1.05em; 
    line-height: 1.7; 
    margin-top: 12px; 
    font-family: 'Poppins', sans-serif;
  }   
     
     .plans-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      padding: 20px;
    }

    .plan-card {
      background: #ffffff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      width: 320px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
    }

    .plan-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    }

    .plan-image {
      position: relative;
      background: #fff;
      padding: 20px;
      text-align: center;
    }

    .plan-image img {
      width: 200px;
      height: auto;
    }

    .buttons {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin: 10px 0 0;
    }

    .buttons a {
      text-decoration: none;
      background: #00BFFF;
      color: white;
      padding: 8px 16px;
      border-radius: 25px;
      font-weight: 500;
      font-size: 14px;
      transition: background 0.3s;
    }

    .buttons a:hover {
      background: #007ACC;
    }

    .plan-details {
      padding: 20px;
      text-align: center;
    }

    .plan-details h2 {
      color: #000;
      font-size: 26px;
      margin: 5px 0;
    }

    .plan-details .stars {
      color: #00C851;
      margin: 5px 0;
      font-size: 14px;
    }

    .plan-name {
      background: #fff;
      color: #000;
      font-weight: 700;
      letter-spacing: 1px;
      display: inline-block;
      padding: 5px 15px;
      border-radius: 3px;
      margin-top: 10px;
    }

    .plan-footer {
      display: flex;
      justify-content: space-around;
      background: #e9eef3;
      padding: 10px 0;
      font-size: 13px;
      color: #000;
      border-top: 1px solid #ccc;
    }

    .plan-footer div {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    /* Unique plan colors */
    .bronze { background: #cd7f32; color: white; }
    .silver { background: #A5D8FF; }
    .gold { background: #FFD700; }

  .warning-text {
    color: #FFD700;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00FF7F;
    box-shadow: 0 0 0 rgba(0,255,127, 0.4);
    animation: pulseEffect 1.5s infinite;
  }

  @keyframes pulseEffect {
    0% { box-shadow: 0 0 0 0 rgba(0,255,127, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(0,255,127, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0,255,127, 0); }
  }

  .footer .btn-link {
    color: #bbb;
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
    transition: 0.3s;
  }

  .footer .btn-link:hover {
    color: #ED9607;
    text-decoration: underline;
  }

  .btn-social {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
  }

  .btn-social:hover {
    background-color: #ED9607;
    color: #fff;
  }



</style>


 
 
                                                                               



   
   
        