﻿/* =====================================================
Template Name   : Solarex
Description     : Solar And Renewable Energy HTML5 Template
Author          : Themesland
Version         : 1.1
=======================================================*/

/* ===================
fonts
====================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');


/* ===================
general css
====================== */

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #757F95;
    line-height: 1.8;
}

a {
  color: #14212B;
  display: inline-block;
}

a, a:active, a:focus, a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #0049D0;
}

ul {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #253745;
    margin: 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
  
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

.text-box p, .audit-card p, .audit-list li {
    text-align: justify;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* ===================
preloader
====================== */

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
    .preloader:before {
        content: "";
        width: 80px;
        height: 80px;
        border: 5px solid #05529c;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        animation-name: LoaderCicle;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .preloader:after {
        content: "";
        width: 80px;
        height: 80px;
        border: 5px solid #05529c;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        animation-name: LoaderCicle;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-delay: 1s;
    }
@keyframes LoaderCicle {
  0% {
      width: 0;
      height: 0;
      opacity: 0;
  }
  10% {
      width: 10px;
      height: 10px;
      opacity: 1;
  }
  80% {
      width: 60px;
      height: 60px;
      opacity: 0.1;
  }
  100% {
      width: 70px;
      height: 70px;
      opacity: 0;
  }
} 

/* ===================
theme default css
====================== */

.ovrflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: #F0F4F9;
}

.bg2 {
  background-color: #05529c; sonali;
}



/* ===================
site title css
====================== */

.site-heading {
  margin-bottom: 50px;
}
.site-heading1 {
    margin-bottom: 20px;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 18px;
    color: #05529c;
    position: relative;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px;
  color: #253745;
  margin-top: 5px;
  margin-bottom: 0;
}

    .site-title span {
        color: #05529c;
    }

.site-heading p {
  font-size: 16px;
}

.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    border-radius: 30px;
    background-color: #05529c;
    width: 90px;
    overflow: hidden;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

/* ===================
margin & padding
====================== */

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}
.py-127 {
    padding: 10px 0;
}
.py-120 {
  padding: 20px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 20px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 40px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-701 {
    padding-bottom: 20px;
}

.pb-70 {
  padding-bottom: 10px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-31 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

/* ===================
theme button
====================== */

.theme-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #05529c;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.theme-btn::before{
  content: '';
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .24s ease-in-out;
  background: #05529c;
  z-index: -1;
}

.theme-btn:hover::before{
  transform:scaleX(1);
  transform-origin:left center;
}

.theme-btn:hover{
  color: #fff;
}

.theme-btn i{
  margin-left: 12px;
}

.theme-btn span{
  margin-right: 8px;
}

.theme-btn2{
  background: #05529c;
}

    .theme-btn2::before {
        background: #05529c;
        color: #fff;
    }


/* ===================
container
====================== */

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1185px;
  }
}


/* ===================
scroll-top css
====================== */

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 22px;
    border: none;
    outline: none;
    border-radius: 50px;
    background: #252121;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
}


/* ===================
top header css
====================== */

.header-top {
    padding: 8px 0;
    position: relative;
    background: #00384d;
    z-index: 1000;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
}

    .header-top-contact ul li a i {
        margin-right: 10px;
        color: #252121;
    }

.header-top-right {
  display: flex;
  align-items: center;
  gap: 35px;
}

.header-top-social span{
  color: #fff;
}

/* book */
.social-icons {
    display: flex;
    justify-content: center; /* Center me laane ke liye */
    gap: 12px;
    margin-top: 15px;
}

    .social-icons a {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 40px;
        text-decoration: none;
        transition: 0.3s ease;
    }

/* Colors */
.facebook {
    background: #1877f2;
}

.instagram {
    background: #e4405f;
}

.twitter {
    background: #1da1f2;
}

.linkedin {
    background: #0077b5;
}

.youtube {
    background: #ff0000;
}

.whatsapp {
    background: #25D366;
}

/* Hover Effect */
.social-icons a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}



.header-top-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 25px;
    background: #252121;
    text-align: center;
    margin-left: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

    .header-top-social a:hover {
        background: #fff;
        color: #05529c;
    }

.header-top-cart{
  position: relative;
}

.header-top-lang button{
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
}

    .header-top-lang button i {
        margin-right: 8px;
        color: #05529c;
    }

.header-top-lang ul li img{
  width: 20px;
  border-radius: 50%;
  margin-right: 8px;
}

.header-top-lang .dropdown-menu{
  border: none;
  border-radius: 8px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

@media all and (max-width: 991px) {
  .header-top{
    display: none;
  }
}


/* ===================
nav menu css
====================== */

.main {
  margin-top: 0rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 25px;
    padding: 30px 0 30px 0;
    font-size: 16px;
    font-weight: 600;
    color: #253745;
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    width: 265px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  }

    .navbar .nav-item .dropdown-menu::before {
        content: "";
        position: absolute;
        height: 4px;
        left: 20px;
        right: 20px;
        top: 0;
        background: #05529c;
    }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 600;
    padding: 2px 10px;
    color: #253745;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }

    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: "";
        position: absolute;
        width: 0px;
        height: 3px;
        background: #05529c;
        left: 0;
        top: 20px;
        transition: all .5s ease-in-out;
    }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before{
    width: 15px;
  }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: #05529c;
        padding-left: 25px;
    }

  .navbar .nav-item .nav-link {
    position: relative;
  }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: #05529c;
    }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .header-nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
  }

  .header-cart{
    position: relative;
    margin-right: 10px;
  }

  .header-cart a{
    color: #253745;
  }

    .header-cart a:hover {
        color: #05529c;
    }

    .header-cart span {
        position: absolute;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #05529c;
        border-radius: 50px;
        right: -10px;
        top: -8px;
    }

  .header-nav-search a {
    color: #253745;
  }

    .header-nav-search a:hover {
        color: #05529c;
    }

  #main_nav{
    justify-content: flex-end;
  }

}

/*bootstrap menu*/
.navbar {
    background: #fff;  sonali;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
}

.navbar.fixed-top {
  
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.navbar.fixed-top .nav-item .nav-link::before {
  color: #00235A;
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand img {
  width: 350px;
}


/* mobile menu */

.mobile-menu-right {
  display: flex;
  align-items: center;
}

@media all and (max-width: 1199px) {
  .navbar .header-btn {
    display: none;
  }
  .navbar .header-btn {
    display: none;
  }
  .header-phone {
    display: none;
  }
}

@media all and (max-width: 991px) {
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        position: static;
    }
  .navbar-brand {
    padding-left: 10px;
  }
  .navbar-brand img {
    width: 190px;
  }
  .navbar-collapse {
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: #fff;
  }
 
  .navbar .nav-item .nav-link {
    color: #253745;
    font-weight: 700;
    transition: all .5s ease-in-out;
  }
    .navbar .nav-item .nav-link:hover {
        color: #05529c !important;
    }
  .navbar-toggler-icon {
    font-size: 32px;
    color: #253745;
    font-weight: 500;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .navbar .dropdown-menu {
    border-radius: 5px;
  }
  .navbar.fixed-top .navbar-toggler-icon {
    color: #253745;
  }
  .header-nav-right {
    display: none;
  }
  .middle-header{
    display: none;
  }

}


/* ===================
CTA css 
====================== */

.cta-area {
    background: #05529c;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .cta-area::before {
        content: "";
        position: absolute;
        background-image: url(../img/shape/03.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .25;
        z-index: -1;
    }

.cta-content {
    text-align: center;
}

    .cta-content h1 {
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .cta-content p {
        color: #fff;
        margin-bottom: 30px;
    }

    .cta-content .theme-btn {
        background: #fff;
        color: #05529c;
    }


/* ======================
multi level dropdown menu
========================= */

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 6px;
  font-weight: normal;
}

    .navbar .nav-item .dropdown-submenu a:hover {
        background: transparent;
        color: #05529c;
    }

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu{
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }
}




/* ===================
hero css 
====================== */

.hero-section{
  position: relative;
  overflow: hidden;
}

.hero-single {
  padding-top: 130px;
  padding-bottom: 130px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

    .hero-single::before {
        content: "";
        position: absolute;
        width: 100%;
        max-height: 100vh;
        display: block;
        left: 0;
        top: 0;
        background: none;
        z-index: -1;
    }

.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  text-transform: capitalize;
}

    .hero-single .hero-content .hero-title span {
        color: #05529c;
    }

    .hero-single .hero-content .hero-sub-title {
        color: #05529c;
        font-size: 25px;
        font-weight: 600;
        position: relative;
        text-transform: capitalize;
    }

.hero-single .hero-content p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}

.hero-title {
  font-weight: 700;
  margin: 20px 0;
}

.hero-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.hero-section .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.hero-section .owl-dots .owl-dot{
  display: block;
}

.hero-section .owl-dots .owl-dot span {
  border: 3px solid #fff;
  margin: 5px;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: transparent;
  transition: all .5s ease-in-out;
}

    .hero-section .owl-dots .owl-dot.active span {
        background-color: #05529c;
        border-color: #05529c;
    }

/* hero-slider2 */

.hero-slider2.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  transition: all .5s ease-in-out;
}

    .hero-slider2.owl-theme .owl-nav [class*=owl-]:hover {
        background: #fff;
        color: #05529c;
    }

