

.coursel01{
    display: block;
}
.coursel02{
    display: none;
}
.hed-icon1{
   width: 24px;
    margin-right: 5px; 
}
.header-button a {
color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 6px 6px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 3px;
   border: 1px solid #1c34521f;
    background: #1c34528a;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 14px;
    transition-duration: 0.7s;
}
.header-button a img{
    width: 30px;
    margin: 0 5px 2px 0;
}
.header-button a:hover{
	background:#fff !important;
	color:#6177b0fa !important;
    transition-duration: 0.7s;
}
/* HOme Two Css */
.header-menu.black  ul li a {
    color: #232323;
	font-weight:500;
}
.black .header-button a {
    border: 1px solid #a31d21;
    background: #a31d21;
}
.black .header-button a:hover{
	color:#fff;
	background:#bd2d10;
}
.nav-logo{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: aquamarine;
    color: #4761a5 !important;
}
.trans-pos {
    width: 155px;
    opacity: 1;
}
  
.modal-dialog-lg{margin: 150px;}

.tag{
    margin: 0 15px;
}
    .tooltip {
      position: absolute;
        top: 40px;
        right: -125px;
      transform: translateX(-50%);
      background: #0a5e0a;
      color: #fff;
      padding: 6px 8px;
      border-radius: 4px;
      font-size: 14px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.15s ease;
      z-index: 10;
      float: right;
    }
    .tag:hover .tooltip,
    .tag:focus-within .tooltip {
      opacity: 1;
    }
    .tooltip::after {
      content: "";
      position: absolute;
      top: -19px;
      right: 30px;
      transform: translateX(-50%);
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #0a5e0a transparent;
    }

