@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* body{
    font-family: "Barlow",sans-serif;
    line-height: 1.7;
    color: #516171;
} */
body {
    margin: 0;
    overflow-x: hidden;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
 
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    color: #092032;
    animation: fadeIn 1.5s ease-in-out forwards;
}
.logo{
    width: 60px;
    height: 60px;

}
a, .btn, .service-box img {
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

a:hover, .btn:hover, .service-box:hover img {
    transform: scale(1.05);
}
 a{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}
/* a:hover{
    color: #440546
}  */
img{
    width: 100%;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg-cover{
    background-position: center !important;
    background-size: cover !important;
    
}
/* NAVBAR */
.top-nav{
    background-color: #440546;
    padding-top: 5px;
    padding-bottom: 5px;

}
.top-nav p{
    margin-bottom: 0;
    margin-right: 16px;
    display: inline-block;
    color: #ffff;

}
.top-nav i,
.top-nav span{
    vertical-align: middle;
}
.social-links a{
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, .3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 20px;
    border-radius: 100%;

}

.social-links a:hover{
    background-color: #ffffff;
    color: #440546;
}
.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0, 0,0.08);
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #440546 !important;
    font-weight: 700px !important;
    
}

.navbar ul li{
    position: relative;
}
.navbar ul li::after{
    content: '';
    height: 2px;
    width: 0px;
    background-color: #440546;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}

.navbar ul li:hover::after,
.navbar ul li .nav-link.active::after {
    width: 100% ;
}


.navbar-brand{
    font-weight: 700;
    font-size: 26px;
    color: #440546;
}
.navbar-brand span{
    color: #440546
}
.navbar-brand:hover{
    color: #440546;
}


 .navbar {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }
    .logo {
        max-width: 150px;
        height: auto;
    }
    .btn-brand {
        background-color: #007bff;
        color: white;
        padding: 8px 15px;
        border-radius: 5px;
        text-decoration: none;
    }
    .btn-brand:hover {
        background-color: #0056b3;
    }
    .navbar-toggler {
        border: none;
        outline: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }

/* Contact Button */
.btn{
    padding: 9px 24px;
    font-weight: 500;

}
.btn-brand{
    background-color: #440546;
    color: #ffffff;
    border-color: #440546;
}
.btn-brand:hover{
    color: #ffffff;
    background-color: #5c096b;

}

/* SLIDER */
.slider2{
    /* background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.4)),url(../images/bg_banner1.jpg); */
    background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.4)),url(../images/big-brains-computer-instittute-classroom.jpg);

}
#hero-slider h1{
font-weight: 700 !important;
}
.slider3{
    /* background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.4)),url(../images/bg_banner2.jpg); */
    background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.4)),url(../images/2-days-Workshop-At-GNA-University-phagwara.jpg);   

}
.slider1{
    /* background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.4)),url(../images/bg_banner2.jpg); */
    background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.4)),url(../images/Best_computer_center_in_phagwara_Big_Brains_computer_institute.png);
    

}


/* OWL CROUSAL */
.owl-prev,
.owl-next{
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    place-items: center;
    background-color:rgba(255,255,255,0.2)!important;
    margin-top: -30px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    border-radius: 100% !important;
}
.owl-prev{
    left: 0;
}
.owl-next{
    right: 0;
}
.owl-prev:hover,
.owl-next:hover{
    background-color: #440546!important;
}
/* INFO BOX */
.info-box {
   display: flex;
   align-items: center;
   /* border: 2px solid red; */
   /* animation-name: info;
    position: relative;
    animation-duration: 3s;
    animation-timing-function: ease;
    transition: 3s; */

}

