
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    background-color:black;
    padding:0;
    margin:0;
    /* position: relative; */
}
.container{
    flex: 1;
}

/* NAVBAR STARTED */
.logo-box{
    background-color:rgb(255, 255, 255);
    height: 57px;
    width:420px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: skew(-35deg);
    position:absolute;
    top: 0px;
    left: -100px;  
    margin-right: 440px;
}
.logo-name{
    position:absolute;
    top: 5px;
    left: 12px;
    color: rgb(240, 164, 1);
    font-size: 38px;
    font-family: "Bebas Neue", sans-serif;
    transition: all 1s ease;
}

/* navbar */
.navbar-nav{
    background:rgba(0, 0, 0);
    padding-left: 27%;
    display: flex;
    /* justify-content: fl; */
    justify-items: center;
    align-items: center;
    height: 60px;
    width: 100%;
    border: 3px solid rgba(250, 195, 2);
}
@media(orientation:portrait) {
    .navbar-nav{ 
        padding-top: 20px;
        background-color: black;
        height: 100%;
        width: 100%;
    }
    
    .logo-box{
        height: 36px;
        width:350px;
    }
    .logo-name{
        position:absolute;
        top: 2px;
        left: 6px;
        font-size: 26px; 
    }
    
/* navbar */
.navbar-nav{
    /* background:rgba(0, 0, 0); */
    padding: 0px;
}

.nav-btn span{
   margin-left:-10px ;
}
}
.color-navbar-1{
    overflow: hidden;
    border: 2px solid rgba(250, 195, 2);
    color: rgba(250, 195, 2);
    /* background-color:   rgba(250, 195, 2); */
    padding: 0 0 0;
    margin: 0%;

}
.color-navbar-2{
    color: rgba(250, 195, 2);
    background-color:   rgba(250, 195, 2);
}
.color-navbar-2::before{
    content:'';
    position: absolute;
    top: 0;
    left: -100%;
    width:100% ;
    height:100%;
    background:linear-gradient(90deg,transparent,rgba(250, 225, 2, 0.315),transparent);
    transition: 1.5s;
    
}
.color-navbar-2:hover::before{
    left: 100%;
}
/* nav button */
.nav-btn{
    margin: 5px;
    font-family: "Noto Sans", sans-serif;
    font-size:16px;
    color:white;
    text-decoration: none;
    padding-right: 26px !important;
    transition:.5s;
}
/* navbar hover */
.nav-btn:hover {
    color:rgb(255, 217, 0);
    transform: scale(1.09);
}
.nav-btn span{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: -1;
    border-bottom: 2px solid rgb(255, 217, 0);
    border-radius: 15px;
    transform: scale(0) translateY(50px);
    opacity: 0;
    transition:0.5s;
}
.nav-btn:hover span {
    transform: scale(1) translateY(0);
    opacity: 1;
}
.download-btn{
    margin: 10px;
    color: black;
    font-family: "Noto Sans", sans-serif;
    background-color:  rgba(250, 195, 2);
}

.download-btn:hover{
   
    border: 2px solid rgba(250, 195, 2);
}

/* NAVBAR ENDED  */


/* FOOTER STARTED */ 

