html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color:white;
    /*     padding-left: 10px;
    padding-right: 10px; */
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.header-main{
    width: 100%;
    height: 60px;
    background-color:#071120;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    align-items: center;
    margin-bottom: 20px;
}

.header-main-logo{
    /* width: fit-content; */
    height: 60px;
    padding-left: 30px;
    display: flex;
}

.header-main-logo img{
    height: 60px;
    align-self: center;
}

.header-main-nav{
width: fit-content;
height: 100%;
}

.header-main-nav ul a:hover{
	color:#33CCCC;
    font-weight: bold;
}

.header-main-nav ul{
    list-style: none;
}

.header-main-nav ul li{
    display: inline;
    float: left;
    align-self: center;
}

.header-main-nav ul li a{
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:medium;
    color: #FFF;
    line-height: 60px;
    display: block;
}

.header-main-sm{
    width: fit-content;
    height: 100%;
    padding-right: 30px;
    display: flex;
    align-items: center;
}
.header-main-sm-lin{
    width: 20px;
    height: 20px;
    background-image: url(_images/In-Grey-21.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-main-sm-lin:hover{
    background-image: url(_images/In-Blue-21.png);
}

.image-container{
    position:relative;
    width: 100%;
    height: 750px;
    clear: both;
	float: left;
	/* margin-left: 0; */
    margin-top: 60px;
	display: block;
    text-align:center;
    overflow: hidden;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    top: -10%;
    position: absolute;
}
.rounded-shadow {
    border-radius: 30px; /* Adjust the value for the desired roundness */
    box-shadow: 12px 12px 8px 3px rgba(0, 0, 0, 0.6); /* Adjust the values for the desired shadow effect */
    max-width: 100%; /* Ensure the image is responsive */
    height: auto;
}
.overlay-text {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #f9bf11;
	padding: 10px 10px;
	text-align: center;
}

.overlay-text h2{
    font-family:'Squada One', sans-serif;
    font-size: 56px;
    margin-bottom: 5px;
    border: 2px solid #33CCCC;
    padding: 10px 10px;
    background-color: #071120;
}

.overlay-text p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    border: 2px solid #33CCCC;
    padding: 5px 10px;
    background-color: #071120;
}

.overlay-text-left{
    position: absolute;
    display: block;
    width: 800px;
    left: 10%;
    top: 60%;
    /* bottom: 0%; */
    /* transform: translate(-50%,-50%); */
    color: #FFF;
    background-color: #18374e;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
}
.overlay-text-left p{
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.opacity-img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0.4; /* Set the opacity to 50% */
}

.content-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position:relative;
    padding: 5px 5px;
    border-bottom: 3px;
    border-bottom-color: #33CCCC;
    border-bottom-style: groove;
    margin: 10px 10px;
    max-width: 100%;
}

.content-container div{
    width: 100%;
}
.content-container-header{
    /* display:flex; */
    /* align-items: center; */
    margin-top: 5px;
    /* padding-top: 60px; */
    margin-bottom: 5px;
    justify-content: center;
    /* width: 100%; */
    text-align: center;
}

.contentdiv {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
    text-align: center;
/*     padding-left: 10px;
    padding-bottom: 10px; */
    padding: 20px 10px;
}

.contentdiv img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

.contentdiv h3 {
    margin-top: 10px;
}

/*Test New Layout*/
.content-container-row{
    display: flex;
    justify-content: space-between;
    align-items: top;
    gap: 40px;
    margin: 20px 20px;
    border-bottom-color: #33CCCC;
    border-bottom-style:groove;
}
.content-container-col{
    flex: 1;
}
.content-container-col.image img{
    max-width: 100%;
    height: auto;
}

h1 {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 36px;
font-weight: bold;
color: black;
align-self: center;
}

h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: black;
    border: 2px solid #33CCCC;
    padding: 5px 10px;
    margin-bottom: 5px;
    text-align: center;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
    text-align: center;
}

.about-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-container,
.team-container {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    flex: 1 1 20%;
    margin: 10px;
}

.text-container {
    flex: 1 1 20%;
}

.team-container img {
    max-width: 300px;
    height: auto;
}

.image-text-overlay{
    position: relative;
    width: 100%;
    margin-left: 0;
    height: 70%;
    display: block;
}

.image-text-overlay img{
    display: block;
    width: 100%;
    height: 70%;
}