@keyframes info{
    from{top: 0;}
    to{top: 30px;}
}
.info-box i{
    /* background-color: #440546; */
    background: linear-gradient(136deg, #440546, #7b0d8f);
    padding: 20px;
    color: white;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 30px;
    font-size: 36px;
}
.info-box h3{
    color: #440546;
    font-size: 24px;
}
.about_move{
    animation-name: info;
    position: relative;
    animation-duration: 3s;
    animation-timing-function: ease;
    transition: 3s;
}
.about .about_p p{
    text-align: justify;
}
.info-box img{
    /* width: unset; */ 
    width: 90px;
    margin-right: 24px;
    
}
#milestone{
    background: linear-gradient(rgba(68, 5, 70, 0.485),rgba(68, 5, 70, 0.485)),url(../images/bg2.jpg);
    
    background-position: center;

}
#milestone .display-4,
#milestone p{
    color: #ffffff;
}
#milestone .display-4{
    font-weight: 700;
}

/* SERVICE Sections */
.intro{
    margin-bottom: 40px;
}
.intro h6{
    font-weight: 400;
    color: #440546;
}
.intro p{
    max-width: 900px;
    margin: auto;
}

/* Service Box */
.service-box, .info-box {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-in-out;
}

section.show, .service-box.show, .info-box.show {
    opacity: 1;
    transform: translateY(0);
}

.service-box {
    padding: 32px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative; /* For positioning the overlay content */
    transition: all 0.3s ease; /* Smooth transition */
}

.service-box img {
    transition: all 0.3s ease; /* Smooth transition for the icon */
    display: block;
    margin: 0 auto; /* Center the icon */
    width: 100px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    position: relative; /* Position for overlay effect */
}

.service-box h5, .service-box p {
    transition: color 0.3s ease; /* Smooth text color transition */
}

/* Overlay content inside icon */
.service-box img::after {
    content: "\f007"; /* Add your icon code here (FontAwesome or custom) */
    font-family: FontAwesome; /* If using FontAwesome for icons */
    font-size: 48px;
    color: transparent; /* Initially transparent */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

/* On hover, change everything and show content in the icon */
.service-box:hover {
    background-color: #440546; /* Change background color */
    color: #fff; /* Change text color */
}

/* Change text color on hover */
.service-box:hover h5, 
.service-box:hover p {
    color: #fff; /* Text changes to white */
}

/* Show icon content and change icon color on hover */
.service-box:hover img::after {
    color: #fff; /* Show the content in white */
}

.service-box:hover img {
    filter: brightness(1) invert(1); /* Invert the icon color */
}

/* .service-box{
    padding: 32px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0,0.08);
    text-align: center;

}
.service-box:hover{
    background-color: #440546;
    color: #fff;
} */
.service-box img{
    width: unset;
}
.service-box h5{
    margin-top: 24px;
    margin-bottom: 12px;
}

/* PROJECT WORK */
#project-slider .owl-next,
#project-slider .owl-prev{
    background-color: rgb(255, 255, 255, 0.5) !important;
}
#project-slider .owl-next:hover,
#project-slider .owl-prev:hover{
    background-color: #440546 !important;
}
.project{
    position: relative;
 
    border: 4px solid #440546 ;

}
.project .overlay{
    /* background: linear-gradient(to bottom,rgba(9, 32, 50, 0.0),rgba(9, 32, 50, 0.8)); */
    background: linear-gradient(to bottom,rgba(68, 5, 70, 0.0),rgba(36, 3, 37, 0.8));
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0;
    left: 0;

}

.project .content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;

    /* padding: 32px; */
    
} 
.project h1,
.project h6{
    color: white;
} 

.project h6{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.project h6::before{
    content: "";
    height: 2px;
    width: 24px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
/* TEAM */
.team-post img {
    width: 50%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .team-post {
        flex-direction: column;
    }
    .team-post img {
        width: 100%;
    }
}



#team .intro-team {
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;

}
.team-member{
    text-align: center;
}
.team-member .img-wrapper{
    position: relative;
    overflow: hidden;
}
/* .team-member .overlay{
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 2, 16, 0.688);
    transition: all 0.4s ease;
    opacity: 0;
} */
/* .team-member .social-links {
    color: black;
} */
/* .team-member .social-links{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;

} */
/* .team-member:hover .overlay{
    opacity: 1;
    top: 0;

}
.team-member:hover .social-links{
    opacity: 1;
    top: 50%;
}
.team-member h5{
    margin-top: 24px;
} */
.team-post-content .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background-color: #440546;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
    font-size: 20px;
}

