/* basic colors */
:root {
    --color-1: #0B4693;
    --white: #ffffff;
    --black: #000000;
}

/* general section */
a {
    text-decoration: none !important;
}

h1 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    font-weight: 400px;
}

/* for navbar */
@media (min-width:992px) {
    .collapse {
        display: flex;
        justify-content: end;
    }

    .navbar {
        height: 100px;
        background-color: var(--white);
    }

}

.navbar {
    height: 100px;
    background-color: var(--white);
}

.navbar input {
  border: 1px solid #0B4693;
}

.navbar .input-group-text {
    background-color: var(--color-1);
    color: var(--white);
}

.navbar ul li a {
    color: var(--black);
    margin-left: 10px;
    /* margin-right: 10px; */
    font-size: 16px;
    font-weight: 400;
}

/* home page */
.home-banner .carousel-caption{
    position: absolute;
    top: 10%;
   left: 8%;
  text-align: left;
}

.home-banner .carousel-inner{
    height: 500px;
}

.home-banner h1 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home-banner .btn {
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}

.home-banner .btn:hover {
    background-color: var(--white);
    color: var(--color-1);
    border: 1px solid #ffffff;
}

.home-banner .carousel-control-prev {
    position: absolute;
    left: -2%;
    top: 50px;
}

.home-banner .carousel-control-next {
    position: absolute;
    top: 50px;
}

.banner {
    background-image: url('/assets/images/home/mutrah-cornich_New.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 100px 20px 100px 20px;
    position: relative;
    display: flex;
    align-items: center;
    height: 550px;
    object-fit: cover;
}

.banner h1 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner .btn {
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}

.banner .text-white{
    margin-left: 70px;
    position: relative;
    bottom: 100px;
}

@media (max-width: 426px) {
    .banner .text-white{
        margin-left: 0px;
    }
}

.banner .btn:hover {
    color: var(--color-1);
    background-color: var(--white);
}

.home-cards {
    margin: 50px auto;
}

.home-cards .card {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.home-cards img {
    width: 100%;
    height: 250px;
}

.home-cards p {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.home-cards a {
    text-transform: uppercase;
    color: var(--color-1);
    font-size: 16px;
    font-weight: 600;
}

.home-why {
    background-color: var(--color-1);
    margin-top: 50px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.home-why h1 {
    color: #ffffff;
}

.home-why p {
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}

.home-approach {
    background-image: url(/assets/images/home/approach_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-bottom: 50px;
}

.home-approach h2 {
    color: var(--color-1);
    font-weight: 600;
    font-size: 30px;
}

.home-approach .carousel-inner .carousel-item {
    width: 100%;
    height: 360px !important;
}

.home-approach .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-fit: cover;
}

.home-approach .carousel-indicators {
    position: absolute;
    bottom: -10%;
    left: 35%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.home-approach .carousel-indicators button {
    width: 12px;
    height: 12px;
    background-color: rgba(173, 170, 170, 0.8);
    border-radius: 50%;
    margin: 0 5px;
    border: none;
}

.home-approach .carousel-indicators .active {
    background-color: var(--color-1);
    opacity: 1;
}

.home-goal {
    background-color: #E4E4E4;
    overflow: hidden;
    margin: 50px auto;
}

.home-goal h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-1);
}

.home-goal p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

.home-goal .text-content {
    max-width: 90%;
}

.home-team {
    margin: 50px auto;
    padding-left: 30px;
    padding-right: 30px;
}

.home-team h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-1);
}

.home-team p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

.home-team .text-content {
    max-width: 90%;
}

.home-areas {
    background-color: var(--color-1);
    margin: 50px auto;
    overflow: hidden;
}

.home-areas .text-content {
    max-width: 90%;
    margin-left: 10%;
}

.home-areas h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
    margin-top: 10px;
}

.home-areas p a{
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    position: relative;
    top: 5px;
}

.home-areas .text-with-arrow {
    display: flex;
    justify-content: space-between;
    color: var(--white);
    font-size: 16px;
}

.home-areas .text-with-arrow:not(:last-child) {
    border-bottom: 1px solid var(--white);
}