/* Base styling for footer */
footer {
    width: 100%;
    background-color: #ebebeb;
}
.f-info {
    padding: 20px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.f-info-links{
    font-size: 14px;
}
.f-info-socials a,
.f-info-links a,
.f-info-brand a {
    text-decoration: none;
    color: #222222;
    font-size: 1rem;
}
.privacy-terms:hover {
    text-decoration: underline;
}
/* Styling for the footer brand section */
.f-info-brand h6 {
    font-size: 1rem;
    font-weight: 600;
    margin: 10px 0;
}

.f-info-brand a {
    font-size: 0.9rem;
    line-height: 1.5;
}
.f-info-socials i {
    font-size: 1.5rem;
    margin: 0 10px;
    /* justify-content: center; */
}

/* Flex layout for larger screens */
@media (min-width: 768px) {
    .f-info {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
    }

    .f-info-socials{
        flex:1;
    }
    .f-info-links,
    .f-info-brand {
        flex: 1;
        text-align: center;
    }

    .f-info-socials i {
        font-size: 1.2rem;
    }
}

/* Styling for smaller screens */
@media (max-width: 767px) {
    .f-info-socials {
        margin-bottom: 10px;
    }

    .f-info-links,
    .f-info-brand {
        margin-bottom: 10px;
    }

    .f-info-brand a {
        display: block;
    }
}
/*///////////////////////////// page-3 gallery page//////////////////////// */

.gallery-page{
    padding: 10px;
    display: grid;
    justify-content: center;
    margin: 10px auto;
    background-color:white;
    width: 95%;
    border-radius: 30px;
}
.text-heading{
    /* margin: 25px auto; */
    padding: 25px;
    text-align: center;
    color: rgb(255, 167, 4);
    font-size: 40px;
    font-family: "Bebas Neue", sans-serif; 
}

.gallery-box{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 10px auto;
    height:26rem;
    overflow: hidden;
    justify-content: center;
    width: 100%;
}

/*cards  */
.card-gallery{
    border: none !important;
    height: 12rem;
    width: 23%;
}
.card-img-top{
    border-radius: 1rem !important;
    width: 100%;
    height: 100%;
    object-fit:cover !important;
    
}
.gallery-view-btn{
    /* align-items: center; */
    /* justify-content: center; */
    margin: 5px auto;
    width: 150px;

}
@media(orientation:portrait) {
   .text-heading{
        font-size: 25px;
    }
    .card-gallery{
        height: auto;
        width: 45%;
    }
}

/* Card Effect */
.card-img-overlay{
    opacity: 0;
}
.card-img-overlay:hover{
    opacity: 0.3;
    background-color: #fff;
}
.container{
 flex: 1;   
}


/* //////////////////////////////////////// */
/* certificate */
.certificate-div{
    padding: 20px;
    background-color:white;
    width: 100%;
    /* border-radius:30px; */
}
.text-heading-2{
    /* margin: 10PX; */
    text-align: center;
    /* justify-content: center; */
    color: rgb(255, 0, 0);
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
}
.certificate-img{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 70%;
    height:140px;
}
.certificate-img img{
     margin: 0px auto ;
}
@media(orientation:portrait) {
    .text-heading-2{
        font-size: 25px;
    }
    
    .certificate-img{
    margin: 10px auto;
    width: 60%;
    height:100px;
    }
}


.certificate-logos{ 
    transition: transform 0.3s ease; /* Smooth transition */
    cursor: pointer;
}

.certificate-logos:hover{
    transition: 0.5 ease-in-out;
  transform: scale(1.2);
}

/* certificate ended */


/* <----------- PAGE-3 STARTED -----------> */

#box3 {
    background-image: url("https://images.pexels.com/photos/205420/pexels-photo-205420.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    background-size: cover;
    background-position: center;
    /* filter: blur(8px); */
    display: grid;
    padding: 20px;
}

.trainer-heading {
    color: #ffffff;
    text-align: center;
    margin: 50px auto 20px;
}

.trainer-heading h1 {
    font-family: "Sarabun", sans-serif;
    font-size: 3rem;
}

.under-line {
    background-color: rgba(250, 195, 2, 0.2); 
    height: 4px;
    width: 250px;
    margin: 10px auto;
}

.under-box {
    background-color: rgba(250, 195, 2); 
    height: 4px;
    width: 100px;
    animation: boxAnimation 2s linear 1s infinite alternate;
}

.trainer-quates {
    text-align: center;
    padding: 10px;
    font-weight: 100;
    font-style: oblique;
}

#white, #yellow {
    padding:5px ;
    background-color: rgba(250, 195, 2); 
    font-size: 1.5rem;
    display: inline;
    color: rgb(0, 0, 0);
}