.team-post-content .social-links a:hover {
    background-color: white;
    color: #440546;
    box-shadow: 0 0 5px rgba(128, 0, 128, 0.5);
    border: 1px solid #440546;
}


/* REVIEWS */
#reviews{
    /* background: linear-gradient(rgba(9,32,50,0.8),rgba(9,32,50,0.8)),url(../images/bg_banner1.jpg); */
    background: linear-gradient(rgba(68, 5, 70, 0.5),rgba(68, 5, 70, 0.5)),url(../images/IMG-20231228-WA0007.jpg);
}
.review{
    max-width: 900px;
    margin: auto;
    text-align: center;
    background-color: rgba(18, 3, 17, 0.8);
    padding: 30px;
   
}
.review img{
    width: 85px !important;
    border-radius:1000px ;
    margin: auto;
}
.review h4{
    margin-top: 16px;
}
.review h4,
.review p{
    color: #fff;

}
.review small{
    color: #ffffff;
}
.review p{
    margin-top: 28px;
}
.owl-dot.active span{
    background-color: #440546 !important;

}
/* BLOG POST */
.blog-post{
    position: relative;
}
.blog-post .tag{
    padding: 4px 12px;
    background-color: #440546;
    color: #fff;
    border-radius: 100px;
    top: 20px;
    left: 20px;
    position: absolute;
}
.blog-post a{
    font-weight: 700;
}
.blog-post img{
    margin-bottom: 24px;
}
.blog-post h4{
    margin-top: 12px;
    margin-bottom: 12px;

}
.blog-post small{
    color: #440546;
    text-decoration: underline;
    text-transform: uppercase;
}
/* FOOTER */
footer{
    padding-top: 80px;
    /* padding-bottom: 20px; */
    color: #fff;
    text-align: center;
    background-color: #440546;
    /* background: linear-gradient(rgba(68, 5, 70, 0.485),rgba(68, 5, 70, 0.485)),url(../images/bg_banner2.jpg); */
}
footer .navbar-brand{
    color: #fff;
    margin-bottom: 24px;
    display: inline-block;
}
.footer-top{
    margin-bottom: 40px;

}
.footer-bottom{
    border-top: 1px solid rgba(68, 5, 70, 0.485);
    padding-top: 20px;
}
footer .social-links a{
    margin-left: 5px;
    margin: 5px;
   
}

footer .bb-details{
    text-align: left
}
footer .bb-deatils  img{
    width: 280px;
}

/* Contact Us Form */
.form-control:focus{
    box-shadow: none;
    border-color: #440546;
}
footer .phone-no span{
    font-size: 24px;
}

footer .phone-no i{
    font-size: 24px;

}
footer .course-info{
    text-align: left;
    line-height: 2;
    
}
footer .course-info ul li {
 
    list-style: none;
    transition: transform 0.3s ease; /* smooth transition */
}
footer .course-info ul li a{
    color: #ffffff;
}

footer .course-info ul li:hover {
    transform: scale(1.1, 1); /* the hover effect */
    color: beige;
}
 
footer .course-info ul li::before{
    margin-right: 10px;
    content: "\eb7b";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
   
}
footer .logo{
    animation-name: move-logo;
    animation-timing-function:linear;
    
    animation-iteration-count: infinite;

}


@keyframes move-logo
{
    50% {transform: rotate(180deg);}

}



/* Menu */
/* #courses{

    background: linear-gradient(rgba(68, 5, 70, 0.299),rgba(68, 5, 70, 0.485)),url(https://media.istockphoto.com/id/1434782845/vector/purple-light-defocused-blurred-motion-gradient-abstract-background-vector.jpg?s=612x612&w=0&k=20&c=XdziynSGjaoVCLk9LI1A70ibGgpUi2IZ23PtkOWdjOM=);
    background-repeat: no-repeat;
    background-size: cover;
} */
#courses .nav-pills .nav-link {
    background-color: #fff ;
    margin-left: 8px;
    margin-right: 8px;
    color: #222;
    border-radius: 100px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

