@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

body{
       font-family: "Poppins", serif !important;

  font-style: normal;
  overflow-x: hidden;

}
html {
    overflow-x: hidden;
}
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    background: #000;

}

::-webkit-scrollbar-thumb {
    background: #efbf03;

}

::-webkit-scrollbar-thumb:hover {
    background: #efbf03;
}

.navbar {
    background-color: #e7b200; /* Yellow background */
}
/*body{*/
/*    font-family: "Poppins", serif;*/

/*font-style: normal;*/
/*}*/
.navbar-brand img {
    height: 75px; /* Logo size */
}
.btn-custom {
    border: 1px solid white;
    color: white;
    background: transparent;
}
.btn-custom:hover {
    background-color: white;
    color: black;
}
.navbar-center {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
}
.header-interview li a{
    font-size: 1.2rem;
color: #000080;
font-weight: 300;
}
.header-interview{
    gap:1rem;
}
.btn-book{
    background-color: #fff;
    border-radius: 30px;
    padding:5px 1rem;
    width:215px;
    transition: background-color 0.5s ease-in-out, font-size 0.5s ease;
}
.btn-book:hover{
    color:#fff;
    background-color:#000 !important;
}
.btn-login{
    background: transparent;
border: 2px solid #fff;
width: 100px;
padding: 5px 1rem;
border-radius: 30px;
transition: background-color 1s ease-in-out, font-size 0.7s ease;
}
.btn-login:hover{
    color:#fff;
    background-color:#000 !important;
}


/* hero section style */
.hero {
   position: relative;
    background: url(../images/Home-Page-Banner.jpg);
    color: white;
    text-align: center;
    background-position: top;
    padding: 80px 20px;
    background-size: cover;
}
.mobile-nav {
        background-color: #fff;
        color: #000;
        padding: 1rem;
        display: none;
        width: 100%;
    }
.hero-overlay {
    background: rgba(0, 0, 0, 0.3); /* Dark overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-content {
    position: relative;
    z-index: 1;
}
.hero h1 ,.hero h2{
    font-size: 2.2rem;
    font-weight: 500;
}
.hero p {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.btn-primary {
    background-color: #180099;
border: none;
padding: 12px 24px;
font-weight: bold;
border-radius: 30px;
width: 278px;
font-weight:700;
}
.btn-warning {
    background-color: #f7c400;
    border: none;
padding: 12px 24px;
font-weight: bold;
border-radius: 30px;
width: 278px;
color: #000080;
font-weight: 700;
}
.book-mock{
    gap:4rem;
}
.footer-parent{
    padding-top:10rem;
background-image: url(../images/Yello-BG.jpg);
/* width: 100%; */
background-size: cover;
background-position: center;
margin-top: 2rem;

}
.footer-inner{
    display: flex;
    justify-content: space-between;
}
.footer-inner h2{
    font-size: 1.3rem;
    color:#000080;
}
.footer-inner ul li a{
    color:#000;
    text-decoration: none;
}
.footer-inner ul li{
    list-style: none;
}
.hero-footer{
    width:37%
}
.quick-links{
    width:33.33%;
}
.footer-inner ul{
    padding-left: unset;
}
.contact-info{
    width:25%;
}
.social-icon li{
    list-style: none;
}
.social-icon li a i{
    color: #fff;
    font-size: 30px;
    transition: color 0.5s ease, font-size 0.5s ease;
}
.social-icon li:nth-child(1) a i{
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: 0.4s ease-in-out;
    transition: color 0.5s ease, font-size 0.5s ease;
    font-weight: 700;
    font-size: 30px;
}
.social-icon li:nth-child(2) a i{
    color:#000 !important;
}
.social-icon li:nth-child(3) a i{
    color:#0077B5 !important;
}
.social-icon li:nth-child(4) a i{
    color:#1877F2 !important;
}

.social-icon li a i:hover{
    color: #000;
    font-size: 40px;
}
.policy-link li a{
  color: #000;
}
.policy-link li {
    list-style: none;
}
.contact-info img{
    width:25px;
}

