/* logo css  */
.header-logo .logo a img{
    width: 160px;
    height: auto;
}
@media (max-width: 767px) {
   .header-logo .logo a img {
    width: 180px !important;
    height: auto;
}
}
/* logo css  */

/* Banner css */
.slider-item {
    position: relative;
    width: 100%;
    overflow: hidden;
   
}


.banner-img {
    width: 100%;
    height: auto;   
    display: block;
}


.shape-element-left img,
.shape-element-right img {
    width: 100%;
    max-width: 300px;
}


.shape-element-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.shape-element-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



@media (max-width: 991px) {
    .shape-element-left,
    .shape-element-right {
        display: none !important;
    }
}


@media (max-width: 576px) {
    .banner-img {
        width: 100%;
        height: auto;
    }
}
 /* service css  */
/* .our-team-home-3{
        background-image: url(../img/bg/white-bg.jpg)
  } */
  .our-team-home-3:after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    mix-blend-mode: screen;
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg/services.png);
}
 /* service css  */

/* industries we serve css  */
/* ================================
   INDUSTRIES SECTION (New Classes)
================================ */

.industries-weserve{
  background-image: url(../img/about/bg.png);
}
.industries .container {
  z-index: 1;
  position: relative;
}

.industries .container:after {
  top: -43px;
  left: -25px;
  content: "";
  width: 291px;
  height: 279px;
  position: absolute;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url(assets/img/home/why-choose__home-overly.png);
}

/* Grid Layout */
.industries .industries__item-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(210px, 318px) minmax(210px, 318px) 
                         minmax(210px, 318px) minmax(210px, 318px);
}

@media (max-width: 1199px) {
  .industries .industries__item-wrapper {
    grid-template-columns: repeat(3, minmax(210px, 318px));
  }
}

@media (max-width: 991px) {
  .industries .industries__item-wrapper {
    grid-template-columns: repeat(2, minmax(210px, 318px));
  }
}

@media (max-width: 575px) {
  .industries .industries__item-wrapper {
    grid-template-columns: minmax(210px, 318px);
  }
}

/* Box Styling */
.industries__item {
  position: relative;
  padding: 40px 30px 30px;
  background-size: cover;
  background-position: right;
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
}

/* Text + Link */
.industries__item a {
  font-size: 16px;
  line-height: 24px;
}

.industries__item a:hover,
.industries__item a:focus {
  color: #04213F !important;
}

.industries__item a i {
  font-size: 12px;
  margin-left: 8px;
}
/* industries we serve css  */
/* below banner section css  */
.financial{
    background-color: #1d82c30f;
}
.financial .financial__item{
    background-color: #ffffff;
}

/* below banner section css  */
.our-company__meida img{
  border-radius: 20px 20px 0px 0px;
}
/* why choose us section css  */ */
    .wc-label {
        font-size: 16px;
        font-weight: 600;
        color: #002C5F;
    }

    .wc-label span {
        width: 20px;
        height: 2px;
        background: #1D82C3;
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
    }

    .wc-title {
        font-size: 42px;
        font-weight: 700;
        color: #002C5F;
        line-height: 1.2;
    }
    .wc-orange { color: #1D82C3; }

    .wc-image-wrapper {
        position: relative;
        display: inline-block;
    }

    .wc-main-img {
        border-radius: 20px;
        width: 100%;
    }

    .wc-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 65px;
        height: 65px;
        background: rgba(255, 255, 255, 0.85);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .wc-play-icon {
        font-size: 28px;
        color: #1D82C3;
        margin-left: 4px;
    }

    .wc-box {
        background: #00204A;
        border-radius: 20px;
        color: #fff;
        padding: 35px;
    }
    .wc-box h5{
        color: #fff;
    }

    .wc-item {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
    }

    .wc-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .wc-icon {
        width: 80px;
        height: 70px;
        padding: 6px;
        border-radius: 10px;
        background: #1D82C3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-right: 20px;
        color: #fff;
    }

    .wc-item-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    @media(max-width: 767px) {
        .wc-title { font-size: 32px; }
        .wc-box { padding: 25px; }
        .wc-icon {
            width: 45px;
            height: 45px;
            font-size: 18px;
        }
    }
    .wc-image-wrapper{
      border: 4px solid #1D82C3;
      padding: 10px;
      border-radius: 20px;
    }
/* why choose us section css   */



/* testimonials section css  */
.client-brand__item-media{
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}
/* testimonials section css  */




/* privacy-policy css  */
    .privacy-section {
        padding: 20px 0;
        background: #f4f7fb;
        font-family: "Poppins", sans-serif;
    }

    .privacy-container {
        margin: auto;
        background: #ffffff;
        padding: 70px;
        border-radius: 18px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        animation: fadeIn 0.9s ease;
    }

    .privacy-container h1 {
        font-size: 36px;
        font-weight: 700;
        color: #222;
        margin-bottom: 10px;
    }

    .privacy-container h3 {
        font-size: 22px;
        font-weight: 600;
        color: #0E1E36;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .privacy-container p,
    .privacy-container ul li {
        font-size: 16px;
        line-height: 1.75;
        color: #444;
    }

    .privacy-container ul {
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .privacy-container ul li {
        margin-bottom: 6px;
    }

    .privacy-meta {
        background: #1c82c23f;
        padding: 12px 18px;
        border-left: 4px solid #2184C3;
        border-radius: 6px;
        display: inline-block;
        margin-bottom: 25px;
        font-size: 14px;
        font-weight: 500;
        color: #444;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
        .privacy-container {
            padding: 30px;
        }

        .privacy-container h1 {
            font-size: 28px;
        }

        .privacy-container h3 {
            font-size: 20px;
        }
    }
/* privacy-policy css  */

/* about page  */
/* ================================
   Mission & Vision
================================ */
.mission-vision {
    background: #F7F9FC;
}
.mission-vision .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}
.mission-vision p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
}

/* ================================
   Leadership Cards
================================ */
.leader-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5eaf1;
    transition: all .3s ease;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
}
.leader-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 18px 45px rgba(0,0,0,0.12);
}
.leader-card .position {
    font-size: 14px;
    color: #0A3D60;
}

