* {
  margin: 0;
  padding: 0;
}

html,body{
    overflow-x: hidden !important;
}

a {
    cursor: pointer !important;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
      font-family: "DM Sans", sans-serif !important;
}

button {
  border: 0;
  outline: 0;
}

button:hover,a:hover {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  border: 0;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

/* a, p{
    font-size: 14px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6{
 font-family: "Lato", sans-serif !important;

} */

ul,li{
    margin: 0 ;
    padding: 0 ;
}



.no-pad {
  padding: 0;
}


/* header-css */

/*form styling*/

.bookingForm-field {
    display: flex;
    flex-direction: column;
    width: 49%;
}
.bookingForm {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    width: 100%;
}


header .header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

header .header-flex .header-menu ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 30px;
}

header .header-flex .header-menu ul li a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

header .header-flex .phone-btn a {
    display: flex;
    gap: 10px;
    border: 1px solid #00000038;
    border-radius: 50px;
    padding: 5px 20px 5px 5px;
    align-items: center;
    font-size: 14px;
    color: black;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}

header .header-flex .phone-btn a:hover {
    color: #1E3A7C;
}

header .header-flex .header-menu ul li a:hover {
    color: #1E3A7C;
}

header .header-flex .phone-btn a:hover {
    background-color: #1E3A7C;
    color: white;
}


/* header-css-end */


/* hero-banner-css */

.hero-banner {
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
}


.text .curve-text ul {
    background-color: white;
    padding: 7px 20px 7px 35px;
    border-radius: 50px;
    list-style: circle !important;
    display: inline-flex;
}

.text .curve-text ul li {
    list-style: disc !important;
    color: #1E3A7C;
    text-transform: uppercase;
    font-weight: 700;
     font-family: "Lato", sans-serif !important;
}

.text h1 {
    color: white;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 1px;
}


.hero-banner .text p {
    color: #ffffffa3;
    font-size: 18px;
    width: 70%;
}

.t-btn {
    background-color: #182f66;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 40px;
    display: inline-flex;
    color: #ffffff;
    transition: .3s;
    align-items: center;
    justify-content: center;
}

.t-btn.t-btn-white {
    background-color: white;
    color: #1E3A7C;
    border: 1px solid white;
}

.t-btn.t-btn-white:hover {
    background-color: rgba(0, 0, 0, 0);
    color: white;
}

.text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.hero-banner .form-box {
    background-color: white;
    border-radius: 20px;
    padding: 50px 20px;
    width: 80%;
    float: right;
}

.text h6 {
    font-size: 30px;
    color: #001837;
    text-align: center !important;
    width: 100%;
    font-weight: 600;
}

 .form-box form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

 .form-box form label {
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
}

 .form-box form input, .form-box form select {
    border-radius: 50px;
    height: 50px;
    background-color: #EEEEEE;
    border: 1px solid #cfcfcf;
    padding: 10px;
    text-indent: 10px;
    font-size: 14px;
    color: #757575;
}