@keyframes colorChange1 {
    0% { color: rgb(255, 208, 0); }
    50% { color: red; }
    100% { color: white; }
}

@keyframes colorChange2 {
    0% { color: red; }
    50% { color: white; }
    100% { color: yellow; }
}

@keyframes boxAnimation {
    from { transform: translateX(0px); }
    to { transform: translateX(150px); }
}

.trainer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 30px auto;
}

.trainer-boxes {
    height: 220px;
    width: 180px;
    box-shadow: 2px 1px 8px rgb(0, 0, 0);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.trainer-info {
    border-radius: 20px;
    position: absolute;
    top: 165px;
    height: 300px;
    width: 100%;
    background-color: rgba(250, 195, 2);
    padding-top: 5px;
    transition: top 0.5s ease;
}

.trainer-info:hover {
    top: 60px;
}

.trainer-info h5 {
    font-weight: 400;
    font-size: 1rem;
    color: #07090e;
    margin: 10px;
}

.trainer-info h6 {
    color: #07090e;
    margin: 10px;
    padding-top: 10px;
    font-size: 0.875rem;
}

.book-btn {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #000000;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    transition: 0.3s ease;
}

.book-btn:hover {
    color: #000000;
    background-color: #ffffff;
}
.veiw-all-btn{
    transition: transform 0.3s ease; /* Smooth transition */
    cursor: pointer;
}
.veiw-all-btn:hover{
    transform: scale(1.2);
}

/* Background images for trainers */
#trainer-1 {
    background-image: url(https://images.pexels.com/photos/4065864/pexels-photo-4065864.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-size: cover;
    background-position: center;
}

#trainer-2 {
    background-image: url(https://www.nvcl.ca/sites/default/files/styles/nvcl_event_image/public/2022-05/tlc-ms-office.jpg?itok=DjReqLQJ);
    background-size: cover;
    background-position: center;
}

#trainer-3 {
    background-image: url(https://images.pexels.com/photos/7947999/pexels-photo-7947999.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load);
    background-size: cover;
    background-position: center;
}

#trainer-4 {
    background-image: url(https://images.pexels.com/photos/5716001/pexels-photo-5716001.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-size: cover;
    background-position: center;
}

/* Responsive Design */

/* For tablets */
@media (max-width: 1024px) {
    .trainer-heading h1 {
        font-size: 2.5rem;
    }

    .trainer-boxes {
        width: 150px;
        height: 200px;
    }
   
    .trainer-info h5 {
        font-size: 0.9rem;
    }

    .trainer-info h6 {
        top: 150px;
        font-size: 0.75rem;
    }

    #white, #yellow {
        font-size: 1.25rem;
    }
}

/* For small tablets and large mobile devices */
@media (max-width: 768px) {
    .trainer-heading h1 {
        font-size: 2rem;
    }

    .trainer-boxes {
        width: 130px;
        height: 180px;
    }
     
    .trainer-info {
    top: 150px;
    }


    .trainer-info h5 {
        font-size: 0.85rem;
    }

    .trainer-info h6 {
        font-size: 0.7rem;
    }

    #white, #yellow {
        font-size: 1rem;
    }
}

/* For mobile devices */
@media (max-width: 480px) {
    .trainer-heading h1 {
        font-size: 1.75rem;
    }

    .trainer-boxes {
        width: 120px;
        height: 170px;
    }

    .trainer-info {
        /* padding-top: 10px; */
        top: 120px;
    }

    .trainer-info:hover {
        top: 10px;
    }

    .trainer-info h5 {
        padding-bottom:5px;
        font-size: 0.8rem;
    }

    .trainer-info h6 {
        font-size: 0.65rem;
    }

    .book-btn {
        padding: 4px 8px;
    }

    #white, #yellow {
        font-size: 0.9rem;
    }
}

.veiw-all-btn{
    margin: 30px 30px 10px 30px;
    font-size: 70px;
    color: rgb(255, 255, 255);
}

