/* TOP BAR */
.top-bar {
  background: #1d1e5e;
  color: #fff;
  font-size: 14px;
}

.top-bar i {
  color: white;
  margin-right: 5px;
    font-size: 16px;
}



.nav-link {
  font-weight: 500;
  color: #333 !important;
}

.nav-link:hover {
  color: #1d1e5e !important;
}

/* BUTTON */
.btn-main {
 background: #1d1e5e !important;
    color: #fff;
    padding: 8px 18px !important;
    border-radius: 5px;
    color: white !important;
    margin-top: 0px !important;
}
.footer-section ul li a:hover{
  color: #944595 !important;
}
.footer-section a{
  color: #fff;
  text-decoration: none;
}
 .footer-section a:hover{
  color: #944595 !important;
 }

.btn-main:hover {
  background: #944595 !important;
  color: #fff;
}

/* GRID ICON */
.grid-icon {
  width: 40px;
  height: 40px;
  background: #eaf7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* DROPDOWN */
.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.dropdown-item:hover {
  background: #1d1e5e;
  color: #fff;
}

/* HOVER DROPDOWN */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .top-bar {
    text-align: center;
    display: none;
  }


  .top-left,
  .top-right {
    justify-content: center;
  }
  .about-img-wrapper{
    margin-bottom: 15px !important;
    padding: 0px !important;
  }

  

  .d-flex.align-items-center {
    justify-content: center;
    margin-top: 10px;
  }
}
.navbar img{
 max-width: 100%;
}
subtitle {
  font-family: cursive;
  font-size: 22px;
  margin-bottom: 10px;

}


.hero-text {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ddd;
}

.btn-warning {
  background: white;
  border: none;
}

.logo-link{
  width:163px;
}

.banner{
  background: linear-gradient(rgba(0, 0, 50, 0.7), rgba(0, 0, 50, 0.7)), url(img/banner.png);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
}
/* FONT (optional but recommended) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500&display=swap');

.about-section {
  background: #f9f9f9;
  font-family: 'Inter', sans-serif;
  padding: 50px 0px 40px 0px ;
}

/* LEFT IMAGE */
.about-img-wrapper {
  position: relative;
  display: inline-block;
}

.shape-box {
  position: absolute;
  width: 85%;
  height: 90%;
  background: #944595;
  top: -20px;
  left: -20px;
  z-index: 1;
  border-radius: 10px;
}

.main-img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

/* EXPERIENCE BOX */
.experience-box {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  z-index: 3;
}

.experience-box h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.experience-box p {
  margin: 0;
  font-size: 14px;
}





/* HEADING */
.main-title {
 font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 700;
    color: #1d1d2c;
  
    margin: 10px 0px;
}

/* DESCRIPTION */
.desc {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

/* LIST */
.about-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.about-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--text-light);
  
}

.about-list i {
  color: #1d1e5e;
  margin-right: 10px;
}

/* BUTTON */
.about-btn {
  border: 2px solid #1d1e5e;
    color: #1d1e5e;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
  background: #944595;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .main-title {
    font-size: 28px;
  }

  .shape-box {
    display: none;
  }

  .experience-box {
    bottom: 10px;
    right: 10px;
  }
}
.why-choose-advanced {
  background: linear-gradient(135deg, #f8faff, #eef3ff);
  padding: 50px 0px 40px 0px;
}

figure{
  margin:0px !important;
}


/* CARD BASE */
.choose-card {
  position: relative;
  padding: 35px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
  border: 1px solid rgba(255,255,255,0.3);
}



/* ICON */
.choose-card .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #1d1e5e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  transition: 0.5s;
}

/* TEXT */
.choose-card h5 {
 font-size: 18px;
    color: black;
    transition: 0.3s;
}

.choose-card p {
  font-size: 15px;
  color: #666;
  transition: 0.3s;
}

/* 🔥 HOVER EFFECTS */
.choose-card:hover {
  transform: translateY(-12px) scale(1.03);
  background: linear-gradient(135deg, #1d1e5e, #3a3c8f, #5f65d6);
  color: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.choose-card:hover::before {
  opacity: 1;
}

.choose-card:hover h5,
.choose-card:hover p {
  color: #fff;
}

/* ICON ANIMATION */
.choose-card:hover .icon {
  background: #fff;
  color:#1d1e5e ;
  transform: rotate(10deg) scale(1.1);
}

/* SMOOTH ENTRY ANIMATION */
.choose-card {
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}

.choose-card:nth-child(1) { animation-delay: 0.2s; }
.choose-card:nth-child(2) { animation-delay: 0.4s; }
.choose-card:nth-child(3) { animation-delay: 0.6s; }
.choose-card:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .main-title {
    font-size: 28px;
  }
}
.why-img{
position: relative;
    display: block;
    margin-right: 203px;
    margin-left: 47px;
}
.why-img-box{
  position: relative;
    display: block;
}

.first-img img{
  width: 100%;
    border-radius: 18px;
}
.second-image{
 position: absolute;
    top: 155px;
    right: -182px;
    border: 10px solid white;
    border-radius: 25px;
}
.third-img{
  position: absolute;
    top: 8px;
    right: -162px;
    background-color: black;
    text-align: center;
    border: 7px solid #1d1e5e;
    border-radius: 10px;
    padding: 15px 20px 15px;
}
.third-img-count-box {
    position: relative;
    align-items: center;
}
.third-img-count-box h3{
  font-size: 48px;
    font-weight: 700;
    line-height: 48px !important;
    font-family: "Barlow", sans-serif !important;
    color: white;
}
.third-img-count-box h6{
  color:white;
  font-size: 16px;
    font-weight: 500;
}
.second-image img{
       border-radius: 14px;
}
.use{
 color: white;
    position: relative;
    display: block;
    max-width: 190px;
    text-align: center;
    padding: 13px 16px 4px;
    margin-top: 8px;
    border-radius: 14px;
    background-color: #1d1e5e;
    z-index: 1;
    left: 45px;
}
.use h4{
      font-size: 17px;
    
    
}
.stars {
   color: #f4c150;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-align: left;
}
.counter-area {
  background: #0d0d34;
    padding: 40px 0px 42px 0px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;

}



.counter-box {
   position: relative;
    z-index: 1;
}

.counter-box i {
    font-size: 50px;
    margin-bottom: 10px;
}

.counter-box h2 {
    
    font-weight: 700;
    font-size: 33px;
    font-weight: 700;
    line-height: 100%;
    color: white;
    font-family: "Inter", sans-serif;
}

.counter-area p {
   color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    text-align: center;
}
/* ===== Default Fix (important) ===== */
.why-img {
  display: inline-block;
  transform-origin: top center;
}





/* ===== Small Mobile (≤480px) ===== */
@media (max-width: 480px) {

 .biz-section {
    background: #f9f9ff;
    padding-bottom: 160px !important;
}

  .second-image {
   right: 52px;
        top: 130px;
        width: 75%;
  }

  .third-img {
    right: -32px;
        top: 5px;
        padding: 4px 8px 10px;
  }
.why-card {
    background: #eef1f6;
    padding: 40px 25px;
    border-radius: 20px;
    transition: 0.3s;
    height: 90%;
}

  .use {
    left: 5px;
    display: none;
  }
 

    .first-img {
    max-width: 72%;
}
}
/* SECTION */
.biz-section {
    background: #f9f9ff;
    padding: 50px 0px 0px 0px;
}

/* LABEL */
.section-label {
    color: #3b5bdb;
    font-size: 18px;
    font-family: cursive;
}

/* HEADING */
.title-main {
  font-size: 40px;
    font-weight: 700;
    margin: 15px 0;
    color: #0b1c39;
    font-family: "Playfair Display", serif;
}

.title-main span {
    color: #6c63ff;
}

/* DESC */
.text-desc {
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
}

/* INFO ITEMS */
.info-item {
    margin-bottom: 20px;
}

.info-icon {
 width: 46px;
    height: 45px;
    background: #1d1e5e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 18px;
}
.process-modern {
  background: #f6f8fc;
}

.circle-pro {
  background: #f7f8fb;
  padding: 50px 0px 40px 0px;
}



/* ITEM */
.circle-item {
  text-align: center;
  transition: 0.4s;
}

.circle-item.up {
  transform: translateY(-30px);
}
.circle-item.down {
  transform: translateY(30px);
}

/* WRAP */
.circle-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin: auto;
}