.hero-banner .form-box button.t-btn.t-btn-blue
 {
    margin-top: 20px;
    padding: 6px 42px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.t-btn.t-btn-blue:hover{
background-color: black;
}

.who-we-are {
    padding: 100px 0;
    position: relative;
}


.curve-text.curve-text-blue ul {
    background-color: #1E3A7C;
}

.curve-text.curve-text-blue ul li {
    color: white;
}

/* hero-banner-css-end */


/* who-we-are-css */

.text h2 {
    font-size: 40px;
    font-weight: 800;
}

.text p {
    font-size: 16px;
    color: #00000085;
    line-height: 1.6em;
}

.who-we-are .counter-box {
    width: 90%;
}

.who-we-are .counter-box .d-flex.justify-content-between span {
    color: #1B1850;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.who-we-are .counter-box .bg-primary {
    --bs-bg-opacity: 1;
    background-color: #FFA304 !important;
}

.slick-active {
    z-index: 9999999999;
    position: relative;
}

/* who-we-are-css-end */

/* why-choose-css */
.img-box img {
    width: 60px;
    height: 60px;
}

.why-choose {
    margin: 10px;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.why-choose .text.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose .text.text-center h2 {
    color: white;
}

.why-choose .why-choose-four-boxes {
    display: flex;
    margin: 50px 0;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-choose .why-choose-four-boxes .img-box {
    background-color: red;
    width: 24%;
    background: #C8CEDA;
    background: linear-gradient(180deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255) 100%);
    border: 0px solid #ab414100;
    border-radius: 30px;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.why-choose .why-choose-four-boxes .img-box h4 {
    font-size: 24px;
    color: #0E255B;
    font-weight: 800;
}

.why-choose .why-choose-four-boxes .img-box p {
    font-size: 16px;
    color: #0000007d;
}

/* 1st Box - Right tilt */
/*.why-choose .why-choose-four-boxes .img-box:nth-child(1) {*/
/*    transform: rotate(2.5deg) translateY(0px);*/
/*}*/

/* 2nd Box - Slight left tilt */
/*.why-choose .why-choose-four-boxes .img-box:nth-child(2) {*/
/*    transform: rotate(1.5deg) translateY(-5px);*/
/*}*/

/* 3rd Box - Slight right tilt */
/*.why-choose .why-choose-four-boxes .img-box:nth-child(3) {*/
/*    transform: rotate(-0.5deg) translateY(-5px);*/
/*}*/

/* 4th Box - Left tilt */
/*.why-choose .why-choose-four-boxes .img-box:nth-child(4) {*/
/*    transform: rotate(-2.5deg) translateY(0px);*/
/*}*/

/* Smooth hover animation */
.why-choose .why-choose-four-boxes .img-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose .why-choose-four-boxes .img-box:hover {
    transform: scale(1.03) rotate(0deg) translateY(0px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}



/* Smoothness ke liye */
.why-choose .why-choose-four-boxes .img-box {
    transition: transform 0.3s ease;
}

.why-choose .item h1.count::after {
    content: "+";
}
.why-choose .item h1.count.percent::after {
    content: "%";
}

.why-choose .why-choose-counter div#counter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.why-choose .why-choose-counter div#counter .item {
    width: 24%;
    border-right: 1px solid #ffffff26;
    padding-bottom: 25px;
}

.why-choose .why-choose-counter div#counter .item:last-child{
    border-right: none ;
}

.why-choose .why-choose-counter div#counter .item h1 {
    color: white;
    font-size: 43px;
    font-weight: 900;
}

.why-choose .why-choose-counter div#counter .item h3 {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

a.t-btn.t-btn-border-bg {
    border: 1px solid #1E3A7C;
    border-radius: 50px;
    background-color: white;
    color: #1E3A7C;
}

.why-choose .btn-box-abs {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose {
    position: relative;
}

.why-choose .btn-box-abs .bg-box-t-btn {
    background-image: url(../images/why-choose-t-btn-bg.png);
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

a.t-btn.t-btn-border-bg:hover{

    background-color: #1E3A7C;
    color: white;
}

.cleaning-services {
    padding: 100px 0;
}

.cleaning-services .services-box {
    margin-top: 30px;
}

.cleaning-services .services-box .img-box {
    padding: 12px;
    border: 1px solid #0000002e;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.cleaning-services .services-box .img-box .text {
    width: 100%;
    margin: 20px 0 40px;
}

.cleaning-services .services-box .img-box .text h5 {
    font-size: 17px;
    font-weight: 900;
    transition: .3s;
}

.cleaning-services .services-box .img-box:hover .text h5{
    color: white;
}

.cleaning-services .services-box .img-box  .link-box a {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    padding: 5px 10px 5px 25px;
    font-size: 14px;
    font-weight: 800;
}

.cleaning-services .services-box .img-box .link-box a i {
    background-color: white;
    color: #1E3A7C;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.cleaning-services .services-box .img-box:hover .link-box a {
    background-color: #ffffff;
    color: #1E3A7C;
}

.cleaning-services .services-box .img-box:hover .link-box a i{
        color: #1E3A7C;
         background-color: #1e3a7c3a;
}

.cleaning-services .services-box .img-box::after {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #0e255bc9;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    box-shadow: 10px 10px 150px 90px #0e255b;
    transition: all 0.4s ease-in-out;
}

.cleaning-services .services-box .img-box:hover::after {
    width: 100%;
    height: 100%;
    background-color: #0E255B;
     box-shadow: 10px 10px 150px 90px #0E255B;
}

.Testimonials-sec {
    padding-bottom: 100px;
    position: relative;
}

.Testimonials-sec .text.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.slider-box img {
    width: 70px;
    border-radius: 100%;
    height:70px;
}


/* why-choose-css-end */


/* Testimonials-sec-css */


.Testimonials-sec .slider-box {
    border: 1px solid #0000002e;
    border-radius: 20px;
    padding: 30px 30px;
    height: 348px;
    margin: 15px;
}

.Testimonials-sec .slider-box .img-box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.Testimonials-sec .slider-box .img-box .content h5 {
    color: #001837;
    font-size: 18px;
    font-weight: 700;
}

.Testimonials-sec .slider-box .img-box .content h6 {
    font-size: 14px;
    color: #363636;
    font-style: italic;
    font-weight: 500;
}

.Testimonials-sec .slider-box .text p {
    font-size: 15px;
    color: #565656;
    font-style: italic;
}


.Testimonials-sec .slick-dots li button:before {
    width: 20px !important;
    content: "" !important;
    background-color: #1E3A7C;
    height: 5px;
    border-radius: 50px;
}

.slick-dots li button {
    padding: 0 !important;
}


.slider-dots-style .slick-dots li.slick-active button:before {
    width: 50px !important;
    max-width: 50px !important;
}

.slider-dots-style .slick-dots li.slick-active button,.slider-dots-style .slick-dots li.slick-active {
    width: 50px !important;
    max-width: 50px !important;
}

.Testimonials-sec .slider-box {
    border: 1px solid #0000002e;
    border-radius: 20px;
    padding: 30px 30px;
    height: 348px;
    margin: 15px;
    margin-top: 40px;
    transition: all 0.3s ease;
}

.Testimonials-sec .slider-box:hover ,.Testimonials-sec .slick-center .slider-box {
    background-color: #1e3a7c;
    color: white !important;
    box-shadow: 0px 0px 7px 7px #ffa30426;
    transform: scale(1.05); 
}

.slick-center .blog-box-link{
        transform: scale(1.05); 
}

.slick-center .blog-box-link img {
    border: 1px solid #ffa304;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 3px #ffa304;
}


.blog-box-link img {
    border: 1px solid #ffa30400;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 3px #ffa30400;
}

.Testimonials-sec .slick-center .slider-box p,.Testimonials-sec .slick-center .slider-box h5,.Testimonials-sec .slick-center .slider-box h6{
    color: white !important;
}

.Testimonials-sec .slider-box:hover p,.Testimonials-sec .slider-box:hover h5,.Testimonials-sec .slider-box:hover h6 {
    color: white !important;
}

.form-box form input:focus, .form-box form select:focus {
    border: 1px solid #ffa304 !important;
}

.form-box form select:focus-visible{
    border: 1px solid #ffa304 !important;
    outline: none !important;
}

.form-box form select{
    padding-right: 30px;
}

.form-box form select {
    padding-right: 40px; /* text ke liye space */
    background-image: url(../images/down-arrow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 10px center; /* arrow ko thoda left le aao */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.Testimonials-sec .slider-box .img-box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.Testimonials-sec .slider-box .img-box .content h5 {
    color: #001837;
    font-size: 18px;
    font-weight: 700;
}

.Testimonials-sec .slider-box .img-box .content h6 {
    font-size: 14px;
    color: #363636;
    font-style: italic;
    font-weight: 500;
}

.Testimonials-sec .slider-box .text p {
    font-size: 16px;
    color: #565656;
    font-style: italic;
}


.slider-dots-style .slick-dots li button:before {
    width: 20px !important;
    content: "" !important;
    background-color: #1E3A7C;
    height: 5px;
    border-radius: 50px;
}

.blogs-sec.slider-dots-style .slick-dots li button:before {
    width: 20px !important;
    content: "" !important;
    background-color: #ffffff;
    height: 5px;
    border-radius: 50px;
}

.slick-dots li button {
    padding: 0 !important;
}


.slider-dots-style .slick-dots li.slick-active button:before {
    width: 50px !important;
    max-width: 50px !important;
}

.slider-dots-style .slick-dots li.slick-active button,.slider-dots-style .slick-dots li.slick-active {
    width: 50px !important;
    max-width: 50px !important;
}

.Testimonials-sec .testi-slider {
    position: relative;
}

.Testimonials-sec .testi-slider::after {
    content: "";
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 30% 70%, rgb(255 255 255 / 88%) 90%);
    width: 100% !important;
    height: 100% !important;
    z-index: 9;
    top: 0;
    position: absolute;
}

.slick-dots {
    bottom: -35px !important;
}


/* Testimonials-sec-css-end */

/* blog-sec-css */

.blogs-sec {
    padding: 50px 0;
    background-color: #1E3A7C;
    color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blogs-sec .text p {
    color: white;
}

.blogs-sec .blog-box-link {
    margin: 50px 0;
    transition: .3s ;
}

.blogs-sec .blog-box-link:hover{
    transform: scale(1.05);
}

.blogs-sec .blog-box-link .text {display: flex;align-items: flex-start !important;}

.blogs-sec .blog-box-link .text h6 {
    text-align: left !important;
    text-decoration: none !important;
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0 -15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blogs-sec .blog-box-link a {
    text-decoration: none !important;
}

.blogs-sec .blog-box-link .text h5 {
    color: white;
    font-size: 24px;
    width: 90%;
}

.t-btn.t-btn-border-white {
    border: 1px solid white;
}

.t-btn.t-btn-border-white:hover {
    background-color: white;
    color: black;
}

a{
    cursor: pointer !important;
}


/* blog-sec-css-end */

/* book-consultation-sec-css */

.book-consultation-sec{
    padding: 100px 0 280px;
}

.book-consultation-sec .satisfaction-box {
    background-color: #1E3A7C;
    border-radius: 30px;
    padding: 30px 30px 60px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.book-consultation-sec .satisfaction-box .icon-box {
    display: flex;
    gap: 15px;
}

.book-consultation-sec .satisfaction-box .icon-box .icon i {
    background-color: white;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.book-consultation-sec .satisfaction-box .icon-box .text {
    gap: 10px;
    width: 60%;
}

.book-consultation-sec .satisfaction-box .icon-box .text h4 {
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.book-consultation-sec .satisfaction-box .icon-box .text p {
    color: white;
    font-weight: 300;
}

.book-consultation-sec .satisfaction-box img {
    position: absolute;
    bottom: -15px;
    right: 0;
}


.book-consultation-sec .main-form-box {
  background-color: #1E3A7C;
  padding: 50px;
  margin-top: 0px;
  border-radius: 30px; /* for bottom corners */
  position: relative;
  height: 100%;
  min-height: 675px
}

.book-consultation-sec .main-form-box .text {
    display: flex;
    align-items: flex-start;
    text-align: left !important;
    color: white;
    gap: 10px;
}

.book-consultation-sec .main-form-box .text h6 {
    text-align: left !important;
    color: white;
    font-size: 40px;
}


.book-consultation-sec .main-form-box form .input-box {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.book-consultation-sec .main-form-box form label {
    color: #ffffff9c;
    font-size: 14px;
    font-weight: 400;
}

.book-consultation-sec .main-form-box form {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 14px;
}

.book-consultation-sec .main-form-box .check-box input {
    height: 20px;
    width: 20px;
}

.book-consultation-sec .main-form-box .check-box label {
    margin: 0;
}

.book-consultation-sec .main-form-box .check-box {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.book-consultation-sec .main-form-box form .input-box.input-box-full {
    width: 100%;
}
.consult-form-btn {
    padding: 13px;
    width: 50%;
    height: 72px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 27px;
    left: 10px;
}

.footer-top-sec {
    padding: 100px 0 100px 0;
    background-color: #0D1F49;
    border-radius: 20px 20px 0px 0px;
    position: relative;
}

.footer-top-sec .text h3 {
    color: white;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
}

.footer-top-sec form input {
    border-radius: 50px;
    background-color: #F2F2F2;
    height: 50px;
    width: 100%;
    padding: 20px;
}

.footer-top-sec form {
    width: 60%;
    position: relative;
}

.footer-top-sec form button.t-btn {
    position: absolute;
    right: 7px;
    height: 40px;
    top: 5.5px;
    background-color: #FFA304;
    box-shadow: 0px 0px 10px 3px #ffa3043b;
    border:1px solid #FFA304;
}

.footer-top-sec form button.t-btn:hover{
    background-color: rgba(255, 255, 255, 0);
    color: #FFA304;
}

.footer-top-sec .text {
    width: 65%;
}

.footer-top-sec img {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* book-consultation-sec-css-end */


footer {
    padding: 100px 0 150px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer .footer-short-bio p {
    color: white;
    font-weight: 300;
    margin: 20px 0;
}

footer .footer-social-links ul li a {
    border: 1px solid white;
    width: 35px;
    height: 35px;
    display: inline-flex;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: .3s;
}

footer .footer-social-links ul {
    display: flex;
    gap: 10px;
}

footer .google-map-iframe iframe {
    width: 250px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #ffa304;
    box-shadow: 0px 0px 10px 5px #ffa30457;
    margin-bottom: -10px;
}

footer .footer-social-links ul li a:hover {
    background-color: #ffa304;
    color: #ffffff;
    border-color: #ffa304;
}

footer p.support {
    color: #ffffff52;
}

footer .text h5 {
    color: white;
    font-size: 25px;
}

footer .text {
    gap: 20px;
}

footer .text ul li {list-style: disc;color: #ffffff;}

footer .text ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

footer .text ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .text.quick-links ul {
    padding-left: 20px;
}

footer .text ul li a:hover {
    color: #bbb8b8;
}

footer .text.contact-info ul li {
    list-style: none;
    width: 80%;
}

footer .text.Subscribe h6 {
    color: white;
    text-align: left !important;
    font-size: 20px;
}

footer .text.Subscribe form {
    width: 100% !important;
}

footer .text.Subscribe form input {
    width: 100%;
    height: 50px;
    background-color: #ff000000;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}

footer .text.Subscribe form input::placeholder {
    color: #ffffff4f;
}

footer .text.Subscribe form button.t-btn.t-btn-border-white {
    width: 100% !important;
    margin-top: 20px;
    background-color: #ff000000;
}

footer .text.Subscribe form button.t-btn.t-btn-border-white:hover {
    background-color: white;
    color: black;
}

.container-fluid.p-0 {
    background-color: #081C4B;
    text-align: center;
    padding: 10px !important;
    position: absolute;
    bottom: 0;
}

.container-fluid.p-0 .text.copy-right p {
    color: white;
    font-size: 15px;
    text-align: center !important;
}

.container-fluid.p-0 .text.copy-right {
    align-items: center;
}

footer .text.quick-links {
    padding-left: 50px;
}



.why-choose a.t-btn.t-btn-border-bg {
    padding: 10px 30px;
}



.why-choose .two-leaf-imges-abs img.leaf-01 {
    position: absolute;
}

.why-choose .two-leaf-imges-abs img.leaf-02 {
    position: absolute;
    right: 0;
    top: -10%;
}

.why-choose .container {
    position: relative;
}

footer p.support
 {
    color: #ffffff52;
    margin-bottom: -15px;
}

.blogs-sec a.t-btn.t-btn-border-white {
    margin-top: 25px;
}

header .header-flex .right-header-design {
    display: flex;
    gap: 10px;
}


.book-consultation-sec button.t-btn.t-btn-white {
    padding: 12px 60px;
    color: black;
    font-weight: 700;
}

.book-consultation-sec button.t-btn.t-btn-white
 {
    color: black !important;
    border: 1px solid white;

}

.book-consultation-sec button.t-btn.t-btn-white:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid white;
    
}

.t-btn.t-btn-blue{
    border: 1px solid white;
}

.t-btn.t-btn-blue:hover {
    background-color: #ffffff;
    color: #1E3A7C;
    border: 1px solid #1E3A7C;
}
.double-img img {
    width: 100%;
    height: 100%;
}
@media (max-width:767px){
.hero-banner
 {
    padding: 70px 0 !important;
}    
    
    .text h1 {
    font-size: 30px;
}
.hero-banner .form-box {
    width: 100%;
    margin-top: 21px;
}
.text h2{
    font-size: 30px;
}
.why-choose .why-choose-four-boxes .img-box {
    width: 100%;
}
.why-choose .why-choose-counter div#counter .item {
    width: 44%;
    border-right: none;
}
.double-img img
 {
    width: 100%;
}

.blogs-sec .blog-box-link .text h5 {
    text-align: center;
}
.text h6 {
    text-align: center !important;
}
.why-choose .two-leaf-imges-abs img.leaf-02 {
    right: 8px;
    top: -5%;
}
.why-choose .two-leaf-imges-abs img.leaf-01 {
    display: none;
}
.book-consultation-sec .satisfaction-box img {
    width: 100%;
    max-width: 151px;
    display: none;
}
.book-consultation-sec .main-form-box {
    margin-top: 115px;
}
.book-consultation-sec {
    padding: 50px 0 50px;
}
.footer-top-sec img
 {
   display: none;
}
.footer-top-sec .text h3 {
    font-size: 30px;
}
.footer-top-sec .text {
    width: 100%;
}
.footer-top-sec form {
    width: 100%;
}
footer .text.quick-links {
    padding-left: 0px;
    padding-top: 28px;
}
.who-we-are {
    padding: 50px 0;
}
header .header-flex .right-header-design {
    display: none !important;
}
header .header-flex .header-menu ul {
    gap: 9px !important;
    flex-wrap: wrap;
}
header .header-flex {
    gap: 54px !important;
}
.blogs-sec .blog-box-link .text {
    align-items: center !important;
}
.blogs-sec .blog-box-link .text h6 {
    text-align: center !important;
}
.bookingForm-field {
    width: 100% !important;
}
}

/* Aboutus css */
@media (max-width:767px){
 #section1 {
    height: 200px !important;
}  
#section1 h2 {
    font-size: 30px !important;
}
.breadcrumb-item a {
    font-size: 15px !important;
}
.breadcrumb-item.active {
    font-size: 15px !important;
}
.text-about h2 {
    font-size: 30px !important;
}
.text-about p {
    font-size: 15px !important;
}
.content {
    gap: 8px;
}
.section2-image img
 {
    margin-top: 0 !important;
}
.cta-icon {
    right: 34px !important;
    bottom: -3% !important;
    }
.process-section {
    min-height: 100% !important;
    background-size: cover !important;
    margin-top: 56px !important;
}
.timeline::before {
    display: none;
}
.section-why-we-best-point li {
    font-size: 15px !important;
    line-height: 28px !important;
}
.services-section .curve-text.curve-text-blue {
    padding-top: 13px;
}
.process-header {
    position: static !important;
    text-align: center !important;
    max-width: 100% !important;
}
.step3::before {
    display:none;
}
.step2::before {
   display:none;
}
.step1::before {
   display:none;
}
.process-section::after {
    /* position: absolute; */
    /* background-image: url(../images/about-leaf1.png); */
}
.step {
    position: static !important;
    max-width: 435px;
    text-align: center !important;
    margin-top: 23px;
}
.step h3 {
    text-align: center !important;
}
.step p {
    text-align: center !important;
}
.book-consultation-sec .satisfaction-box .icon-box .text
 {
    width: 100% !important;
}
.book-consultation-sec .main-form-box form .input-box {
    width: 100% !important;
}
.cta-icon img {
    width: 43px;
}


}

.cta-desc a {
    color: #002F73;
    text-decoration: none;
}
.process-section::after {
    content: '';
    position: absolute;
    background-image: url(../images/about-leaf1.png);
    width: 300px;
    height: 300px;
    top: 53%;
    left: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-header::before {
    content: '';
    position: absolute;
    background-image: url(../images/about-leaf2.png);
    width: 200px;
    height: 200px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    right: -284px;
}

section#section1 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}
#section1 h2 {
    font-size: 66px;
    color: #fff;
    font-weight: 600;
    font-family: 'DM Sans';
}
.breadcrumb-item a {
    color: #ffffff7a;
    text-decoration: none;
    font-family: 'DM Sans';
    font-size: 18px;
}
.breadcrumb-item.active {
    font-size: 18px;
    font-family: 'DM Sans';
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.about-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px;
}
.text-about ul {
    padding: 7px 20px 7px 35px;
    display: inline-block;
    border-radius: 50px;
}
.text-about li {
    font-family: 'Lato';
    list-style: disc;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.text-about {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text-about span {
    color: #002F73;
}
.text-about h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'DM Sans';
}
.text-about p {
    color: #565656;
    font-size: 18px;
    font-family: 'DM Sans';
}
.desc h5 {
    color: #002F73;
    font-size: 20px;
    font-weight: bold;
}
.desc {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.desc p
 {
    font-size: 15px;
    color: #777777;
    font-family: 'DM Sans';
}
.section2-image img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    margin-top: 130px;
}
.section2-image {
    position: relative;
}
.cta-icon {
    align-items: center;
    gap: 21px;
    background: #fff;
    box-shadow: 0px 10px 59px #ebebeb;
    padding: 18px 25px;
    display: inline-flex;
    border-radius: 15px;
    position: absolute;
    right: 85px;
    bottom: 22%;
}
.cta-desc h5 {
    color: #002F73;
    font-size: 25px;
    font-family: 'DM Sans';
    font-weight: 600;
}
.cta-desc p {
    font-size: 15px;
    color: #777777;
    font-family: 'DM Sans';
}
.cta-desc span {
    color: #002F73;
    font-weight: 600;
}
.cta-desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (max-width:1600px){
.cta-icon {
    position: absolute;
    right: 85px;
    bottom: 22%;
}
}

section.about-section3 {
    background-size: contain !important;
    width: 100%;
    max-width: 97%;
    min-height: 736px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 0 auto;
    position: relative;
}

.process-section {
    position: relative;
    padding: 80px 60px;
    overflow: hidden;
    width: 100%;
    max-width: 97%;
    margin: 0 auto;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 730px;
}

    /* Right Side Heading */
.process-header {
    position: absolute;
    top: 48px;
    right: 283px;
    text-align: right;
    max-width: 41%;
}


    .process-header h5 {
    display: inline-block;
    background: #fff;
    padding: 6px 16px;
    border-radius: 49px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #002F73;
    list-style: disc !important;
    font-family: 'Lato';
    font-weight: 600;
}

    .process-header h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'DM Sans';
    font-weight: 700;
}

.process-header p {
    font-size: 18px;
    color: #fff;
    font-family: 'DM Sans';
    width: 100%;
    font-weight: 200;
    margin: 0 auto;
    max-width: 659px;
}

  .process-header a {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 16px;
    font-family: 'DM Sans';
}

    .call-btn {
    display: inline-block;
    background: #fff;
    color: #000 !important;
    padding: 8px 13px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none !important;
    font-style: normal !important;
}

    .timeline {
    position: relative;
    width: 100%;
    height: 545px;
}

    .timeline svg {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    /* Steps */
    .step {
      position: absolute;
      max-width: 300px;
    }

    .step-icon {
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .step h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'DM Sans';
    text-align: right;
}

    .step p {
    font-size: 16px;
    color: #E5E5E5;
    text-align: right;
    width: 100%;
    font-family: 'DM Sans';
}
.call-btn img {
    width: 100%;
    max-width: 39px;
    height: 39px;
    margin-right: 6px;
}

    /* Step Positions on Curve */
    .step1 {
    bottom: 2px;
    left: 54%;
    text-align: left;
    }

    .step2 {
    top: 57%;
    left: 25%;
    text-align: left;
    }

    .step3 {
    top: 12%;
    left: 6%;
    text-align: left;
    }
    
.timeline::before {
    content: '';
    background-image: url(../images/curve-line.png);
    position: absolute;
    top: -27px;
    width: 100%;
    height: 447px;
    background-size: auto;
    left: 291px;
    z-index: 10000;
    overflow: hidden;
    background-repeat: no-repeat;
}
.step3::before {
    content: '3';
    font-size: 204px;
    position: absolute;
    right: -105px;
    top: -167px;
    font-family: 'DM Sans';
    color: #ffffff26;
    font-weight: 800;
}
.step2::before {
    content: '2';
    font-size: 204px;
    position: absolute;
    right: -100px;
    top: -189px;
    font-family: 'DM Sans';
    color: #ffffff26;
    font-weight: 800;
}
.step1::before {
    content: '1';
    font-size: 204px;
    position: absolute;
    right: -41px;
    top: -190px;
    font-family: 'DM Sans';
    font-weight: 800;
    color: #ffffff26;
}
.section-why-we-best-point {
    padding: 0 !important;
}
.section-why-we-best-point li {
    color: #002F73;
    font-family: 'DM Sans';
    text-transform: uppercase;
    line-height: 34px;
    font-size: 18px;
    font-weight: 600;
}
.section4 {
    gap: 0px;
    align-items: flex-start !important;
}
.section-4 {
    padding-left: 18px;
}
.section-4 h2 {
    font-weight: bold;
}
.services-section {
    padding: 75px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section6 ul {
    background: #fff !important;
    padding: 10px 40px;
    display: inline-block;
}
.section6 li {
    color: #002F73 !important;
    font-family: 'Lato' !important;
    font-weight: 700 !important;
    list-style: disc !important;
    font-size: 13px !important;
}
.section6 h2 {
    color: #fff;
    font-family: 'DM Sans';
    text-transform: capitalize;
    font-size: 40px;
}
.section6 p {
    color: #fff;
    font-size: 18px;
    font-family: 'DM Sans';
    font-weight: 300;
}
.services-slider-content {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-top: 77px;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    gap: 52px;
}
.slider_box {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    padding: 33px 45px;
    height: 270px !important;
}
.slider_box h5 {
    color: #fff;
    font-family: 'DM Sans';
    font-size: 19px;
    font-weight: 500;
}
.slider_box p {
    font-size: 15px;
    color: #ffffffbf;
    font-family: 'DM Sans';
    line-height: 29px;
}

.slider_box:hover {
    background: #fff;
    border-radius: 20px;
}

.slider_box:hover h5,
.slider_box:hover p
{
    color: #002F73 !important ; 
}
.slider_box:hover img
 {
    filter: none;
}
.slider_box img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.services-slider {
    position: relative;
    width: 100%;
}
.slider-dots-style .services-slider-content .slick-dots li.slick-active button:before {
    width: 50px !important;
    max-width: 26px !important;
    background: #fff !important;
    height: 7px;
}

@media screen and (min-width:1700px) {
  .timeline::before {
    top: -18px;
    left: 280px;
  }
  .step2::before {
    content: '2';
    right: -107px;
    top: -165px;
}
.step1::before {
    right: -47px;
    top: -167px;
}
.step1 {
    left: 60%;
}
.step2 {
    left: 28%;
}
}

/* services page css */
.services-section1 {
    padding-top: 4rem;
}
.services-section1 ul {
    background-color: #1E3A7C;
    padding: 9px 15px;
    width: 100%;
    max-width: 152px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.services-section1 li
 {
    list-style: disc;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.service-features span {
    color: #002F73;
}
.service-features h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    text-align: center;
    padding-top: 2rem;
}
/* .service-switch-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
} */
a.tabs-btn {
    padding: 0 29px;
}
.service-switch-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CECECE;
    border-radius: 50px;
    width: 100%;
    max-width: 449px;
    padding: 1rem 0;
    margin: 33px auto;
}
.inner-switch-tabs a.tabs-btn {
    color: #000;
    list-style: none;
    text-decoration: none;
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 13px;
    transition: 0.1s ease-out;
}
.inner-switch-tabs a.tabs-btn:hover {
    background: #002F73;
    border-radius: 50px;
    padding: 16px 29px;
    color: #fff;
    box-shadow: 3px 2px 4px 1px #ddd;
    transition: 0.1s ease;
}
.inner-switch-tabs {
    padding: 2px 0;
}
.card {
      width: 359px;
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 0 0 15px 15px;
}

    .card-content {
    padding: 20px;
    position: relative;
    border-radius: 0 0 15px 15px;
    }

    .card-content .number {
    position: absolute;
    top: -24px;
    right: 34px;
    background: #FFA304;
    color: #fff;
    width: 45px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    }

    .card-content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    font-family: 'DM Sans';
    }

    .card-content hr {
      border: none;
      border-top: 1px solid #a7a7a7;
      margin: 12px 0;
      opacity: 0.5;
    }

    .card-content p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 15px;
    color: #656565;
    }

    .card-content .price {
    font-size: 16px;
    font-style: italic;
    color: #000000;
    font-weight: 600;
    }

    .card-content .price span {
    font-weight: 800;
    font-size: 22px;
    margin-left: 5px;
    color: #FFA304;
    font-style: normal;
    font-family: 'DM Sans';
    }

    .number img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    cursor: pointer;
    }

    .services-card-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    position: relative;
}
/* ==================
   HOVER EFFECT
   ================== */
.card:hover .card-content {
  background: #002F73;
}

.card:hover .card-content h3,
.card:hover .card-content p,
.card:hover .card-content .price,
.card:hover .card-content .price span {
  color: #fff; /* make text white on hover */
}

.card:hover .card-content .number {
  background: #fff; /* icon bg same as content */
  border: 2px solid #fff; /* white border for visibility */
}
.card:hover .number img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(1500%) hue-rotate(196deg) brightness(92%) contrast(101%);
}
.card:hover {
    background: #1e3a7c;
}
.service-section2 {
    padding: 0;
}