/* ================================
   Our Approach Section
================================ */
.our-approach {
    background: #002B5C;
    color: #ffffff;
}
.our-approach .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}
.approach-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.approach-list li {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}
.approach-list li:before {
  left: 0;
    content: "\f101";
    font-size: 12px;
    position: absolute;
    top: calc(50% - 7px);
    font-family: "Font Awesome 5 Pro";
}

/* ================================
   Value Proposition
================================ */
.value-proposition {
    background: #ffffff;
}
.value-box {
    background: #F8FAFD;
    border-radius: 16px;
    padding: 35px 25px;
    border: 1px solid #e6eef6;
    transition: all .3s ease;
    box-shadow: 0px 10px 22px rgba(0,0,0,0.06);
}
.value-box:hover {
    transform: translateY(-8px);
    box-shadow: 0px 18px 40px rgba(0,0,0,0.12);
}
.value-box h4 {
    font-size: 20px;
    font-weight: 700;
}

/* ===== ICON STYLE ===== */
.value-box .v-icon {
    font-size: 44px;
    margin-bottom: 15px;
    color: #1B82C4;
}

/* ===== Scroll animation delay ===== */
[data-aos] {
    transition-duration: 800ms !important;
}
.value-box {
    background: #F8FAFD;
    border-radius: 16px;
    padding: 35px 25px;
    border: 1px solid #e6eef6;
    transition: all .3s ease;
    box-shadow: 0px 10px 22px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.value-box p {
    flex-grow: 1;
}
.row.g-4 > div {
    display: flex;
}

/* about page  */

/* service  details page css  */
.iso-box {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    transition: .3s;
    border: 1px solid #e8ecf5;
}
.iso-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.iso-box p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color:#04213F;
}
.active-service {background:#4069FF;color:#fff;}
.process-list li {padding:5px 0; font-weight:500;}
.iso-grid .iso-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    border: 1px solid #e8ecf5;
    transition: 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iso-grid .iso-box img {
    width: 120px;
    height: auto;
    /* filter: grayscale(100%); */
    /* opacity: 0.8; */
    transition: 0.4s ease;
}

.iso-grid .iso-box p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #04213F;
}

.iso-grid .iso-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.iso-grid .iso-box:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.iso-box.text-only {
    background: #ffffff;
    padding: 25px 15px;
    text-align: center;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #e5e9f2;
    transition: all .3s ease;
}

.iso-box.text-only:hover {
    background: #4069FF;
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(64,105,255,0.25);
}

/* service  details page css  */

/* whatsapp floating button css   */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/* form css  */
.contact-form-modern .form-group {
    position: relative;
    margin-bottom: 25px;
}