.hero-slider2.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider2.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider2.owl-theme .owl-nav .owl-prev, .hero-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {

  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider2.owl-theme .owl-nav .owl-prev, .hero-slider2.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 5px !important;
  }

  .hero-slider2.owl-theme .owl-nav .owl-next {
    left: 120px;
  }

  .hero-social-wrapper{
    display: none;
  }
}

@media all and (max-width: 768px) {

    .hero-single .hero-content .hero-title {
        font-size: 16px;
    }

    .hero-single {
        padding-top: 10px;
    }

    .hero-img {
        display: block;
    }
}

@media all and (max-width: 767px) {

  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 2rem;
  }

  .hero-single .hero-content .theme-btn {
    padding: 10px 14px;
  }

  .hero-section .owl-dots {
    top: unset;
    right: unset;
    left: 10px;
    bottom: 40px;
  }

  .hero-section .owl-dots .owl-dot{
    display: inline-block;
  }


}

/* =====================
play btn
===================== */

.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #05529c;
    color: #fff !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

    .play-btn i::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #05529c;
        border-radius: 50px;
        animation: ripple-wave 1s linear infinite;
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: all 0.5 ease-in-out;
    }

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}



/* ===================
feature css 
====================== */

.feature-item{
   background: #fff;
   padding: 30px 30px;
   border-radius: 5px;
   margin-bottom: 25px;
   position: relative;
   box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
   transition: all .5s ease-in-out;
}

    .feature-item::before {
        content: "";
        position: absolute;
        width: 4px;
        background: #05529c;
        top: 30px;
        bottom: 30px;
        left: 0;
    }

.feature-icon {
    width: 70px;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
    color: #05529c;
    transition: all .5s ease-in-out;
}

.feature-item:hover .feature-icon,
.feature-item.active .feature-icon{
  color: #fff;
}

.feature-item:hover .feature-icon{
  transform: scale(-1) rotate(180deg);
}

.feature-item:hover,
.feature-item.active {
    background: #05529c;
}

.feature-content h4{
  font-size: 27px;
  color: #253745;
  margin-bottom: 10px;
}

.feature-item:hover .feature-content h4,
.feature-item.active .feature-content h4{
  color: #fff;
}

.feature-content p{
  color: #253745;
}

.feature-item:hover .feature-content p,
.feature-item.active .feature-content p{
  color: #fff;
}



/* ===================
service css 
====================== */

.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-item {
  position: relative;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  padding: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
  z-index: 1;
}

.service-item:hover{
  transform: translateY(-10px);
}

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #05529c;
    color: #fff;
    width: 90px;
    height: 90px;
    font-size: 50px;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    z-index: 1;
}

    .service-icon::before {
        content: "";
        position: absolute;
        left: -10px;
        top: -10px;
        bottom: -10px;
        right: -10px;
        border: 3px solid #05529c;
        border-top-color: transparent;
        border-radius: 50%;
        transition: all .5s ease-in-out;
        z-index: -1;
    }

.service-item:hover .service-icon::before{
 transform: rotate(180deg);
}

.service-title{
  margin-bottom: 10px;
}

.service-title a{
  font-size: 22px;
  color: #253745;
}

    .service-title a:hover {
        color: #05529c;
    }

.service-arrow{
  margin-top: 25px;
}

.service-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #F0F4F9;
    color: #05529c;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
}

.service-item:hover .service-btn {
    background: #05529c;
    color: #fff;
}

/* service 2 */
.service-area2 .service-item{
  padding: 20px 20px 25px 20px;
}

.service-area2 .service-item img{
  border-radius: 8px;
}

.service-area2 .service-item .service-icon{
  margin-top: -50px;
}


/* ====================
service single
==================== */

.service-details img{
  border-radius: 8px;
}

.service-single-list i {
    color: #05529c;
    margin-right: 10px;
}

.service-download a {
    border: 2px solid #05529c;
    padding: 10px 20px;
    color: #05529c;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.service-download a i {
  margin-right: 10px;
}

    .service-download a:hover {
        background-color: #05529c;
        color: #fff;
    }




/* ===================
counter css 
====================== */

