body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  background: #fff;
}
/* ===============================
   Privacy Policy Styling
================================ */

.privacy-policy {
    padding: 40px 0px;
    background: #ffffff;
    color: #2c2c2c;
}

/* Section Headings */
.privacy-policy h2 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 12px;
    color: #0b3c5d;
    font-weight: 600;
}

/* Paragraphs */
.privacy-policy p {
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 14px;
    color: #444;
}

/* Lists */
.privacy-policy ul {
    margin: 12px 0 20px 22px;
    padding: 0;
}

.privacy-policy ul li {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.7;
    position: relative;
    padding-left: 18px;
}

.privacy-policy ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #1e90ff;
    font-size: 14px;
}

/* Links */
.privacy-policy a {
    color: #1e90ff;
    text-decoration: none;
    font-weight: 500;
}

.privacy-policy a:hover {
    text-decoration: underline;
}

/* Address Box */
.privacy-policy address {
    margin-top: 25px;
    padding: 18px 22px;
    background: #f5f9ff;
    border-left: 4px solid #1e90ff;
    border-radius: 8px;
    font-style: normal;
    line-height: 1.8;
    font-size: 15px;
    color: #333;
}

/* Highlight Text */
.privacy-policy strong {
    color: #000;
    font-weight: 600;
}

/* Last Updated Text */
.privacy-policy p strong {
    color: #0b3c5d;
}

/* ===============================
   Responsive Design
================================ */

@media (max-width: 991px) {
    .privacy-policy {
        padding: 30px 0px;
    }

    .privacy-policy h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .privacy-policy {
        padding: 25px 0px;
    }

    .privacy-policy h1 {
        font-size: 26px;
    }

    .privacy-policy h2 {
        font-size: 20px;
    }

    .privacy-policy p,
    .privacy-policy ul li {
        font-size: 14.5px;
    }
}