/* 🔵 BLUE CURVE SHAPE */
.circle-bg {
  position: absolute;
    width: 132px;
    height: 127px;
    background: #944595;
    border-radius: 50%;
    top: -8px;
    left: -8px;
    z-index: 1;
    transition: 0.5s;
}

/* MAIN CIRCLE */
.circle-main {
  width: 130px;
  height: 130px;
  background: #ececec;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #333;
  transition: 0.4s;
}

/* NUMBER */
.num {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #944595;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  z-index: 3;
}

/* TEXT */
.circle-item h5 {
  margin-top: 20px;
  font-weight: 600;
}

.circle-item p {
  font-size: 15px;
  color: #666;
}

/* 🔥 HOVER EFFECT */
.circle-item:hover {
  transform: translateY(-10px) scale(1.05);
}

/* circle hover */
.circle-item:hover .circle-main {
  background: #fff;
  color: #944595;
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* blue shape animation */
.circle-item:hover .circle-bg {
  transform: scale(1.3) rotate(25deg);
  background: #944595;
}

/* icon animation */
.circle-item:hover i {
  transform: scale(1.2);
  transition: 0.3s;
}

/* number hover */
.circle-item:hover .num {
  background: #944595;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .circle-item.up,
  .circle-item.down {
    transform: translateY(0);
  }

  .main-title {
    font-size: 28px;
  }
}
.info-item h5{
  margin-bottom: 0px;
}
.info-item p{
  margin-bottom: 10px;
  font-size: 15px;
  color:#666;
}
.client-feedback {
  background: #f9f9f9;
  padding: 50px 0px 40px 0px;
}

.sub-title {
 font-size: 16px;
    margin-top: -10px;
    color: #1d1e5e;
    border-bottom: 2px solid #1d1e5e;
    display: inline;
    font-weight: 600;
}




/* CARD */
.feedback-card {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  text-align: left;
  transition: 0.4s;
  border: 1px solid #eee;
}

.feedback-card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 0px;
}

/* CLIENT */
.client-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-info h6 {
  margin: 0;
  font-weight: 600;
}

.client-info span {
  font-size: 13px;
  color: #1d1e5e;
}

.client-info img {
  width: 60px !important;
  height: 55px !important;
  border-radius: 50%;
}

/* HOVER */
.feedback-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

/* OWL DOTS */
.owl-dots {
  margin-top: 20px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  display: block;
  border-radius: 50%;
}

.owl-dot.active span {
  background: #c9a34e;
}
.stars {
  margin-bottom: 0px;
}

.stars i {
  color: #c9a34e;  /* same gold color */
  font-size: 14px;
  margin-right: 2px;
  transition: 0.3s;
}

/* hover effect (optional premium) */
.feedback-card:hover .stars i {
  transform: scale(1.1);
}
.cta-section {
  position: relative;
  padding: 70px 50px;
  background: url('https://images.unsplash.com/photo-1521791136064-7986c2920216') center/cover no-repeat;
  color: #fff;
  margin: 50px 0px;
}

/* OVERLAY */
.cta-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  top: 0;
  left: 0;
}

/* CONTENT */
.cta-section .container {
  position: relative;
  z-index: 2;
}

/* TEXT */
.cta-section h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 15px;
  color: #ddd;
 margin-bottom: 0px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #944595;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 2px;
  transition: 0.3s;
}






  
.appointment-section {
  font-family: 'Poppins', sans-serif;
  padding: 50px 0px 40px 0px;
}

/* LEFT SIDE (IMAGE BACKGROUND) */
.left-content {
  background: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f') center/cover no-repeat;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}

/* DARK OVERLAY */
.left-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(148, 69, 149, 0.85);
  top: 0;
  left: 0;
}

/* CONTENT */
.content-box {
  position: relative;
  z-index: 2;
  padding: 60px;
}

.content-box .sub {
  font-size: 18px;
    margin-bottom: 21px;
}

.content-box h2 {
  font-size: 32px;
  font-weight: 700;
}

.content-box h2 span {
  color: #fff;
}

.content-box p {
  font-size: 15px;
  margin-bottom: 24px;
}

.content-box ul {
  padding: 0px 0px 0px 17px;
  list-style: none;
}

.content-box ul li {
  margin-bottom: 8px;
  font-size: 15px;
  list-style-type: disc;
}
.content-box i {
  margin-right: 10px;
}
.form-box h2{
    margin-bottom: 23px;
}

/* BUTTON */
.btn-main {
  display: inline-block;
  background: #fff;
  color: #e63946;
  padding: 10px 25px;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s;
}

.btn-main:hover {
  background: #000;
  color: #fff;
}

/* RIGHT SIDE */
.right-form {
  background: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

/* DARK OVERLAY */
.right-form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
}

/* FORM BOX */
.form-box {
  position: relative;
  z-index: 2;
  padding: 60px;
  width: 100%;
  color: #fff;
}

.form-box h2 span {
  color: #944595;
}

/* INPUTS */
form input,
form select,
form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  outline: none;
}

form textarea {
  height: 120px;
}

/* BUTTON */
form button {
  background: #944595;
  color: #fff;
  border: none;
  padding: 12px 25px;
}