.counter-area {
  position: relative;
  z-index: 1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  background: #fff;
  padding: 15px 15px 15px 25px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

    .counter-box .icon {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 35px;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        background: #05529c;
        position: relative;
    }

        .counter-box .icon::before {
            content: "";
            position: absolute;
            left: -8px;
            top: -8px;
            bottom: -8px;
            right: -8px;
            border: 3px solid #05529c;
            border-radius: 50%;
            transition: all .5s ease-in-out;
            z-index: -1;
        }

.counter-box .counter {
  display: block;
  line-height: 1;
  color: #05529c;
  font-size: 50px;
  font-weight: 900;
}

.counter-box .title {
  color: #05529c;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

@media all and (max-width: 1199px) {
  .counter-area::before,
  .counter-area::after{
    width: 80px;
    height: 80px;
  }
  .counter-area .counter-box {
    margin: 20px 0;
  }
}


/* ========================
Case studies css 
=========================== */

.case-item {
  margin-bottom: 65px;
  position: relative;
}

.case-img {
  position: relative;
}

.case-img img{
  border-radius: 8px;
}

.case-img::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  opacity: 0;
  border-radius: 8px;
  background: rgba(50, 195, 108, .7);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.case-item:hover .case-img::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.case-link {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #05529c !important;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    font-size: 22px;
    margin-top: 50px;
    opacity: 0;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.case-item:hover .case-link {
  margin-top: 0px;
  opacity: 1;
}

.case-content {
  left: 20px;
  right: 20px;
  bottom: -40px;
  position: absolute;
  padding: 20px 15px 20px 20px;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.case-content-info small {
    color: #05529c;
    font-size: 18px;
}

.case-content-info a {
  font-size: 22px;
  color: #253745;
}

    .case-content-info a:hover {
        color: #05529c;
    }

.case-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #05529c;
}

    .case-arrow i {
        font-size: 20px;
        color: #fff;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50px;
        background: #05529c;
    }

.case-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

    .case-slider.owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 25px;
        margin: 0;
        padding: 0;
        background: #05529c;
        display: inline-block;
        cursor: pointer;
        height: 50px;
        width: 50px;
        line-height: 47px;
        text-align: center;
        border-radius: 50%;
        transition: all .5s ease-in-out;
    }

.case-slider.owl-theme .owl-nav .owl-prev {
  left: 0px;
  opacity: 0;
}

.case-slider.owl-theme .owl-nav .owl-next {
  right: 0px;
  opacity: 0;
}

.case-slider.owl-theme .owl-nav .owl-prev, .case-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.case-slider:hover .owl-nav .owl-prev {
  left: -70px;
  opacity: 1;
}

.case-slider:hover .owl-nav .owl-next {
  right: -70px;
  opacity: 1;
}


@media all and (max-width: 1199px) {
  .case-slider.owl-theme .owl-nav {
    display: none;
  }
}

/* ======================
case single
====================== */

.case-sidebar .case-sidebar-content ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
}

.case-sidebar .case-sidebar-content ul li:last-child {
  border-bottom: none;
}

.case-sidebar-title {
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.case-sidebar .case-sidebar-content ul li span {
  display: block;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.case-sidebar .case-sidebar-content .rating a {
  color: #F69323;
}

.case-new-project {
    background: #05529c !important;
}

.case-new-project h4 {
  color: #fff;
  margin-bottom: 30px;
}

.new-project-btn {
  background: #fff;
  color: #05529c;
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  transition: all .5s ease-in-out;
}

.new-project-btn:hover {
  background: #05529c;
  color: #fff;
}

.new-project-btn i {
  margin-left: 8px;
}

.case-details img{
  border-radius: 8px;
}

.case-single-list i {
    color: #05529c;
    margin-right: 10px;
}





/* =========================
sidebar css
========================= */

.widget {
  background: #F0F4F9;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 25px;
}

    .widget .widget-title::before {
        position: absolute;
        content: '';
        width: 15px;
        border-bottom: 3px solid #05529c;
        bottom: 0;
        left: 0;
    }

    .widget .widget-title::after {
        position: absolute;
        content: '';
        width: 30px;
        border-bottom: 3px solid #05529c;
        bottom: 0;
        left: 25px;
    }

.widget .search-form .form-control {
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

    .widget .search-form .form-control:focus {
        border-color: #05529c;
    }

    .widget .search-form button {
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px 18px 6px 18px;
        background: transparent;
        border: none;
        color: #05529c;
    }

.widget .category-list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ced4da;
  transition: all .5s ease-in-out;
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

    .widget .category-list a:hover {
        padding-left: 10px;
        color: #05529c;
    }

    .widget .category-list a i {
        margin-right: 5px;
        color: #05529c;
    }

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  width: 100px;
  border-radius: 5px;
}

.widget .recent-post-bio h6 {
  font-size: 18px;
  font-weight: 500;
}

    .widget .recent-post-bio span {
        font-size: 14px;
        color: #05529c;
    }

.widget .recent-post-bio span i {
  margin-right: 5px;
}

    .widget .recent-post-bio h6 a:hover {
        color: #05529c;
    }

    .widget .social-share-link a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #05529c;
        color: #05529c;
        text-align: center;
        margin-right: 5px;
        border-radius: 50px;
        transition: all .5s ease-in-out;
    }

        .widget .social-share-link a:hover {
            background: #05529c;
            color: #fff;
        }

.widget .tag-list a {
  background: #fff;
  padding: 3px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

    .widget .tag-list a:hover {
        background-color: #05529c;
        color: #fff;
    }



/* ===================
shop css 
====================== */


/* shop sidebar */

.shop-sidebar{
  background: #F1F8FF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}

.shop-widget{
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
}

.shop-widget-title{
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}

    .shop-widget-title::before {
        position: absolute;
        content: '';
        width: 30px;
        border-bottom: 3px solid #05529c;
        bottom: 0;
        left: 0;
    }

    .shop-widget-title::after {
        position: absolute;
        content: '';
        width: 5px;
        border-bottom: 3px solid #05529c;
        bottom: 0;
        left: 35px;
    }

.shop-search-form .form-group{
  position: relative;
}

.shop-search-form .form-control{
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  box-shadow: none;
}

    .shop-search-form .form-control:focus {
        border-color: #05529c;
    }

.shop-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 18px 6px 18px;
    background: transparent;
    border: none;
    color: #05529c;
}

.shop-widget ul li{
  margin-bottom: 10px;
}

.shop-widget .form-check-input{
  box-shadow: none;
  margin-top: 7px;
}

    .shop-widget .form-check-input:checked {
        background-color: #05529c;
        border-color: #05529c;
    }

.shop-widget .form-check-label{
  color: #7a8a9e;
}

.shop-tags a{
  margin: 10px 6px 0 0;
  padding: 6px 15px;
  border-radius: 5px;
  background: #F1F8FF;
  color: #7a8a9e;
}

    .shop-tags a:hover {
        background-color: #05529c;
        color: #fff;
    }

.widget-banner{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  border-radius: 8px;
  z-index: 1;
}

.widget-banner::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #05529c;
  border-radius: 8px;
  opacity: .6;
  z-index: -1;
}

.banner-content{
  padding: 120px 20px 100px 20px;
}

.banner-content h3{
  color: #fff;
  font-size: 40px;
}

    .banner-content h3 span {
        color: #05529c;
    }

.banner-content .theme-btn{
  margin-left: 10px;
  margin-top: 30px;
}


/* shop sort */

.shop-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.shop-sort-box .form-select {
  border-radius: 5px;
  box-shadow: none;
}

    .shop-sort-box .form-select:focus {
        border-color: #05529c;
    }


/* shop item */

.shop-item{
  margin-bottom: 25px;
}

.shop-item-info{
  padding-top: 20px;
  text-align: center;
}

.shop-item-title{
  font-size: 22px;
  transition: all .5s ease-in-out;
}

    .shop-item-title:hover {
        color: #05529c;
    }

.shop-item-price {
    font-size: 18px;
    color: #05529c;
    font-weight: 700;
    margin-top: 5px;
}

.shop-item-price del{
  color: #7a8a9e;
  margin-right: 10px;
  font-weight: 500;
}

.shop-item-img{
  position: relative;
  background: #F1F8FF;
  border-radius: 5px;
  padding: 25px;
  z-index: 1;
}

    .shop-item-img::before {
        content: "";
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        position: absolute;
        border-radius: 5px;
        background: #05529c;
        background-image: -moz-linear-gradient(-72deg, #05529c 0%, #4de78b 99%);
        background-image: -webkit-linear-gradient(-72deg, #05529c 0%, #4de78b 99%);
        background-image: -ms-linear-gradient(-72deg, #05529c 0%, #4de78b 99%);
        z-index: 2;
        transform: scale(0.9);
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s linear 0s;
    }

.shop-item:hover .shop-item-img::before{
  transform: scale(1);
  visibility: visible;
  opacity: 0.8;
}

.shop-item-sale{
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #fff;
  background: #e63a34;
  background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
  background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
  background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);

}

.shop-item-meta{
  position: absolute;
  top: 40px;
  left: 0px;
  visibility: hidden;
	opacity: 0;
  z-index: 3;
  transition: all .5s ease-in-out;
}

    .shop-item-meta a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 43px;
        border-radius: 50px;
        text-align: center;
        background: #fff;
        color: #05529c;
        margin-bottom: 15px;
        font-size: 18px;
    }

.shop-item-meta a:hover{
  background: #05529c;
  color: #fff;
}

.shop-item:hover .shop-item-meta{
  left: 20px;
  visibility: visible;
	opacity: 1;
}

.shop-cart-btn{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear 0s;
}

.shop-item-btn{
  background: #05529c;
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

    .shop-item-btn:hover {
        background: #fff;
        color: #05529c;
    }

.shop-item-btn i{
  margin-right: 5px;
}

.shop-item:hover .shop-cart-btn{
  bottom: 60px;
  visibility: visible;
	opacity: 1;
}


/* shop cart */

.shop-cart thead tr {
    background: #05529c;
    color: #fff;
}

.shop-cart thead tr th{
  text-transform: uppercase;
  font-weight: 500;
}

.shop-cart thead tr th,
.shop-cart thead tr td{
  white-space: nowrap;
}

.cart-img {
  width: 80px;
}

.cart-img img {
  width: 100%;
}

.shop-cart tr td {
  color: #383838;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
  position: relative;
  padding: 20px;
  font-size: 16px;
}

.cart-qty {
  width: 150px;
}

.cart-qty button {
  color: #383838;
  border: 0;
  border-radius: 5px;
  padding: 4px 13px;
}

.cart-qty input {
  width: 50px;
  padding: 4px 13px;
  border: none;
  border-radius: 5px;
  background: #EFEFEF;
  text-align: center;
}

.cart-remove:hover {
  color: #da1d25;
}

.cart-footer {
  margin-top: 40px;
}

.cart-coupon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

.cart-coupon .form-control {
  box-shadow: none;
  padding: 10px 14px;
  border-radius: 5px;
}

    .cart-coupon .form-control:focus {
        border-color: #05529c;
    }

.coupon-btn {
    padding: 8px 14px;
    color: #fff;
    border: none;
    background: #05529c;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.coupon-btn:hover {
  background: #05529c;
}

.cart-summary {
  float: right;
}

.cart-summary li {
  margin-bottom: 10px;
  width: 200px;
}

.cart-summary li span {
  float: right;
}

.cart-summary li strong{
  color: #05529c;
}

.cart-total {
  border-top: 1px solid #eee;
}

.cart-total span {
  font-weight: bold;
  color: #da1d25;
}


/* shop checkout */

.checkout-widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.checkout-widget-title {
  margin-bottom: 20px;
  font-size: 25px;
}

.checkout-form .form-group {
  margin-bottom: 20px;
}

.checkout-form .form-group label{
  margin-bottom: 5px;
}

.checkout-form .form-group .form-control {
  padding: 10px 18px;
  border-radius: 5px;
  box-shadow: none;
}

    .checkout-form .form-group .form-control:focus {
        border-color: #05529c;
    }

.checkout.cart-summary {
  float: none;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.checkout.cart-summary li {
  width: 100%;
}


/* shop single */

.shop-item-single .flexslider-thumbnails img{
  width: 100%;
  background: #F1F8FF;
  border-radius: 5px;
  padding: 50px;
}

.shop-item-single .flex-control-thumbs{
  margin-top: 10px;
}

.shop-item-single .flex-control-thumbs img{
  padding: 0;
  border: none;
}

.single-item-title{
  font-size: 28px;
}

.single-item-rating{
  margin: 10px 0;
}

    .single-item-rating i {
        color: #05529c;
    }

.rating-count{
  margin-left: 10px;
  display: inline-block;
}

.single-item-price{
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-item-price del{
  margin-right: 10px;
}

    .single-item-price span {
        color: #05529c;
    }

.single-item-content h5{
  margin-bottom: 15px;
}

.single-item-content span{
  font-weight: normal;
  margin-left: 20px;
}

.single-item-action{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-bottom: 20px;
}

.single-item-action .theme-btn{
  padding: 10px 12px;
  margin-right: 20px;
}

.single-item-action .theme-btn span{
  margin-right: 5px;
}

.single-item-btn {
    padding: 6px 14px;
    margin-right: 5px;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #05529c;
    transition: all .5s ease-in-out;
}

    .single-item-btn:hover {
        background: #05529c;
        color: #fff;
    }

.single-item-share{
  margin-top: 30px;
}

.single-item-share span{
  font-weight: bold;
  text-transform: uppercase;
  color: #05529c;
  display: inline-block;
}

    .single-item-share a {
        width: 38px;
        height: 38px;
        line-height: 35px;
        text-align: center;
        border-radius: 50px;
        color: #05529c;
        border: 2px solid #05529c;
        margin-left: 5px;
    }

        .single-item-share a:hover {
            background: #05529c;
            color: #fff;
        }

.single-item-details{
  margin-top: 30px;
}

.single-item-desc{
  padding-top: 40px;
}

.single-additional-info{
  padding-top: 40px;
}

.single-item-review{
  padding-top: 40px;
}

.review-rating i {
    color: #05529c;
}

.single-item-details .nav-tabs{
  border-width: 2px;
}

.single-item-details .nav-tabs .nav-link {
  color: #05529c;
  font-size: 20px;
  padding: 15px 25px;
  font-weight: 500;
  border: none;
  background: transparent;
  border-bottom: 2px solid transparent;
}

    .single-item-details .nav-tabs .nav-link:hover,
    .single-item-details .nav-tabs .nav-link.active {
        border-bottom: 2px solid #05529c;
        color: #05529c;
    }

.related-item{
  margin-top: 100px;
}

@media all and (max-width: 767px) {
  .single-item-action{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .single-item-action .theme-btn{
    margin-left: 8px;
  }

}












/* ===================
step/process css 
====================== */

.process-single {
  position: relative;
}

    .process-single .icon {
        height: 100px;
        width: 100px;
        display: inline-block;
        position: relative;
        border-radius: 50%;
        font-size: 40px;
        border: 2px dashed #05529c;
        padding: 5px;
        margin-bottom: 30px;
        box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    }

.process-single .icon img {
  border-radius: 50%;
}

    .process-single span {
        position: absolute;
        height: 35px;
        width: 35px;
        font-size: 14px;
        background: #05529c;
        line-height: 35px;
        border-radius: 50%;
        color: #ffffff;
        left: -3px;
        top: -13px;
        font-weight: 600;
    }

.process-single h4 {
  margin-bottom: 10px;
}

.process-single::before {
  content: url(../img/process/4.png);
  position: absolute;
  right: -65px;
  top: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-single::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-single::before {
    display: none;
  }
}

.process-area .col-lg-3:last-child .process-single::before {
  display: none;
}



/* ===================
pricing css 
====================== */

.pricing-item {
  background: #fff;
  margin-bottom: 25px;
  border-radius: 10px;
  position: relative;
  padding: 40px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
}

    .pricing-item::before {
        content: "";
        position: absolute;
        height: 3px;
        left: 40px;
        right: 40px;
        bottom: 0;
        background: #05529c;
    }

.pricing-item:hover{
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
} 

.pricing-header-wrapper{
  margin-bottom: 30px;
}

.pricing-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #05529c;
}

    .pricing-header h5 {
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
        color: #05529c;
    }

.pricing-header p{
  color: #05529c;
}

.pricing-amount{
  margin: 15px 0;
}

.pricing-amount strong {
  font-size: 50px;
  font-weight: 900;
  color: #05529c;
  line-height: 1;
}

.pricing-amount-type {
  color: #05529c;
  font-size: 16px;
}

.pricing-text{
  color:#757F95;
  text-transform: uppercase;
  font-size: 15px;
}

.pricing-feature {
  padding: 40px 0 0 0;
}

.pricing-feature li {
  margin-bottom: 15px;
}

.pricing-feature li:last-child {
  margin-bottom: 0px;
}

    .pricing-feature li i {
        color: #05529c;
        margin-right: 10px;
    }

.pricing-btn-wrapper .theme-btn{
  width: 100%;
}

@media all and (max-width: 991px) {
  .pricing-amount strong {
    font-size: 50px;
  }
}



/* ===================
faq css 
====================== */

.faq-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  border-radius: 8px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.faq-area .accordion-item span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

    .faq-area .accordion-item i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 10px;
        background: #05529c;
        text-align: center;
        color: #fff;
    }

.faq-area .accordion-button:not(.collapsed) {
    color: #05529c;
    background: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
  border-radius: 0px !important;
  font-weight: 700;
  font-size: 18px;
  color: #05529c;
  background: transparent;
  box-shadow: none !important;
}

    .accordion-button:not(.collapsed) {
        border-bottom: 1px solid #05529c;
    }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-area .theme-btn{
  margin-left: 10px;
}

@media all and (max-width: 991px) {
  .faq-right{
    margin-bottom: 50px;
  }
  .accordion-button {
    font-size: 16px;
  }
}


/* ===================
partner css 
====================== */

.partner-area .partner-wrapper img {
  padding: 20px;
}

/* ===================
breadcrumb css
====================== */

.site-breadcrumb {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
}

.site-breadcrumb::before {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(3, 2, 7, .7);
  content: '';
}

.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

    .site-breadcrumb .breadcrumb-menu li.active {
        color: #05529c;
    }

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '//';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

    .site-breadcrumb .breadcrumb-menu li a:hover {
        color: #05529c;
    }

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 190px;
    padding-bottom: 120px;
  }
}

/* ===================
pagination css 
====================== */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination .page-link {
  border: none;
  background: #05529c;
  color: #fff;
  margin: 0 10px;
  border-radius: 8px !important;
  width: 40px;
  height: 40px;
  line-height: 27px;
  text-align: center;
  transition: all .5s ease-in-out;
}

    .pagination .page-link:hover, .pagination .page-item.active .page-link {
        background: #05529c;
    }

/* ===================
RTL css
====================== */

body.rtl-mode {
  direction: rtl;
}

body.rtl-mode .item-area {
  direction: ltr;
}

body.rtl-mode .price-wrapper {
  direction: rtl;
}

@media (min-width: 992px) {
  body.rtl-mode .navbar-brand {
    margin-left: 3rem;
  }
  body.rtl-mode .navbar .nav-item .nav-link {
    margin-left: 3rem;
    margin-right: 0;
  }
}

/* ===================
auth css 
====================== */

.login-form {
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

    .login-form::before {
        content: "";
        position: absolute;
        width: 3px;
        top: 50px;
        bottom: 50px;
        left: 0px;
        background: #05529c;
    }

.login-form .login-header {
  text-align: center;
  margin-bottom: 50px;
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

    .login-form .login-header h3 {
        color: #05529c;
        margin-bottom: 5px;
        font-weight: 800;
    }

.login-form .login-header p {
  font-size: 20px;
}

.login-form .login-footer {
  margin-top: 40px;
}

.login-form .login-footer p {
  text-align: center;
}

    .login-form .login-footer a {
        color: #05529c;
        transition: .5s;
    }

.login-form .login-footer a:hover {
  color: #05529c;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  color: #05529c;
  margin-bottom: 5px;
}

.login-form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 12px 18px;
  box-shadow: none;
  transition: .5s;
}

    .login-form .form-group .form-control:focus {
        border-color: #05529c;
    }

.login-form .form-check-input {
  box-shadow: none;
}

    .login-form .forgot-pass {
        color: #05529c;
        transition: .5s;
    }

.login-form .forgot-pass:hover {
  color: #05529c;
}

.login-form .theme-btn{
  width: 100%;
}

.login-form .theme-btn i{
  margin-right: 5px;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

    .login-form .form-check-label a {
        color: #05529c;
        transition: .5s;
    }

        .login-form .form-check-label a:hover {
            color: #05529c;
        }

.form-check-input:checked {
    background-color: #05529c;
    border-color: #05529c;
}

@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}

/* ===================
coming soon css 
====================== */

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

    .coming-soon .newsletter-form button {
        position: absolute;
        right: 4px;
        top: 4px;
        bottom: 4px;
        height: auto;
        border: none;
        border-radius: 5px;
        background: #05529c;
        display: inline-block;
        color: #fff;
        padding-left: 30px;
        padding-right: 30px;
        transition: .5s;
    }

.coming-soon .newsletter-form button:hover {
  background-color: #05529c;
  color: #fff;
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: #fff;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  display: inline-block;
  transition: .5s;
}

    .coming-social a:hover {
        background: #05529c;
        border-color: #05529c;
    }

.countdown-wrap {
  margin-top: 30px;
}

.countdown-single {
    background: #05529c;
    padding: 20px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.countdown-single::before {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  left: 6px;
  top: 6px;

}

.countdown-single h2 {
  color: #fff;
}

.countdown-single h5 {
  color: #fff;
}

/* ===================
error css 
====================== */

.error-wrapper {
  text-align: center;
}

    .error-wrapper h1 {
        font-size: 250px;
        letter-spacing: 5px;
        font-weight: bold;
        color: #05529c;
    }

.error-wrapper h1 span {
  color: #05529c;
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}

.error-wrapper .theme-btn i{
 margin-right: 5px;
 margin-left: 0px;
}

@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}

/* ===================
terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}



/* ====================
home 2
==================== */

.home-2 .header-top-social a {
    background: transparent;
    color: #05529c;
}

.home-2 .header-top-social a:hover{
  color: #fff;
}


/* ====================
home 3
==================== */

.home-3.main{
  margin-top: -6rem;
}

.home-3 .navbar{
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-3 .navbar.fixed-top{
  background: #05529c;
  border-bottom: none;
}

.home-3 .header-btn .theme-btn:hover {
    color: #05529c;
}

.home-3 .header-btn .theme-btn::before{
  background: #fff;
}

.home-3 .hero-single{
  padding-top: 240px;
  padding-bottom: 180px;
}

.home-3 .hero-single::before{
  background: rgba(3, 2, 7, .75);
}

.home-3 .header-cart a,
.home-3 .header-nav-search a {
  color: #fff;
}

    .home-3 .header-cart a:hover,
    .home-3 .header-nav-search a:hover {
        color: #05529c;
    }

@media (min-width: 992px){
  .home-3 .navbar .nav-item .nav-link {
    color: #fff;
  }
}

@media (max-width: 991px){
  .home-3 .navbar-toggler-icon,
  .home-3 .mobile-search-btn {
    color: #fff !important;
  }
}


.top-line-box .line {
    flex: 1;
    height: 1px; /* 2px se badha kar 4px — Bold line */
    background: #333; /* Darker color for bold look */
    margin-right: 15px;
}



/*home*/

.industry-section {
    background: #f6f8fa;
    padding: 60px 20px;
}

.industry-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.industry-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

    .industry-card:hover {
        transform: translateY(-8px);
    }

.card-content {
    padding: 25px;
    position: relative;
}

    .card-content h3 {
        margin: 0 0 10px;
        font-size: 20px;
        color: #003b5c;
    }

    .card-content p {
        margin: 0;
        font-size: 15px;
        color: #555;
        line-height: 1.5;
    }

    .card-content .arrow {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 36px;
        height: 36px;
        background: #e9f3f6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #003b5c;
    }

.industry-link {
    text-decoration: none;
    color: inherit;
    display: block;
}


.card-image {
    position: relative;
}

    .card-image img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .card-image .icon {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 44px;
        height: 44px;
        background: #0a5c6d;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

.services-heading {
    max-width: 700px;
    margin-bottom: 40px;
}

    .services-heading .small-title {
        display: block;
        font-size: 30px;
        font-weight: 600;
        color: #000;
        margin-bottom: 10px;
    }

    .services-heading h2 {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
        color: #003b5c;
        margin: 0;
    }

.cta-section {
    background: linear-gradient( rgba(0, 60, 80, 0.85), rgba(0, 60, 80, 0.85) ), url("/Mystique/business-handshake-business-executives-to-congrat-2025-03-09-13-41-29-utc.jpg") center/cover no-repeat;
    padding: 120px 20px;
}

.cta-box {
    max-width: 720px;
    margin: auto;
    padding: 55px 40px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 26px;
    text-align: center;
    color: #ffffff;
}

    .cta-box h2 {
        font-size: 42px;
        font-weight: 900;
        line-height: 1.25;
        margin-bottom: 15px;
        color: #ffffff;
    }

        .cta-box h2 span {
            font-weight: 700;
            color: #ffffff;
        }

    .cta-box p {
        font-size: 16px;
        opacity: 0.9;
        margin-bottom: 30px;
    }

.cta-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #00a6d6;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

    .cta-btn:hover {
        background: #008bb5;
    }

/* Mobile */
@media (max-width: 768px) {
    .cta-box {
        padding: 40px 25px;
    }

        .cta-box h2 {
            font-size: 28px;
        }
}

.steps-section {
    background: #ffffff;
    padding: 100px 20px;
}

.steps-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.steps-subtitle {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #0b6aa2;
    margin-bottom: 10px;
}

.steps-title {
    font-size: 42px;
    font-weight: 700;
    color: #063b56;
    line-height: 1.25;
    margin-bottom: 60px;
}

    .steps-title span {
        font-weight: 500;
    }

/* GRID */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

/* CARD */
.step-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    text-align: left;
    position: relative;
}

/* STEP BADGE */
.step-badge {
    display: inline-block;
    background: #0b9ed8;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 15px;
}

/* CARD TEXT */
.step-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #063b56;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* FOOTER TEXT */
.steps-footer {
    margin-top: 45px;
    font-size: 20px;
    color: #063b56;
}

    .steps-footer a {
        color: #0b9ed8;
        text-decoration: none;
        font-weight: 600;
    }

        .steps-footer a:hover {
            text-decoration: underline;
        }

/* RESPONSIVE */
@media (max-width: 1100px) {
    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .steps-title {
        font-size: 30px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .step-card {
        text-align: center;
    }
}

/* CARD HOVER */
.step-card {
    transition: all 0.4s ease;
}

    .step-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 18px 45px rgba(11,158,216,0.25);
        background: #0b9ed8;
    }

        /* TEXT COLOR CHANGE ON HOVER */
        .step-card:hover h4,
        .step-card:hover p {
            color: #ffffff;
        }

        /* STEP BADGE HOVER */
        .step-card:hover .step-badge {
            background: #ffffff;
            color: #0b9ed8;
        }

/* FOOTER LINK HOVER */
.steps-footer a {
    transition: color 0.3s ease;
}

    .steps-footer a:hover {
        color: #063b56;
    }



.stats-section {
    background: #083a4c;
    padding: 60px 20px;
}

.stats-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.stat-box {
    background: #124b5e;
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    transition: 0.3s ease;
}

    .stat-box:hover {
        transform: translateY(-6px);
    }

    .stat-box h2 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;
    }

        .stat-box h2 span {
            color: #fff;
            font-size: 32px;
        }

    .stat-box p {
        font-size: 16px;
        opacity: 0.9;
    }

/* 📱 Mobile Responsive */
@media (max-width: 992px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-container {
        grid-template-columns: 1fr;
    }

    .stat-box h2 {
        font-size: 40px;
    }
}

/* what they say */

.testimonial-section {
    background: radial-gradient(circle at top left, #0c2d5a, #031926);
    padding: 90px 20px;
    color: #fff;
    overflow: hidden;
}

.testimonial-header {
    text-align: center;
    margin-bottom: 50px;
}

.small-title {
    opacity: 0.8;
    margin-bottom: 10px;
}

.testimonial-header h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}

.testimonial-header span {
    font-weight: 400;
}

.slider-wrapper {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.7s ease-in-out;
}

.testimonial-card {
    min-width: 50%;
    padding: 40px;
    margin: 0 15px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
}

    .testimonial-card p {
        font-size: 16px;
        line-height: 1.7;
        opacity: 0.9;
    }

    .testimonial-card h4 {
        margin-top: 20px;
        color: #28c6ff;
    }

.quote {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 50px;
    color: #28c6ff;
}

/* Dots */
.dots {
    text-align: center;
    margin-top: 30px;
}

.dot {
    height: 8px;
    width: 8px;
    background: #aaa;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

    .dot.active {
        background: #28c6ff;
    }

/* Mobile */
@media(max-width: 768px) {
    .testimonial-card {
        min-width: 100%;
    }

    .testimonial-header h2 {
        font-size: 30px;
    }
}

/* get in touch */

.contact-section {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 900px; /* Isse pure code ka size chota ho jayega */
    width: 100%;
}

.contact-image {
    flex: 1;
    min-width: 350px;
    background: #f4f4f4; /* Image ke peeche ka halka color */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-image img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Isse image puri dikhegi aur logo nahi katega */
        display: block;
    }

.contact-form {
    flex: 1;
    min-width: 350px;
    padding: 30px;
}

    .contact-form h2 {
        margin-bottom: 20px;
        font-size: 24px;
        color: #333;
    }

/* Fields styling */
.field {
    margin-bottom: 15px;
}

    .field label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 14px;
    }

        .field label span {
            color: red;
        }

    .field input, .field select, .field textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
    }

.row {
    display: flex;
    gap: 15px;
}

    .row .field {
        flex: 1;
    }

.phone-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
}

    .phone-box input {
        border: none;
    }

button {
    background: #2563eb;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-image {
        min-width: 100%;
        height: 300px;
    }
}


/* Who We Are */

.who-we-are {
    padding: 90px 20px;
    background: #ffffff;
}

.who-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

/* IMAGE */
.who-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

    .who-image img {
        width: 100%;
        display: block;
        border-radius: 20px;
    }

/* LOGO OVERLAY */
.logo-overlay {
    position: absolute;
    left: 25px;
    top: 25px;
    background: rgba(255,255,255,0.9);
    padding: 20px 18px;
    border-radius: 15px;
    text-align: center;
    max-width: 190px;
}

    .logo-overlay img {
        width: 70px;
        margin-bottom: 10px;
    }

    .logo-overlay p {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 6px;
        
    }

    .logo-overlay span {
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        opacity: 0.9;
    }

/* CONTENT */
.who-content .small-title {
    font-size: 30px;
    margin-bottom: 10px;
    opacity: 0.9;
    color: black;
}

.who-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0c3b5f;
    margin-bottom: 20px;
}

    .who-content h2 span {
        font-weight: 400;
    }