/* <----------- PAGE-3 ENDED -----------> */



/* <-----------FEATURE STARTED -----------> */
/* Main Feature Page Styles */
.feature-page {
    background: black;
    width: 100%;
    padding: 20px;
}
.container-title {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 20px auto;
}

.features-card-container {

    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content:center;

}

/* Feature Card Styles */
.feature-cards {
    border-radius: 20px;
    height: 220px;
    width: 30%;
    min-width: 280px;
    padding: 2px;
    margin: 10px;
}

.inner-card {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(60deg, rgb(0, 0, 0), rgb(19, 18, 18), rgb(0, 2, 3));
    padding: 20px;
    border: 1px solid black;
}
/* Card Title and Description */
.card-title {
    font-weight: 600;
    color: white;
    letter-spacing: -0.02em;
  
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    margin-top: 10px;
}

.card-description {
    font-weight: 600;
    line-height: 1.4;
    color: hsla(0, 0%, 100%, 0.904);
    font-size: 12px;
    text-align: center;
    margin: 5px;
}

/* Card Icon Styles */
.card-icons {
    height: 60px;
    width: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.icon-inner {
      display: flex;
    align-items: center;
    justify-content: center;

    height: 58px;
    width: 58px;
    margin: auto;
    border-radius: 18px;
    background-color: #000;
}

.icon-inner .fa-solid {
    font-size: 30px;
    margin: 12px 10px;
    animation: cardAnim 0.5s linear 2s infinite alternate;
}

/* Icon-Specific Colors */
#icon-img-1 { color: rgb(0, 255, 191); }
#icon-img-2 { color: rgb(51, 137, 194); }
#icon-img-3 { color: rgba(255, 196, 0); }
#icon-img-4 { color: rgb(225, 0, 200); }
#icon-img-5 { color: rgb(3, 253, 99); }
#icon-img-6 { color: rgb(214, 16, 92); }

/* Background Colors for Cards */
#card-1 {
    background: linear-gradient(45deg, rgb(0, 255, 191), rgb(0, 104, 55));
}
#card-2 {
    background: linear-gradient(45deg, rgb(51, 137, 194), rgb(6, 58, 73));
}
#card-3 {
    background: linear-gradient(45deg, rgba(255, 196, 0, 0.897), rgb(172, 116, 12));
}
#card-4 {
    background: linear-gradient(45deg, rgb(201, 0, 184), rgb(115, 2, 245));
}
#card-5 {
    background: linear-gradient(45deg, rgb(3, 253, 99), rgb(136, 146, 1));
}
#card-6 {
    background: linear-gradient(45deg, rgb(214, 16, 92), rgb(255, 1, 1));
}

/* Background Colors for Icons */
#icon-1 {
    background: linear-gradient(45deg, rgb(0, 255, 191), rgb(0, 104, 55));
}
#icon-2 {
    background: linear-gradient(45deg, rgb(51, 137, 194), rgb(6, 58, 73));
}
#icon-3 {
    background: linear-gradient(45deg, rgba(255, 196, 0, 0.897), rgb(133, 86, 0));
}
#icon-4 {
    background: linear-gradient(45deg, rgb(201, 0, 184), rgb(115, 2, 245));
}
#icon-5 {
    background: linear-gradient(45deg, rgb(3, 253, 99), rgb(136, 146, 1));
}
#icon-6 {
    background: linear-gradient(45deg, rgb(214, 16, 92), rgb(255, 1, 1));
}

/* Animation for Icons */
@keyframes cardAnim {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.1;
    }
}

/* Responsive Styles */
/* Tablets (Portrait) */
@media (max-width: 768px) {
    .container-title {
        font-size: 32px;
    }

    .features-card-container {
        gap: 15px;
    }

    .feature-cards {
        width: 45%;
        height: 200px;
        margin: 15px;
    }

    .card-title {
        font-size: 22px;
    }

    .card-description {
        font-size: 12px;
        margin-bottom:2px ;
    }
}