/* ===== Navbar ===== */

    .navbar {
      background: white;
      backdrop-filter: blur(10px);
      transition: all 0.4s ease;
      position: relative;
    z-index: 11;
    padding: 0px;
    }

    .navbar-brand img {
         width: 85px;
    }
    .footer_logo {
         width: 85px;
    }
    .navbar-brand:hover {
        color:white;
    }

    .nav-link {
      color: #222 !important;
        font-weight: 400;
        margin: 0 8px;
        position: relative;
        text-transform: uppercase;
    }

    .dropdown-menu {
      border: none;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      animation: fadeIn 0.3s ease;
    }

    .dropdown:hover .dropdown-menu {
      display: block;
      z-index:1111111;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
.about_multiimg {
    position:relative;
}
.about_multiimg img {
        border-radius: 10px;
    position: absolute;
        border: 1px solid #ffffff;
}
.about_multiimg .one_img {
        width: 55%;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 80px;
    z-index: 1;
}
.about_multiimg .two_img {
        width: 50%;
    position: absolute;
    top: 100px;
    right: 0px;
    height: 355px;
    border-radius: 10px;
    object-fit: cover;
    object-position: bottom;
}
.about_multiimg .three_img {
        width: 50%;
    top: 195px;
    left: 20px;
}
/*----------*/
.hero_section {
    margin-top: 25px;
    position: relative;
}
.bg_container_gradiant {
        background: linear-gradient(45deg, #0f47c5, #1e2783);
    padding: 50px;
    border-radius: 15px;
    position: relative;
        padding-bottom: 0px;
    text-align: center;
        z-index: 1;
}
.bg_container_gradiant h1 {
        color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0px;
}
.bg_container_gradiant .img_hero {
        width: 55%;
    margin-top: 25px;
}
.bg_container_gradiant .btn_group {
    position: absolute;
    bottom: 15%;
    right: 0;
    left: 0;
}
.bg_container_gradiant .data_text {
position: absolute;
    right: 125px;
    top: 20%;
    max-width: 15%;
    text-align: right;
    color: white;    
}
.google_review {
 position: absolute;
    bottom: 155px;
    text-align: left;
    left: 20px;   
}
.google_review img {
    width: 245px;
    border-radius: 15px;
}
.google_review .rat_number {
    display: flex;
    align-items: end;
    color: white;
    gap: 5px;
}
.google_review .rat_number h5 {
    margin: 0;
    font-size: 60px;
    font-weight: 800;
}
.google_review .rat_number i {
        color: yellow;
}
.google_review p {
    margin: 0px;
    max-width: 70%;
    line-height: 16px;
}
.google_review .text_review {
        text-align: left;
}




.btn_group {
        transition: all 0.3s ease;
}
.btn_group button {
        background: transparent;
    border: none;
    padding: 0px;
}
.btn_group a {
    text-decoration: none;
}
.btn_group b {
    background: #f9c729;
    color: black;
    padding: 12px 25px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border-radius: 100px;
}
.btn_group span:hover,
.btn_group b:hover {
    box-shadow: 0 0 15px #e2d9d9;
}
.btn_group span {
        background: #f9c729;
    color: black;
    width: 48px;
    text-align:center;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 100px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}
p {
        font-size: 16px;
    text-align: justify;
}
.title_main {
    position:relative;
}
.title_main h2{
    font-size: 35px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #3e3d3d;
}
.title_main.center_head:before {
    left: 0;
    right: 0;
    margin: auto;
}
.title_main.center_head:after {
    left: 0;
    right: 61px;
    margin: auto
}
.title_main:before {
    content:'';
        position: absolute;
    width: 35px;
    height: 5px;
    background: #1144bf;
    bottom: 0px;
    border-radius: 45px;
    left: 0px;
}
.title_main:after {
    content:'';
        position: absolute;
    width: 35px;
    height: 5px;
    background: #f9c729;
    bottom: 0px;
    border-radius: 45px;
    left: 30px;
}
.owner_img {
    
}
.owner_img img {
    width: 100%;
    border-radius: 15px;
}
.item_ser {
    position: relative;
    height: 400px;
    border-radius: 15px;
    padding: 20px;
    z-index: 1;
    margin-bottom:30px;
    display:block;
        transition: all 0.3s ease;
}
.item_ser:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.item_ser.bg_1 {
    background: #ffe8c2;
}
.item_ser.bg_2 {
    background: #cae4ff;
}
.item_ser.bg_3 {
    background: #e3ffe3;
}
.item_ser.bg_4 {
    background: #ffe29f;
}

.item_ser.bg_5 {
    background: #efbbf8;
}
.item_ser.bg_6 {
    background: #009aefbd;
}
.item_ser h3 {
    font-size: 18px;
    color: black;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600;
}
.item_ser .btn_group {
    position: absolute;
    bottom: 25px;
    left: 15px;
}
.item_ser .main_ser_img {
    width: 70%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}
.item_ser .logo_web {
        width: 80px;
}
.counter-box {
  background: #fff;
  padding: 25px 15px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
      border: 1px solid #d4cdcd;
}

.counter-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.counter-icon {
  font-size: 40px;
  color: #1d2988;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.counter-box:hover .counter-icon {
  color: #0056b3;
}

.counter-number {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  margin: 5px 0;
}

.counter-title {
      font-size: 14px;
    color: #6c757d;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 700;
}
/* Custom styles for team cards */
.team-section { padding: 0 0 50px 0; }
.team-card { border: 0; border-radius: 12px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;box-shadow: 0 12px 30px rgba(0,0,0,0.12); }
.team-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(0,0,0,0.12); }
.team-photo { height: 360px; object-fit: cover; width: 100%; }
.position { font-weight: 600; color: #2a2a28; }
.social-icons a { margin-right: 10px; text-decoration: none; color: inherit; }
.leader-badge { position: absolute; top: 12px; left: 12px; background: linear-gradient(45deg, #0f47c5, #1e2783); color: #fff; padding: 6px 10px; border-radius: 999px; font-size: 13px; }

.testimonial-section {position: relative; overflow: hidden; }
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform .3s ease;
    margin: 15px;
    border: 1px solid #e0d5d5;
}
.testimonial-card:hover { transform: translateY(-6px); }
.testimonial-img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin: 0 auto 15px; border: 3px solid #1340b6; }
.testimonial-quote { font-style: italic; color: #555; margin-bottom: 15px; }
.testimonial-name { font-weight: 600; font-size: 18px; color: #1340b6; }
.testimonial-company { font-size: 14px; color: #888; }
.slick-prev:before, .slick-next:before { color: #1340b6; font-size: 28px; }
.ri-double-quotes-l { color: #1340b6; font-size: 28px; }
/* Custom Slick Slider Arrows */
.slick-prev, .slick-next {
      width: 45px;
    height: 45px;
    background: #f9c729;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 1px solid #f9c729;
    margin: auto;
    box-shadow: none;
    font-size:0;
}

.slick-prev:before, .slick-next:before {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}

.slick-prev:before {
  content: "";
      position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #000000;
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
    text-align: center;
}

.slick-next:before {
  content: ""; 
      position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #000000;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    text-align: center;
}

/* Positioning */
.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}
.footer-section a:hover {
  color: #ffdd57 !important;
  transition: 0.3s;
}
.footer-section i {
  vertical-align: middle;
}
a {
    text-decoration:none;
}
.img_vision_mission {
        box-shadow: 0px -5px 3px 1px #e4e4e48a;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}
.img_vision_mission:before {
    content:'';
        position: absolute;
    width: 65px;
    background: #fefb95a8;
    height: 65px;
    right: 15px;
    top: 25px;
    border-radius: 65px;
}
.img_vision_mission:after {
    content:'';
        position: absolute;
    width: 65px;
    background: #ffebeb5e;
    height: 65px;
    right: 45px;
    top: 45px;
    border-radius: 65px;
}
.img_vision_mission:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.img_vision_mission img {
    
}
.img_vision_mission h4 {
        font-size: 20px;
    margin-top: 15px;
    color: #f9c729;
    font-weight: 600;
}
.contact_us_section {
    padding:50px 0;
}
.contact_form_area {
        box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 9px, rgba(90, 125, 188, 0.05) 0px 0.25em 20px;
    padding: 30px;
    border-radius: 20px;
}
.item_contact {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #dbdbdb;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 10px;
}
.item_contact i {
    font-size: 23px;
    background: linear-gradient(45deg, #0f47c5, #1e2783);
    width: 45px;
    display: block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    color: white;
}
.call-btn {
    position: fixed;
    bottom: 55px;
    right: 5px;
    z-index: 11;
    background: #000000;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 20px;
    transition: transform 0.3s ease; 
    animation: pulse 2s infinite;
}
.whatsapp-btn {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 11;
    background: green;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 25px;
    transition: transform 0.3s ease; 
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@media (max-width: 768px) {
    .about_multiimg .two_img,
    .about_multiimg .three_img {
        display:none;
    }
    .about_multiimg img {
        width: 100% !important;
        position: relative !important;
        left: 0px !important;
        margin-top: 25px;
    }
  .slick-prev, .slick-next {
    width: 35px;
    height: 35px;
  }
  .slick-prev {
    left: -40px;
  }
  .slick-next {
    right: -40px;
  }
  .navbar .btn_group {
    display:none;
  }
  .bg_container_gradiant .img_hero {
    width: 95%;
  }
  .btn_group b {
      padding: 8px 15px;
    font-size: 12px;
  }
  .btn_group span {
      font-size: 12px;
          height: 34px;
    line-height: 34px;
    width:34px;
  }
  .bg_container_gradiant .btn_group {
    bottom: 5%;
  }
  .bg_container_gradiant h1 {
      font-size: 40px;
  }
  .owner_img {
    margin-top: 15px;
}
.title_main h2 {
    font-size: 22px;
    position:relative;
}

.item_ser .main_ser_img {
    width: 60%;
}
p {
    font-size: 14px;
}
.item_ser {
    height: 350px;
}
.counter-box {
    background: #fff;
    padding: 10px 15px;
}
.bg_container_gradiant .data_text,
.google_review {
  display:none;
}
.team-photo {
    height: 320px;
}
.team-card {
    margin-bottom: 30px;
}
.navbar-toggler {
    border:none;
}
  
}
.navbar-toggler:focus {
    box-shadow: none;
}