.who-content .desc {
    font-size: 19px;
    line-height: 1.8;
    color: #444;
}

/* MOBILE */
@media(max-width: 900px) {
    .who-container {
        grid-template-columns: 1fr;
    }

    .who-content h2 {
        font-size: 30px;
    }

    .logo-overlay {
        left: 15px;
        top: 15px;
    }
}

/* footer */

.uqc-footer {
    background: #06394a;
    color: #ffffff;
    padding: 60px 0 20px;
    font-size: 17px;
   
}

.footer-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
    gap: 40px;
    align-items: flex-start;
}

.logo-col img {
    max-width: 150px;
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
   color: #fff;
}

    .footer-col h4::after {
        content: "";
        width: 40px;
        height: 2px;
        background: #1bb6d8;
        position: absolute;
        left: 0;
        bottom: -8px;
    }

.footer-col ul {
    list-style: none;
    padding: 0;
}

    .footer-col ul li {
        margin-bottom: 10px;
    }

.footer-col a {
    color: #ffffff;
    text-decoration: none;
}

.footer-col p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* BOTTOM BAR */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 40px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social a {
    width: 32px;
    height: 32px;
    background: #0b4f63;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    color: #fff;
    font-size: 14px;
}

/* MOBILE */
@media(max-width: 992px) {
    .footer-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 576px) {
    .footer-row {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        text-align: center;
        gap: 10px;
    }
}