.accordion-toggle i{
							
    position: relative;
    top: -22px;
    color: #a31d21
}
.hed-call{
    width:35px;
}
.hed-call-div{
     background: linear-gradient(to right, #0a113b, #00199c);
    margin-left: 20px;
    border-radius: 46px;
    padding: 2px 14px 2px 0px;
}
.hed-hotline span{

       color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 0.7s;
}
.infor{
    color: #fee525;
}
.hed-hotline a span{
    font-size: 24px;
    font-weight: 600;
}

.shaking {
  animation: shaking 0.3s infinite;
}
@keyframes shaking {
0% { transform: rotate(0deg); }
25% { transform: rotate(10deg); }
50% { transform: rotate(0eg); }
75% { transform: rotate(-10deg); }
100% { transform: rotate(0deg); }
}
.bg-light {
    background-color: #0a113b !important;
}
.text-muted {
    font-weight: 700 !important;
    transition-duration: 0.7s;
    color: #fff !important;
}

.bg-carousel-hed{
    background: url(../img/bg-1.jpg);
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-carousel-hed2{
    background: url(../img/bg-2.jpg);
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-carousel-hed3{
    background: url(../img/bg-3.jpg);
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.slide-content h1{
       font-size: 57px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    text-transform: capitalize;
        text-shadow: 2px 2px #1c3452;
}
.slide-content h4{
          font-size: 38px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #fee525 !important;
        text-shadow: 2px 2px #ffc10708;
}
.slider-p{
    margin-bottom: 10px;
}

        
      
        
        @keyframes fall {
            0% {
                top: -20px;
                opacity: 0;
                transform: rotate(0deg);
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                top: 100%;
                opacity: 0;
                transform: rotate(360deg);
            }
        }
        
        .whatsapp-btn-4:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 30px rgba(255, 107, 157, 0.4);
        }

        .whatsapp1{
   width: 47px !important;
    float: inline-start;
    margin-right: 14px;
   
        }
        .main-whatsapp-div .whatsapp-btn-1{
         background: linear-gradient(135deg, #0e310d 0%, #0e8719 100%);
    color: #ffffff;
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 3px solid #ffffff8a;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    margin-top: 0px;
        width: 44%;
        transition-duration: 0.7s;
        }

    .main-whatsapp-div .whatsapp-btn-1  span{
    text-transform: uppercase;
        margin-left: 5px;
     }
       .pulse-button {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #0e8719;
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}


/* about-section */

.about-section h4{
        font-size: 73px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #77797b;
    color: #dc3545d9;
}
.about-section h1{
        font-size: 38px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    text-transform: inherit;
    text-shadow: 1px 1px #1c3452;
}
.about-section img{
      width: 58px;
}
.about-section h3{
        font-size: 20px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    text-transform: inherit;
    color: #f80527b5;
    text-transform: capitalize;
}
p{
    font-family: "Roboto", sans-serif !important;
}
.about_li{
       text-transform: capitalize;
}
.about-mark h4{
        margin-top: 35px;
    font-size: 18px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #77797b;
    color: #b9bfc5 !important;
}
.counter-span1{
        color: #ffffff;
    font-family: "Libre Caslon Text", serif;
    font-size: 38px !important;
}
.counter-span2{
    color: #ffffff;
    font-family: "Libre Caslon Text", serif;
    font-size: 38px !important;
}
.counter-div{
    background-color: #95999d !important;
}
.ab-p{
    text-align: center;
}









/* about-area */
.about-area{
padding-top: 91px;
}
.about-area h4{
   color: #ea0001;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.about-area h1{
   margin-right: 13px;
    font-size: 57px;
    color: rgb(10, 17, 59);
}
.about-discription{
          font-size: 17px;
    color: rgb(10, 17, 59);
    text-align: left;
        padding: 0px 131px;

} 
.aspirartion-div{
/* background: #0a113b; */
    padding: 143px 131px;
    background: linear-gradient(to right, #0a113b, #00116b);
}
.aspiration{
  font-size: 17px;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    font-family: "Roboto", sans-serif !important;
}
.about-area h3{
        font-size: 23px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.about-area i{
        margin-right: 13px;
    font-size: 69px;
       color: rgb(254 229 45) !important;
}
.about-area p{
          font-size: 17px;
    color: rgb(10, 17, 59);
    font-family: "Roboto", sans-serif !important;
    text-align: center;
} 
.about-area h6{
             font-size: 23px;
    color: #0a113b6e;
    text-transform: uppercase;
    padding: 48px 181px 38px 40px;
    font-weight: 700;
}
.about-area span{
        color: #011167;
    font-size: 32px;
    text-transform: uppercase;
  line-height: 35px;
}
.chairman-div{
    
       padding: 0px 20px 0px 40px;
}
.managing-director{
    padding-left: 20px !important;
}
.chairman-div p{
    text-align: justify;
}
.chairman img{
     border-radius: 100%;
    outline: black;
    padding: 6px;
    border: 9px solid #52546338;
width: 30%;
}
.signature{
         font-size: 27px;
    letter-spacing: -2px;
    color: #9598aa !important;
    rotate: -4deg;
    font-family: "Dancing Script", cursive !important;
    font-optical-sizing: auto;
    position: relative;
    top: -17px;
    text-align: left;
    font-weight: 100;
}
.sign-name{
       position: relative;
    top: -36px;
    text-align: left;
       color: rgb(149 152 170);
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
}


.service-sub-hed{
        color: #ea0001;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.service-main-title{
        color: rgb(10, 17, 59);
    font-size: 57px;
}
.service-icon img{
       width: 40px;
}
.service-name{
            color: #ffc107;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 15px;
    background: rgb(10, 17, 59);
    padding: 10px 17px;
    text-align: center;
}
.service-name:hover{
            color: #ffffff;
    background: rgb(10, 17, 59);
   
}
.service-btn{
        background: #f80527bf;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 100;
    transition-duration: 0.7s;  

}





.faq-area{
   background: url(../img/faq-bg.png); 
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        padding: 106px 0px;
}
.faq-meen{
    font-size: 20px;
    color: #dc3545;
    /* font-weight: 700; */
    /* font-family: "Roboto", sans-serif !important; */
    display: block;
}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';  
    content: "\e114";    
    float: right;        
    color: grey;         
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";    
}
.panel.panel-default {
    margin-bottom: 21px;
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 10px 15px;
}
a.accordion-toggle i {
    float: right;
    color: #aaa;
}






        
       
      
       
        
        .faq-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 25px;
        }
        
        .faq-category {
            margin-bottom: 30px;
            background-color: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
             border-top: 5px solid #0b113b;
            transition: transform 0.3s ease;
        }
        
        .faq-category:hover {
            transform: translateY(-5px);
        }
        
        .category-title {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f8f9fa;
        }
        
        .category-title i {
            background-color: #1c3452;
            color: white;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-size: 1.5rem;
        }
        
        .category-title h2 {
            font-size: 37px;
    color: #0b113b;
    font-weight: 700;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    margin-left: 7px;
        }
        
        .faq-item {
            border-bottom: 1px solid #f1f2f6;
            margin-bottom: 10px;
            overflow: hidden;
        }
        
        .faq-item:last-child {
            border-bottom: none;
        }
        
        .faq-question {
              padding: 6px 0;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.2s;
        }
        
        .faq-question:hover {
            color: #e74c3c;
        }
        
        .faq-question h3 {
                  font-size: 17px;
    font-weight: 600;
    flex: 1;
    color: #0a113b;
    font-family: "Roboto", sans-serif !important;
        }
        
        .faq-toggle {
               color: #0a113b;
             font-size: 14px;
            transition: transform 0.3s ease;
            background-color: #fef5f5;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 0 0 25px;
            transition: max-height 0.4s ease, padding 0.3s ease;
            color: #555;
            border-left: 3px solid transparent;
        }
        
        .faq-answer.active {
            max-height: 400px;
            padding: 0 0 25px 25px;
               border-left-color: rgb(10, 17, 59);
        }
        
        .faq-item.active .faq-toggle {
            transform: rotate(45deg);
            background-color: rgb(10, 17, 59);
            color: white;
        }
        
        .language-level {
            display: inline-block;
            background-color: #4ECDC4;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            margin-left: 10px;
            vertical-align: middle;
        }
        
        .language-level.beginner {
            background-color: #2ecc71;
        }
        
        .language-level.intermediate {
            background-color: #3498db;
        }
        
        .language-level.advanced {
            background-color: #9b59b6;
        }
        
        .contact-support {
    background: linear-gradient(to right, #0a113b, #00116b);
    color: white;
    text-align: center;
    padding: 50px 30px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
        }
        
        .contact-support::before {
            content: "日本語";
            position: absolute;
            font-family: 'MS Mincho', 'Hiragino Mincho Pro', serif;
            font-size: 150px;
            opacity: 0.05;
            top: -20px;
            right: 20px;
        }
        
        .contact-support h2 {
           font-size: 37px;
    color: rgb(255 255 255);
    font-family: "Roboto", sans-serif !important;
        }
        
        .contact-support p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.9;
        }
        
        .contact-btn {
          display: inline-block;
    background-color: #ea0001;
    color: white;
    padding: 8px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgb(234 0 1 / 33%);
    border: 2px solid #ea0001;
        }
        
        .contact-btn:hover {
            background-color: transparent;
            color: #ea0001;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
        }
        
        .academy-info {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 50px;
            padding-top: 30px;
            border-top: 1px solid #eee;
            color: #777;
            font-size: 0.95rem;
        }
        
        .academy-info div {
            margin-bottom: 15px;
        }
        
        .academy-info i {
            color: #e74c3c;
            margin-right: 8px;
        }
        
        @media (min-width: 768px) {
            .faq-container {
            grid-template-columns: none;
            }
        }
        
        .no-results {
            text-align: center;
            padding: 40px;
            color: #777;
            display: none;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        
        
        .japanese-text {
            font-family: 'MS Mincho', 'Hiragino Mincho Pro', serif;
                  color: #fee525;
        }
        
        .note {
            background-color: #f3d2d542;
            border-left: 4px solid #dc3545;
            padding: 15px;
            margin: 15px 0;
            border-radius: 0 8px 8px 0;
            font-size: 0.95rem;
        }
   .faq-icon{
    width: 67px;
   }
   .faq-title-main{
    
   }






.testimonial-main-title{
    font-family: "Roboto", sans-serif !important;
    color: #ea0001;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.testi-title{
       font-size: 47px;
    color: rgb(10, 17, 59);
    font-family: "Roboto", sans-serif !important; 
}
.testi-discription{
        font-size: 17px;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.5;
    color: #787878;
    font-family: "Roboto", sans-serif !important;
}
.testi-msg p{
    text-align: center;
}
.testi-msg h6{
           text-align: center;
    font-family: "Roboto", sans-serif !important;
    color: #737373;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-top: 13px;
}
   

.testimonial-img{
           width: 12% !important;
        display: block;
        margin: 0 auto;
        border-radius: 100%;
        outline: black;
        border: 1px solid;
        padding: 2px;
}

        .gallery-section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }
        .section-header h3{
           color: #ea0001;
       font-size: 28px;
       font-weight: 600;
       text-transform: uppercase;
       letter-spacing: 2px;
       margin-bottom: 15px;
}
        .section-header h2 {
                   font-size: 47px;
    color: rgb(10, 17, 59);
    font-family: "Roboto", sans-serif !important;
        }

        .section-header p {
          font-size: 17px;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.5;
    color: #787878;
    font-family: "Roboto", sans-serif !important;
        }

      /* Gallery Filter */
        .gallery-filter {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
        
        .filter-btn {
            padding: 10px 20px;
            background-color: #fff;
            border: 2px solid #e9ecef;
            border-radius: 30px;
            color: #495057;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .filter-btn:hover {
            background-color: #f8f9fa;
            border-color: #adb5bd;
        }
        
        .filter-btn.active {
            background-color: #1d3557;
            color: white;
            border-color: #1d3557;
                transition-duration: 0.7s;  

        }
        
        /* Gallery Grid */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
        }
        
        .gallery-item {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .gallery-img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .gallery-item:hover .gallery-img {
            transform: scale(1.05);
        }
        
        .gallery-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(29, 53, 87, 0.9), transparent);
            color: white;
            padding: 20px;
            transform: translateY(10px);
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .gallery-item:hover .gallery-overlay {
            transform: translateY(0);
            opacity: 1;
        }
        
        .gallery-category {
            font-size: 14px;
            background-color: rgba(255, 255, 255, 0.2);
            padding: 4px 10px;
            border-radius: 20px;
            display: inline-block;
            margin-bottom: 8px;
        }
        
        .gallery-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .gallery-description {
            font-size: 14px;
            opacity: 0.9;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                gap: 15px;
            }
            
            .section-header h2 {
                font-size: 28px;
            }
            
            .gallery-filter {
                gap: 8px;
            }
            
            .filter-btn {
                padding: 8px 16px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 480px) {
            .gallery-grid {
                grid-template-columns: 1fr;
            }
            
            .section-header h2 {
                font-size: 21px;
            }
            
            .gallery-section {
                padding: 40px 15px;
            }
        }
        
        /* Fancybox Customization */
        .fancybox__container {
            --fancybox-bg: rgba(29, 53, 87, 0.95);
        }
        
        .fancybox__toolbar {
            --fancybox-color: #fff;
        }
        
        .fancybox__nav {
            --fancybox-color: #fff;
        }
        
        .fancybox__caption {
            --fancybox-color: #fff;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            padding: 20px;
        }
        
        .loading-indicator {
            text-align: center;
            padding: 40px;
            color: #1d3557;
            font-style: italic;
        }
        
        .no-results {
            text-align: center;
            padding: 40px;
            color: #e63946;
            grid-column: 1 / -1;
        }
        
        .hidden {
            display: none !important;
        }




        
/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
        border: 5px dashed rgb(10 17 59 / 30%) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgb(10, 17, 59);

    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
    box-shadow: -4px 2px #095e7e57;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
        color: rgb(10, 17, 59);
}
.footer-logo{
            width: 83%;
    background: #eeeeee;
    padding: 10px;
}
.footer-main-content{
          font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 34px !important;
    margin-top: 12px;
    letter-spacing: 0.3px;
    color: #fee525 !important;
    font-family: "Libre Caslon Text", serif;
    margin-top: 23px;
    margin-bottom: 16px;
        width: 81%;
}
.footer-links{
        color: #ffffff;
    font-family: "Roboto", sans-serif !important;
    font-size: 22px;
    margin-bottom: 13px;
}
.fb-iframe{
    width: max-content;
       height: 301px;

}
.footer-icon{
        width: 31px;
    margin-left: 10px;
    margin-right: 9px;
}
.ft-link{
        font-size: 17px !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 46px !important;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.footer-btn{
        margin-top: 30px;
    display: flex;
   justify-content: center;
}
.btn-s-1{
      background: #0059cc !important;
    
}
.btn-s-2{
        background: #040404 !important;
    
}
.btn-s-3{
background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7) !important;
    
}
.btn-s-4{
    background: linear-gradient(127deg, #43ae43, #0bea1f, #00924e) !important;

    
}
.fab{
    font-size: 20px !important;
}
.footer-copy{
    padding: 40px 0px 0px;
}
.footer-copy img{
      width: 25px;
}
.btn-primary {
    color: #fff;
    border-color: #0a113b;
    background: linear-gradient(to right, #0a113b, #00116b);
}
.modal-header h5{
     color: #ea0001;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;   
}
.map-link{
        color: #ffe200 !important;
    list-style: none;
}
.footer-btn a {

    margin: 0px 6px;
}



/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff!important;
  z-index: 1000000;
}
 
.preloader .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  z-index: 9999;
}
.loading img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: auto;
}
 
.preloader-finish{
  opacity:0;
  transition: opacity 0.5s ease-out;
  z-index: -999;
}
  
  #chat {
	text-decoration: none;
	cursor: pointer;
	position: fixed;
	right: 14px;
	z-index: 800;
	padding: 5px 10px;
	background-color: #ffffff;
	border: none;
	color: #ffffff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  #chat p{
	display: grid;
	    padding: 0px 0px;
	margin-bottom: 0px !important;
	color: #616161;
	font-weight: 500;
	font-size: 16px;
  }
  
  #chat p>span{
	font-size: 12px;
	color: gray;
	font-weight: 400;
  }
  
  .chat-img{
	border-radius: 50%;
	width: 25%;
	width: 50px;
	height: 50px;
	animation: tilt-shaking 0.3s infinite;
  }
  @keyframes tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(10deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-10deg); }
	100% { transform: rotate(0deg); }
  }
  #chat h6{
	color: white;
    background-color: #4ccb5b;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 30px;
    text-decoration: none !important;
    transition: 1s ease;
    letter-spacing: 0;
    text-transform: none;
    margin: 0px auto;
    display: inline;
    font-family: system-ui;
  
  }
  #chat h6:hover{
	padding: 8px 30px;
	text-decoration: none !important;
	transition:1s ease;
	background-color: #1c8528;
  
   }
  .chat-display{
	transition: 1s ease;
	bottom: 10px;
  }
  .chat-hide{
	transition: 1s ease;
	bottom: -90px;
  
  }
  #chat p{
	font-size: 13px !important;
  }