.overlay-container{
    position:absolute;
    top: 20%;
    right: 20%;
	transform: translate(-50%, -50%);
    margin-right: 10px;
    width: 300px;
    border-color: #33CCCC;
    border-style: groove;
    border-width: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-container{
    margin-top: 20px;
    display: flex;
}

.image-column {
    flex: 1;
}

.image-column img{
    width: 50%;
    margin-left: 50px;
    margin-top: 50px;
}
.text-column {
    flex: 1;
    padding: 0 20px;
}

.text-column h3 {
    font-size: 36px;
}

.text-column p{
    font-size: 24px;
    color: #FFF;
    align-self: center;
    justify-content: center;
}

.button-container {
    text-align: center;
    left: 50%;
    margin: 20px 0px;
    /* transform: translateX(-50%); */
}

.action-button {
    background-color: #f9bf11; /* Initial background color */
    color: #33CCCC; /* Text color */
    border: none; /* Remove default border */
    padding: 15px 30px; /* Padding for the button */
    font-size: 16px; /* Font size */
    font-weight: bold; /* Font weight */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.action-button:hover {
    background-color: #33CCCC; /* Background color on hover */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Box shadow on hover */
}

.action-button:active {
    background-color: #1c5985; /* Background color when the button is clicked */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Box shadow when the button is clicked */
}

.overlay-text-left{
    max-width: 75%;
    top: 10%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
    color: black;
    text-align: left;
}

.overlay-text-left p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 38px;
}
/*Contact Us Page*/
.contact-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1024px;
    margin: 60px auto;
    padding: 20px;
    gap: 20px;
}
.left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: #33CCCC;
    border-style: groove;
    border-width: 3px;
    /* margin-right: 30px; */
    padding: 20px 20px;
}
.image {
    max-width: 100%;
    height: auto;
    padding: 0px 20px 20px 20px;
}
.right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-color: #33CCCC;
    border-style: groove;
    border-width: 3px;
    padding: 20px 5px;
}
.row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;

}
.icon{
    width: 60px;
    height: 60px;
    /* margin-right: 5px; */
    flex-shrink: 0;
}
.icon-link {
    display: flex;
    align-items: center;
}

.text {
    flex: 1;
    word-wrap: break-word;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
}
/* Hover effects */
.email-icon:hover {
    content: url('_images/icon_email_hover.jpg');
}

.phone-icon:hover {
    content: url('_images/icon_phone_hover.jpg');
}

.whatsapp-icon:hover {
    content: url('_images/icon_whatsapp_hover.jpg');
}

.address-icon:hover {
    content: url('_images/icon_address_hover.jpg');
}

/*footer section*/
.footer {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
    max-width: 100%;
    overflow-x: hidden;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 10px;
    background-color: #9e9d9d;
    justify-content: space-between;
}
.footer h3{
    font-size: 20px;
}
.footer h4{
    font-size: 18px;
}
.footer .left-column{
    border: none;
}
.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding:10px 50px;
}
.footer-image {
    max-width: 200px;
    height: auto;
}
.footer-left{
    align-items: center;
    justify-content: center;
}
.footer-row {
    display: flex;
    align-items: center;
    margin: 5px 0px;
}
.footer-link {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}
.footer-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.footer a :hover{
    color:#f9bf11;
    font-weight: bold;
}

/*Clients Page*/
.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 10 logos per row on larger screens */
    gap: 20px; /* Adjust the gap between logos as needed */
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; /* Adjust padding as needed */
}

.logo img {
    max-width: 100%; /* Ensure images resize appropriately */
    height: auto;
}



