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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #F3FFC9;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}
html, body {
    font-family: 'Montserrat', sans-serif;
}
body {
   background: #000;
   color: #F3FFC9;
   line-height: 1.6;
}
main{
    flex: 1;
    min-height: 100vh;
}
.container {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.mobile {
    display: none !important;
}

.d-grid {
    display: grid;
}
.d-flex {
    display: flex;
}
.hidden {
  opacity: 0;
  position: relative;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}
.section-title {
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: rgb(35, 85, 155);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-padding {
    padding: 40px 0;
}

input,
textarea,
select {
    padding: 10px 12px;
    border: 2px solid #ddd;
    color: #000;
    border-radius: 8px;
    outline: none;
    appearance: none;
    width: 100%;
    
}
input:focus,
textarea:focus,
select:focus{
    border-color: #23559B;
}
button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
}
button:hover {
    opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
header{
    padding: 20px 0;
}
.menu-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-brand{
    font-size: 24px;
    font-weight: 700;
}
nav{
    display: flex;
    gap: 30px;
}
.inner-padd{
    padding-left: 50px;
    padding-right: 50px;
}
.banner{
    background-color: #161A18;
    border-radius: 30px;
    padding: 50px;
    border: 1px solid #FFFFFF0D;
}
.banner-grid{
    grid-template-columns: calc(45% - 25px) calc(55% - 25px);
    gap: 50px;
}
.banner-image{
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 600px;
}
.banner-image img{
    width: 100%;
    display: block;
    height: 600px;
    object-fit: cover;
}
.banner-image .text{
    width: 100%;
    padding: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgb(0 0 0 / 54%);
}
.bnr-feat{
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
}
.bnr-feat span{
    font-size: 14px;
    background: #0000002E;
    padding: 5px 15px;
    border-radius: 50px;
    color: rgb(171, 171, 171);
    border: 1px solid #FFFFFF14;
}
.text h1{
    font-size: 32px;
    margin-bottom: 15px;
}
.text p{
    font-size: 14px;
    color: rgb(171, 171, 171);
    margin-top: 100px;
}
.common-btn{
    padding: 15px 30px;
    border: 1px solid #313131;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    transition: background 150ms ease-in-out, color 150ms ease-in-out;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
    display: inline-block;
    background: #F3FFC9;
    color: #000;
    border-radius: 30px;
    margin-top: 30px;
}
.bnr-prof{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.bnr-prof a{
    font-size: 14px;
    color: #F3FFC9;
    border-bottom: 1px solid #F3FFC9;
    padding-bottom: 2px;
    margin-top: 30px;
    display: inline-block;
}
.bnr-prof .prof-img{
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background:#F3FFC9 ;
    overflow: hidden;
}
.bnr-prof .prof-img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.bnr-prof .prof-card{
    display: flex;
    gap: 15px;
    background: #000;
    border-radius: 20px;
    padding: 20px;
}
.prof-text span{
    font-size: 14px;
    color: #7d7c7c;
    display: block;
}
.prof-text span:first-child{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #F3FFC9;
}
.bnr-prof .prof-card{
    flex: 1;
    position: relative;
}
.bnr-prof .prof-text{
    flex: 1;
}
.bnr-count{
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.bnr-count{
    display: flex;
    gap: 100px;
    margin-top: 100px;
}

.bnr-count span{
    font-size: 14px;
    display: block;
    color: #F3FFC9;
    font-weight: 500;
}
.bnr-count span:first-child{
    font-size: 38px;
    color: #F3FFC9;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}
.marquee{
    display: flex;
    gap: 50px;
    font-style: normal;
    margin-top: 100px;
}
.marquee span{
    font-size: 48px;
    font-weight: 400;
    color: #F3FFC9;
    opacity: 0.1;
    white-space: nowrap;
}
.banner-btm-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.banner-btm-grid .col{
    background: #161A18;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    border: 1px solid #FFFFFF0D;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-btm-grid .col h2{
    font-weight: 500;
    color: #585f44;
}
.banner-btm-grid .col:first-child{
    background-color: transparent;
    background-image: linear-gradient(274deg, #161A18 0%, #000000 100%);
    border: none;
}
.banner-btm-grid .col:last-child{
    background-color: transparent;
    background-image: linear-gradient(102deg, #161A18 0%, #000 100%);
    border: none;
}
.m-40{
    margin-top: 40px;
}
.section-heading{
    text-align: center;
}
.section-heading h2{
    width: 60%;
    margin: 0 auto;
    font-size: 32px;
}
.section-heading p{
    color: rgb(171, 171, 171);
    margin-top: 10px;
    width: 50%;
    margin: 0 auto;
}
.about-cont{
    display: grid;  
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    gap: 50px;
    align-items: center;
    margin-top: 40px;
}
.about-img{
    border-radius: 30px;
    overflow: hidden; 
    background: url(../images/red-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 30px 30px 0 30px;
}
.about-img img{
    width: 30%;
    display: block;
    margin: 0 auto;
}
.about-img-bg{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
}
.text-area p{
    color: rgb(171, 171, 171);
    line-height: 1.8;
}
.prof-bg{
    background: #585E441F;
    border-radius: 30px;
    padding: 10px;
}
.prof-img{
    height: 200px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.prof-img img{
   width: 100%;
}
.prof-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.prof-text{
    text-align: center;
}
.prof-crd{
    background: #000;
    padding: 15px;
    border-radius: 30px;
}
.prof-text span{
    font-size: 14px;
    background: #585E441F;
    padding: 5px 15px;
    border-radius: 50px;
    color: rgb(171, 171, 171);
    border: 1px solid #FFFFFF14;
    margin-bottom: 5px;
}
.prof-name{
    background: none !important;
    border: none !important;
}
.prof-text a{
    display: block;
    margin-top: 10px;
}
.profiles {
    background: #161A18;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #FFFFFF0D;
}
.view-more-btn{
    text-align: center;
}
.location-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.location-card{
    background: #000;
    border-radius: 10px;
    padding: 15px;
}
.location-card-img {
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}
.location-card-img img{
    display: block;
    width: 100%;
}
.locations{
    background: #161A18;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #FFFFFF0D;
    margin-top: 40px;
}
.location-card h3{
    margin-bottom: 20px;
}
.text-area-bg{
    background: #161A18;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #FFFFFF0D;
    margin-top: 40px;
}
.footer-links{
    text-align:center ;
}
footer{
    padding: 30px;
}
.ftr-links{
    display: flex;
    gap: 30px;
    justify-content: center;
}

.select-option{display:inline-flex; align-items:center; justify-content:space-between;}
.select-option select {
    background: #ff0000;
    padding: 13px 10px;
    border-radius: 0;
    border: #ff0000 solid 2px;
    color: #fff;
    font-size: 15px;
    width: 500px;
}
.select-option label{color:#fff; font-size:17px;  font-weight:500; text-transform:uppercase; margin-right:15px;margin-bottom:0;}
.select-option label span{animation:.5s infinite alternate mover; font-size:20px; line-height:16px; margin-left:15px; display:inline-block;}
.select-option button{background: #009f1c;padding: 8px 20px 4px;cursor: pointer;height: 47px;border: none;}
.select-option .d-flex{display:flex; align-items:center; justify-content:center;}



@media (max-width: 1199px) {
    .banner-grid {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 20px;
    }
    .bnr-prof{
        display: block !important;
    }
    .bnr-prof .prof-card{
        margin-top: 10px;
    }
   
}
@media (max-width: 991px) {
    .banner-grid {
        grid-template-columns:1fr;
        gap: 20px;
    }
    .bnr-prof{
        display: flex !important;
    }
    .bnr-prof .prof-card{
        margin-top: 10px;
    }
    .banner{
        padding: 15px;
    }
    .bnr-prof .prof-card{
        flex-direction: column-reverse;
    }
    .bnr-prof .prof-img{
        margin: 0 auto;
    }
    nav{
        position: fixed;
        left: -100%;
        top: 0;
        height: 100vh;
        background: #000;
        padding: 30px;
        display: block;
        z-index: 999;
        width: 70%;
        transition: all 0.3s ease-in-out;
    }
    .menu-bar nav.active {
        left: 0;
    }
    nav a{
        display: block;
        padding: 10px 30px;
    }
    .banner-btm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    }
    .section-heading h2, .section-heading p {
    width: 100%;
    }
    .about-cont{
       grid-template-columns: 1fr;
    }
    .prof-grid, .location-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    }
        .mobile {
        display: block !important;
    }
    .gg-menu {
        transform: scale(var(--ggs, 1));
    }
    .gg-menu,
    .gg-menu::after,
    .gg-menu::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        background: currentColor;
    }
    .gg-menu::after,
    .gg-menu::before {
        content: "";
        position: absolute;
        top: -6px;
    }
    .gg-menu::after {
        top: 6px;
    }
    nav .gg-close{
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .gg-close {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 40px;
}
.gg-close::after,
.gg-close::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px;
}
.gg-close::after {
  transform: rotate(-45deg);
}

}
@media (max-width: 767px) {

    .bnr-feat{
        flex-direction: column;
    }
    .bnr-prof, .bnr-count{
        flex-direction: column;
    }
    .inner-padd{
        padding-left: 10px;
    padding-right: 10px;
    }
    .bnr-count{
        justify-content: center;
    }
    .cont{
        text-align: center;
    }
    .banner-btm-grid, .prof-grid, .location-grid{
        grid-template-columns: 1fr;
    }
    .common-btn{
        display: block;
        text-align: center;
    }
    .ftr-links{
        flex-direction: column;
    }
    .text h1 {
    font-size: 20px;
    }
    .text p {
    margin-top: 30px;
    }
    .bnr-prof .prof-card{
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .select-option select {
        width: 100%;
    }
}