/* 🔥 RESPONSIVE */
@media (max-width: 991px) {
  .left-content,
  .right-form {
    text-align: center;
  }


  .content-box,
  .form-box {
    padding: 24px 20px;
  }
  .breadcrumb-area {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(3 7 12 / 80%)), url(img/breadcrumb.png);
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    text-align: center;
    color: white;
}
.breadcrumb-area h1 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
}
}

.choose-card h5:hover{
  
    color: white;
  
}
.footer-section {
  background: #141439;
  color: #fff;
  padding: 10px 0px 10px 0px;
  font-size: 14px;
}

.footer-section h5,
.footer-section h6 {
  color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
    border-bottom: 2px solid #944595;
    display: inline;
}

.footer-section p {
 color: white;
    font-size: 14px;
    margin-top: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin-top:10px;
}

.footer-section ul li {
  margin-bottom: 8px;
  color: white;
  cursor: pointer;
  font-size: 16px;
}



.social-icons i {
  margin-right: 10px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10%;
    cursor: pointer;
    font-size: 18px;
    color:#fff;
}

.footer-bottom a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
  font-size: 15px;

}
.footer-section ul li a{
  text-decoration: none;
  color:#fff;
}

hr {
  border-color: rgba(255,255,255,0.2);
}
.social-icons{
      margin-top: 35px;
}
.icons{
  width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #2a2b79;
    margin-right: 16px;
}
.p-bottom{
  color: white !important;
  font-size: 16px !important;
  margin:0px 0px !important;
}
.top-bar span a{
  color: #fff !important;
    font-size: 15px;
    text-decoration: none;
}
/* ================= RESPONSIVE FIX ONLY ================= */