.home-areas .text-with-arrow i {
    padding-right: 10px;
    padding-top: 11px;
}

.testimonial {
    padding-top: 70px;
    padding-bottom: 150px;
}

.testimonial p {
    margin-top: 20px;
}

.testimonial .author {
    color: var(--color-1);
    font-size: 25px;
    font-weight: 600;
}

.testimonial .quote-left img,
.quote-right img {
    width: 100px;
    height: 50px;
    object-fit: cover;
    object-fit: contain;
    position: relative;
    left: -15px;
}

.testimonial .carousel-indicators {
    position: absolute;
    bottom: -20%;
    left: 35%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.testimonial .carousel-indicators button {
    width: 12px;
    height: 12px;
    background-color: rgba(173, 170, 170, 0.8);
    border-radius: 50%;
    margin: 0 5px;
    border: none;
}

.testimonial .carousel-indicators .active {
    background-color: var(--color-1);
    opacity: 1;
}

/* aboutUs-page-css-startiing */
.aboutus-image{
    width: 100%;
}

.about-banner {
    background-image: url('/assets/images/home/banner.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 50px 20px 150px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner h1 {
    padding-left: 20px;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-banner p{
   padding-left: 25px;
   letter-spacing: 13px;
    font-weight:500; 
}

.aboutus-heading{
    color: #0B4693
}
.aboutus-page-links{
    display: flex;
    justify-content: center;
}
.aboutus-page-links div{
    width: 70%;
}
.aboutus-page-links p{
    border-bottom: 1.5px solid #0B4693;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    cursor: pointer;
}
.aboutus-page-links p a{
    text-decoration: none;
    color: black;
}
/* aboutUs-page-css-ending*/

/* our-team-page starting */
.team-banner {
    background-image: url('/assets/images/home/banner.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 50px 20px 150px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-banner h1 {
    padding-left: 20px;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.team-banner p{
   padding-left: 25px;
   letter-spacing: 15px;
    font-weight:500; 
}

.our-team-cards .col-lg-3 .card{
    width: 250px !important;
    margin-bottom: 30px ;
}
.our-team-cards .col-lg-3 .card .card-body{
    background-color: #0B4693;
    padding: 0px !important;

}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
      }
  
  .card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; 
    width: 90%;
    align-items: center;
  }
  
  .card {
    width: 100%; 
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: width 0.5s ease-in-out, transform 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
  }
  
 
  .card-details {
    display: flex;
    flex-direction: column;
  }
  
  .details {
    display: flex;
    justify-content:start;
    align-items: center;
  }
  
  .plus {
    color: #ccc;
    font-size: 15px;
  }
  
  .amount {
    color: #fff;
  }
  
  .number {
    line-height: 17px;
    color: #ccc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .card-container .card:hover {
    grid-column: span 2; 
    transform: scale(1.05); 
  }
  
  .card-container .card:not(:hover) {
    opacity: 0.8;
    transition: opacity 0.5s ease-in-out;
  }
  .right-side-div{
    display: none;
  }
.card:hover .right-side-div{
    display: block;
    justify-content: end;
    
}
.card:hover .display-none-tittle{
    display: none !important;
}
.details{
    width: 100%;
}
.card{
    height: fit-content !important;
}
.card-details{
    width: 100%;
}
.card:hover .card-details{
    width: 42%;
}
.card-number{
    width: 100%;
}
.display-none-tittle{
    width: 100%;
    text-align: center;
    background-color: #0B4693;
    color: white;
    text-transform: capitalize;
}
.our-team-cards .card{
    background-image: url(/assets/images/ourteam/card_V1.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff; 
    border: 1px solid #0B4693;
}
.our-team-cards .right-side-div {
    position: relative;
    padding-left: 20px;
}
.right-side-div h1{
    font-size: 16px;
    font-weight: 600;
}
.right-side-div h3{
    font-size: 16px;
    font-weight: 300;
}
.right-side-div .email{
    font-weight: 300;
}
.right-card-second-div{
    display: flex;
}
.right-side-div .languages{
    font-weight: 300;
    margin-bottom: 0px !important;
}
.logo-image-card{
    display: grid;
    align-items: center;
    position: relative;
    left: 10%;
}
.main-title{
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
.inside-achor-tag{
    text-decoration: none;
    color: white;
}
/* our-team-page ending */

/* team-details page staring */

.our-team-title-name{
    color: #0B4693;
    font-size: 20px;
}
.our-team-contact-btn{
    background-color: #0B4693;
    color: white;
    text-decoration: none;
    padding: 10px 4%;
    border-radius: 5px;
    position: relative;
    top: 3%;
    font-size: 18px;
}
.our-team-detail-image{
    height: 70%;
    object-fit: cover;
}
.our-team-deatils-content{
    padding-left: 40px !important;
}
/* team-details page ending */

/* Practice-area-page css staring */
.practice-area-card {
    position: relative;
    width: 100%;
    height: 200px; 
    overflow: hidden;
    cursor: pointer;
   
}

.practice-banner {
    background-image: url('/assets/images/home/banner.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 50px 20px 150px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.practice-banner h1 {
    padding-left: 20px;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
}

.practice-banner p{
   padding-left: 25px;
   letter-spacing: 15px;
    font-weight:500; 
}

.practice-details ul li{
    color: var(--color-1);
}


/* Static block */
.block-new-one {
    padding: 15px;
    z-index: 2;
    background-color: #f1f1f1;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0B4693;
    text-align: center;
    color: white;
}

/* Hidden block */
.block-new-two {
    position: absolute;
    bottom: -100%; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    transition: bottom 0.5s ease;
    z-index: 1;
}

/* Hover effect */
.practice-area-card:hover .block-new-two {
    bottom: 0; 
}

/* practice-area-page css ending */


/* conatct page */

.contact {
    background-image: url('/assets/images/conatct-bg.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 50px 20px 50px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact h1 {
    padding-top: 20px;
    padding-left: 64px;
    padding-top: 130px;
    text-transform: uppercase;
}

.contact p{
   padding-left: 64px;letter-spacing: 25px; font-weight:500; 
}

.contact input {
    margin-bottom: 15px !important;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    background-color: var(--white);
    border: var(--white);
}

.contact button { 
    background-color: var(--white);
    border: var(--white);
    padding: 10px 40px;
    border-radius: 5px;
}

textarea {
    margin-bottom: 15px !important;
    border-radius: 5px;
    width: 100%;
}

::placeholder {
    padding-left: 10px;
    padding-right: 10px;
}

.address {
    margin: 50px auto;
}

.address h1 {
    color: var(--color-1);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.address .address-details {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.address .address-details img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

/* for footer */
.footer {
    background-image: url(../images/footerbg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.footer h5 {
    font-weight: 600;
    font-size: 22px;
}

footer p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

footer .footerlogo {
    width: 195px;
    height: 75px;
}

footer .footerlogo img {
    border-radius: 10px;
}

footer .footer_logo {
    margin-left: 100px;
}

footer p img {
    margin-right: 5px;
}

footer .col-md-3 {
    border-left: 1px solid #ffffff;
    padding-left: 40px;
    height: 150px;
}

footer .col-md-3 p {
    font-weight: 400;
    font-size: 14px;
}

.footer a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

/* responsive  */
@media screen and (max-width: 769px) {

    .navbar {
        height: 130px;
        background-color: var(--white);
    }

    .banner {
        height: auto;
        object-fit: cover;
    }

    .home-banner .carousel-inner{
        height: auto;
    }

    footer .footer_logo {
        margin-left: 0px;
    }

    footer .col-md-3 {
        border-left: none;
        padding-left: 0px;
    }    

    .contact h1, .contact p {
        padding-left: 0px;
        letter-spacing: 10px;
        padding-top: 0px0;
    }

    .navbar .input-group-text {
        position: absolute;
        left: 0% !important;
    }
}

@media screen and (max-width: 576px) { 
    .home-goal .text-content {
        max-width: 100%;
        padding-left: 20px;
    }

    .home-banner h1 {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .home-banner .btn {
        margin: 0px !important;
    }
}