/* Mobile Devices */
@media (max-width: 480px) {
    .container-title {
        font-size: 28px;
    }

    .feature-cards {
        width: 100%;
        height: 180px;
        margin: 10px 0;
    }

    .inner-card {
        padding: 5px;
    }

    .card-title {
        font-size: 18px;
    }

    .card-description {
        font-size: 12px;
         margin-bottom:2px ;
    }

    .icon-inner .fa-solid {
        font-size: 24px;
    }
}

/* <-----------FEATURES ENDED -----------> */
/* ////////////////////////////////////////////////// FOUNDER PAGE /////////////////////////////////////////////////////*/
.intro-page {
    display: flex;
    justify-content: center;
    align-items: center; /* Center vertically */
    height: 800px;
    width: 100%;
    background-image: url("https://img.freepik.com/premium-photo/stylish-workspace-with-laptop_67155-2479.jpg?w=996");
    background-size: cover;    
    padding: 20px; /* Add some padding for smaller screens */
}

.intro-container {
    margin: auto;
    width: 90%;
    height: auto; /* Allow height to adjust */
    display: flex;
    justify-content: center;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items */
}

.founder-body {
    margin: auto;
    width: 16rem; 
    height: auto; /* Allow height to adjust */
    display: flex;
    flex-direction: column; /* Stack image and text */
    align-items: center; /* Center content */
}

.founder-body img {
    width: 80%; /* Make image responsive */
    height: auto; /* Maintain aspect ratio */
}

.founder-name {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}
.institute-intro {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center items */
}

.intro-heading {
    text-align: center;
    width: 100%;
    font-family: "Sarabun", sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: rgb(229, 255, 0);
    margin-bottom: 20px; /* Space below the heading */
}

.intro-details {
    margin: 10px; /* Adjust margin */
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: white;
}

/* Responsive styles */
@media (max-width: 1024px) { /* Tablets */
    .founder-body {
        width: 14rem; /* Adjust founder body width */
    }
    .intro-heading {
        font-size: 40px; /* Reduce heading size */
    }
    .intro-details {
        font-size: 18px; /* Reduce text size */
        margin: 20px; /* Adjust margin */
    }
}

@media (max-width: 768px) { /* Mobile devices */
    .intro-page {
        height: auto; /* Allow height to adjust */
        padding: 10px; /* Reduce padding for mobile */
    }
    .founder-body {
        width: 12rem; /* Further reduce founder body width */
    }
    .intro-heading {
        font-size: 30px; /* Reduce heading size */
    }
    .intro-details {
        font-size: 16px; /* Reduce text size */
        margin: 15px; /* Adjust margin */
    }
}

@media (max-width: 480px) { /* Extra small devices */
    .founder-body {
        width: 10rem; /* Further reduce width */
    }
    .intro-heading {
        font-size: 28px; /* Reduce heading size */
    }
    .intro-details {
        font-size: 14px; /* Further reduce text size */
        margin: 10px; /* Adjust margin */
    }
}











/* ///////////////////     REVIEW-PAGE   -start     /////////////////// */

.review-page-box{
    height:500px;
    width: 100%;
    display: flex;
    background-image: url("https://img.freepik.com/premium-photo/overhead-shot-dark-modern-workspace-wit-laptop-computer-copy-space-with-office-supplies_67155-3958.jpg?w=826");
    background-size:cover;
}

/* div=====main */
.review-container{
    height:75%;
    width: 95%;
    margin: auto;
    padding: 30px;
    background-color:rgba(22, 21, 21, 0.3);
    border-radius: 25px;
    border: 2px solid rgb(148, 148, 120);
    /* align-items: center; */
    display: grid;
    gap: 10px;
    grid-template-columns: 30%  70%;
    grid-template-rows: 60% 40%;
}
/* div=====1 */
.review-label{
    margin: 10px;
    grid-column: 1;
    grid-row: 1 / span 2;
    color: rgba(255, 255, 255);
}
/* slider for review */
.review-slider{ 
    margin: 20px;
    grid-column: 2;
    grid-row: 1;
    position: relative;
    overflow: hidden;
    height:180px;
    width: 650px;
}