/* ===============================
   FOOTER HOVER EFFECTS
================================ */

/* Links hover */
.footer-col a {
    transition: color 0.3s ease, padding-left 0.3s ease;
}

    .footer-col a:hover {
        color: #1bb6d8;
        padding-left: 6px;
    }

/* Industries list hover */
.footer-col ul li {
    transition: color 0.3s ease, padding-left 0.3s ease;
    cursor: default;
}

    .footer-col ul li:hover {
        color: #1bb6d8;
        padding-left: 6px;
    }

/* Heading underline animation */
.footer-col h4::after {
    transition: width 0.3s ease;
}

.footer-col h4:hover::after {
    width: 60px;
}

/* Social icon hover */
.footer-social a {
    transition: all 0.3s ease;
}

    .footer-social a:hover {
        background: #1bb6d8;
        transform: translateY(-4px);
    }

/* Logo hover (optional premium touch) */
.logo-col img {
    transition: transform 0.3s ease;
}

    .logo-col img:hover {
        transform: scale(1.05);
    }

/* Footer bottom text hover */
.footer-bottom p:hover {
    color: #1bb6d8;
}

/*Trusted by many */
.trusted-section {
    background: #eaf6fb;
    padding: 60px 20px;
    text-align: center;
}

.trusted-small {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.trusted-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b2c3d;
    margin-bottom: 40px;
    line-height: 1.3;
}

    .trusted-title span {
        color: #0077b6;
    }