#courses .nav-pills .nav-link.active {
    background: linear-gradient(136deg, #440546, #7b0d8f);
   color: #fff;
}
.course-item  i{
    font-size: 35px;
    /* background-color: #440546; */
    background: linear-gradient(136deg, #440546, #7b0d8f);
    padding: 20px;
    border-radius: 100%;
    color: #fff;
}
.course-item:hover i {
    background-color: #7b0d8f; /* Change background color of the icon */
    color: #f0c0ff; /* Change icon color */
}
.course-item  .stars{
    color :#440546;


}
.course-item:hover h5, 
.course-item:hover p {
    color: #7b0d8f; /* Purple color for text on hover */
}


/* Hover effect for course items */
.course-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* On hover, the course item slightly scales up and adds a shadow */
.course-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgb(68, 5, 70,0.6);
    /* border: 2px soild rgb(68, 5, 70); */
}

/* Login Page Styling */





/* #verify .verify-form img{
    height: 200px;
    width: 200px;
} */


.page_setup{
    background-size: cover;           
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0;    

}
/* digital-marketing.html page  */
#banner-digital {
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/dm-icon.jpg');
    background-size: cover;           
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0;  
}

#banner-digital h1 {
    display: inline-block; 
    border-bottom: 3px solid #ffffff; 
    padding-bottom: 4px;
}
#d-course .d-intro{
    line-height: 1.5;

}
#d-course .d-intro p li{
    text-align: justify;
}
#d-course .d-intro li{
    margin-top: 10px;
}

.d-intro h2 {
    font-size: 1.5rem;
}
.d-intro p, .d-intro ul li {
    font-size: 1rem;
}
.d-intro ul li h6 {
    font-size: 1rem;
}

#banner-digital h1 {
    font-size: 2rem;
}
@media (max-width: 768px) {
    #banner-digital h1 {
        font-size: 1.5rem;
    }
    .d-intro h2 {
        font-size: 1.25rem;
    }
    .d-intro ul li {
        font-size: 0.9rem;
    }
 
}

/* Grapgic.php Page */

#banner-graphic {
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/g1.jpg');
    
               
}

/* Account Page */
#banner-account{

    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/ac1.jpg');
    background-size: cover;           
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0;  
     
}
#banner-account h1 {
    display: inline-block; 
    border-bottom: 3px solid #ffffff; 
    padding-bottom: 4px;
}
.acc_img{
    height: 400px;
    width: 400px;
}

/* Video Editing Page */
#banner-video{
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/video_1.jpg');
    background-size: cover;           
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0;  
 
}
/* Computer Programming Page */
#banner-programming{
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/Programming_3.jpg');
    background-size: cover;           
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0;  

}
/* Website designing Page */
#banner-website{
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/website_2.jpg');
    background-size: cover;           
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0; 


}
/* Website Page */
#banner-website{
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/autocad_1.jpg');
    background-size: cover;           
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0; 


}
/* Snapchat Page  */
#banner-snapchat{
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/snapchat_1.png');
    background-size: 50px 50px;           
    background-position: center;    
    /* background-repeat: no-repeat;     */
    background-attachment: fixed;    
    padding: 90px 0;

}
/* Wordpress  Page*/
#banner-wordpress{
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/wordpress_3.png');
    background-size: cover;          
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0;

}
/* Data Entry Page */
#banner-data-entry{
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/data_entry_1.jpg');
    background-size: cover;          
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0;

}
/* Typing Page */
#banner-typing{
    background: linear-gradient(rgba(68, 5, 70, 0.5), rgba(68, 5, 70, 0.5)), url('../images/typing_2.jpg');
    background-size: cover;          
    background-position: center;    
    background-repeat: no-repeat;    
    background-attachment: fixed;    
    padding: 90px 0;

}