.contact-right img{
width: 100%;
}
.contact-left{
    width:50%
}
.contact-right{
    width:50%
}
.contact-left-form{
    padding: 1rem 3rem;
    padding-left: 8rem;
    padding-bottom:3rem
}
.about-email {
    gap:1rem;
    width:100%;
    margin:0 auto;
    /*display:none;*/
}

.contact-left-form h2{
    text-align: center;
    font-size: 2rem;
}
.contact-left-form p{
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1.3rem;
    margin-top:1rem;
}
.about-email a {
    display: flex;
    justify-content:start;
    gap: 0.5rem;
    font-size: 16px;
    align-items: center;

    text-decoration: none;
    padding: 10px 1rem;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    padding-left: 1.5rem;
}
.about-email a i{
    font-size: 25px;
}
.entry-meta{
        background: #e7b200;
}
.submit-now {
    background-color: #000080;
    border-style: none;
    color: #fff;
    padding: 10px;
    width: 40%;
    display: block;
    border-radius: 8px;
    margin: 0 auto;
}
.user-detail input{
    height: 40px;
    border: 1px solid #000;
    border-radius: unset;
    border-radius: 8px;
}
    .content-blog span{
        color:#000080;
    }
    .blog-para h4{
        font-size:17px;
    }
    .read-time{
        font-size: 14px;
    margin-bottom: 6px;
    color: #efbf03;
    font-weight: 500;
    }
    .blog-heading{
        font-size:1.1rem;
    }
.user-detail textarea{
    height: 100px;
    border: 1px solid #000;
    border-radius: unset;
    border-radius: 8px;
}
.service-banner p{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-73%, -50%);
    font-size: 24px;

    color: #000080;
    font-size: 2.5rem;
    width: 62%;
}

.service-banner strong {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-73%, -28%);
    font-size: 24px;
    color: #000080;
    font-size: 2.5rem;
    width: 62%;
    text-align: center;
    line-height: 33px;
}
.ultimate-guide{
    background-color: #e7b200;
    padding: 1rem;
    border-top-right-radius: 29px;
    border-top-left-radius: 29px;
}
.ultimate-guide-parent{
    gap: 2rem 0;
}
.testimonial-slider-card{
    background-color: #f3f3f3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2rem;
    padding-top: 5rem;
    border-radius: 30px;
    margin-left: 4rem;
    margin: 0 2rem;
}
.testimonial-slider{
    /* margin-top: 7rem; */
    margin-bottom:3rem;
}
.testimonial-slider .slick-track{
    /* padding: 0 3rem; */
    padding-bottom: 2rem;


}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
    font-family: 'slick';
    font-size: 28px;
    line-height: 1;
    opacity: 1;
    color: #000080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonial-slider-card p{
    text-align: center;
}
.testimonial-slider-card p span{
    color: #000;
    font-weight:600;
}
.even-margin{
    margin-top: 4rem;
}
.testimonial h1{
    width: 84%;
    margin: 0 auto;
}
.ultimate-guide h3{
    font-size: 22px;
    font-weight: 600;
}
.testimonial-slider-card img{
    position: absolute;
    top: 1%;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
}
.testimonial-slider .slick-slide{
    padding-top:5rem;
}
.desktop-banner{
    display: block;
}
.mobile-banner{
    display: none;
}



.why-choose-parent{
    display: flex;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.why-choose-icon{
    background-color: #e7b200;
    padding: 54px 0;
    border-radius: 91px;
    transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
}
.why-choose-card {
    width: 20%;
    padding: 0 30px;
    border: 2px solid #e7b200;
    border-top-left-radius: 128px;
    border-top-right-radius: 128px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    cursor: pointer;
    transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
}
.why-choose-card:hover .why-choose-icon{
background-color:#ffff;
}
.why-choose-card:hover{
    background-color: #e7b200;
}
.who-is{
    color: #e7b200;
}
.why-choose-card:hover .why-choose-content h2{
    color:#000;
}
.why-choose-icon img{
    display: block;
    margin:0 auto;
    width:60px;
}
.why-choose-content h2{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-top:2rem;
    color:#616161;
    transition:color 0.8s ease-in-out;
}
.why-choose-content p{
    text-align: center;
}
/* Spinner Animation */
.spinner {
    width: 200px;
    height: 200px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
#preloader img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px,-50px);
}
/* Keyframes for Spinner Rotation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.who-is-this-for{
    background-image: url(../images/Home-second-banner-01.png);
    /* padding: 100px 0; */
    /* padding: 3rem 5rem; */
    background-size: cover;
    padding: 2rem 4rem;
    background-position: center;
    border-radius: 23PX;
}
.job-seek img{
    width:40px;
}
.job-seek {
    color:#fff;
    margin-bottom: 1rem;
}
.privacy-content h2{
    font-size:1.7rem;
}
.privacy-content2 h2{
    margin-top:2.3rem;
}
/* .who-is-this-content{
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
} */

