@import url('https://fonts.googleapis.com/css2?family=Kanit: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&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&display=swap');

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

#footupper{
display: flex; align-items: center; justify-content: center;
position: relative;

}
#footupperrow{
background-color: #F1A51F; width: 75%; position: relative;
height:50vh;
border-radius: 30px;

}

.operflowimg{
position: relative;
bottom: 100px;
}


.footer {

background-color: #333;
color: #fff;
}

.social-icon {
width: 30px;
margin-right: 10px;
}

.footer h5 {
font-weight: bold;
margin-bottom: 20px;
}

.footer ul li {
margin-bottom: 10px;
}

.footer a {
text-decoration: none;
color: #fff;
}

.footer a:hover {
color: #f1a51f;
}

/* Responsive CSS */
@media (max-width: 576px) {
.footer {
text-align: center;
}

.footer .col-md-4 {
margin-bottom: 20px;
}
}
#givemargin{
padding-top: 20px;
}




.submit-container {
border-radius: 20px;
background-color: #fff;
display: flex;
margin-top: 37px;
flex-direction: column;
align-items: flex-end;
font-size: 20px;
color: #1a171e;
font-weight: 500;
padding: 0 71px;
}

.submit-button {
border-radius: 20px;
background-color: #f1a51f;
padding: 15px 21px;
border: none;
cursor: pointer;
font-size: inherit;
font-weight: inherit;
color: inherit;
}

@media (max-width: 991px) {
.submit-container {
padding: 0 20px;
}

.submit-button {
padding: 15px 20px;
}
}



/* nav end */

/* The Blog Section Start */
.blog-b{
    background-image:url('../image/Blog-slider-copy.jpg');
    width:100%;
    height:500px;
    background-size:100%;
    background-position:center;
    background-size:100% 100%;
    padding-top:100px;
}

/* General styles */
.navbar {
background-color: transparent;
padding: 1rem 0;
}

/* Navbar items spacing */
.navheading {
font-size: 1.2em;
}

/* Image resizing */
.img-fluid {
max-width: 100%;
height: auto;
}

/* Media Queries for tablet and mobile responsiveness */
@media (max-width: 992px) {
/* Navbar collapse for tablet view */
.navbar-toggler {
border: none;
background: none;
}
}

@media (max-width: 576px) {
/* Center the items for mobile view */
.col-8 {
justify-content: center;
padding-right: 0;
}
.col-4 {
justify-content: center;
padding-left: 0;
}
}


*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

/* model */
.modal-fullscreen .modal-content {
height: 100vh;
width: 96vw;
background-color: #1c1c1c;
color: white;
position: relative;
animation: slideDown 0.7s forwards; /* Slide down animation */
}

/* Slide down from top */
@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

/* Animation for Menu Items */
@keyframes slideIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}












 /* Make the modal take up the full viewport */
 .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: none; /* Disable Bootstrap's default width */
}

.modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/* Modal slide down animation */
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal.fade .modal-dialog {
    transition: transform 0.8s ease-out;
}

.modal.fade.show .modal-dialog {
    animation: slideDown 0.5s ease-out forwards;
}