/* Navigation Media */

/* Custom Media Queries */
@media (max-width: 767.98px) {
    /* Adjusting the navbar brand and logo for smaller screens */
    .navbar-brand {
        font-size: 1.2rem; /* Make brand name slightly smaller */
    }
    .navbar .logo {
        width: 40px;
        height: 40px;
    }
  
    /* Navbar items adjustments */
    .navbar-nav .nav-link {
        font-size: 0.9rem; /* Smaller font for nav items */
        padding: 0.5rem 1rem; /* Reduce padding for tighter layout */
    }
  
    /* Button adjustments */
    .btn-brand,
    .btn-outline-light {
        font-size: 0.9rem; /* Smaller font size on buttons */
        padding: 0.4rem 0.8rem; /* Adjust padding for compact display */
        margin: 0.5rem 0; /* Add margin to stack buttons vertically if needed */
    }


    /* Optional: Center align the Contact Us and Certificate buttons on mobile */
    .navbar .d-flex {
        flex-direction: column;
        align-items: center;
    }
    
}
@media (max-width: 767.98px) {
    .navbar ul li::after {
        height: 1px; /* Thinner underline for mobile */
        width: 0;
        background-color: #440546;
        position: absolute;
        left: 50%; /* Start underline at center */
        bottom: -6px;
        transition: width 0.3s ease;
        transform: translateX(-50%); /* Center underline */
    }
    .navbar ul li:hover::after,
    .navbar ul li .nav-link.active::after {
        width: 50%; /* Shorter underline width for mobile */
    }
}


/* Custom styles for mobile layout */
@media (max-width: 767.98px) {
    .nav-pills .nav-link {
        padding: 0.8rem 1rem; /* Adjust padding for a balanced look */
        font-size: 0.9rem; /* Smaller font size for mobile */
        text-align: center;
    }
    .nav-pills .nav-item {
        margin-bottom: 0.5rem; /* Spacing between items */
    }
}

/* 13-02-2025 8:35 */

@media (max-width: 767.98px) {
    .top-nav .container {
        flex-direction: column;
        text-align: center;
    }
    .top-nav p {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
    }
    .social-links {
        margin-top: 0.5rem;
    }
    .social-links a {
        margin: 0 0.3rem; 
    }
}
/* 13-02-8:43 updated */




/* Media Query for Mobile Screens */
@media (max-width: 768px) {
    .contact-info {
        text-align: center !important;
    }
    .social-links {
        margin-top: 10px;
    }

 
        .navbar .container {
            /* flex-wrap: nowrap; */
        }
        .navbar-brand {
            font-size: 16px;
            white-space: nowrap;
        }
        .logo {
            max-width: 100px;
        }
        .btn-brand {
            font-size: 14px;
            padding: 6px 12px;
            width: 152px;
            margin: auto; 
        }
        .d-flex {
            flex-wrap: wrap;
            justify-content: center;
        }
        .navbar-collapse {
            text-align: center;
        }
        .navbar-nav {
            flex-direction: column;
        }
        .navbar-toggler {
            position: relative;
            right: 0;
        }
    }

    /* iPhone 12 Pro Max Specific Fixes */
    @media (max-width: 430px) {
        /* .navbar .container {
            flex-wrap: nowrap;
        } */
        .navbar-brand {
            font-size: 14px;
        }
        .logo {
            max-width: 90px;
        }
        .navbar-toggler {
            position: relative;
            right: 0;
        }
        /* Ensure buttons stay in one row */
        .d-flex.align-items-center {
            flex-wrap: nowrap;
            justify-content: center;
        }
    }




.gallery_box {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.gallery_box:hover {
    transform: scale(1.05);
}
.gallery_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* Video Blog */
.styled-video {
    border-radius: 10px; 
    transition: transform 0.3s ease;
  }

  .styled-video:hover {
    transform: scale(1.05); 
   
  }