.who-is-this-content h1{
font-size: 32px;
margin-bottom:3rem;
}
.who-is-this-content p{
    font-size: 16px;
    margin-bottom:10px;
}
.who-is-this-content  h3{
    font-size: 19px;
}

.office-address{
    /*width: 90%;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
    display:none !important;
}

.about-us-content h2{
    font-size: 1.8rem;
    font-weight: 600;
    }
    .about-us-content p{
        width:90%;
        margin:0 auto;
        font-size:1.2rem ;
        font-weight: 400;
    }
    .loader-img{
        width:100px;
    }
.ultimate-guide h3{
    margin-bottom:0;
}
.card-title{
    font-size:35px;
}
a{
     text-decoration:none;
}
a>.card{
    cursor:pointer;

}
.wp-block-latest-posts li a{
    text-decoration:none;
    color:#000080;
}
.wp-block-latest-posts li{
        list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    padding: 1rem;
}
.wp-block-latest-posts{
    border:1px solid rgba(0,0,0,0.17);
    border-radius:5px;
    padding-left:unset;
    margin:1rem;
}
/*.posted-on a {*/
/*    color: orange !important;*/
/*    text-decoration:none;*/
/*}*/
    .book-slot{
        background-color: #000080;
    border-style: none;
    color: #fff;
    padding: 10px;
    width: 310px;
    display: block;
    border-radius: 8px;
    /*margin: 0 auto;*/
    cursor:pointer;
    }
    .interview-behave{
        /*width:80%;*/
    }
    .walk{
        list-style:none;
        display:flex;
        flex-direction:column;
        gap:1rem;
        padding-left:unset;
    }
    .behave{
    padding: 0 2rem;
    padding-left: 5rem;
    padding-right:5rem;
    }

    @media (max-width:600px){
        .behave{
            padding: 0 2rem;
            padding-left: 2rem !important;
            padding-right:2rem !important;
            }
    }
@media (max-width:820px){
    .privacy-content h2{
        font-size:23px;
    }
    .who-is-this-for {
        background-image: url(../images/Home-second-banner-01.png);
        /* padding: 100px 0; */
        /* padding: 3rem 5rem; */
        background-size: cover;
        padding: 2rem 1rem;
        background-position: center;
        border-radius: 23PX;
        width: 93%;
        margin: 0 auto;
    }
    .even-margin {
    margin-top: 3rem;
}
    .ultimate-guide {
    background-color: #e7b200;
    padding: 10px;
  border-radius: 20px;
}
.ultimate-guide img{
    width:40px;
}
.ultimate-guide-parent {
    gap: 1rem 0;
}
.navbar-brand img {
    height: 45px;
}
    .hero {
    position: relative;
    background: url(../images/Home-Page-Banner.jpg) no-repeat center center / cover;
    color: white;
    text-align: center;
    padding: 36px 20px;
}
    .book-mock {
    gap: 1rem;
    flex-direction: column;
    /* JUSTIFY-CONTENT: CENTER; */
    align-items: center;
}
    .btn-desktop{
        display:none;
    }
     .btn-book {
        background-color: #e7b200;
        border-radius: 30px;
        padding: 5px 1rem;
        width: 90%;
        transition: background-color 0.5s ease-in-out, font-size 0.5s ease;
    }
    .btn-login {
        background: #000;
        /* border: 2px solid #e7b200; */
        width: 50%;
        color: #fff;
        padding: 5px 1rem;
        border-radius: 30px;
        transition: background-color 1s ease-in-out, font-size 0.7s ease;
    }
      .desktop-banner{

        display: none;
    }
    .mobile-banner{
        display: block;
    }
    .service-banner p {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-73%, -50%);
    font-size: 24px;
    color: #000080;
    font-size: 22PX;
    width: 62%;
}
    .service-banner strong {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-73%, -28%);
    font-size: 24px;
    color: #000080;
    font-size: 20PX;
    width: 62%;
    text-align: center;
    line-height: 33px;
}
}


