﻿  @media only screen and (min-width: 992px)
        {
            .hero-banner
            {
                height:500px;    
            }
        }
  
  .margin-btn
  {
      margin-bottom:100px;
  }
  .d-margin
  {
     padding-top: 25px; 
  }
  .brand-logo
  {
      height:25vh;
  }
  .section-gap-equal {
    padding: 70px 0;
}
.header-top .header-info li {
    
   
    padding: 6px 30px 6px;
    
}
a.edu-btn.btn-medium, button.edu-btn.btn-medium {
    height: 40px;
}
hero-banner.hero-style-3 .swiper-slide.swiper-slide-duplicate-active img, .hero-banner.hero-style-3 .swiper-slide.swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hero-banner.hero-style-3 .swiper-slide img 
{
    height:500px;
    -webkit-transform: scale(1); 
    -ms-transform: scale(1);
     transform: scale(1);
    -webkit-transition: -webkit-transform 5s linear;
    transition: -webkit-transform 5s linear;
    transition: transform 5s linear;
        min-height: 100px;
        object-fit:fill;
}
.logoe
{
    width:75%;
}
.mainmenu-nav .mainmenu > li > a {
    color: #ffffff !important;
}
/*.container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 1rem;
    }*/

    .grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    @media (min-width: 768px) {
      .grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .card {
      background-color: #ffffff;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      border-radius: 0.5rem;
      padding: 1.5rem;
      text-align: center;
      transition: transform 0.5s, box-shadow 0.5s;
    }

    .card:hover {
      transform: scale(1.05);
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .card img {
      margin: 0 auto;
    }

    .card h2 {
      text-shadow: 0px 2px 3px #f1d4d5;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 1rem;
    font-weight: 700;
    margin-top: 1.5rem;
    font-size: 2rem;
    color: #111212;
    }

    .card p {
      margin-top: 0.5rem;
      text-align: justify;
      color: #4a5568;
      line-height: 1.6;
    } 
    
    
        .card button {
      margin-top: 1rem;
      background-color: #e11f21;
      color: #ffffff;
      padding: 0.5rem 1rem;
      border: none;
      border-radius: 0.25rem;
      cursor: pointer;
      transition: background-color 0.3s;
      width:101px;
    }

    .card button:hover {
      background-color: #161616;
    }

    .out-color
    {
        
      background-color: #f7fafc;
      color: #1a202c;
    }
    @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Georgia:ital,wght@1,400&display=swap');
        .font-playfair {
            font-family: 'Playfair Display', serif;
        }
        .font-georgia {
            font-family: 'Georgia', serif;
        }
        .text-center {
            text-align: center;
        }
        .italic {
            font-style: italic;
        }
        .mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px;
    display: block;
    color: #ffffff !important;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
    color: white !important;
    background: #404040;
}
.dark-mode {
            background-color: #1a202c;
            color: white;
        }
        .dark-mode .text-container {
            background-color: #2d3748;
            color: white;
        }
        .dark-mode .bg-green-900 {
            background-color: #2d3748;
        }
        .dark-mode .text-dark {
            color: white !important;
        }
        .popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
            z-index:1000;
        }
        .popup.active {
            display: flex;
        }
        .popup-box {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 90%;
            max-width: 400px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .popup-box .form-container {
            width: 100%;
            display: none;
            flex-direction: column;
            align-items: center;
        }
        .popup-box .form-container.active {
            display: flex;
        }
        .popup-box .form-container input {
            width: 100%;
            padding: 10px;
            border: 2px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            margin-bottom: 10px;
        }
        .popup-box .form-container button {
            padding: 10px 20px;
            background: #f56565;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
        }
        .popup-box .form-container button:hover {
            background: #e53e3e;
        }
        .popup-box .form-container h2 {
            margin-bottom: 20px;
            font-size: 24px;
            color: #333;
        }
        .popup-box .form-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }
        .popup-box .form-buttons button {
            padding: 10px 20px;
            background: #f56565;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
        }
        .popup-box .form-buttons button:hover {
            background: #e53e3e;
        }
        .goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon {
            display: none !important;
        }
        .goog-te-gadget-simple {
            background-color: #f56565;
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        .goog-te-gadget-simple span {
            color: white;
        }
        .goog-te-gadget-simple .goog-te-menu-value {
            display: flex;
            align-items: center;
        }
        .goog-te-gadget-simple .goog-te-menu-value span {
            margin-right: 5px;
        }
        .goog-te-gadget-simple .goog-te-menu-value img {
            display: none;
        }
        .icon-red {
            color: rgb(57, 57, 57);
            font-size: 2rem;
        }
        .fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}


        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
        }
        .hover-bounce:hover {
            animation: bounce 0.5s;
        }
        .hover-shadow:hover {
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            transform: scale(1.05);
        }
        .hover-rotate:hover {
            transform: rotateY(10deg) rotateX(10deg);
        }
        .hover-glow:hover {
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
        }
        .hover-border:hover {
            border-color: #ff0000;
        }
        .cool-border {
            border: 2px solid transparent;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease-in-out;
        }
        .cool-border:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.2);
        }
        
        .border-tope
        {
                filter: drop-shadow(0px 2px 1px lightgray);
    /* box-shadow: -4px 4px 0 0 black; */
    border-top: 3px dotted #717070 !important;
        }
        .text-w
        {
            color:White;
        }
        
        .prev
        {
    top: 35%;
    left: -7%;
    z-index: 1000;
    bottom: 0px;
    background: black;
    width: 50px;
    height: 50px;
    position: absolute;
        }
        .next
        {
     top: 35%;
    right: -7%;
    z-index: 1000;
    bottom: 0px;
    background: black;
    width: 50px;
    height: 50px;
    position: absolute;
        }
        
            @keyframes marquee {
            0% { transform: translateY(100%); }
            100% { transform: translateY(-100%); }
        }
        .marquee {
            animation: marquee 50s linear infinite;
        }
        .marquee:hover {
            animation-play-state: paused;
        }