.brand-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

    .brand-logos img {
        max-height: 200px;
        max-width: 150px;
        object-fit: contain;
        filter: grayscale(0%);
        transition: transform 0.3s ease;
    }

        .brand-logos img:hover {
            transform: scale(1.05);
        }

/* Mobile Responsive */
@media (max-width: 768px) {
    .trusted-title {
        font-size: 24px;
    }

    .brand-logos {
        gap: 20px;
    }

        .brand-logos img {
            max-height: 95px;
        }
}

.logo-marquee {
    overflow: hidden;
    position: relative;
}

    .logo-marquee .brand-logos {
        display: flex;
        width: max-content;
        animation: scrollLeft 20s linear infinite;
    }

    .logo-marquee img {
        margin: 0 40px;
    }

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* food-and-packaging */
/* Hero Section */
.hero {
    width: 100%;
    height: 450px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-text {
    max-width: 800px;
    color: #fff;
}

    .hero-text h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .hero-text p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 25px;
        color: #333;
    }

.btn {
    display: inline-block;
    background: #e63946;
    color: #000;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 5px;
}


/* Circular Graphic */
.hero-graphic {
    position: relative;
    width: 350px;
    height: 350px;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #2da9ff;
    position: relative;
}

    .circle span {
        position: absolute;
        width: 120px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

        .circle span:nth-child(1) {
            top: 10px;
            left: 110px;
        }

        .circle span:nth-child(2) {
            right: -20px;
            top: 120px;
        }

        .circle span:nth-child(3) {
            bottom: 10px;
            left: 110px;
        }

        .circle span:nth-child(4) {
            left: -30px;
            top: 120px;
        }

        .circle span:nth-child(5) {
            top: 120px;
            left: 110px;
        }




/* Container ko flex banayein */
.fp-container {
    display: flex;
    flex-wrap: wrap; /* Mobile par niche shift karne ke liye */
    align-items: center;
    gap: 20px;
    padding: 20px;
}

/* Desktop par 50-50 width */
.fp-images, .fp-content {
    flex: 1;
    min-width: 300px; /* Mobile par width manage karne ke liye */
}

    .fp-images img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

/* MOBILE RESPONSIVE SETTINGS */
@media (max-width: 768px) {
    .fp-container {
        flex-direction: column; /* Image upar, text niche */
        text-align: center;
    }

    .fp-content h2 {
        font-size: 24px;
        margin-top: 15px;
    }

    .fp-content p {
        font-size: 16px;
        text-align: justify; /* Mobile par bhi barabar dikhega */
    }
}



/* SECTION */
.fp-section {
    padding: 40px 10px;
}

.fp-container {
    display: flex;
    gap: 60px;
    align-items: center;
}

/* IMAGE AREA */
.fp-images {
    position: relative;
    width: 45%;
}

    .fp-images img {
        width: 100%;
        border-radius: 6px;
        display: block;
    }

.img-back {
    position: relative;
    z-index: 1;
}

.img-front {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 80%;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Decorative wave */
.wave {
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 140%;
    height: 140px;
    background: linear-gradient(90deg, #0b4f6c, transparent);
    opacity: 0.15;
    border-radius: 50%;
    z-index: 0;
}

/* CONTENT */
.fp-content {
    width: 55%;
}

    .fp-content h2 {
        font-size: 36px;
        color: #003b4f;
        margin-bottom: 20px;
    }

    .fp-content p {
        font-size: 16px;
        line-height: 1.7;
        color: #333;
        margin-bottom: 18px;
    }


/* SECTION */
.solutions-section {
    padding: 40px 10px;
    text-align: center;
}

    .solutions-section h2 {
        font-size: 42px;
        color: #003b4f;
        margin-bottom: 50px;
        font-weight: 700;
    }

/* GRID */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

/* CARD */
.solution-card {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 40px;
    padding: 22px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #003b4f;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

    .solution-card span {
        font-size: 22px;
        transition: transform 0.3s ease;
    }

    /* HOVER */
    .solution-card:hover {
        box-shadow: 0 12px 30px rgba(0,0,0,0.12);
        transform: translateY(-4px);
    }

        .solution-card:hover span {
            transform: translateX(6px);
        }

/* RESPONSIVE */
@media (max-width: 992px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .solutions-grid {
        grid-template-columns: 1fr;
    }
}


/* Training */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* ===== HERO ===== */
.training-hero {
    background: #eef7fb;
    padding: 100px 20px;
    text-align: center;
}

    .training-hero h1 {
        font-size: 48px;
        color: #0a3b4f;
        margin-bottom: 15px;
    }

    .training-hero p {
        font-size: 16px;
        color: #333;
        max-width: 700px;
        margin: 0 auto 25px;
    }

.btn {
    display: inline-block;
    background: #0a3b4f;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
}

    .btn:hover {
        background: #062c3c;
    }

/* ===== CONTENT ===== */
.training-content {
    padding: 80px 0;
}

.flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.image-box {
    flex: 1;
    border: 1px solid #ccc;
    min-height: 250px;
}

    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.text-box {
    flex: 1;
}

    .text-box h2 {
        font-size: 36px;
        color: #0a3b4f;
        margin-bottom: 15px;
    }

    .text-box p {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 15px;
        color: #333;
    }

/* ===== TOPICS ===== */
.topics {
    padding: 60px 0;
    text-align: center;
}

    .topics h2 {
        font-size: 36px;
        color: #0a3b4f;
    }

/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
    .flex {
        flex-direction: column;
    }

    .training-hero h1 {
        font-size: 36px;
    }
}

/* ===== TOPICS OF TRAINING ===== */
.topics-training {
    padding: 80px 0;
    background: #fff;
}

    .topics-training h2 {
        text-align: center;
        font-size: 40px;
        color: #0a3b4f;
        margin-bottom: 50px;
    }

.topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

    .topics-grid ul {
        list-style: none;
    }

    .topics-grid li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
        font-size: 17px;
        color: #003a4d;
    }

        .topics-grid li::before {
            content: "▪";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #00a6c7;
            font-size: 25px;
        }

/* ===== TRUSTED BY MANY ===== */
.trusted {
    background: #eef7fb;
    padding: 80px 0;
    text-align: center;
}

.small-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trusted h2 {
    font-size: 32px;
    color: #0a3b4f;
    margin-bottom: 50px;
}

.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

    .logo-row img {
        max-height: 70px;
        filter: grayscale(100%);
        transition: 0.3s;
    }

        .logo-row img:hover {
            filter: grayscale(0%);
            transform: scale(1.05);
        }

/* ===== RESPONSIVE ===== */
@media(max-width:992px) {
    .topics-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:600px) {
    .topics-grid {
        grid-template-columns: 1fr;
    }
}



/* Submenu positioning */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .submenu {
        top: 0;
        left: 100%;
        margin-left: 0;
        display: none;
        position: absolute;
    }

    /* Show submenu on hover */
    .dropdown-submenu:hover > .submenu {
        display: block;
    }

/* Optional styling */
.submenu {
    min-width: 200px;
}


/* Audit */
.difference-section {
    background: #0b3a4a;
    padding: 70px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #e6f2f6;
    text-align: center;
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto 15px;
    line-height: 1.6;
}


.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.card-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

    .card-box:hover {
        transform: translateY(-8px);
    }

.icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #0b3a4a;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0b3a4a;
}

.card-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 992px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .cards {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
}

.env-audit-section {
    background: #f7f9fb;
    padding: 70px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.audit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.audit-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .audit-card h2 {
        color: #0b3a4a;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .audit-card .intro {
        color: #333;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 25px;
    }

.audit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .audit-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #eaf8fc;
        color: #0b3a4a;
        padding: 12px 18px;
        border-radius: 30px;
        margin-bottom: 14px;
        font-size: 15px;
        font-weight: 600;
    }

        .audit-list li::before {
            content: "✓";
            width: 28px;
            height: 28px;
            background: #0b3a4a;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            flex-shrink: 0;
        }

/* Responsive */
@media (max-width: 992px) {
    .audit-grid {
        grid-template-columns: 1fr;
    }

    .audit-card h2 {
        font-size: 26px;
    }
}

.faq-section {
    padding: 70px 20px;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.faq-subtitle {
    font-weight: 600;
}

.faq-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b3a4a;
    margin-bottom: 40px;
}

.faq-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

/* FAQ */
.faq-item {
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    background: #0b3a4a;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item:not(.active) .faq-question {
    background: #ffffff;
    color: #0b3a4a;
    border: 1px solid #ddd;
}

.faq-answer {
    display: none;
    padding: 18px 20px;
    background: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

.arrow {
    font-size: 14px;
}

/* CTA */
.faq-cta {
    background: linear-gradient(135deg, #3cc0f0, #7fdcff);
    border-radius: 22px;
    padding: 35px;
}

.cta-icon {
    width: 60px;
    height: 60px;
    background: #033649;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.faq-cta h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.cta-btn {
    display: inline-block;
    background: #033649;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

/* CONTENT Us */


/* MAP SECTION */
.map-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #ddd;
}

.map-box {
    background: #f1f1f1;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-error {
    text-align: center;
    color: #555;
}

    .map-error span {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #888;
        color: #fff;
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .map-error p {
        margin: 8px 0;
    }

    .map-error small {
        font-size: 12px;
    }

/* BRC */
.brc-section {
    background-color: #f1f1f1;
    padding: 60px 20px;
}

.brc-card {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

    .brc-card h2 {
        color: #083d4f;
        font-size: 32px;
        margin-bottom: 12px;
    }

.brc-subtitle {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}

.brc-list {
    list-style: none;
    padding: 0;
}

    .brc-list li {
        display: flex;
        align-items: center;
        background: #eaf7fb;
        color: #083d4f;
        padding: 12px 18px;
        border-radius: 25px;
        margin-bottom: 14px;
        font-weight: 600;
    }

        .brc-list li::before {
            content: "✓";
            background: #083d4f;
            color: #fff;
            font-weight: bold;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font-size: 14px;
        }

/* IRSI */

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f4f6f8;
}

.iris-section {
    padding: 80px 20px;
}

.iris-container {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.iris-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
}

.iris-content {
    flex: 1;
}

    .iris-content h2 {
        font-size: 34px;
        color: #083b4c;
        margin-bottom: 15px;
    }

    .iris-content p {
        color: #4a4a4a;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

.iris-points {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.point {
    background: #e9f3f7;
    padding: 14px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #083b4c;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.check {
    background: #0b5d6e;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 992px) {
    .iris-container {
        flex-direction: column;
        text-align: center;
    }

    .iris-content {
        width: 100%;
    }

    .point {
        justify-content: center;
    }
}



/* gole */

/* --- Section Wrapper --- */
#uqc-section {
    width: 100%;
    min-height: 80vh;
    background: #fdfdfd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
    padding: 60px 20px;
    box-sizing: border-box;
}

    #uqc-section .main-container {
        position: relative;
        width: 100%;
        max-width: 900px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 600px;
    }

    /* --- Wheel Styling --- */
    #uqc-section .wheel-container {
        position: relative;
        width: 280px;
        height: 280px;
        z-index: 5;
    }

    #uqc-section .wheel {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: linear-gradient(135deg, #009ada, #0077b5);
        box-shadow: 0 15px 35px rgba(0,154,218,0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        animation: rotateWheelUQC 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    }

    #uqc-section .inner {
        width: 210px;
        height: 210px;
        background: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    }

    #uqc-section .inner-logo {
        width: 85%;
        position: absolute;
        opacity: 0;
        animation: logoAppearUQC 1s forwards 0.5s, logoFadeOutUQC 1s forwards 3.5s;
    }

    #uqc-section .inner-icons {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        animation: iconsAppearUQC 1s forwards 4s;
    }

    #uqc-section .inner-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 35px;
        height: 35px;
        margin: -17px;
        color: #009ada;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        /* Icons positioning inside circle */
        #uqc-section .inner-icon:nth-child(1) {
            transform: rotate(0deg) translate(75px) rotate(0deg);
        }

        #uqc-section .inner-icon:nth-child(2) {
            transform: rotate(60deg) translate(75px) rotate(-60deg);
        }

        #uqc-section .inner-icon:nth-child(3) {
            transform: rotate(120deg) translate(75px) rotate(-120deg);
        }

        #uqc-section .inner-icon:nth-child(4) {
            transform: rotate(180deg) translate(75px) rotate(-180deg);
        }

        #uqc-section .inner-icon:nth-child(5) {
            transform: rotate(240deg) translate(75px) rotate(-240deg);
        }

        #uqc-section .inner-icon:nth-child(6) {
            transform: rotate(300deg) translate(75px) rotate(-300deg);
        }

    /* --- Desktop Text Boxes (Absolute Positioning) --- */
    #uqc-section .text-box {
        position: absolute;
        display: flex;
        align-items: center;
        font-weight: 700;
        color: #222;
        opacity: 0;
        background: #fff;
        padding: 12px 20px;
        border-radius: 50px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        font-size: 15px;
        border: 1px solid #eee;
        z-index: 10;
    }

        #uqc-section .text-box i {
            margin: 0 10px;
            color: #009ada;
            font-size: 18px;
        }

    /* Desktop Positions */
    #uqc-section .txt-top {
        top: 20px;
        animation: slideInUQC 0.8s forwards 1s;
        transform: translateY(-30px);
    }

    #uqc-section .txt-top-right {
        top: 130px;
        right: 50px;
        animation: slideInUQC 0.8s forwards 1.2s;
        transform: translateX(30px);
    }

    #uqc-section .txt-bottom-right {
        bottom: 130px;
        right: 50px;
        animation: slideInUQC 0.8s forwards 1.4s;
        transform: translateX(30px);
    }

    #uqc-section .txt-bottom {
        bottom: 20px;
        animation: slideInUQC 0.8s forwards 1.6s;
        transform: translateY(30px);
    }

    #uqc-section .txt-bottom-left {
        bottom: 130px;
        left: 50px;
        animation: slideInUQC 0.8s forwards 1.8s;
        transform: translateX(-30px);
    }

    #uqc-section .txt-top-left {
        top: 130px;
        left: 50px;
        animation: slideInUQC 0.8s forwards 2s;
        transform: translateX(-30px);
    }