@media screen and (max-width: 1024px) {
    .content-container-header h1{
        font-size: 24px;
    }
    .contentdiv {
        flex-basis: calc(50% - 20px); /* 2 columns on smaller screens */
    }
    .contentdiv h3{
        font-size: 24px;
    }
    .contentdiv h4{
        font-size: 20px;
    }

    .content-container-row h3{
        font-size: 24px;
     }
     .content-container-row h4{
        font-size: 20px;
     }
    .header-main{
        flex-direction: row;
        align-items: flex-start;
        height: 60px;
    }
    .header-main-logo img{
        width: auto;
        height: 60px;
        padding-left: 0;
    }
    .header-main-nav{
        margin-top: 5px;
    }
    .header-main-nav a{
        display: block;
        margin: 10px 0;
    }
    .header-main-nav ul li a{
        font-size:smaller;
        line-height: 30px;
    }
    .image-container{
        height: 300px;
    }
    .image-container img{
        height: 350px;
    }
    .overlay-text h2{
        font-size: 16px;
    }
    .overlay-text p{
        font-size: 12px;
    }

    .right-column img{
        height:70%;
        width: 70%;
    }

    .overlay-text-left{
        max-width: 100%;
        padding-left: 5px;
        width: 600px;
        height:fit-content;
    }

    .overlay-text-left p{
        font-size: 20px;
    }

    .text-container {
        flex: 1 1 20%;
    }
    .team-container {
        flex: 1 1 20%;
    }

    /*For Contact Us Page */
    .contact-container{
        flex-direction: row; 
    }
    .left-column, .right-column {
        width: 100%;
    }
    .row img{
        width: 60%;
        height: 60%;
    }
    .row p{
        font-size: 14px;
        align-self: center;
    }

    /*For Footer */
    .footer {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        gap: 5px;
    }
    .footer-column {
        width: 100%;
        margin: 5px 5px;
        padding: 5px;
    }
    .footer-left{
       grid-column: span 2;
       grid-row: 1;
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100%;
       /* max-width: 150px; */
       margin:0 auto;
    }
    .footer-column, .footer-left {
        width: 80%;
    }
    .footer-image{
        width:50%;
    }
    .footer-row{
        flex-direction: column;
        align-items: flex-start;
        /* margin-left: 20px; */
        /* justify-content: left; */
    }
    .bottom-row{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }
    .footer-col2{
        grid-column: 1;
        grid-row: 2;
        /* max-width: 200px; */
    }
    .footer-col3{
        grid-column: 2;
        grid-row: 2;
    }
    .footer-col4{
        grid-column: span 2;
        grid-row: 3;
        text-align: center;
    }
    .footer h3{
        font-size: 16px;
    }
    .footer h4{
        font-size: 12px;
    }

    /*For Privacy & Disclaimer Page*/
    .content-container-row{
        flex-direction: column;
        gap:20px;
    }
    .content-container-col.image{
        order: -1;
    }
    .content-container-col{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .contentdiv {
        flex-basis: 100%; /* 1 column on even smaller screens */
    }
    .content-container-header{
        display: flex;
        justify-content: center;
    }
    .content-container-header h1{
        font-size: 24px;
    }
    .contentdiv img {
        scale: 80%;
    }
     .content-container-col h3{
        font-size: 20px;
     }
     .content-container-col h4{
        font-size: 16px;
     }
    .header-main {
        /* flex-direction: column; */
        flex-direction: row;
        align-items: flex-start;
        height: 60px;
        width: 100%;
    }
    .header-main-logo img{
        height: 40px;
        width: auto;
    }
    .header-main-nav {
        margin-top: 5px;
    }
    .header-main-nav a {
        display: block;
        margin: 0px;
    }
    .header-main-nav ul li a {
        font-size: 10px;
        line-height: 20px;
    }
    .header-main-sm-lin{
        width: 16px;
        height: 16px;
    }
    .image-container{
        height: 200px;
    }
    .image-container img{
        width: 100%;
        height: 200px;
        top: 0;
    }
    .overlay-text{
        padding-top: 5px;
    }
    .overlay-text h2{
        font-size: 16px;
    }
    .overlay-text p{
        font-size: 12px;
    }

    .overlay-about-container{
        width: 180px;
    }

    .right-column img{
        height: 60%;
        width: 60%;
    }
    .overlay-content{
        flex-direction: row;
    }
    .overlay-text-left{
        top:5%;
        max-width:75%;
        padding-left: 3px;
    }
    .overlay-text-left p{
        font-size: 12px;
    }
    .overlay-content p{
        font-size: 12px;
    }

    .team-container {
        flex: 1 1 50%;
    }
       /*Contact Us Page*/
    .row img{
        width: 60%;
        height: 60%;
    }
    .row p{
        font-size: 16px;
        align-self: center;
    }
    .contact-container{
        flex-direction: column; 
    }
    .right-column {
        margin-top: 20px;
    }
    /*Client's Page*/
    .gallery {
        grid-template-columns: repeat(2, 1fr); /* 2 logos per row on smaller screens */
    }
}