/* Large devices fix */
@media (max-width: 1200px) {
  .navbar img {
    width: 18%;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-text {
    font-size: 18px;
  }
}

/* Tablet */
@media (max-width: 991px) {

  /* Navbar */
  .navbar img {
    width: 30%;
  }

  .nav-link {
    padding: 10px 0;
  }

  /* Banner */
  .banner {
    padding: 80px 20px;
  }


  

  /* About */
  .about-section {
    text-align: center;
  }

  .about-img-wrapper {
    margin-bottom: 30px;
  }

  /* Why section image fix */
  .why-img {
    transform: scale(0.8);
    margin: 0 auto;
  }

  /* Cards */
  .choose-card {
    margin-bottom: 20px;
  }

  

  /* Appointment */
  .left-content,
  .right-form {
    min-height: 300px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  /* Navbar */
  .navbar img {
    width: 100%;
  }

  /* Banner */
  .banner {
    padding: 60px 15px;
  }


  .hero-text {
    font-size: 14px;
  }

  /* About */
  .main-title {
    font-size: 28px;
  }

  .desc {
    font-size: 14px;
    text-align: justify;
  }
  .about-list li{
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--text-light);
    text-align: left;
  }

  

  /* Counter */
  .counter-box h2 {
    font-size: 24px;
  }

  .counter-area p {
    font-size: 14px;
  }

  /* Process circles */
  .circle-wrap {
    width: 100px;
    height: 100px;
  }

  .circle-main {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }

  /* Feedback */
  .feedback-card {
    margin-bottom: 20px;
  }

  /* Footer */
  .footer-section {
    text-align: left;
  }

  .social-icons {
    justify-content: center;
  }
}

/* Small Mobile */
@media (max-width: 480px) {

  .navbar img {
    width: 50%;
  }

   .hero-title {
        font-size: 25px;
        line-height: 32px;
        font-family: 'Playfair Display', serif;
        font-weight: 600;
    
  }


  .title-main {
    font-size: 28px;
  }

  .section-label {
    font-size: 14px;
  }

 

  .circle-wrap {
    width: 80px;
    height: 80px;
  }

  .circle-main {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }

  .cta-section h2 {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
  }

  .cta-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
  .top-bar{
    display: none;
  }
  .btn-main {
    background: #1d1e5e !important;
    color: #fff;
    padding: 8px 18px !important;
    border-radius: 5px;
    color: white !important;
    margin-top: 11px !important;
    margin-left: 15px;
}

.about-section{
  padding: 15px 0px 30px 0px;
}

.why-choose-advanced{
  padding: 30px 0px 30px 0px;

}
.biz-section{
  padding: 30px 0px 30px 0px;
}
.biz-section .text{
  text-align: center;
}
.info-item h5 {font-size: 16px;
text-align: left;}
.info-item p{
          font-size: 14px;
          text-align: justify;
}

     .info-icon {
        width: 53px;
        height: 37px;
        background: #1d1e5e;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
        margin-top: 8px;
    }
    .text-desc {
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
    text-align: justify;
}
 
        .why-img {
        transform: scale(0.85);
    }
    .cta-section{
      padding: 30px 15px;
      text-align: left;
    }
    .client-feedback{
      padding: 30px 0px;
    }
    .appointment-section{
       padding: 30px 0px;
    }
    .footer-bottom a{
      display: none;  
    }
    .content-box ul {
    padding: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 15px;
    list-style-type: disc;
}
.content-box ul li {
    margin-bottom: 8px;
    margin-right: 15px;
}
.content-box p {
    
    text-align: justify;
}
.footer-section h5, .footer-section h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 18px;
    border-bottom: 2px solid #944595;
    display: inline;
}
.footer-section p {
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-section ul li {
    margin-bottom: 8px;
    color: white;
    cursor: pointer;
    font-size: 14px;
}
.social-icons i {
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10%;
    cursor: pointer;
    font-size: 14px;
}
.p-bottom {
    color: white !important;
    font-size: 14px !important;
    margin: 0px 0px !important;
}
}
@media (max-width: 576px) {

  .circle-pro {
    padding: 30px 0px;
  }

  /* Stack items */
  .circle-item {
    margin-bottom: 40px;
    transform: none !important;
  }

  /* Circle size small */
  .circle-wrap {
    width: 100px;
    height: 100px;
  }

  .circle-main {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }

  .circle-bg {
    width: 102px;
    height: 100px;
    top: -6px;
    left: -6px;
  }

  /* Number badge adjust */
  .num {
    font-size: 11px;
    padding: 5px 10px;
    top: -8px;
    right: -8px;
  }

  /* Text adjust */
  .circle-item h5 {
    font-size: 16px;
    margin-top: 15px;
  }

  .circle-item p {
    font-size: 13px;
  }
  .subtitle-main{
    margin-bottom: 5px;
  }

}

 :root {
      --primary-color: #1d1e5e; /* Deep Blue based on typical legal themes */
      --accent-color: #944595;  /* Gold/Orange accent */
      --text-dark: #333333;
      --text-light: #666666;
      --bg-light: #f8f9fa;
    }

    
/* --- Page Header (Breadcrumb) --- */
    .breadcrumb-area {
      background: linear-gradient(rgb(0 0 0 / 80%), rgb(3 7 12 / 80%)), url(img/breadcrumb.png);
    background-size: cover;
    background-position: center;
    padding: 88px 0;
    text-align: center;
    color: white;
    }
    .breadcrumb-area h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
}
    .breadcrumb-item{
      font-family: "Playfair Display", serif;
    }
    .breadcrumb-item+.breadcrumb-item::before {
      color: white;
    }

    
    .desc {
      color: var(--text-light);
      line-height: 1.8;
      margin-bottom: -5px;
      font-size: 15px;
    }

    /* --- About Section --- */
    
    .about-img-wrapper {
      position: relative;
      padding: 20px;
    }
    .shape-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 80%;
    
      z-index: 1;
    }
    .main-img {
      position: relative;
      z-index: 2;
      border-radius: 5px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .about-list {
      list-style: none;
      padding: 0;
      margin-bottom: 25px;
    }
    .about-list li {
      margin-bottom: 10px;
      color: var(--text-light);
      font-weight: 500;
      font-size: 15px;
    }
    .about-list i {
      color: #944595;
      margin-right: 10px;
    }
    .about-btn {
      background-color: #1d1e5e;
      color: white;
      padding: 12px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 600;
      transition: 0.3s;
    }
    .about-btn:hover {
      background-color:#944595;
      color: white;
    }

    /* --- Mission/Vision --- */
    .mission-section {
      background-color: var(--bg-light);
      padding: 40px 0px 30px 0px;
    }
    .mission-card {
      background: white;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      height: 100%;
      transition: 0.3s;
    }
    .mission-card:hover {
      transform: translateY(-5px);
    }
    .mission-icon {
      font-size: 3rem;
      color: #944595;
      margin-bottom: 20px;
    }

    /* --- Team Section --- */
    .team-section {
      padding: 40px 0px 30px 0px;
    }
    .team-card {
      text-align: center;
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      transition: 0.3s;
    }
    .team-card:hover {
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .team-img {
      width: 100%;
      
      object-fit: cover;
    }
    .team-info {
      padding: 20px;
    }
    .team-info h5 {
      color: var(--primary-color);
      font-weight: 700;
      margin-bottom: 5px;
    }
    .team-info span {
      color: #944595;
      font-size: 0.9rem;
      font-weight: 600;
    }
    /* HERO SECTION (Contact Banner) */
    .contact-hero {
      background: linear-gradient(rgba(13, 44, 84, 0.8), rgba(13, 44, 84, 0.8)), url('https://images.unsplash.com/photo-1589829085413-56de8ae18c73?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
      background-size: cover;
      background-position: center;
      padding: 80px 0;
      color: white;
      text-align: center;
    }

    /* CONTACT INFO BOXES */
    .contact-info-box {
      background: whitesmoke;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      transition: 0.3s;
      text-align: center;
      margin-top:55px;
    }
    .contact-info-box:hover {
      transform: translateY(-5px);
    }
    .contact-icon {
      font-size: 40px;
      color: var(--primary-color);
      margin-bottom: 20px;
    }
    .contact-icon i {
      
      padding: 15px;
      
    }

    /* FORM STYLES */
    .contact-form-wrapper {
      background: whitesmoke;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }
    .form-control, .form-select {
      border: 1px solid #ddd;
      padding: 12px 15px;
      margin-bottom: 20px;
      border-radius: 5px;
      background-color: #f9f9f9;
    }
    .form-control:focus {
      border-color: var(--primary-color);
      box-shadow: none;
      background-color: #fff;
    }
    .btn-submit {
      background-color: var(--primary-color);
      color: #fff;
      padding: 12px 30px;
      border: none;
      border-radius: 5px;
      width: 100%;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }
    .btn-submit:hover {
      background-color: rgb(252, 91, 185);
      color: #000;
    }
    .contact-form-wrapper h3{
      font-family: 'Playfair Display', serif;
          font-weight: 600;
    }
   .contact-info-box .text-muted{
    font-size: 14px;
   }
   
    /* --- SERVICE HERO --- */
    .service-hero {
      background: linear-gradient(rgba(13, 44, 84, 0.85), rgba(13, 44, 84, 0.85)), 
                  url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
      background-size: cover;
      background-position: center;
      padding: 120px 0;
      color: white;
      text-align: center;
    }
    .service-hero h1 {
      font-weight: 700;
      font-size: 48px;
      margin-bottom: 15px;
    }
    .service-hero p {
      font-size: 18px;
      opacity: 0.9;
      max-width: 700px;
      margin: 0 auto;
    }

    /* --- SERVICE INTRO (Image + Text) --- */
    .service-intro {
         padding: 50px 0px 30px 0px;
    }
  
    .service-img-box img {
      width: 100%;
      transition: 0.5s;
    }
    .service-img-box:hover img {
      transform: scale(1.05);
    }

    /* --- PROCESS STEPS --- */
    .process-section {
        padding: 50px 0px 30px 0px;
      background-color: var(--bg-light);
    }
    .process-card {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      text-align: center;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: 0.3s;
      border-bottom: 3px solid transparent;
    }
    .process-card:hover {
      transform: translateY(-5px);
      border-bottom: 3px solid #944595;
    }
    .step-number {
      font-size: 40px;
      font-weight: 700;
      color: rgba(13, 44, 84, 0.1);
      position: absolute;
      top: 10px;
      right: 20px;
    }
    .process-icon {
      font-size: 32px;
      color: var(--primary-color);
      margin-bottom: 20px;
      background: rgba(13, 44, 84, 0.05);
      width: 70px;
      height: 70px;
      line-height: 70px;
      border-radius: 50%;
      display: inline-block;
    }

    /* --- DOCUMENTS LIST --- */
    .docs-section {
          padding: 50px 0px 30px 0px;
    }
    
    .doc-list li {
     position: relative;
    margin-bottom: 15px;
    font-size: 15px;
    color: #666;
    list-style: none;
    }
    .doc-list{
      padding: 0px;
      margin-bottom: 30px;
    }
    .doc-list li i{
      margin-right: 10px;
    color: #944595;
    }

    /* --- FAQ ACCORDION --- */
    .faq-section {
         padding: 50px 0px 30px 0px;
      background-color: var(--bg-light);
    }
    .accordion-item {
      border: none;
      margin-bottom: 15px;
      border-radius: 5px !important;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    .accordion-button {
      background-color: #fff;
      color: var(--primary-color);
      font-weight: 600;
      box-shadow: none !important;
      font-size: 16px;
    }
    .accordion-button:not(.collapsed) {
      background-color: var(--primary-color);
      color: #fff;
    }
    .accordion-button:focus {
      box-shadow: none;
      border-color: rgba(0,0,0,.125);
    }
    .img-trade{
      width: 100%;
      border-radius: 20px;
    }
    .btn-one{
     background: #1d1e5e;
    border: none;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    }
    .navbar-nav .nav-item a{
              padding: 10px 27px !important;
    }
    .hero-title{
      font-family: 'Playfair Display', serif;
      font-size: 45px;
      font-weight: 600;
    }
    @media (max-width: 991px) {
    .breadcrumb-area h1 {
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 10px;
        font-family: "Playfair Display", serif;
    }
    .breadcrumb-area {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(3 7 12 / 80%)), url(img/breadcrumb.png);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    text-align: center;
    color: white;
}
.contact-info-box {
    background: whitesmoke;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    text-align: center;
    margin: 16px;
    margin-bottom: -32px !important;
}
  }
  .hero-section-modern {
   background: linear-gradient(rgba(0, 0, 50, 0.7), rgba(0, 0, 50, 0.7)), url(img/banner.png);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color:#fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-title-modern {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-title-modern .highlight {
    color: #944595; 
}

.hero-text-modern {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 35px;
    line-height: 1.6;
}

.btn-primary-custom {
    background-color: #944595;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    border: none;
}

.btn-primary-custom:hover {
    background-color: #1d1e5e;
    transform: translateY(-3px);
    color:#fff;
}

.hero-trust-footer {
    display: flex;
    gap: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
}

.trust-item .number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.trust-item .label {
    font-size: 14px;
    opacity: 0.7;
}

.hero-image-wrapper {
    position: relative;
    z-index: 1;
}

.main-hero-img {
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.floating-card {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: white;
    color: #0f2c59;
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
 @media (max-width: 991px) {
  .hero-text-modern {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 35px;
    line-height: 1.6;
}
.hero-title-modern {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}
.hero-section-modern {
background: linear-gradient(rgba(0, 0, 50, 0.7), rgba(0, 0, 50, 0.7)), url(img/banner.png);
    padding: 43px 0;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat;
 }
 }
 .cta-btn:hover{
  background-color: #1d1e5e;
 }
 form button:hover{
  background-color: #1d1e5e;
 }
 
    .legal-section {
      padding: 0px 0;
      scroll-margin-top: 80px; /* Prevents heading from being hidden by sticky nav */
    }

    .legal-card {
      background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    margin-top: 39px;
    }

    h2.section-title {
      color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 6px;

    }

    h2.section-title::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 60px;
      height: 3px;
      background: var(--accent-color);
    }

    h4.subsection-title {
      font-weight: 600;
      margin-top: 20px;
      color: #333;
    }

    .agreement-banner {
      background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    }
    
    /* Legal Page Specific Styles */
    .legal-hero {
      background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
      color: white;
      padding: 60px 0;
      text-align: center;
    }

    .legal-card p {
      color:#666;
      font-size: 15px;
    }
    .legal-card li {
      color:#666;
      font-size: 15px;
    }
     @media (max-width: 480px){
      .about-btn{
        padding:8px 18px;
        margin-right:255px;
        font-size: 13px;
      }
      .cta-section{
        margin:0px;
      }
      form button{
        padding:8px 18px;
        font-size: 13px;
      }
      .logo-link {
    width: 286px;
}
     }
      :root {
            --primary-blue: #1d1e5e;
            --accent-gold: #944595;
            --light-bg: #f8f9fa;
            --text-dark: #333333;
        }

        body { font-family: 'Inter', sans-serif; }
        h1, h2, h3 { font-family: 'Playfair Display'}

        /* --- Hero Section --- */
        .hero-section {
            background: linear-gradient(135deg, #fdfbfb 0%, #e2e8f0 100%);
            padding: 100px 0;
            border-bottom: 4px solid var(--accent-gold);
        }
        .hero-badge-one {
            background: var(--accent-gold);
            color: #fdfbfb;
            font-weight: 700;
            padding: 5px 15px;
            border-radius: 50px;
            font-size: 0.8rem;
            text-transform: uppercase;
        }
        .hero-title-one { font-size: 3.5rem; line-height: 1.1; margin-bottom: 20px; margin-top:19px; }
        .btn-cta-one {
            background: var(--primary-blue);
            color: white;
            padding: 15px 35px;
            border-radius: 8px;
            font-weight: 600;
            transition: 0.3s;
            text-decoration: none;
            display: inline-block;
        }
        .btn-cta-one:hover { background: var(--accent-gold); color: var(--primary-blue); transform: scale(1.05); }

        /* --- Info Grid --- */
        .info-box-one {
            border: 1px solid #eee;
            border-radius: 15px;
            padding: 30px;
            transition: 0.3s;
            background: white;
            height: 100%;
        }
        .info-box-one:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-color: var(--accent-gold); }
        .info-box-one i { font-size: 2.5rem; color: var(--accent-gold); margin-bottom: 20px; }

        /* --- Objection Types Grid --- */
        .objection-card {
            background: var(--light-bg);
            border-left: 4px solid var(--primary-blue);
            padding: 15px;
            border-radius: 0 10px 10px 0;
            margin-bottom: 15px;
            font-size: 0.95rem;
        }

        /* --- Process Roadmap --- */
        .roadmap-step {
            position: relative;
            padding: 20px;
            text-align: center;
        }
        .step-number-one {
            width: 50px;
            height: 50px;
            background: var(--primary-blue);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-weight: 700;
            border: 4px solid var(--accent-gold);
        }

        /* --- Urgency Banner --- */
        .urgency-banner {
            background: #fff3cd;
            border: 2px dashed #ffc107;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
        }

        /* --- Comparison Table --- */
        .table-custom { border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .table-custom thead { background: var(--primary-blue); color: white; }

        /* --- Sticky Form --- */
        .sticky-form {
            position: sticky;
            top: 20px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border: 1px solid #eee;
        }
        .form-control:focus { border-color: var(--accent-gold); box-shadow: 0 0 0 0.25rem rgba(252, 200, 19, 0.25); }
        .py-5 h3 {
          color: var(--primary-blue);
        }
         .py-5 h2{
          color: var(--primary-blue);

         }
         @media (max-width: 480px){
          .hero-title-one {
           font-size: 2.5rem;}
           .hero-section{
            padding: 40px 0px;
           }
           .lead {
    font-size: 16px;
         }
         .btn-cta-one {
          font-size: 13px;
          padding: 10px 11px;
         }
}
    
        /* --- UNIQUE PREFIXED VARIABLES FOR RENEWAL PAGE --- */
        :root {
            --tm-ren-gold: #D4AF37;
            --tm-ren-gold-dark: #B8860B;
            --tm-ren-white: #FFFFFF;
            --tm-ren-offwhite: #FAFAFA;
            --tm-ren-dark: #1A1A1A;
            --tm-ren-grey: #555555;
            --tm-ren-transition: all 0.3s ease;
        }

        /* Base Layout */
        .tm-ren-main-wrapper {
            background-color: var(--tm-ren-white);
            color: var(--tm-ren-dark);
            line-height: 1.8;
            font-family: 'Open Sans', sans-serif;
        }

        .tm-ren-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .tm-ren-section-padding {
            padding: 45px 0;
        }

        .tm-ren-text-center { text-align: center; }

        /* Unique Button */
        .tm-ren-btn-gold {
            background-color: var(--primary-blue);;
            color: white !important;
            padding: 10px 15px;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 4px;
            display: inline-block;
            transition: var(--tm-ren-transition);
            border: 2px solid var(--primary-blue);;
            cursor: pointer;
            font-family: 'Montserrat', sans-serif;
        }

        .tm-ren-btn-gold:hover {
            background-color: transparent;
            color: var(--primary-blue); !important;
        }

        /* Unique Titles */
        .tm-ren-main-title {
                font-size: 2.5rem;
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #1d1d2c;
    font-weight: 700;
        }

       

        /* Page Banner */
        .tm-ren-banner {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('BG.PNG');
            background-size: cover;
            background-position: center;
            padding: 100px 0 80px;
            text-align: center;
            color: #fff;
        }
        .tm-ren-banner h1 { 
            color: #fff; 
            font-size: 36px; 
            margin-bottom: 10px; 
            font-family: 'Montserrat', sans-serif; 
            font-weight: 700;
        }
        .tm-ren-banner .tm-ren-breadcrumb a { 
            color: #d4af37; 
            text-decoration: none; 
        }
        .tm-ren-banner .tm-ren-breadcrumb span {
            color: #8b8989;
        }

        /* Expertise Section */
        .tm-ren-exp-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            margin-top: 40px;
        }
        .tm-ren-exp-text h3 {
            color: var(--tm-ren-dark);
            font-size: 1.8rem;
            margin-bottom: 20px;
            position: relative;
            font-family: 'Montserrat', sans-serif;
        }
        .tm-ren-exp-text h3::before {
            content: '';
            position: absolute;
            left: -20px;
            top: 0;
            width: 5px;
            height: 100%;
            background:#944595;
        }
        .tm-ren-exp-text p {
            color: var(--tm-ren-grey);
            margin-bottom: 20px;
            text-align: justify;
        }
        .tm-ren-highlight-box {
            background: var(--tm-ren-offwhite);
            padding: 40px;
            border-left: 8px solid #944595;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border-radius: 0 15px 15px 0;
        }

        /* Documents Section */
        .tm-ren-doc-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }
        .tm-ren-doc-item {
            background: var(--tm-ren-white);
            padding: 20px;
            border: 1px solid #eee;
            border-radius: 8px;
            display: flex;
            align-items: center;
            transition: var(--tm-ren-transition);
        }
        .tm-ren-doc-item:hover { border-color: #944595; }
        .tm-ren-doc-icon {
            width: 25px;
            height: 25px;
            background: #944595;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 14px;
            font-weight: bold;
            flex-shrink: 0;
        }

        /* Eligibility Section */
        .tm-ren-elig-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .tm-ren-elig-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            border-top: 4px solid #944595;
            box-shadow: 0 5px 20px rgba(0,0,0,0.03);
        }
        .tm-ren-elig-card h3 {
            font-family: 'Montserrat', sans-serif;
            color: var(--tm-ren-dark);
            margin-bottom: 15px;
            font-size: 1.3rem;
        }

        /* Benefits Section */
        .tm-ren-ben-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        .tm-ren-ben-card {
            text-align: center;
            padding: 30px;
            transition: var(--tm-ren-transition);
        }
        .tm-ren-ben-card:hover { transform: translateY(-10px); }
        .tm-ren-ben-icon {
            font-size: 40px;
            color: #944595;
            margin-bottom: 20px;
            display: block;
        }

        /* Process Section */
        .tm-ren-proc-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 50px;
        }
        .tm-ren-step {
            flex: 1;
            min-width: 220px;
            text-align: center;
            padding: 20px;
        }
        .tm-ren-step-num {
            width: 60px;
            height: 60px;
            background: #944595;
            color: white;
            line-height: 60px;
            border-radius: 50%;
            font-size: 24px;
            font-weight: bold;
            margin: 0 auto 20px;
        }

        /* Pricing Section */
        .tm-ren-price-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 50px;
        }
        .tm-ren-price-card {
            background: white;
            width: 350px;
            padding: 40px;
            border: 1px solid #ddd;
            text-align: center;
        }
        .tm-ren-price-card.featured {
            border: 3px solid var(--primary-blue);;
            transform: scale(1.05);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        .tm-ren-price-amount {
            font-size: 32px;
            font-weight: bold;
            color:#944595;
            margin-bottom: 20px;
        }
        .tm-ren-price-list {
            list-style: none;
            margin-bottom: 30px;
            text-align: left;
            padding: 0;
        }
        .tm-ren-price-list li {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
            color: var(--tm-ren-grey);
        }
        .tm-ren-price-list li::before {
            content: '✓';
            color:#944595;
            margin-right: 10px;
            font-weight: bold;
        }

        /* Contact Section */
        .tm-ren-contact-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            background: var(--tm-ren-dark);
            color: white;
            padding: 60px;
            border-radius: 15px;
        }
        .tm-ren-form-input {
            width: 100%;
            padding: 15px;
            margin-bottom: 20px;
            background: #2a2a2a;
            border: 1px solid #444;
            color: white;
            border-radius: 4px;
            font-family: 'Open Sans', sans-serif;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .tm-ren-exp-grid, .tm-ren-contact-wrapper { grid-template-columns: 1fr; }
            .tm-ren-banner h1 { font-size: 28px; }
            .tm-ren-price-card.featured { transform: scale(1); }
        }
        /* --- Multi-Level Dropdown Styles --- */
/* Parent */
.dropdown-submenu {
  position: relative;
}

/* Submenu hidden */
.dropdown-submenu > .dropdown-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 100%;
  margin-top: 0;
  min-width: 250px;
}