#chat {
    right: 35px !important;
    width: 355px;
    bottom: 15px;
}
  
  .chat table{
   width: 100%;
   margin-bottom: 0;
  }
  
  
  #chat .table td, .table th {
	padding: 0;
	vertical-align: middle;
	border-top: 0px solid #dee2e6;
  }





  /* Cookie Banner Premium Styles */
.premium-cookie-card {
     position: fixed;
    bottom: 20px;
    left: 23px;
    width: 350px;
    background: #fffffc;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex; /* Make sure this is flex to align children */
  flex-direction: column;
  gap: 15px;
  z-index: 10000;
  animation: slideUpCookie 0.5s ease;
}

@keyframes slideUpCookie {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cookie-icon {
  font-size: 2rem;
  color: #0a113b; /* Your Gold Color */
}

.cookie-text p {
  font-size: 0.9rem;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}

.cookie-text a {
  color: #dc3545; /* Your Dark/Brown Color */
  font-weight: 600;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

#accept-cookies {
 background: rgb(10, 17, 59);
    color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

#accept-cookies:hover {
  background: #dc3545;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#cancel-cookies {
 background: #de2828;
    color: #666;
    border: none;
    padding: 8px 15px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 38px;
}

#cancel-cookies:hover {
  color: #E31E24; /* Red color for cancel/skip */
}