@media (max-width: 768px) {
      .privacy-content h2{
        font-size:23px !important;
    }
    .card-title {
    font-size: 22px;
}
    #preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35px, -35px);
}
    .spinner {
    width: 140px;
    height: 140px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
     .loader-img{
        width:70px;
    }
    .why-choose-parent{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 2rem;
    }
    .why-choose-icon {
        background-color: #e7b200;
        padding: 41px 0;
        border-radius: 91px;
        transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
    }
    .why-choose-card{
        width: 100%;
        padding: 0 14px;

    padding-top: 16px;
    padding-bottom: 2rem;

    }
    .submit-now{
        width:100%;
    }
    .contact-left-form h2{
        font-size: 22px;
    }
    .user-detail h3{
        font-size: 22px;
    }
    .contact-left-form p {

        font-size: 1rem;
        margin-bottom: 1rem;
        margin-top: 0rem;
    }
    .even-margin h1, .even-margin h2{
        font-size: 19px;
    }
    .testimonial-slider .slick-prev{

            left: -10px;
            z-index:1;

    }
    .footer-parent{
        padding-top: 9rem;
        margin-top:0;
    }
    .footer-parent-contact {
       padding-top: 4rem;
        /*margin-top: -2rem;*/
    }

    .testimonial-slider .slick-next {
        right: 0px;
         z-index:1;
    }
    .ultimate-guide h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .service-banner p {
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-73%, -50%);
        font-size: 24px;
        color: #000080;
        font-size: 15px;
        width: 61%;
    }
    .service-banner strong {
        position: absolute;
        top: 64%;
        left: 50%;
        transform: translate(-73%, -28%);
        font-size: 24px;
        color: #000080;
        font-size: 15px;
        width: 59%;
        text-align: center;
        line-height: 22px;
    }


    .btn-book {
        background-color: #e7b200;
        border-radius: 30px;
        padding: 5px 1rem;
        width: 100%;
        transition: background-color 0.5s ease-in-out, font-size 0.5s ease;
    }
    .btn-login {
        background: #000;
        /* border: 2px solid #e7b200; */
        width: 50%;
        color: #fff;
        padding: 5px 1rem;
        border-radius: 30px;
        transition: background-color 1s ease-in-out, font-size 0.7s ease;
    }
    .mobile-nav{
        background-color: #fff;
        color: #000;
        padding: 1rem;
        display:none;
        width: 100%;
    }
    .footer-inner{
        flex-direction: column;
        gap: 1rem;
    }
    .hero-footer{
        width: 100%;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero p {
        font-size: 1rem;
    }
    .quick-links {
        width: 100%;
    }
    .quick-links ul{
        display: flex;
        gap: 1rem;
    }
    .contact-info{
        width: 100%;
    }
    .social-footer{
flex-direction: column;
    }
    .social-footer ul{
        padding-left: unset;
    }
    .social-icon{
        flex-wrap: wrap;
    }


    .contact-left-form {
        padding: 1rem 1rem;
        padding-bottom: 3rem;
    }
    .about-email{
        width: 100%;
        margin: 0 auto;
    }
}
.why-choose-practice{
    background-color:#f2f2f2;
    padding-top:2rem;
    padding-bottom:2rem;
}


nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.fill ul li a {
  transition: all 2s,background 2s;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #000;
  height: 2px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}


nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
.foundersectionleft h3{
    color:#ecbf1e;
    font-size:14px;
}




/* hero section style end */

/* preloader css */

/* Preloader Fullscreen Background */