/* Desktop hover */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* Mobile fix */
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;
    margin-left: 15px;
    border-left: 1px solid #eee;
  }
}
/* FORCE hide all submenus */
.dropdown-submenu .dropdown-menu {
  display: none !important;
}

/* ONLY show when hovering Trademark */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;}
  }

   /* --- SERVICES GRID --- */
    .service-container { padding: 100px 0; }
    .service-card {
      background: white;
      border: 1px solid #eee;
      padding: 40px 30px;
      border-radius: 20px;
      transition: 0.4s ease;
      text-align: center;
      height: 100%;
      box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    }
    .service-card:hover {
      transform: translateY(-10px);
      border-color: var(--primary-blue);
      box-shadow: 0 15px 40px rgba(13, 110, 253, 0.1);
    }
    .service-icon-box {
      width: 70px; height: 70px; background: var(--soft-gray);
      border-radius: 15px; display: flex; align-items: center; 
      justify-content: center; margin: 0 auto 20px;
      font-size: 30px; color: var(--primary-blue);
      transition: 0.3s;
    }
    .service-card:hover .service-icon-box { background: var(--primary-blue); color: white; }

    /* --- ABOUT / STATS SECTION --- */
    .about-dev { background: var(--soft-gray); padding: 100px 0; }
    .stat-box {
      background: white;
      padding: 30px;
      border-radius: 20px;
      text-align: center;
      border-bottom: 4px solid var(--primary-blue);
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }
    .stat-number { font-size: 2.5rem; font-weight: 700; color: var(--dark-navy); }

    /* --- CTA SECTION --- */
    .dev-cta {
      background: linear-gradient(135deg, #1d1e5e, #0f1035);
      padding: 80px 0;
      border-radius: 30px;
      margin: 50px 20px;
      color: white;
      text-align: center;
    }

    /* --- FEEDBACK --- */
    .feedback-glass {
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(0,0,0,0.05);
      padding: 30px;
      border-radius: 25px;
      margin: 10px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    /* --- APPOINTMENT FORM --- */
    .form-portal {
      background: white;
      padding: 50px;
      border-radius: 30px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    }
    .form-control-custom {
      border-radius: 10px;
      padding: 12px;
      border: 1px solid #ddd;
      margin-bottom: 20px;
      width: 100%;
    }
    .submit-btn {
      background: var(--primary-blue);
      color: white;
      width: 100%;
      padding: 15px;
      border-radius: 10px;
      font-weight: 600;
      border: none;
      transition: 0.3s;
    }
    .submit-btn:hover { background: var(--dark-navy); }

    /* --- FOOTER --- */
    .dev-footer {
      background: var(--dark-navy);
      color: white;
      padding: 80px 0 30px;
    }
    .footer-link { color: #ccc; text-decoration: none; transition: 0.3s; display: block; margin-bottom: 10px; }
    .footer-link:hover { color: var(--tech-cyan); padding-left: 5px; }

    /* --- STICKY ICONS --- */
    .sticky-floating {
      position: fixed; right: 20px; bottom: 30px; 
      display: flex; flex-direction: column; gap: 15px; z-index: 1000;
    }
    .float-btn {
      width: 50px; height: 50px; border-radius: 50%; 
      display: flex; align-items: center; justify-content: center;
      color: white; font-size: 24px; box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      transition: 0.3s; text-decoration: none;
    }
    .float-wa { background: #25d366; }
    .float-ph { background: #ff3b30; }
    .float-btn:hover { transform: scale(1.1) rotate(10deg); color: white; }


  /* --- PROCESS SECTION STYLES --- */
  .process-section {
    background-color: whitesmoke;
    position: relative;
  }

  

  .process-card {
    background: white;
    padding: 50px 30px 20px 30px;
    border-radius: 24px;
    border: 1px solid #edf2f7;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    overflow: hidden;
  }

  .process-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-blue);
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.1);
  }

  /* The Step Number */
  .process-num {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 46px;
    font-weight: 800;
    color: rgba(29, 30, 94, 0.4);
    line-height: 1;
    transition: 0.4s;
}
  
 
  

  .process-card h4 {
    color: var(--dark-navy);
    margin-bottom: 15px;
    font-size: 22px;
    text-align: start;
  }

  .process-card p {
    font-size: 15px;
    line-height: 1.6;
    text-align: start;
  }

  /* Footer Link */
  .process-footer {
    margin-top: 20px;
    font-weight: 600;
    color: var(--primary-blue);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
    opacity: 0.7;
  }

  .process-card:hover .process-footer {
    opacity: 1;
    gap: 10px;
  }

  /* Adding a connecting line effect for desktop */
  @media (min-width: 992px) {
    .process-wrapper {
      position: relative;
    }
    /* This creates a faint dotted line connecting the cards visually */
    .process-wrapper::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      border-top: 2px dashed rgba(13, 110, 253, 0.1);
      z-index: -1;
    }
  }


  /* --- MINIMAL SERVICE SECTION STYLES --- */
  .service-minimal-section {
    background-color: whitesmoke; /* Pure white background as in the image */
    padding: 50px 0;
  }

  .min-service-box {
   padding: 30px;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    border-left: 6px solid #1d1e5e;}

  

  .service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }

  .min-icon {
    font-size: 22px;
    color: var(--primary-blue); /* Uses your primary blue */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
  }

  .service-heading {
    font-weight: 700;
    color: #333;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .service-text {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding-left: 55px; /* Aligns text with the heading, skipping the icon width */
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .service-text {
      padding-left: 0;
      margin-top: 10px;
    }
    .service-header {
      margin-bottom: 10px;
    }
  }
  /* --- MINIMAL INDUSTRY SECTION STYLES --- */
  .ind-minimal-section {
    background-color: #ffffff;
    padding: 100px 0;
  }

  .ind-minimal-card {
    background: #1d1e5e;;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
  }

  /* The Icon Wrapper with Glow Effect */
  .ind-icon-glow {
    width: 70px;
    height: 70px;
    background: #fff;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;}

  /* Hidden Glow behind the icon */
  .ind-icon-glow::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-blue);
    filter: blur(20px);
    opacity: 0;
    transition: 0.4s;
    border-radius: 50%;
    z-index: -1;
  }

  .ind-title {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin: 0;
    transition: 0.3s;
  }

  

  /* Responsive adjust for smaller screens */
  @media (max-width: 576px) {
    .ind-title {
      font-size: 14px;
    }
    .ind-icon-glow {
      width: 60px;
      height: 60px;
      font-size: 24px;
    }
  }

  /* --- PROJECT FEATURE STYLES --- */
  .project-header h2 {
    line-height: 1.2;
  }

  .project-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: default;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  }

  .project-feature-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary-blue);
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.1);
    background: #fafbff;
  }

  .feature-icon-wrap {
    width: 45px;
    height: 45px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--primary-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: 0.3}

    /* --- TECHNOLOGY STACK STYLES (STATIC VERSION) --- */