.contact-form-modern input,
.contact-form-modern textarea,
.contact-form-modern select {
    width: 100%;
    padding: 14px 45px 14px 15px;
    border: 1.8px solid #d9e3f4;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    outline: none;
    transition: .3s ease;
}

.contact-form-modern textarea {
    height: 130px;
    resize: none;
}

.contact-form-modern input:focus,
.contact-form-modern textarea:focus,
.contact-form-modern select:focus {
    border-color: #4069FF;
    box-shadow: 0 0 8px rgba(64,105,255,0.25);
}

.floating-label label {
    position: absolute;
    left: 15px;
    top: 14px;
    font-size: 15px;
    color: #7d8da9;
    transition: .3s ease;
    pointer-events: none;
}

.floating-label input:focus + label,
.floating-label textarea:focus + label,
.floating-label select:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:not(:placeholder-shown) + label {
    top: -10px;
    left: 12px;
    font-size: 13px;
    background: #fff;
    padding: 0 6px;
    color: #4069FF;
}

.contact-form-modern i {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 16px;
    color: #4069FF;
}

.custom-error {
    color: #d9534f;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Contact Form Panel */
.contact-form-panel {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(15px);
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.4);
}

.cf-title {
    font-size: 30px;
    font-weight: 700;
    color: #04213F;
}
.cf-sub { 
    font-size: 16px;
    color: #444;
}

/* Floating Label Inputs */
.contact-form-modern .form-group {
    position: relative;
    margin-bottom: 25px;
}
.contact-form-modern input,
.contact-form-modern textarea {
    width: 100%;
    font-size: 16px;
    padding: 14px 18px 14px 45px;
    border-radius: 10px;
    border: 1.5px solid #ccc;
    background: #fff;
    transition: .3s ease;
}
.contact-form-modern textarea {
    height: 120px;
    resize: none;
}
.contact-form-modern input:focus, 
.contact-form-modern textarea:focus {
    border-color: #1d82c3;
    box-shadow: 0px 0px 0px 3px rgba(29,130,195,0.15);
}

/* Floating label */
.floating-label label {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    pointer-events: none;
    color: #777;
}
.floating-label input:focus ~ label,
.floating-label input:not(:placeholder-shown) ~ label,
.floating-label textarea:focus ~ label,
.floating-label textarea:not(:placeholder-shown) ~ label {
    top: -6px;
    left: 12px;
    background: #fff;
    padding: 0 6px;
    font-size: 13px;
    color: #1d82c3;
}

/* Icons inside inputs */
.form-group i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #1d82c3;
}

/* Map Style */
.contact-map iframe {
    width: 100%;
    height: 656px;
    border-radius: 18px;
    box-shadow: 0px 15px 35px rgba(0,0,0,0.12);
}

/* Responsive */
@media(max-width: 991px) {
    .contact-map iframe { height: 350px; margin-top: 25px; }
}
.contact-icon-circle {
    width: 42px;
    height: 42px;
    background: rgba(29, 130, 195, 0.12);
    color: #1D82C3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: .3s ease;
}

.contact-us__item {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 18px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.06);
    transition: .35s ease;
    border: 1px solid #e4e9f3;
}

.contact-us__item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 35px rgba(0,0,0,0.10);
    border-color: #1D82C3;
}

.contact-us__item-header .title {
    font-size: 17px;
    font-weight: 600;
}

.contact-us__item-body,
.contact-us__item-body a {
    font-size: 15px;
    line-height: 24px;
    color: #243342;
}

.contact-us__item-wrapper .col-sm-6 {
    margin-bottom: 20px;
}
/* .contact-us:before {
    top: -460px;
    content: "";
    z-index: -1;
    left: inherit;
    right: -917px;
    width: 4030.94px;
    height: 2170.42px;
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../img/about/company-skill-bg.png);
} */
.contact-us:after {
    top: -460px;
    content: "";
    z-index: -1;
    left: inherit;
    right: -917px;
    width: 4030.94px;
    height: 2170.42px;
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../img/about/contact-bg.png);
}
/* Fix select field icon & label alignment */
.select-wrapper select {
    padding-left: 45px;
    padding-right: 50px;
}

/* Move label up when select is focused or value is chosen */
.select-wrapper select:focus + label,
.select-wrapper select:not([value=""]) + label,
.select-wrapper select:valid + label {
    top: -10px;
    left: 12px;
    background: #fff;
    padding: 0 6px;
    font-size: 13px;
    color: #1d82c3;
}

/* Position icon correctly for select */
.select-wrapper i {
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}

/* form css  */