.reviews{
    display: flex;
    margin:0 auto;
    transition: transform 0.5s ease-in-out;
    /* height:200px; */
    justify-content: start;
}

.review{
    height: 100%;
    width: 100%;
}
.review-lines{
    margin: auto 0 ;
    display: flex;
    height: 120px;
    width: 650px;
    color: rgba(255, 255, 255);
}


.review-lines p{
    width: 600px;
}







/* div =====3 */

.review-buttons{
   
    justify-content: center;
    grid-column: 2;
    grid-row: 2;
    justify-content: start;
}

.review-label h6{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.897);
}
.review-label h1{
    font-size: 35px;
}
.review-buttons i {
    margin: 15px ;
    transform: scale(1.8);
    color: white;
    cursor: pointer;
}

.review-boxB{
    justify-content:start;
    height:120px;
}
.review-lines div{
    font-family: "Courgette", cursive;
    font-weight: 200;
    transform:translateY(-20px);
    color: rgba(255, 255, 255);
    font-size: 60px;   
    margin:10px ;
}
.review-boxB textarea, .review-username{
    margin:10px ;
    background-color:rgb(255, 255, 255);
    padding: 5px;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255);
}
.review-info{
    color: azure;
}
.review-info h5 {
    padding-left:100px ;
    margin: 10px ;
}
#review-submit{
    /* margin: 40px; */
    border-radius: 10px;
    border: none;
    height: 40px;
    padding: 5px 30px;
    color: black;
    background-color: yellow;
    font-family: "Open Sans", sans-serif;
    font-size: 18px; 
    transition: 0.3s ease-in-out;
}
#review-submit2{
    
    border-radius: 10px;
    border: none;
    height: 40px;
    padding: 5px 30px;
    color: black;
    background-color: rgb(67, 184, 0);
    font-family: "Open Sans", sans-serif;
    font-size: 18px; 
    transition: 0.3s ease-in-out;
    transform: scale(1.3);
}
#review-sumbit:hover{
    transform: scale(1.05);
    background-color: rgb(3, 194, 194);
  
}

/* ///////////////////     REVIEW-PAGE   -end    /////////////////// */ 







/* Mobile - up to 768px */
@media (orientation:portrait) {
   
     .review-container{
        height:80%;
        display: grid;
        grid-template-columns: 95%;
        grid-template-rows: 30% 55% 15% ;
    }
    .review-slider{ 
        grid-column: 1;
        grid-row: 2;
        width: 250px;
    }

    .review-lines{
        width: 250px;
     }
    .review-lines p{
        width: 200px;
        font-size: 12px;
    }

    /* div=====1 */
    .review-label{
        grid-column: 1;
        grid-row: 1 ;
       }
    /* div======2 */
    .review-slider{ 
        grid-column: 1;
        grid-row: 2;
    }
    
    /* div =====3 */
    .review-buttons{
        grid-column: 1;
        grid-row: 3;
    }
    
    
    .review-label h1{
        font-size: 20px;
    }

    .review-lines div{
            font-size: 40px;
    }
    .review-boxB{
        /* margin: 0;
        padding: 0;
        display:grid;
        justify-content:start;
         height:100%; */
        
        width:300Px;
        transform: scale(0.8);
    }

    
    }
    











     /* Gallery Container */
.gallery-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  
  /* Gallery Grid */
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 15px;
  }
  
  /* Gallery Items */
  .gallery-item {
    background-color: #ddd;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
  }
  
  /* Hidden items */
  .hidden {
    display: none;
  }
  
  /* "See More" Button */
  .see-more-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .see-more-btn:hover {
    background-color: #0056b3;
  }
  .Certificate-logos{
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */

  }
  .Certificate-logos:hover{
   cursor: pointer;
    transform: scale(1.3);
  }