.tech-stack-section {
  background-color: whitesmoke;
  padding: 100px 0;
}

.tech-item-card {
  background: white;
  /* A subtle but professional border */
  border: 1px solid #e2e8f0; 
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Soft, elegant shadow for depth */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

/* Logo Wrapper */
.tech-logo-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.tech-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Removed Grayscale and Opacity - Logos are now full color */
  filter: none; 
  opacity: 1;
}

.tech-name {
  font-weight: 700;
  /* Changed from muted grey to Dark Navy for professional contrast */
  color: var(--dark-navy); 
  font-size: 16px;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .tech-item-card {
    padding: 20px 10px;
  }
  .tech-logo-box {
    width: 50px;
    height: 50px;
  }
  .tech-name {
    font-size: 13px;
  }
}
.submit-btn:hover{
  background: #944595;
}

    :root {
      --primary-color: #1d1e5e; /* Deep Blue */
      --accent-color: #944595;   /* Purple/Magenta Accent */
      --text-dark: #333333;
      --text-light: #666666;
      --bg-light: #f8f9fa;
      --white: #ffffff;
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

   

   
    .btn-quote {
      background: var(--primary-color);
      color: white !important;
      padding: 10px 25px;
      border-radius: 50px;
      font-weight: 600;
      transition: var(--transition);
      text-decoration: none;
    }
    .btn-quote:hover {
      background: var(--accent-color);
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(148, 69, 149, 0.3);
    }

    /* --- HERO SECTION --- */
    .hero-section {
      padding: 50px 0px;
      background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
      position: relative;
      overflow: hidden;
    }
    .hero-section::before {
      content: '';
      position: absolute;
      top: -10%; right: -10%;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(148, 69, 149, 0.1) 0%, transparent 70%);
      z-index: 0;
    }
    .hero-content { position: relative; z-index: 1; }
    .hero-subtitle {
      color: var(--accent-color);
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 14px;
      margin-bottom: 15px;
      display: block;
    }
    .hero-h1 {
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 900;
      line-height: 1.1;
      margin-bottom: 25px;
    }
    .hero-h1 span { color: var(--accent-color); }
    .hero-desc {
     font-size: 16px;
    color: var(--text-light);
    margin-bottom: 35px;
    line-height: 1.8;
    }
    .hero-img-box {
      position: relative;
    }
    .hero-img-box img {
      width: 100%;
      filter: drop-shadow(0 20px 50px rgba(0,0,0,0.1));
      border-radius: 10px;
    }
   

   
    
    /* --- COUNTER SECTION --- */
    .counter-section {
      background: var(--primary-color);
      padding: 30px 0;
      color: white;
    }
    .counter-box {
      text-align: center;
      padding: 20px;
    }
    .counter-num {
      font-family: 'Playfair Display', serif;
      font-size: 3.5rem;
      font-weight: 900;
      color: #fff;
      display: block;
    }
    .counter-label {
      font-size: 16px;
      font-weight: 500;
      opacity: 0.8;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    /* --- PORTFOLIO SECTION --- */
    .portfolio-section { padding: 100px 0; background: var(--bg-light); }
    .port-item {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
    }
    .port-img {
      width: 100%;
      transition: var(--transition);
    }
    .port-overlay {
      position: absolute;
      bottom: 0; left: 0; width: 100%;
      background: linear-gradient(transparent, var(--primary-color));
      padding: 30px;
      color: white;
      transform: translateY(100%);
      transition: var(--transition);
    }
    .port-item:hover .port-overlay { transform: translateY(0); }
    .port-item:hover .port-img { transform: scale(1.1); }

    /* --- TEAM SECTION --- */
    .team-card {
      text-align: center;
      transition: var(--transition);
      padding-top: 20px;
    }
    .team-img {
      width: 180px; height: 180px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 20px;
      border: 5px solid white;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      transition: var(--transition);
    }
    .team-card:hover .team-img { border-color: var(--accent-color); transform: scale(1.05); }
    .team-name { font-weight: 700; font-size: 20px; margin-bottom: 5px; }
    .team-role { color: var(--text-light); font-size: 14px; }

    /* --- TESTIMONIALS --- */
    .testimonial-section { padding: 100px 0; background: var(--cream); }
    .test-card {
      background: white;
      padding: 40px;
      border-radius: 30px;
      box-shadow: 0 15px 30px rgba(0,0,0,0.05);
      border-bottom: 4px solid var(--accent-color);
    }
    .test-text { font-style: italic; color: var(--text-light); margin-bottom: 25px; line-height: 1.8; }
    .test-author { display: flex; align-items: center; gap: 15px; }
    .test-author img { width: 60px; height: 60px; border-radius: 50%; }

    :root {
  --primary-glow: #6366f1; /* Indigo */
  --secondary-glow: #a855f7; /* Purple */
  --card-bg: #111827; /* Deep Dark Blue/Grey */
  --text-color: #f3f4f6;
}

.services-section {
  padding: 50px 0px;
  background-color: #fff; /* Darker background for contrast */
  color: var(--text-color);
}

.section-header {
  margin-bottom: 30px;
}

.hero-subtitle {
  color: var(--primary-glow);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Unique Card Design */
.svc-card {
  position: relative;
  background: var(--card-bg);
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  z-index: 1;
}

/* The Glow Background effect */
.svc-card-glow {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.svc-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-glow);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.svc-card:hover .svc-card-glow {
  opacity: 1;
}

/* Icon Styling */
.svc-icon {
    width: 60px;
    height: 60px;
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    margin: 0px 0px 42px 0px;
}

.svc-card:hover .svc-icon {
  background: var(--primary-glow);
  color: white;
  transform: rotate(-10deg) scale(1.1);
}

/* Typography */
.svc-title {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.25rem;
  color: #fff;
}

.svc-text {
      color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 0px;
    font-size: 15px;
}
/* Section Styles */
.portfolio-section {
  padding: 50px 0px;
  background: #fff;
}


/* Portfolio Item */
.port-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px; 
  cursor: pointer;
}

.port-img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 20px;
}

/* Hover Overlay */
.port-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.port-item:hover .port-overlay { opacity: 1; }
.port-item:hover .port-img { transform: scale(1.1); }

/* Zoom Button */
.zoom-btn {
  background: #6366f1;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
  cursor: pointer;
}

.zoom-btn:hover {
  background: #a855f7;
  transform: scale(1.1);
}

/* ZOOM MODAL STYLING */
.zoom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.zoom-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.zoom-modal.active {
  display: flex;
}
.zoom-modal.active .zoom-img {
  transform: scale(1);
}

.close-zoom {
  position: absolute;
  top: 30px; right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* --- WHY CHOOSE US SECTION --- */
.why-choose-section {
  padding: 50px 0;
}

.why-card {
  background:rgba(17, 24, 39, 1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}


.why-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-glow), var(--secondary-glow));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.why-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.why-card p {
     color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 0px;
    font-size: 15px;
}
 @media (max-width: 972px) {
  .btn-quote{
    display: none;
  }
 }
 .digi-form{
  background: whitesmoke;
  padding: 50px 0px;
}
.digi{
  margin-bottom: 0px;
}