/* Modal body styling */
.modal-body {
    background-color: #000000e9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Main list items */
.modal-body ul li {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.modal-body ul li a {
    text-decoration: none;
    color: white;
}

.modal-body ul li a:hover {
    color: #ddd;
}

/* Submenu animation */
.submenu {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
    max-height: 200px; /* Adjust as needed */

}

.dropdown:hover .submenu {
    display:block;
    opacity: 1;
}

.submenu li {
    margin-bottom: 10px;
}

.submenu li a {
    color: #aaa;
}


.submenu li a:hover {
    color: #ddd;
}








/* Animayion hero section code */
/* Animation for the whole left side */
.animate-left {
animation: slide-left 1s ease-out forwards;
}

/* Top image animation */
.animate-top {
animation: slide-top 1.5s ease-out forwards;
}

/* Bottom image animation */
.animate-bottom {
animation: slide-bottom 1.5s ease-out forwards;
}

@keyframes slide-left {
0% {
transform: translateX(-100%);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}

@keyframes slide-top {
0% {
transform: translateY(-100%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}

@keyframes slide-bottom {
0% {
transform: translateY(100%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}



.btn1{
    margin-top: -75px;
    
}
.paragrap-blog{
    margin-top: -30px;
}

/* Responsive design */
@media (max-width: 768px) {
.left-hero {
margin-top: 10vh;
}

.btn {
width: 70%;
}
}

@media (max-width: 576px) {
.left-hero {
margin-top: 5vh;
text-align: center;
}

.btn {
width: 100%;
}

.firstimg {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
top: 100px;
}

.imgdiv1,
.imgdiv2 {
width: 90%;

}
}
#nav{
height: 5vh;

}

/* section 2 */
/* Animation keyframes */
@keyframes slideInLeft {
0% { transform: translateX(-100%); opacity: 0; }
100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideInTop {
0% { transform: translateY(-100%); opacity: 0; }
100% { transform: translateY(0); opacity: 1; }
}

@keyframes slideInRight {
0% { transform: translateX(100%); opacity: 0; }
100% { transform: translateX(0); opacity: 1; }
}

/* Section styling */
section {
position: relative;
top: 6vh;
}


.firstimg img {
width: 100%;
height: auto;
animation: slideInLeft 1s ease-out;
}



/* Responsive adjustments */
@media (max-width: 576px) {
.firstimg img {
margin-bottom: 15px;
 
}
.firstimg .group154 img{
    position: relative;
    top: -152px;
    width: 100%;
}
}


/* boder sild vala */
/* Box styling */
.box-container {
padding: 10px;
border: 1px solid #e0e0e0;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
background-color: #f9f9f9;
}

/* Title styling */
.box-container h2 {
font-size: 1.2rem;
/* margin-bottom: 10px; */
padding-left: 15px;
border-left: 5px solid #ffbb33; /* Orange border to the left */
color: #333;
}

/* Input box styling */
.search input[type="text"],
.Categoriebox input[type="text"] {
width: 100%;
padding: 10px;
border: none;
border-radius: 10px;
background-color: #f2f2f2;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
color: #a0a0a0; /* Placeholder color for disabled effect */
outline: none;
/* margin-bottom: 10px; */
}

.search input::placeholder,
.Categoriebox input::placeholder {
color: #a0a0a0; /* Placeholder color */
opacity: 0.8; /* Slightly lighter for disabled effect */
}

/* Icon inside search bar */
.fa-magnifying-glass {
position: relative;
left: -30px;
color: #bdbdbd;
}

/* Categories section */
.Categoriebox .inputfild {
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}

/* Responsive grid for categories */
.Categoriebox .container {
padding: 0 10px;
}

.Categoriebox input {
width: 100%;
margin: 5px;
}

.blogcats{
    background-color: #e4e4e4;
    color: #333;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 3px;
    
    margin-bottom:10px;
    display: inline-block;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
.Categoriebox input {
width: 100%;
margin-bottom: 10px;
}
.blog-b{
    height:138px !important;
      width:100% !important;
      background-image: url('../image/Blog-slider-copy.jpg');
      background-size:contain;
      background-position: center center !important;
      background-repeat: no-repeat;
    
    }

.fa-magnifying-glass {
left: -20px;
}

}

.para {
color: #ccc;
font-size: 14px;
}

.text-warning {
color: #ffdd57 !important;
}




.fa {
color: #ffdd57;
}




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


}










/* unlock */
#hiderow {
height: 320px;
background-color: #F1A51F;
border-radius: 30px;
position: relative;
top: 100px;
left: 130px;
z-index: 2;
width: 80%;
}

#hiderow img {
min-height: 400px;
position: relative;
bottom: 44vh;
}

/* Responsive styles */
@media (max-width: 768px) {
#hiderow {
width: 100%;
top: 50px;
left: 0;
}

#hiderow img {
height: auto;
}

/* Hide the elements for mobile and tablet */
#hide, #hide2 {
display: none;
}
}


/* second sectiojn */
.shadow-sm {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Styling for the first row buttons */
.btn-group button {
border-radius: 50px;
padding: 10px 20px;
display: flex;
align-items: center;
}

.btn-group img {
margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.row .col-auto {
margin-bottom: 10px;
}

.btn-group {
width: 100%;
}

.input-group {
width: 100%;
}
}


#learnblog{
color: black;

}
#learnblog a{
text-decoration: none;
}

#hide2{
background-image: url('images/Intersect.png');
background-repeat: no-repeat;
height: 100%;

border-bottom-right-radius:20px;
border-top-right-radius: 30px;
}
#lgbtn{
text-decoration: none; color: black; border: 2px solid; padding: 5px; border-radius: 4px;
}
 /* text-decoration: none; color: black; border: 2px solid; padding: 5px; border-radius: 4px; */
  