/* --- Keyframes --- */
@keyframes rotateWheelUQC {
    from {
        transform: rotate(-180deg) scale(0.2);
        opacity: 0;
    }

    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes logoAppearUQC {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes logoFadeOutUQC {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes iconsAppearUQC {
    to {
        opacity: 1;
    }
}

@keyframes slideInUQC {
    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

/* --- MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    #uqc-section {
        padding: 40px 15px;
        height: auto;
    }

        #uqc-section .main-container {
            flex-direction: column;
            height: auto;
            min-height: unset;
        }

        #uqc-section .wheel-container {
            margin-bottom: 40px;
            width: 240px;
            height: 240px;
        }

        #uqc-section .inner {
            width: 180px;
            height: 180px;
        }

        /* Hide absolute positioning and use Grid for mobile text */
        #uqc-section .text-box {
            position: relative;
            top: auto !important;
            left: auto !important;
            right: auto !important;
            bottom: auto !important;
            transform: none !important;
            opacity: 1; /* Mobile par direct dikhega */
            margin: 8px 0;
            width: 100%;
            box-sizing: border-box;
            justify-content: flex-start;
            font-size: 14px;
            padding: 15px;
        }

    /* Stack text boxes in 2 columns on mobile if space permits */
    .text-wrapper-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }
}

/*Popup Modal message */
/* Popup background */
.modal-overlay {
    display: flex; /* Page khulte hi dikhane ke liye */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8); /* Dark transparent background */
    justify-content: center;
    align-items: center;
}

/* Modal box design */
.modal-content {
    background: #fff;
    padding: 40px;
    border-radius: 9px;
    width: 550px;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

/* Close Button (X) */
.close-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 30px;
    cursor: pointer;
    color: #888;
}

    .close-btn:hover {
        color: #ff0000;
    }

.mb-2 {
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}

/*home page contact-us message */
<style >
/* Popup background overlay */
.modal-overlay {
    display: flex;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}
/* Modal container */
.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
/* Flag Input adjustment */
.iti {
    width: 100%;
}

.form-control {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

</style >

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css" / >