*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(18, 23, 40, 0.7)),url(images/image3.jpeg);
    background-position: center;
    background-size: cover;
}

.about-header{
    min-height: 60vh;
    width: 100%;
    background-image: url(images/about-image1.jpg);
    background-position: center;
    background-size: cover;
}

.sub-header{
    min-height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(18, 23, 40, 0.7)),url(images/banner-blog.jpg);
    background-position: center;
    background-size: cover;
}

.sub-header-contact{
    min-height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(18, 23, 40, 0.7)),url(images/banner-contact.jpg);
    background-position: center;
    background-size: cover;
}

.thanks-header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(18, 23, 40, 0.7)),url(images/thanks.jpg);
    background-position: center;
    background-size: cover;
}

/*.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(18, 23, 40, 0.7)),url(images/image3.jpeg);
    background-position: center;
    background-size: cover;
}

.sub-header{
    min-height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(18, 23, 40, 0.7)),url(images/banner-blog.jpg);
    background-position: center;
    background-size: cover;
}

.thanks-header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(18, 23, 40, 0.7)),url(images/thanks.jpg);
    background-position: center;
    background-size: cover;
}*/

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.logo{
    font-size: 30px;
    font-family: "Bad Script", serif;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: white;
    cursor: pointer;
    transition: 0.3s;
	flex: 1;
}
.logo:hover{
    transform: scale(1.1);
}
.logo span{
    text-shadow: 0 0 25px coral;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
      
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    padding-top: 2px;
	font-family: "Alatsi", sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
	font-family: "Alatsi", sans-serif;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: green;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box h1{
    font-size: 65px;
    font-family: Arial, Helvetica, sans-serif;
	
	opacity: 0;
    display: inline-block;
    animation: animate 1s linear forwards;
}

.text-box p{
    margin: 30px 0 40px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

/*------------Thanks-Box------------*/
.thanks-box{
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.thanks-box h1{
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    display: inline-block;
    animation: animate 1s linear forwards;

}



@keyframes animate{
    0%{
        opacity: 0;
        transform: rotateY('90deg');
        filter: blur(10px);
    }
    100%{
        opacity: 1;
        transform: rotateY('0deg');
        filter: blur(0);
    }
}

.ab-container {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center;     /* Vertically center */
    height: 10vh;           /* Full viewport height */
}
.about-btn{
	margin-left: 50px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px 34px;
    font-size: 15px;
    background: transparent;
	background-color: black;
    position: relative;
    cursor: pointer;
}

.about-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}

nav .fa{
    display: none;
}

/* Mobile styles for navigation */
@media (max-width: 700px) {
    .text-box h1{
        font-size: 20px;
        padding-top: 60px;
    }
    /* The nav-links container should initially be hidden */
    .nav-links {
        position: absolute;
        top: 0; /* Position below the header */
        left: 0;
        width: 100%;
        height: 100vh; /* Make it full height */
        background-color: rgb(193, 221, 193); /* Greenish background */
        text-align: center;
        max-height: 0; /* Start with 0 height (hidden) */
        overflow: hidden; /* Hide any overflowing content */
        transition: max-height 0.6s ease-out; /* Smooth transition for height */
        padding: 0; /* Initially no padding */
        z-index: 10;
    }

    /* When the menu is active (on show), it should expand to the full screen */
    .nav-links.active {
        max-height: 100vh; /* Set a large enough height to show the full menu */
        padding: 40px 0; /* Add padding for better readability */
    }

    /* Style for each list item in the menu */
    .nav-links ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .nav-links ul li {
        padding: 20px;
        font-size: 18px;
        color: white;
        display: block; /* Stack menu items vertically */
    }
    .nav-links ul li:focus, .nav-links ul li:hover {
        background-color: rgba(0, 0, 0, 0.2); /* Darken the background slightly on hover */
        border-radius: 5px;
    }
    .nav-links ul li a {
        color: rgb(0, 0, 0);
        font-size: 20px;
        text-decoration: none;
    }

    nav .fa {
        display: block;
        color: white;
        margin: 10px;
        font-size: 24px;
        cursor: pointer;
    }

    .logo {
        font-size: 30px;
    }
}
/* Overlay to dim the background */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7); /* Black with transparency */
    z-index: 5;
}

.nav-links.active + .overlay {
    display: block;
}


.cta {
    width: 100%;
    height: 60vh;
    background-image: url(images/image11.jpeg);
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.cta h1{
    
    text-align: left;
    margin-left: 30px;
    color: #fff;
    margin-bottom: 40px;
   padding-top: 30px;
}
@media (max-width: 768px) {
    .cta {
        height: 50vh; /* Adjust height for smaller screens */
        background-position: center;
    }

    .cta h1 {
        font-size: 1.2rem; /* Slightly smaller for narrow screens */
        padding: 10px; /* Adds padding for readability */
    }
}



/*-----Footer-----*/

footer{
    width: 100%;
    bottom: 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 100px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
}

.row1{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col1{
    flex-basis: 25%;
    padding: 10px;
}

.logo{
    width: 80px;
    margin-bottom: 30px;
}

.col1 h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
	border-bottom: 4px solid white;
    padding-bottom: 10px;
}

.col1 p{
    line-height: 40px;
}

.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

ul li{
    list-style: none;
    margin-bottom: 12px;
}

ul li a{
    text-decoration: none;
    color: #fff;
}

.email-id{
    margin-top: 5px;
}

.instagram-id{
    text-decoration: none;
    color: #fff;
    
}
.fa fa-instagram{
    text-decoration: none;
    color: white;
}

.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

/*.underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}

@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left: 100px;
    }
}*/

hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}