@media (max-width: 576px) {
     .premium-cookie-card {
               width: 74%;
        left: 2%;
        right: auto;
        bottom: 49px;
    }
}



.container {
  overflow-x: hidden;
}
.span-trans1{
        font-size: 19px !important;
    text-transform: capitalize !important;
}
.span-trans2{
        font-size: 23px !important;
    color: #0a113b6e !important;
    text-transform: uppercase;
    padding: 0px;
    font-weight: 700;
}
.lang-switch-mobile{
    display: none;
}
.lang-switch-mobile-none{
    display: block;
}

.inner-radius{
        background: linear-gradient(to right, #ffffff, #ffffff);
        color:#fff;
            padding: 38px;
}
.inner-radius h2{
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    margin-bottom: 20px;
}
.inner-radius h4{
    font-size: 18px;
        color: #23a800;
        margin-top: 10px;
}
.foter-call-list li{
      display: inline-block;
    list-style: none;
}
.foter-call-list{
    padding-left: 0px !important;
}
.hover-class{
    color: #ffffff !important;
    transition-duration: 0.7s;
    
}
.hover-class:hover{
    color: #ffc107 !important;
    transition-duration: 0.7s;

}
.text-muted:hover{
  color: #ffc107 !important;
    transition-duration: 0.7s;  
}
.hed-hotline span:hover {
     color: #ffc107 !important;
    transition-duration: 0.7s;  
}
.main-whatsapp-div .whatsapp-btn-1:hover {
    background: linear-gradient(135deg, #ffc107 0%, #0a113b 100%);
    transition-duration: 0.7s; 
}
.service-btn:hover {
     color: #ffc107 !important;
    transition-duration: 0.7s;  
}
.filter-btn:hover {
       background-color: #1d3557;
    color: white;
    border-color: #1d3557;
     transition-duration: 0.7s;  

}
.footer-btn a:hover {
    color: #ffc107 !important;
    transition-duration: 0.7s;
}









    .gallery{
  text-align: center;
}
.gallery h2{
  font-family: math;
  color: #231f20;
  background: #fff;
  font-size: 60px;
  padding: 18px 35px;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -3px;
}
.gallery h3{
  color: #fdfeff;
  font-size: 28px;;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 33%);
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
 
.gallery img{
    cursor: pointer;
    transition: transform 0.2s;
    width: 100%;
    margin: 15px 0px;
}
 
.gallery img :hover {  
  transform: scale(1.08);  
}  
.gallery .row{
  background: rgb(7,46,69);
  background: linear-gradient(150deg, rgb(20 42 79) 0%, rgba(7, 46, 69, 0.21332282913165268) 31%, rgba(0, 0, 0, 0) 100%);
  margin-bottom: 60px;
}
.gallery-area{
    margin-top: 150px;
}
  /* Gallery */

  .gallery-cat-title {
    font-weight: bold;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.img-fluide:hover {
    opacity: 0.9;
    transition: 0.3s;
    transform: translateY(-5px); /* මවුසය ගෙන ගිය විට පින්තූරය මදක් ඉහළට එසවේ */
}



