/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Your Name
Author URI: 
Description: Child theme for GeneratePress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress-child
*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

/* Font Variables */
:root {
    --font-heading: 'Roboto Slab', serif;
    --font-body: 'Inter', sans-serif;
    --body-font-size: 16px;
    --heading-font-size: 24px;
    --primary-color: #ff6600;
    --secondary-color:#025dff;
    --container-width: 1260px;
    --heading-color:#222222;
    --body-color:#6d6d6d;
}

/* Base Font Styles */
body {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--body-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--heading-color);
}

h3{
    line-height: 1.4em;
}
.box-content p {
    color: #fff;
}

.why-grid {
    display: flex;

    gap:0px;
    margin-top: 40px;
    /*flex-direction: column;*/
}

.ico-box {
   
    width: 25%;
    display: flex;
    background: #fff;
        align-items: start;
    gap: 15px;
    box-shadow: 0px 4px 99px 0px rgb(2 93 255 / 23%);
    padding: 20px;
    border-bottom: 8px solid var(--primary-color);
    padding: 60px 30px;
    border-radius: 0px 30px 0px 0px;
    flex-direction: column;
}
.site-header {
    background-color: transparent;
}
section.about.section-bg.alt {
    padding-top: 0px;
}

.alt .about-wrap.flex-start {
    flex-direction: row-reverse;
}
.ico-image {
    width: 75px;
    /* background: var(--secondary-color); */
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.ico-text {
    width: 80%;
}

.ico-image img {
    width: 65px; 
}
.reviews-slider {
    display: flex;
}
.ico-box:before {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 2.1rem;
    background: #025dff;
    border: 0.5rem solid #F2F6FD;
    box-shadow: 0 4px 16px rgb(2 93 255 / 32%);
}
section.whyus.section-bg:before {
    content: '';
    background: url(assets/images/aboutlogo2.png);
    position: absolute;
    width: 620px;
    height: 100%;
    right: 70px;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.ico-box:nth-child(even) {
    border-bottom: 8px solid var(--secondary-color);
}

.ico-box {
    position: relative;
}
.slick-track {
    display: flex !important;
  }
  
  .slick-slide {
    height: auto;
  }
  .inner-text.full {
    max-width: 1100px;
}
span.ico-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #222;
}
/* Top Bar Styles */
.top-bar {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left {
    display: flex;
    gap: 20px;
}

.top-bar-left a {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.top-bar-left a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.top-bar-right .social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #E75E8D;
}


.inside-header.grid-container {
    padding: 5px 10px;
}

.main-navigation .main-nav ul li a {
    font-weight: 600;
    font-size: 15px;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    padding: 160px 0;
    text-align: left;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
}
.main-navigation, .main-navigation ul ul {
    background: #0d1b5b;
    border-bottom: 1px solid #232f65;
}

.main-navigation .main-nav ul li a {
    color: #fff;
}
.number img {
    width: 45px;
    height: auto;
    object-fit: contain;
}
.number {
    font-size: 18px;
    font-weight: 700;
    color: #0d1b5b;
    display: flex;
        gap: 16px;
}
.dflex {
    display: flex;
    gap: 30px;
}
nav#site-navigation .inside-navigation.grid-container {
    justify-content: center;
}

header .inside-header.grid-container {
    display: flex;
    justify-content: space-between;
}

.number span {
    color: #0d1b5b;
    display: block;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 300;
}
.main-navigation li.button {
    padding: 10px 12px;
}
.button-primary svg , .btn-primary svg {
    margin-left: 12px;
}
.button svg {
    width: 14px;
    transform: rotate(-45deg);
}
.s-about {
    background: #fff;
    box-shadow: 20px 20px 24px 0px rgba(62.00000000000001, 75.00000000000007, 130, 0.0784313725490196);
    padding: 25px;
    border-left: 10px solid var(--primary-color); 10px;
    
    width: 55%;
    position: relative;
    border-radius: 0px 10px 10px 0px;

    z-index: 9;
}
.s-left {
    width: 15%;
}

.s-about {
    display: flex;
}

.s-right {
    width: 85%;
}

.s-left img {
    width: 50px;
}

.s-right h3 {
    margin-bottom: 3px;
}
.s-about:hover {
    transform: scale(1.03);
}

.s-about {
    transition: .5s;
}
.pop-inner {
    min-height: 430px;
}

.main-navigation li.button a {
    align-items: center;
    justify-content: center;
    display: flex;
}
.button svg path {
    fill: #fff;
}
/* Video Background Styles */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.social-icons a:hover {
    color: #ff6600;
}

.video-background video {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(87deg, rgb(0 15 83) 0%, rgb(0 0 0 / 0%) 80%);
    z-index: 2;
}
span.subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.about-image:after{
    content: "";
    position: absolute;
    inset: 70% 0 -1px 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(253, 253, 255, 0) 0%, var(--overlay-color, rgba(255, 255, 255, 0.5)) 30%, var(--overlay-color, #ffffff) 80%, var(--overlay-color, #ffffff) 100%);
}

.hero-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 700px;
}

.hero-description {
    font-family: var(--font-body);
    font-size: var(--body-font-size);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}
.site-header {
    /* border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    z-index: 9;
   
}
.inside-header.grid-container {
    padding: 2px 30px;
    background: #fff;
    border-radius: 100px;
}
.video-background {
    background-size: cover !important;
    background-position: center !important;
}
.main-navigation, .main-navigation ul ul {
        background: #e8ecff;
    border-bottom: 1px solid #D2D1D2;
    border-top: 1px solid #e4e4e4;
}

.main-navigation .main-nav ul li a {
    color: #0d1b5b;
}


.button {
    font-family: var(--font-body);
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: var(--body-font-size);
}
.why-head {
    text-align: center;
}
span.overtitle.center {
    background-image: linear-gradient(180deg, #025dffa3 0%, rgba(103, 157, 221, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.2;
    font-size: 110px;
    font-weight: 800;
    display: block;
    text-align: center;
    letter-spacing: -8px;
    text-transform: uppercase;
    line-height: 110px;
}
section.services.section-bg {
    padding-top: 30px;
}
.page-header-button a {
    text-transform: uppercase;
    font-weight: 600;
}
a.button-primary, .btn-primary {
    background-color: var(--primary-color);
    color: #ffffff;
    box-shadow: 0px 0px 0px 4px rgb(212 85 2 / 22%);
}

.button-primary:hover {
    background-color: #ff934b !important;
    color: #ffffff;
}

.button-video {
    background-color: #4CA1AF;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.main-navigation li.button a {
    line-height: 23px !important;
    color: #fff !important;
}

.main-navigation li.button {
    margin-left: 30px;
}

.button-video:hover {
    background-color: #3d8a98;
    color: #ffffff;
}
.pop-con {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    background: #d9e7ff;
    padding: 50px;
    width: 46%;
    
    z-index: 99;
    transition: .5s;
    transform: translateX(100%);
   

}
div.wpforms-container-full button[type=submit] {
    background-color: var(--primary-color) !important;
    border-radius: 30px !important;
    margin-left: auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.wpforms-submit-container {
    text-align: right;
}
.pop-close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    cursor: pointer;
}

.pop-inner {
    margin-top: 20px;
}
.pop-inner {
    max-height: 430px;
    overflow: scroll;
}
.pop-con.active{
    transform: translate(0px);
}

.video-icon {
    display: flex;
    align-items: center;
}

.video-icon svg {
    fill: currentColor;
}
.main-navigation .main-nav ul li a {
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
}
section.howworks {
    background: var(--primary-color);
}

.section {
    padding: 40px 20px;
}
.single-box {
    padding: 25px 25px 25px 25px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    align-items: center;
    width: 33%;
}
.about-counter {
    width: 200px;
    height: 200px;
    position: absolute;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    line-height: 45px;
    padding-top: 18px;
    left: calc(50% - 100px);
    top: 30%;
}

.about-counter span {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
}

.about-image {
    position: relative;
}
.box-icon img {
    width: 60px;
}

.box-content {
    color: #fff;
}

.content-title {
    font-weight: 700;
    font-size: 18px;
}

.box-content p {
    margin: 0px;
}
.workboxes {
    display: flex;
    gap: 20px;
}

.box-icon {
    width: 15%;
}

.box-content {
    width: 85%;
}
.content-title {
    margin-bottom: 5px;
}

.sticky-btn {
    position: absolute;
    top: 40px;
    left: 0px;
    transform: translateX(0) rotate(180deg);
    writing-mode: tb-rl;
    background: #ffffff;
    border: 2px solid rgb(255 102 0 / 43%);
    box-shadow: 0 4px 42px rgb(255 255 255 / 32%);
    border-radius: 0 20px 20px 0;
    padding: 0px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    /* letter-spacing: 0.03em; */
    display: flex
;
    align-items: center;
    z-index: 99;
    padding: 30px 10px;
    text-transform: uppercase;
    transform: translateX(-99%) rotate(180deg);
   
}
.about-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
}
.slick-prev {
    background: linear-gradient(45deg, #025dff, #91b9ff);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: -100px !important;
    top: auto;
    right: 250px;
    left: auto;
}

.slick-next {
    background: linear-gradient(45deg, #025dff, #91b9ff);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: -100px !important;
    top: auto;
    right: 180px;
    left: auto;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: linear-gradient(45deg, #025dff, #91b9ff);
}

.about-image {
    width: 55%;
    position: absolute;
    right: 0px;
    top:20px;
}
.about-details {
    margin-top: 20px;
}
.l10{
        left: 10%;
    position: relative;
    z-index: 8;
}
.l20{
  left: 20%;
    position: relative;
    z-index: 7;
}
.s-right h3 {
    font-size: 20px;
}


.about-content {
    width: 50%;
    z-index: 9;
}

.section-bg {
    padding: 100px 20px;
    background: #fff;
}
span.subtitle {
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: block;
}

h2 {
    font-weight: 600;
}
section{
    position: relative;
}

h2.overlay-text {
    background-image: linear-gradient(180deg, #9a01cc 0%, rgba(103, 157, 221, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.2;
    font-size: 150px;
    text-align: center;
    font-family: var(--font-body);
    font-weight: 800;
    text-transform: uppercase;
}
span.subtitle.center {
    text-align: center;
}
.single-service:hover {
    background: #1353c5;
    cursor: pointer;
}
.single-service:hover h3, .single-service:hover p {
   color: #fff;
}
.services-grid {
    counter-reset: services;
    list-style-type: decimal-leading-zero;
}

.single-service:before {
    counter-increment: services;
    content: "0"counter(services);
    position: absolute;
    right: 20px;
    font-size: 80px;
   
    font-weight: 800;
    color: #ecf2ff;
    bottom: 0px;
   
}

.single-service {
    position: relative;
}
.inner-text {
   
    margin: 0 auto;
    text-align: center;
    display: flex;
    margin-top: -30px;
    justify-content: space-between;
}
.serv-left {
    width: 50%;
}

.serv-right {
    
    width: 40%;
    text-align: left;
        display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
}
.aftershadow:after {
        content: "";
    position: absolute;
    inset: 70% 0 -1px 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(253, 253, 255, 0) 0%, var(--overlay-color, rgba(255, 255, 255, 0.5)) 30%, var(--overlay-color, #ffffff) 80%, var(--overlay-color, #ffffff) 100%);

}

.aftershadow {
    position: relative;
}

.single-service {
    padding: 60px 30px;
    box-shadow: 20px -20px 38px 0px rgba(0, 0, 0, 0.06);
    border-radius: 20px 20px 0px 0px;
    border-bottom: 5px solid var(--secondary-color);
    width: 20%;
    margin-bottom: 20px;
}

.single-service h3 {
    margin-bottom: 8px;
}

span.serv-arrow svg {
    height: 17px;
}

span.serv-arrow {
    display: flex;
    width: 35px;
    margin-top: 10px;
}
.single-service:hover span.text {
    color: #fff;
}
.single-service {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

span.serv-arrow svg path {
    fill: var(--primary-color);
}

a.service-link {
    display: flex;
    align-items: center;
}
.slick-prev:before, .slick-next:before {
    font-family: 'Inter';
}

a.service-link .text {
    max-width: 0;
    padding-right: 0;
    overflow: hidden;
    transition: max-width 1s ease-in-out;
    white-space: nowrap;
}
.single-service:hover .service-link .text {
    max-width: 200px;
}

.single-service h3 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
}
.single-service:nth-child(even) {
    border-bottom: 5px solid var(--primary-color);
}
.services-grid {
    margin-top: -50px;
}
.single-service img {
    width: 80px;
    margin-bottom: 20px;
}
.services-grid {
    display: flex;
   
    flex-wrap: wrap;
    /* justify-content: center; */
}
a.service-link {
    text-decoration: none;
    color: #111;
}
.stats{
    background: var(--primary-color);
}
.main-navigation .main-nav ul ul li a {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

ul.sub-menu {
    padding-bottom: 15px;
    padding-top: 10px;
}

.main-navigation ul ul {
    width: 320px;
    background-color: #fff;
}


/* Stats Section Styles */
.stats {
    background: var(--primary-color);
    padding: 80px 0;
    color: #ffffff;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-box {
    position: relative;

}

.stat-box h3 {
    font-size: 3.5em;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    display: inline-block;
}

.stat-box .suffix {
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
}

.stat-box p {
    font-size: 1.1em;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.9);
}
.why-image:after {
    content: "";
    position: absolute;
    inset: 70% 0 -1px 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(253, 253, 255, 0) 0%, var(--overlay-color, rgba(255, 255, 255, 0.5)) 30%, var(--overlay-color, #ffffff) 80%, var(--overlay-color, #ffffff) 100%);
}
.why-image::before{
    content: '';
    background: url(assets/images/aboutlogo2.png);
    position: absolute;
    width: 350px;
    height: 100%;
    top: -80px;
    left: -30px;
    opacity: 0.1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.why-image {
    position: relative;
}

.why-wrap {
    display: flex;
    align-items: start;
    gap: 70px;
}

.why-image {
    width: 44%;
    position: sticky;
    top: 50px;
}

.why-content {
    width: 100%;
}
.footer-widgets-container {
    padding: 60px 20px;
}
.inside-footer-widgets a {
    text-decoration: none;

}

h2.widget-title {
    font-family: 'Inter';
    font-weight: 500;
    color: #fff;
}
h2.widget-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: var(--primary-color);
    display: block;
    margin-top: 8px;
}
.faq:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
    width: 0;
    pointer-events: none;
    border-radius: inherit;
    height: 20rem;
    box-shadow: 0 0 150px 150px #025dff6e;
    opacity: 0.18;
}
.faq-image:after {
    content: "";
    position: absolute;
    inset: 70% 0 -1px 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(253, 253, 255, 0) 0%, var(--overlay-color, rgba(255, 255, 255, 0.5)) 30%, var(--overlay-color, #ffffff) 80%, var(--overlay-color, #ffffff) 100%);
}

.faq-image {
    position: relative;
}

.faq-wrap {
    display: flex;
}

.footer-widget-2 {
    margin-left: 40px;
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
    background-color: #000 !important;
    /* border: 1px solid #ffffff6e; */
}

footer.site-info {
    border-top: 1px solid #ffffff1c;
}
.extra {
    background-size: cover;
    background-position: center;
    background: #001f57;
}
.extraa:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(137deg, #000000c9 15%, #ffffff00 100%);
    top: 0px;
    left: 0px;
}
.about-btn {
    text-align: center;
    margin-top: 50px;
}

a.button.button-secondary {
    background-color: var(--secondary-color);
    color: #ffffff;
    box-shadow: 0px 0px 0px 4px #025dff30;
    text-transform: uppercase;
}
a.button.button-secondary svg {
    margin-left: 20px;
}

.about-btn {
    z-index: 99;
    position: relative;
}

.content-l {
    width: 40%;
    color: #fff;
    position: relative;
}
.inside-header.grid-container a {
    text-decoration: none;
}

section.extra.section-bg {
    min-height: 500px;
    display: flex;
    align-items: center;
}
.about-btn a {
    gap: 7px;
}
.single-service:last-child:before {content: '10';}
/* Responsive Styles for Stats */
@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .alt .about-wrap.flex-start {
    flex-direction: column-reverse;
}

    
    .stat-box {
        padding: 15px;
    }
    
    .stat-box h3 {
        font-size: 3em;
    }
    
    .stat-box .suffix {
        font-size: 2em;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .pop-con {
        width: 100%;
    }
    .hero-section {
        padding: 60px 0;
    }
    .inside-header.grid-container {
    padding: 2px 16px;
}
span.subtitle{
    font-size: 14px;
}
    
    .about-wrap {
    gap: 30px;
}
.about-image {
    position: relative;
    top: 0px;
}
.about:before {
    top: 0px !important;
    bottom: auto !important;
    height: 380px;
}
.s-about {
    width: 100%;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 20px;
}

.s-about.l10 {
    left: 0px;
}

.s-about.l20 {
    left: 0px;
}

.s-left {
    width: 25%;
}


.about-btn a span {
    display: none;
}
    .hero-title {
        font-size: 2.6em;
        text-align: center;
    }
    
    .hero-description {
        font-size: 1.1em;
        text-align: center;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .button {
       
    }
    .top-bar-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .top-bar-left {
        flex-direction: row;
        gap:25px;
        text-align: center;
    }
    
    .social-icons {
        margin-top: 5px;
    }
    .top-bar-right {
        display: none;
    }
    span.gp-icon.icon-menu-bars {
        font-size: 27px;
    }
    
    button.menu-toggle {
        background: #fff !important;
    }
    
    .site-logo {
        padding-left: 30px;
    }
    
    .site-header .header-image {
        width: 190px;
        padding: 4px;
    }
    .workboxes {
        flex-direction: column;
    }
    .single-box {
        width: 100%;
    }
    
    .about-image {
        width: 100%;
    }
    
    .about-wrap {
        flex-direction: column;
    }
    
    .about-content {
        width: 100%;
    }
    
    .about-counter {
        width: 160px;
        height: 160px;
        font-size: 48px;
        line-height: 35px;
        top: 70px;
    }
    
    h2.overlay-text {
        font-size: 72px;
    }
    
    .single-service {
        width: 100%;
    }
    
    .why-wrap {
        flex-direction: column;
    }
    
    .why-image {
        width: 100%;
    }
    
    .why-content {
        width: 100%;
    }
    
    .why-grid {
        width: 100%;
    }
    
    .ico-box {
        width: 100%;
    }
}

/* FAQ Section Styles */

.faq-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
}

.faq-content {
    max-width: 600px;
}

.faq-content .subtitle {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.faq-content h2 {
 
}

.work-num {
    width: 60px;
    background: var(--secondary-color);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 2px;
}

.work-item {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d6d6d6;
}

.work-content {
    width: 80%;
}

.work-content h5 {
    margin-bottom: 5px;
    font-family: var(--body-font);
    font-weight: 500;
}
.faq-accordion .work-item:last-child {
    border: 0px;
}
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.t-img img {
    width: 150px;
	height:150px;
	object-fit:cover;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #025dff45;
    border-radius: 200px 200px 200px 200px;
    box-shadow: 0px 0px 30px 0px #025dff4d;
}

.t-head {
    flex-direction: column;
    align-items: start;
}

.faq-item {
    border-bottom: 1px dashed #424242;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question h3 {
    font-size: 1.1em;
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    flex: 1;
    padding-right: 20px;
    font-family: var(--font-body);
}
.faq-image:before {
    content: '';
    background: url(assets/images/aboutlogo2.png);
    position: absolute;
    width: 350px;
    height: 100%;
    top: -80px;
    left: -30px;
    opacity: 0.1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.toggle-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}

.toggle-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.toggle-icon .minus {
    opacity: 0;
    transform: rotate(-90deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer p {
    margin: 0;
    padding-bottom: 20px;
    color: #666;
    line-height: 1.6;
}

/* Active state */
.faq-item.active .faq-question {
    background-color: #f8f9fa;
}

.faq-item.active .toggle-icon .plus {
    opacity: 0;
    transform: rotate(90deg);
}

.faq-item.active .toggle-icon .minus {
    opacity: 1;
    transform: rotate(0);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-image {
    position: relative;
}

.faq-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
section.cta.section {
    background: #001f57;
    color: #fff;;
}
section.cta.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta .row {
    display: flex;
    align-items: center;
}

.cta-left {
    width: 60%;
}

.cta-right {
    width: 40%;
}
a.cta-button.button.button-primary {
    background: #fff;
    color: #111;
}
.cta-right {
    text-align: right;
}


.blog-grid {
    /*display: flex;*/
    /*gap: 36px;*/
    margin-top: 50px;
    max-width: 94%;
    margin-left: auto;
}
.progress {
  /*position: absolute;*/
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #d9e7ff59;
  overflow: hidden;
  max-width: 94%;
    margin-left: auto;
        width: 70%;
    height: 5px;

    overflow: hidden;
    max-width: 94%;
    margin-left: 6%;
    margin-top: 50px;
}

.progress-bar {
  height: 100%;
  width: 25%;
  background: var(--primary-color);
  transition: width 0.4s ease;

}
span.toggle-icon {
    width: 28px !important;
    height: 28px;
    border-radius: 30px;
    background-color: #d9e7ff;
    display: block;
    text-align: center !important;
    align-items: center !important;
    justify-content: center;
    /* padding: 10px !important; */
    /* text-align: center; */
}
.toggle-icon svg {
    left: 2px;
    top: 2px;
}
.section-header {
    text-align: center;
}
.blog-grid .slick-slide {
  margin-right: 20px;
}


.blog-card {
    width: 23%;
}

.blog-card img {
    height: 200px;
    object-fit: cover;
    /*border-radius: 10px;*/
}
a.banner-buttons {
    background-color: #FFFFFF;
   
    font-weight: 600;
    box-shadow: 0px -9px 11px 0px rgba(0, 0, 0, 0.09);
    border-style: solid;
    border-width: 0px;
    border-radius: 20px 20px 0px 0px;
    padding: 20px 40px 20px 40px;
    position: relative;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}
a.banner-buttons {
    z-index: 9;
    margin-left: -12px;
}

a.banner-buttons:nth-child(1) {
  margin-left:0px;
}
a.banner-buttons:nth-child(2) {
    z-index: 8;
}
a.banner-buttons:nth-child(3) {
    z-index: 7;
}
a.banner-buttons:nth-child(4) {
    z-index: 6;
}
a.banner-buttons:nth-child(5) {
    z-index: 5;
}
a.banner-buttons:nth-child(6) {
    z-index: 4;
}

.service-buttons {
    display: flex;
    bottom: 0px;
    position: absolute;
    z-index: 9;
    align-items: flex-end;
}
a.banner-buttons:hover {
    padding-top: 30px;
    padding-bottom: 30px;
    background: radial-gradient(53.57% 35.82% at 53.57% -9.22%, #bbdaff 0%, #a4c5ff 53.44%, rgba(255, 255, 255, 0) 100%);
    background-color: #5793ff;
    color: #fff;
}
a.banner-buttons:hover:after{
    background: #ff6600;
}
a.banner-buttons {
    transition: .5s;
}
.serv-ct {
    width: 80%;
}

a.banner-buttons:after {
    content: '';
    width: 100%;
    height: 6px;
    background: linear-gradient(45deg, #b8d2ff, #7dacff);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

h3.blog-title {
    font-family: var(--body-font);
    font-size: 20px;
    color: #111;
    margin-top: 10px;
}
.form-row {
    width: 50%;
    background-image: linear-gradient(215deg, #FFFFFF7A 0%, #ffffff 70%);
    padding: 50px;
    border-radius: 12px;
    margin-bottom: -120px;
    z-index: 99;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.wpforms-field-label {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
    padding: 10px 0px !important;
}
.consultation:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(137deg, #000000c9 15%, #ffffff00 100%);
    top: 0px;
    left: 0px;
}
button#wpforms-submit-205 {
    background-color: var(--primary-color);
    color: #ffffff;
    box-shadow: 0px 0px 0px 4px rgb(255 117 198 / 27%);
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    border-color: #C9D7DD !important;
    border-radius: 6px !important;
}


h3.blog-title a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
}

.blog-meta {
    margin-top: 10px;
    font-size: 14px;
}
span.date i {
    color: var(--primary-color);
    margin-right: 6px;
}
.white{
    color : #fff;
}
.review-inner {
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 14px;
}

.reviewer-info {
    display: flex;
   
    align-items: center;
}

.reviewer-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 40px;
}

h4.reviewer-name {
    margin: 0px;
}
p.reviewer-name {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #222;
}

.review-content {
    color: #222;
}
i.fas.fa-star {
    color: #fec42d;
    font-size: 14px;
}

.review-rating {
    gap: 8px;
    display: flex;
    margin-bottom: 20px;
}
section.blog.section-bg {
    padding-top: 0px;
}
.cta-left p {
    margin: 0px;
}
.border-after {
    height: 10px;
    display: flex;
}

span.b-left {
    width: 40%;
    height: 100%;
    display: block;
    background: linear-gradient(295deg, #ff6600, #ffb788);
}

span.b-right {
    width: 60%;
    height: 100%;
    display: block;
    background: linear-gradient(295deg, #025dff, #b1cdff);
}
/* Responsive styles */
@media (max-width: 991px) {
    .faq-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .faq-content {
        max-width: 100%;
    }

    .faq-content h2 {
        font-size: 2em;
    }
    .cta .row {
        flex-direction: column;
    }
    
    .cta-left {
        width: 100%;
    }
    
    .cta-right {
        width: 100%;
    }
    
    .cta-right {
        text-align: left;
    }
    .footer-widget-2{
        margin-left: 0px;;
    }
    a.em {
        display: none;
    }
    
    a.ph {
        font-size: 18px;
    }
    
    button.btn-primary.menu-item  {
        margin: 0px;
        padding: 0px;
    }
    

    
    .button.btn-primary.menu-item {
        margin: 0px !important;
        width: auto !important;
        background: transparent;
        box-shadow: none;
        color: #111 !important;
        padding-left: 0px;
    }
    
    .main-navigation li.button a {
        color: #111 !IMPORTANT;
    }
    .form-row {
        width: 100%;
        margin-bottom: 0px;
        padding: 40px 20px;
    }
    
    .blog-grid {
        flex-direction: column;
    }
    
    .blog-card {
        width: 100%;
    }
    
    .content-l {
        width: 100%;
    }
}

/* Add your custom styles below this line */

/* Reviews Carousel Styles */
.reviews-slider, .allg {
    padding: 20px 0;
    margin: 0 -15px;
}

.reviews-slider .slick-slide {
    padding: 15px;
}
.allg .slick-slide{
    margin: 30px;
    margin-top: 100px;
}



.review-inner {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-rating {
    margin-bottom: 20px;
}

.review-rating .fas.fa-star {
    color: #FFD700;
    margin-right: 5px;
}

.review-rating .far.fa-star {
    color: #ddd;
    margin-right: 5px;
}

.review-content {
    flex-grow: 1;
    margin-bottom: 20px;
    font-style: italic;
    color: #666;
}

.reviewer-info {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.reviewer-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.reviewer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-details {
    flex-grow: 1;
}

.reviewer-name {
    font-weight: 600;
    color: #333;
    margin: 0;
    font-size: 1.1em;
}

.reviewer-title {
    color: #666;
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
}

/* Slick Slider Custom Styles */
.reviews-slider .slick-prev,
.reviews-slider .slick-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1;
}

.reviews-slider .slick-prev {
    left: -20px;
}

.reviews-slider .slick-next {
    right: -20px;
}

.reviews-slider .slick-prev:before,
.reviews-slider .slick-next:before {
    color: #333;
}

.reviews-slider .slick-dots {
    bottom: -40px;
}

.reviews-slider .slick-dots li button:before {
    font-size: 12px;
}
.ex-single {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 31%;
}

.ex-single h3 {
    font-size: 20px;
}

.extra-grid {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media (max-width: 768px) {
    .reviews-slider .slick-prev {
        left: 10px;
    }
    
    .reviews-slider .slick-next {
        right: 10px;
    }
    
    .review-inner {
        padding: 20px;
    }
}

/* Global CTA Styles */
.global-cta {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  
    text-align: center;
    color: #fff;
}

.global-cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(137deg, #000000c9 15%, #ffffff00 100%);
    z-index: 1;
}

.global-cta .grid-container {
    position: relative;
    z-index: 2;
}

.global-cta .cta-content {
    /*background: var(--primary-color);*/
    padding: 70px 20px;
    /*margin-bottom: -40px;*/
    border-radius: 12px;
}
.footer-cta-text {
    text-align: left;
}
.footer-cta-image img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 450px;
}

section.global-cta {
    margin-top: 70px;
}


.footer-cta-text h3 {
    color: #fff;
    margin: 0px;
}
.footer-cta-text {
    width: 60%;
}

.footer-cta-form {
    width: 40%;
}
section.map {
    margin-bottom: 80px;
}

.cta-content {
    display: flex;
    align-items: center;
    gap: 50px;
}
section.global-cta {background: linear-gradient(18deg, #fa6400, #ffdfc9);}
.footer-cta-form div.wpforms-container-full:not(:empty) {
    margin: 0px;
}
button#wpforms-submit-792 {
    background-color: var(--primary-color);
    color: #ffffff;
    box-shadow: 0px 0px 0px 4px rgb(255 117 198 / 27%);
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.care-form {
    margin: 0 auto;
    /* text-align: center; */
    padding: 60px;
    border-radius: 20px;
    margin-top: 50px;
}
.care-form h2, .care-form p{
    text-align: center;
}
div#wpforms-419-field_8-container {
    margin: 0px;
}

button#wpforms-submit-255 {
    width: 100%;
    background: #000;
    border: 0px;
    color: #fff;
    border-radius: 4px;;
}

.footer-cta-form .wpforms-field {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
.inside-footer-widgets {
    margin-top: 40px;
}

.global-cta h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
}

.global-cta p {
    font-size: 1.1em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.global-cta .button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.global-cta .button svg {
    transition: transform 0.3s ease;
}

.global-cta .button:hover svg {
    transform: translateX(5px);
}
section.page-content.section-bg:before {
    content: '';
    background: linear-gradient(176deg, #cedfff 0%, #FFFFFF 22%);
    height: 100%;
    width: 100%;
    /* z-index: 9; */
    position: absolute;
    top: 0px;
    left: 0px;
}



section.page-content.section-bg .grid-container {
    z-index: 9;
    position: relative;
}

@media (max-width: 768px) {
    .global-cta {
        padding: 60px 20px;
    }

    .global-cta h2 {
        font-size: 2em;
    }

    .global-cta p {
        font-size: 1em;
    }
}

/* Page Header Styles */
.page-header {
    position: relative;
    padding: 100px 20px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
   
    margin-bottom: 0px !important;
    background-size:cover;
    background-position: top right;
}

.page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(87deg, rgb(0 15 83) 0%, rgb(9 24 87 / 86%) 80%);
    z-index: 1;
}

.page-header .grid-container {
    position: relative;
    z-index: 2;
}

.page-header-content {
   
   text-align: left; 
}

.page-header h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}
.pg-h-left {
    width: 45%;
}



.pg-h-right {
    width: 55%;
    position: relative;
}

.page-header-content {
    gap: 50px;
}
h2.center {
    text-align: center;
}
section.whyjoin.section-bg {
    padding-top: 0px;
}

.single-point {
    padding: 60px 30px;
    box-shadow: 0px 4px 99px 0px rgb(2 93 255 / 17%);
    border-radius: 0px 30px 0px 0px;
    width: 32%;
    background: #fff;
    border-bottom: 5px solid var(--secondary-color);
}
.single-point:nth-child(even){
     border-bottom: 5px solid var(--primary-color);
}

.single-point img {
    height: 70px;
    margin-bottom: 20px;
}
.all-points {
    margin-top: 40px;
    display: flex;
    width: 100%;
    gap:24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}
.pg-h-right img {
    height: 440px;
    object-fit: cover;
    object-position: center center;
    border-radius: 6px 200px 06px 200px;
    width: 100%;
   
}
section.whyjoin.section-bg:before {
    content: '';
    background: url(assets/images/aboutlogo2.png);
    position: absolute;
    width: 620px;
    height: 100%;
    right: 70px;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.pg-h-right .header-img{
 bottom: -160px;
    position: absolute;
    right: 0px;
    width: 100%;
}
.header-img:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    pointer-events: none;
    border-radius: 6px 240px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    transition: all var(--base-transition) ease-in-out;
    z-index: -1;
}



.page-header-description {
    font-size: 1.1em;
     margin-bottom: 30px; 
    opacity: 0.9;
    line-height: 1.6;
}
.blog-card.style-2 {
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.style-2 .blog-content {
    padding: 30px;
    padding-top: 20px;
}

.blog-card.style-2 img {
    border-radius: 0px;
}
.blog-card.style-2 {
    width: 31.5%;
}
.blog-card.style-2 .blog-meta {
    margin-bottom: 10px;
}

.blog-grid.style-2 {
    flex-wrap: wrap;
    margin-top: 0px;
}
.blog-card.style-2 img {
    height: 270px;
}

.page-header-button {
    /* margin-top: 30px; */
}

.page-header .button {
    padding: 12px 30px;
    font-size: 1em;
}

.page-header .button svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.page-header .button:hover svg {
    transform: translateX(5px);
}
.d-row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.ct-left {
    width: 50%;
}

.ct-right {
    width: 50%;
}
.service-featured-image:after {
    content: "";
    position: absolute;
    inset: 70% 0 -1px 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(253, 253, 255, 0) 0%, var(--overlay-color, rgba(255, 255, 255, 0.5)) 30%, var(--overlay-color, #ffffff) 80%, var(--overlay-color, #ffffff) 100%);
}

.service-featured-image {
    position: relative;
    margin-top: 50px;
}
.service-featured-image:before{
    content: '';
    background: url(assets/images/aboutlogo2.png);
    position: absolute;
    width: 350px;
    height: 100%;
    top: -80px;
    left: -30px;
    opacity: 0.1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
section.page-content.section-bgg:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 0;
    pointer-events: none;
    border-radius: inherit;
    height: 20rem;
    box-shadow: 0 0 150px 150px #3582c3ab;
    opacity: 0.18;
}
.head-sec {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.serv-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
    border-radius: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
section.extra-service.section-bg {
    padding-top: 40px;
}
section.page-content.section-bg {
    margin-top: 0px;
    padding-top: 60px;
}
section.consultation.section-bg {
    background-size: cover;
    background-position: center;
}
.about-wrap.flex-start {
   
}
.abt-img {
    position: relative;
    margin-top:40px;
}


.single-service .ico-image img {
    width: 50px;
    margin: 0px;
}

.ico-textr {
    margin-top: 30px;
}
.whyus .single-service:before {
    display: none;
}
.services-grid.nomargin {
    margin: 0px;
}
span.ico-ct {
    margin-top: 10px;
    display: block;
}
.s-icon {
    display: flex;
    gap: 18px;
    align-items: center;
}

.icon-box {
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
}

.icon-text p {
    margin: 0px;
}
.icon-text h4 {
    font-size: 20px;
    margin-bottom: 3px;
}
.s-icon {
    margin-bottom: 15px;
    width: 48%;
}
.icon-text p {
    font-size: 16px;
}

.icon-text h4 {
    margin: 0px;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
}
.gr-row {
    display: flex;
    gap: 50px;
    align-items: center;
}

.contact-left {
    width: 60%;
}
.social-link {
    border-top: 1px dashed #d0d0d0;
    margin-top: 20px;
    padding-top: 30px;
}
.social-link .social-icons i {
    color: var(--secondary-color);
}
.innt {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 50px;
}

.loc-text {
    width: 40%;
}

.locs {
    width: 60%;
}
.loc-text img {
    width: 80px;
    margin-bottom: 30px;
}
.sub-menu li a {
    color: #0d1b5b !important;
}

 .social-icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #0D1A5B;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    color: #0D1A5B;
}

 .social-icons {
    display: flex;
    gap: 12px;
}
.contact-right {
    width: 40%;
}
.contact-right {
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.15);
    padding: 40px;
    border-radius: 12px;
}
section.contact-pg {
    background:  linear-gradient(181deg, #eef4ff, transparent);
}

.contact-right {
    background: #fff;
        margin-top: -600px;
    z-index: 9;
}
.ct-icons {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.main-navigation ul ul {
    border-radius: 10px;
}
.site-header .header-image {
   
    width: 145px;
}
.hero-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}
p {
    margin-bottom: 10px;

}
@media (max-width: 768px) {
    .icon-text {
        width: 80%;
    }
    
    .s-icon {
        width: 100%;
    }
    .page-header {
        padding: 60px 0;
    }

    .page-header h1 {
        font-size: 2.7em;
    }

    .page-header-description {
        font-size: 1em;
    }
    .blog-card.style-2{
        width: 100%;
    }
    .page-header-content {
        text-align: center;
    }
    
    .page-header .overlay {
        /*background: #000000c2;*/
    }
    .d-row {
        flex-direction: column-reverse;
    }
    .care-form {
        padding: 50px 25px;
    }
    
    .ct-left {
        width: 100%;
    }
    
    .ct-right {
        width: 100%;
    }
    .section-bg {
        padding: 60px 20px;
    }
    section.consultation.section-bg {
        background-size: cover;
        background-position: center;
    }
    
    section.page-content.section-bg {
        padding-bottom: 50px;
    }
    .global-cta .cta-content {
        flex-direction: column;
    }
    
    .footer-cta-text {
        width: 100%;
        text-align: center;
    }
    
    .footer-cta-form {
        width: 100%;
    }
    .reviews-slider .slick-prev {
        display: none !important; 
    }
    
    .reviews-slider .slick-next {
        display: none !important;
    }
    .cta-left {
        text-align: center;
    }
    
    .cta-right {
        text-align: center;
        margin-top: 20px;
    }
    .gr-row {
        flex-direction: column;
    }
    
    .contact-left {
        width: 100%;
    }
    
    .contact-right {
        width: 100%;
    }
    .why-image{
        position: relative;
    }
    .has-inline-mobile-toggle #site-navigation.toggled{
        margin-top: 4.5em;
    }
}

/* Single Post Styles */
.post-header {
    background-color: var(--primary-color);
    padding: 120px 0 60px;
    padding-top: 220px;
    color: #fff;
    margin-top: -120px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(87deg, rgb(0 15 83) 0%, rgb(9 24 87 / 86%) 80%);
    z-index: 1;
}

.post-header .grid-container {
    position: relative;
    z-index: 2;
}

.post-categories {
    margin-bottom: 20px;
}

.post-categories a {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.post-categories a:hover {
    background: #fff;
    color: var(--primary-color);
}

.post-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #fff;
}

.post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-info img {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.author-meta {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 500;
    margin-bottom: 5px;
}

.post-date {
    font-size: 14px;
    opacity: 0.9;
}

.post-date i {
    margin-right: 5px;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-buttons a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-buttons a:hover {
    background: #fff;
    color: var(--primary-color);
}

.content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: start;
    margin-top: -30px;
    position: relative;
}

.main-content {
    font-size: 1.1em;
    line-height: 1.8;
}

.post-tags {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.tags-label {
    font-weight: 600;
    margin-right: 10px;
}

.tags-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-list a {
    background: #f5f5f5;
    color: #666;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tags-list a:hover {
    background: var(--primary-color);
    color: #fff;
}

.post-sidebar {
    position: sticky;
    top: 30px;
}

.author-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-bottom: 30px;
}

.author-box .author-image {
    margin-bottom: 20px;
}

.author-box .author-image img {
    border-radius: 50%;
    border: 3px solid var(--primary-color);
}

.author-box .author-name {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
}

.author-box .author-bio {
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.author-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.author-social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.author-social a:hover {
    background: var(--primary-color);
    color: #fff;
}

.recent-posts {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.recent-posts h3 {
    margin-bottom: 20px;
    font-size: 1.3em;
    color: #333;
}

.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-post-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-content h4 {
    font-size: 1em;
    margin: 0 0 8px;
    line-height: 1.4;
}

.recent-post-content h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-post-content h4 a:hover {
    color: var(--primary-color);
}

.recent-post-content .post-date {
    font-size: 13px;
    color: #666;
}

.related-posts {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f9fa;
}

.related-posts .section-header {
    margin-bottom: 40px;
}

.related-posts h2 {
    font-size: 2em;
    color: #333;
    text-align: center;
}
.page-header-content {
    min-height: 260px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.single-t {
    padding: 30px;
   
    box-shadow: 0px 4px 32px 0px rgb(2 93 255 / 20%);
    border-radius: 6px 60px 6px 6px;
}
.t-img img {
    /*width: 80px;*/
}

.t-head {
    display: flex;
    gap: 20px;
    align-items: start;
}

.t-desc {
    margin-top: 10px;
}

.allg {
    /*max-width: 1000px;*/
    /*margin: 0 auto;*/
}
.t-img {
    margin-top: -50px;
    top: -50px !important;
    position: relative;
}
.t-desc {
    width: 80%;
}

.t-title {
    width: 80%;
}
.single-t:after {content: '❞‬';font-size: 240px;font-family: monospace;position: absolute;right: 30px;top: 50px;z-index: 99;color: var(--primary-color);}

.single-t {
    position: relative;
}

.single-t {
    padding-left: 40px;
    padding-right: 40px;
}
.allg .slick-prev {
    left: 47%;
}

.allg .slick-next {
    left: 53%;
}
section.page-content.section-bg.care-t {
    padding-top: 120px;
}
section.thoughts.section-bg {
    padding-left: 0px;
    padding-right: 0px;
}
section.thoughts.section-bg {
    padding-top: 0px;
    background: linear-gradient(180deg, #e9f0f8, transparent);
        padding-bottom: 150px;

}
a.button.button-white {
    background: #fff;
    color: #111;
    padding: 10px 30px;
}

.button-white svg path {
    fill: #000000;
}

.single-t {
    margin-bottom: 30px;
    background: #fff;
}
section.thoughts.section-bg {
    overflow: hidden;
}
section.services.section-bg.more-pad , section.page-content.section-bg.more-pad{
    padding-top: 120px;
}
aside#block-19 p {
    line-height: 30px;
}



h3.wp-block-heading:after {
    content: '';
    width: 60px;
    height: 2px;
    background: var(--primary-color);
    display: block;
    margin-top: 12px;
}

section.extra3 {
    background: #001f57;
    color: #fff;
}
.ft-single {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.ft-single .serv-icon {
    margin-bottom: 0px;
}

.features-grid {
    margin-top: 20px;
}
.extra3:before{
        content: '';
    background: url(assets/images/aboutlogo2.png);
    position: absolute;
    width: 620px;
    height: 100%;
    right: 70px;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.05;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
section.extra3.section-bg {
    padding-bottom: 0px;
}
.ex-img img {
    margin-bottom: -10px;
}

.ct-left.ex-img {
    overflow: hidden;
}
.s-point {
    text-align: center;
    max-width: 217px;
    height: 217px;
    background-color: #ffffff;
    border: 3px solid var(--primary-color);
    margin: 17px;
    position: relative;
    border-radius: 9999px;
    padding: 42px 16px;
    display: flex;
    align-items: center;
}
.s-point p{
    margin: 0px;
}

.get-points {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.s-point:before {
    content: '';
    width: 246px;
    height: 246px;
    position: absolute;
    top: -17px;
    left: -17px;
    border: 4px dotted var(--primary-color);
    border-radius: inherit;
}
.s-ico {
    width: 82px;
    height: 82px;
    line-height: 78px;
    border: 3px solid #fff;
    background-color: var(--primary-color);
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: -40px;
    left: -17px;
}
.sec-head {
    text-align: center;
    margin-bottom: 50px;
    z-index: 9;
    position: relative;
}
section.get-started.section-bg:before {
    content: '';
    background: url(assets/images/aboutlogo2.png);
    position: absolute;
    width: 620px;
    height: 100%;
    right: 70px;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.2;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.last-left {
    width: 60%;
}

.last-left li {
    list-style: none;
    margin-bottom: 10px;
}

.last-left li:before{
    content:"\f00c";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: 600;
    background: var(--primary-color);
    width: 26px;
    display: inline-block;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border-radius: 40px;
    color: #fff;
    margin-right: 10px;
}

.last-left ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.last-right {
    background: #041356;
    width: 40%;

    padding: 40px;
    border-radius: 12px;
    background: url(assets/images/ct.jpg);
    background-size: cover;
}
.ct-icon-box {
    color: #fff;
    margin-bottom: 10px;
}

.ct-icon-box i {
    font-size: 22px;
    margin-right: 10px;
}

.contact-icons {
    margin-top: 50px;
}

.last-left ul {
    margin-bottom: 30px;
    margin-top: 30px;
}
section.get-started.section-bg {
    /*background: #f3f8ff;*/
}
.last-right{
    position: relative;
    overflow: hidden;
}
.last-right:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    background: #041356db;
}
.last-right h3,.last-right p, .last-right div{
    position: relative;
    z-index: 9;
}
.last-right {
    box-shadow: 10px -11px 0px 0px #a6c7ff;
}
section.get-started.section-bg {
    overflow: hidden;
}

section.extra3.section-bg {
    overflow: hidden;
}

@media (max-width: 991px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .post-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .post-header {
        padding: 100px 20px;
        padding-top: 200px;
    }

    .post-title {
        font-size: 2em;
    }

    .post-info {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .author-box,
    .recent-posts {
        padding: 20px;
    }
    .main-navigation.toggled .main-nav>ul {
        background: #fff;
    }
    
    .main-navigation .main-nav ul li a {
        line-height: 40px;
    }
    section.page-header {
        background-size: cover;
        background-position: center;
    }
    .video-overlay {
    background: linear-gradient(1deg, rgb(0 15 83) 10%, rgb(0 0 0 / 9%) 150%);
}

.hero-container {
    text-align: center;
    padding-top: 30px;
}

p.hero-subtitle {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.site-header {
    padding-left: 10px;
    padding-right: 10px;
}
.hero-section {
    padding-bottom: 60px;
}
.service-buttons {
    position: relative;
    bottom: -50px;
    background: #000f54;
    flex-wrap: wrap;
    gap: 10px;
    padding: 40px 16px;
    align-items: center;
    justify-content: center;
}

a.banner-buttons {
    width: 48% !important;
    border-radius: 6px;
    height: 80px;
    display: flex;
    margin: 0px;
    padding: 20px;
    align-items: center;
    overflow: hidden;
}

a.banner-buttons:after {
    height: 100%;
    width: 7px;
}
span.overtitle.center {
    font-size: 60px;
    letter-spacing: -5px;
}
.inner-text {
    flex-direction: column-reverse;
    margin-top: -10px;
}

.serv-left {
    width: 100%;
}

.serv-right {
    width: 100%;
            text-align: center;
        align-items: center;
}
.why-grid {
    flex-direction: column;
}

.ico-box {
    border-radius: 4px;
    /* overflow: hidden; */
}

.ico-box:nth-child(even) {
    border-bottom: 0px;
    border-left: 5px solid var(--secondary-color);
}
    .ico-box {
          border-bottom: 0px;
        border-left: 5px solid var(--primary-color);
    }


    section.whyus.section-bg:before {
    height: 470px;
    z-index: 0;
}

.why-head {
    z-index: 99;
    position: relative;
}
section.about.section-bg {
    overflow: hidden;
}

section.whyus.section-bg {
    overflow: hidden;
}
section.blog.section-bg {
    padding-right: 0px;
}

.blog-grid {
    width: 100%;
    max-width: 100%;
}
.slick-prev {
    right: 100px;
}

.slick-next {
    right: 30px;
}

.progress {
    width: 50%;
}
.page-header-content {
    flex-direction: column;
}

.pg-h-left {
    width: 100%;
}

.pg-h-right {
    width: 100%;
}

.pg-h-right .header-img {
    position: relative;
    bottom: 0px;
}

.pg-h-right img {
        height: 300px;
        border-radius: 6px 80px 6px 80px;
    
}
.header-img:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    pointer-events: none;
    border-radius: 6px 90px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    transition: all var(--base-transition) ease-in-out;
    z-index: -1;
}
section.page-header.section-bg {
    padding-bottom: 0px !important;
}

.pg-h-right .header-img {
    bottom: -40px;
}

.page-header-content {
    gap: 20px;
}
.d-row.no-rev {
    flex-direction: column;
}

.ct-right {
    margin-top: 40px;
}

span.overtitle.center {
    display: none;
}

.ex-single {
    width: 47%;
}

.serv-icon {
}

.serv-ct {
    width: 69%;
}

.extra-grid {
    gap: 20px;
}
.allg .slick-slide{
    margin: 12px;
    margin-top: 100px;
}

.no-mob {
    display: none;
}
.single-t:after {
    font-size: 120px;
}
header.site-header.has-inline-mobile-toggle {
    padding: 0px;
    margin-top: 10px;
}



.has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 20px;
    margin-bottom: 50px;
}

.inside-header.grid-container {
    border-radius: 50px;
}
.footer-cta-image img {
    position: relative;
    bottom: -8px !important;
}

section.global-cta {
    padding-bottom: 0px;
    background: linear-gradient(184deg, #fa6400, #ffdfc9);
}

.cta-content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.single-point {
    width: 100%;
}
.contact-right {
    margin: 0px;
}

.innt {
    flex-direction: column;
}

.loc-text {
    width: 100%;
}

.locs {
    width: 100%;
}

header .social-icons {
    display: none;
}
.ico-in {
    display: none;
}
.number img {
    width: 34px;
}


header .inside-header.grid-container {
    flex-direction: row;
    justify-content: space-between;
}
.main-navigation .menu-toggle {
    /*color: #fff;*/
}

.main-navigation .menu-toggle {padding: 0px;text-align: left;}

span.mobile-menu {
    display: none;
}
.inside-navigation.grid-container button {
    width: 40px;
    position: absolute;
    z-index: 99;
    top: -80px;
    left: 20px;
}
.main-navigation, .main-navigation ul ul {
    background: #fff;
}

.main-navigation .main-nav ul li a {
    color: #111;
}
.social-icons a:hover {
    color: #ff6600;
}
.get-points {
    flex-direction: column;
    align-items: center;
}

.last-left {
    width: 100%;
}

.last-right {
    width: 100%;
}


.last .d-row {
    flex-direction: column;
}


}