.copyright{
    text-align: center;
}

@media (max-width: 700px){
    footer{
        bottom: unset;
    }
    .col1{
        flex-basis: 100%;
    }
    col1:nth-child(2), .col1:nth-child(3){
        flex-basis: 100%;
    }
}




/*----Service-----*/

.service-box{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}


.service-box h1{
    text-align: center;
    font-size: 40px;
}


.service-row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}


.service-col{
    flex-basis: 48%;
    padding: 30px 2px;
}


.service-col img{
    width: 400px; 
    border-radius: 20px;
}

.service-col h2{
    padding-top: 0;
}

.service-col p{
    font-size: 20px;
    padding: 15px 0 25px;
    line-height: 30px;
}

.service-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff; 
    background-color: #f30a0a; 
    border: 2px solid #f30a0a; 
    border-radius: 5px;
    text-align: center;
    text-decoration: none; 
    transition: all 0.3s ease; 
}

.service-btn:hover {
    color: #f30a0a; 
    background-color: #fff; 
    border-color: #f30a0a; 
    transform: scale(1.1); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); 
}

@media (max-width: 768px) {

    .service-row {
        flex-direction: column; 
        align-items: center; 
    }

    .service-col {
        flex-basis: 100%; 
        padding: 20px 0;
    }

    .service-box h1 {
        font-size: 30px;
    }

    .service-col p {
        font-size: 16px;
    }

    .service-btn {
        padding: 12px 25px; 
        font-size: 14px; 
    }
}


/*----Blog----*/

.timeline-section{
    background-color: #24292d;
    min-height: 100vh;
    padding: 100px 15px;
}

.timeline-items{
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.timeline-items::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #2f363e;
    left: calc(50% - 1px);
}

.timeline-item{
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.timeline-item:last-child{
    margin-bottom: 0;
}

.timeline-item:nth-child(odd){
    padding-right: calc(50% + 30px);
    text-align: right;
}

.timeline-item:nth-child(even){
    padding-left: calc(50% + 30px);
}

.timeline-dot{
    height: 16px;
    width: 16px;
    background-color: #eaa023;
    position: absolute;
    left: calc(50% - 8px);
    border-radius: 50%;
    top: 10px;
}

.timeline-content{
    background-color: #2f363e;
    padding: 30px;
    border-radius: 5px;
}

.timeline-content h3{
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.timeline-content p{
    color: #c8c8c8;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

@media(max-width: 767px){
    .timeline-items::before{
        left: 7px;
    }
    .timeline-item:nth-child(odd){
        padding-right: 0;
        text-align: left;
    }
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even){
        padding-left: 37px;
    }
    .timeline-dot{
        left: 0;
    }
}



/*-----About-----*/

.about{
    min-height: 100vh;
    width: 100%;
    padding: 78px 0px;
    background-color: #fff;
}

.about img{
    border: 2px solid #f30a0a;
    width: 400px;
    box-shadow: 0 0 5px #f30a0a,
                0 0 25px #f30a0a;
    height: auto;
    border-radius: 5em;
    transition: 0.5s ease;
    
}


.main{
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-text h1{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 80px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-left: 100px;
}

.about-text h5{
    color: black;
    font-size: 28px;
    text-transform: 25px;
    margin-bottom: 0.4em;
    margin-left: 100px;
	text-align: center;
}

.about-main {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    width: 100%; 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 20px; 
}

.about-text p{
    color: black;
    letter-spacing: 1px;
    margin-left: 100px;
	line-height: 30px;
}

.about-text hr{
    border-top: 1px solid #f30a0a;
}

button{
    background: transparent;
    color: #f30a0a;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #f30a0a;
    font-weight: bold;
    padding: 13px 30px;
    margin-left: 100px;
    border-radius: 30px;
    transition: .4s ease;
}

button:hover{
    background: #f30a0a;
    color: #fff;
    border: 2px solid #f30a0a;
    box-shadow: 0 0 5px #f30a0a,
                0 0 25px #f30a0a;
    cursor: pointer;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .about-main {
        flex-direction: column; 
        align-items: center; 
    }
    .about img {
        max-width: 90%; 
        margin: 30px auto; 
    }

    .about-text {
        margin-left: 0; 
        text-align: center; 
        padding: 0 20px; 
    }

    .about-text h1 {
        margin-left: 1px;
        font-size: 32px;
    }

    .about-text p{
        padding-right: 60px;
        text-align: center;
        margin-left: 1px;
    }

    .about-text h5 {
        margin-left: 1px;
        font-size: 18px; 
		font-style: italic;
    }

    button {
        margin: 20px 0; 
    }
}