:root {
  --naveed-red: #d61e2d;
  --naveed-line: #e9e9e9;
  --naveed-social: #f4f4f4;
  --bg: #f7fbff;
  --card: #eaf5ff;
  --card-border: #d6eaff;
  --primary: #2b6fff;
  --title: #0b1b34;
  --text: #3b4a5a;
  --white: #ffffff;
  --shadow: 0 6px 18px rgba(28, 76, 150, 0.08);
  /* either remove or fix below */
  /* --blue: #0000ff; */
}


.bg-blue {
    --bs-bg-opacity: 1;
    background-color: #122a50;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

body{
	font-family: "Poppins", sans-serif;
}
.naveed-header{ background:#122a50; }

.fa-brands, .fab {
    font-weight: 400;
    padding-top: 7px!important;
}


/* MOBILE HEADER STYLES */
@media (max-width: 991px) {
  .mobile-header {
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .mobile-top {
    background-color: #032e58;
    font-size: 13px;
    color:#fff;
  }

  .mobile-bottom h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }

  .mobile-bottom small {
    letter-spacing: 0.5px;
  }

  .offcanvas-body a:hover {
    color: #c49b0b;
  }
}

/* Hide default desktop header on mobile */
@media (max-width: 991px) {
  .naveed-topbar,
  .naveed-navbar {
    display: none !important;
  }
}


@media (max-width: 991px) {
  .offcanvas-body ul li a {
    transition: color 0.2s ease;
  }
  .offcanvas-body ul li a:hover {
    color: #c49b0b;
  }

  /* Indent submenu items */
  .offcanvas-body ul ul {
    border-left: 2px solid #eee;
    margin-top: 4px;
    padding-left: 10px;
  }

  .offcanvas-body ul ul li a {
    font-size: 14px;
  }
}


.text-danger {
    border: 1px solid #0000001f;
    padding: 5px;
    border-radius: 30px;
    color: rgb(2 39 175) !important;
}

.headetext{
	font-size:14px;
}

.rounded-circle {
    border-radius: 29% !important;
}

.btn-outline-secondary{
	border:1px solid #dee2e6;
}

.naveed-login{ background:var(--naveed-red); border-color:var(--naveed-red); }
.naveed-login:hover{ filter:brightness(.95); }

.naveed-navbar .navbar-nav .nav-link{
  padding:.5rem 1.75rem;
  color:#fff;
  font-size: 14px;
  font-weight: 500;
}
.naveed-navbar .dropdown-menu{
  border:1px solid var(--naveed-line);
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  padding:.25rem;
}
.naveed-navbar .dropdown-item:hover{ background:#c2dbfe; }

.nav-item.dropdown > a.nav-link:focus,
.nav-item.dropdown > a.nav-link:active,
.nav-item.dropdown > a.nav-link:hover {
  outline: none !important;
  box-shadow: none !important;
}

.text-danger {
    border: 1px solid #f6c100;
    padding: 5px;
    border-radius: 30px;
    color: rgb(219 165 45) !important;
}

.text-phone a{
	color:#fff;
	padding-right:50px;
	padding-left:30px;
}

.nav-item.dropdown:hover {
  background-color: #f3d68a; /* light blue */
  transition: background-color 0.3s ease; /* smooth effect */
  border-radius:10px 10px 0px 0px;
  border:1px solid #000;
  color: #000;
}


/* Dropdown panel sizing + border */
.naveed-dd{
  width: 340px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  font-size:14px;
}

/* List items look like the screenshot */
.naveed-dd-list .list-group-item{
  color: #111;
  font-weight: 500;
  padding: 12px 16px;
  border: 0;
  border-top: 1px solid #f3d68a;
}


.naveed-dd-list .list-group-item:hover{
  background: #f3d68a;
}

.gap{
	padding-left:50px;
}

.mgap{
	margin-left:30px;
}

.tophe{
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
    background-color: #122a50;
}

.about{
padding-top:15px;	
}

.about a{
	font-weight:700;
	text-decoration:none;
	font-size:17px;
	color: #122a50;
}

.about h1{
  font-size: 35px;
  line-height:67px;
  font-weight:700;
  color: #000;
  font-family: "Playfair Display", serif;	
}

.about p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif;	
}


.testimonial-section {
  text-align: center;
  padding: 8px 20px 80px 20px;
  background: #fff;
}

.testimonial-heading {
	 margin: 0 0 8px;
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    color: var(--title);
    letter-spacing: -0.3px;
    font-family: "Playfair Display", serif;
	padding-bottom:40px;
 }
  


.testimonial-slider {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
  
}

.testimonial-card {
  flex: 0 0 100%;
  max-width: 350px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, #c3f4ff 100%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 2px rgb(214 248 255);
  transition: transform 0.3s ease;
}

.testimonial-card p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 20px;
  max-height: 70px; /* show limited lines */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines */
  -webkit-box-orient: vertical;
  transition: max-height 0.3s ease;
}

.testimonial-card:hover p {
  -webkit-line-clamp: unset;
  max-height: none; /* show full content */
}

.testimonial-rating {
  color: #f3d68a;
  font-size: 1.2rem;
  margin-bottom: 15px;
}


.testimonial-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.testimonial-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-user h4 {
  margin: 0;
  font-weight: 600;
  font-size:17px;
}

.testimonial-user p {
  margin: 0;
  font-size:13px;
  color: #000;
  
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    max-width: 90%;
  }
}



.eduplus{
  padding: 56px 16px;
}

.eduplus .container{
  max-width: 1260px;
  margin: 0 auto;
}

.title{
  margin: 0 0 8px;
  text-align: center;
  font-size: 30px;
  line-height: 1.25;
  color: var(--title);
  
  letter-spacing: -0.3px;
  font-family: "Playfair Display", serif;
}

.title span{
  display: inline-block;
}

.subtitle{
    margin: 0 auto 28px;
    max-width: 820px;
    text-align: center;
    color: #022040;
    font-size: 15.5px;
    line-height: 1.2;
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card{
  position: relative;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 18px 18px 22px;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 158px;
}

.card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(28, 76, 150, 0.12);
}

/* Folded corner accent */
.card .card-corner{
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-top-right-radius: 14px;
  overflow: hidden;
  pointer-events: none;
}

.card .card-corner::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(186,218,255,0.7));
}

.card .card-corner::after{
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 36px;
  height: 36px;
  background: var(--card);
  border: 1px solid var(--card-border);
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}

/* Icon */
.icon{
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--white);
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(29, 78, 216, 0.12);
  margin-bottom: 12px;
}

.icon svg{
  width: 22px;
  height: 22px;
  fill: #f3d68a;
}

/* Text */
.card h3{
	  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
  font-family: "Playfair Display", serif;
}

.card p{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a5a6b;
}

/* Responsive */
@media (max-width: 1100px){
  .card-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 820px){
  .title{ font-size: 28px; }
  .card-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 540px){
  .eduplus{ padding: 40px 14px; }
  .title{ font-size: 24px; }
  .subtitle{ font-size: 14.5px; }
  .card-grid{ grid-template-columns: 1fr; }
}

.realestate{
	background: linear-gradient(180deg, #fff 0%, #c3f4ff 100%);
	padding-top:60px;
	padding-bottom:100px;
}

.realestate-heading {
      margin: 0 0 8px;
    text-align: center;
    font-size: 36px;
    line-height: 1.25;
    color: var(--title);
    letter-spacing: -0.3px;
    font-family: "Playfair Display", serif;	
}

.circle-number {
    width: 70px;
    height: 70px;
    border: 3px solid #f6c100; /* golden yellow border */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  
  .deco{
	  border:1px solid #daecef;
	  padding:25px;
	  border-radius:20px;
	  max-width:550px;
  }
  
  
  .naveteam {
  background-color: #f6f8fa;
  font-family: "Poppins", sans-serif;
}

.naveteam-left {
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.naveteam-img {
  width: 194px;
  height: 194px;
  object-fit: cover;
  border-radius: 50%;
}

.naveteam-name {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}

.naveteam-title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.naveteam-right {
  padding: 42px 40px;
  color: #000;
  line-height: 1.8;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, #fff 0%, #c3f4ff 100%);
}

.naveteam-right strong {
  font-weight: 700;
}

.naveteam-btn {
  margin-top: 20px;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
  background: #f3d68a;
  color: #000;
  border: none;
  transition: 0.3s;
}

.naveteam-btn:hover {
  background-color: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .naveteam-left, .naveteam-right {
    padding: 30px 20px;
  }

  .naveteam-right {
    text-align: center;
  }

  .naveteam-btn {
    margin-top: 15px;
  }
}

.practice {
  position: relative;
  background: url('https://www.flatrateevictionny.com/wp-content/uploads/2025/11/law-service-background.jpg') center center/cover no-repeat;
  padding: 100px 0;
  color: #000;
  padding: 56px 0;
}

 


.practice-title {
    margin: 0 0 8px;
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    color: var(--title);
    letter-spacing: -0.3px;
    font-family: "Playfair Display", serif;
}

/* Grid */
.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--gap-x);
  row-gap: var(--gap-y);
}

/* Pane */
.pane {
  position: relative;
  padding: 20px;
  margin: 5px;
  border: 1px solid #9dc3e5;
  border-radius:20px;
     background: #3a75b4;
    background: linear-gradient(90deg, rgba(58, 117, 180, 0.7) 0%, rgb(174 238 247 / 48%) 50%, rgb(0 188 212 / 4%) 100%);
  
}

.pane h3 {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--ink);
  text-align: center;
}

/* List */
.list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.list li {
position: relative;
    padding-left: 30px;
    margin: 10px 0;
    color: #031120;
    line-height: 1.0;
    font-size: 15px;
}

/* Arrow icon before each item */
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url("https://www.flatrateevictionny.com/wp-content/uploads/2025/11/p1-check.png");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%); /* ✅ Makes icon black */
}

/* More link centered */
.more {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid var(--ink);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}

.more:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* Decorative faint icon (data-URI SVG) */
.pane::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -18px;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: 140px 140px;
  opacity: 0.18;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .practice {
    padding: 40px 0;
  }
  .practice-title {
    font-size: 34px;
  }
  .practice-grid {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
}

  
  
  
     footer {
          background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.flatrateevictionny.com/wp-content/uploads/2025/10/footer-dark.jpg);
      background-size: cover;
      color: #fff;
      padding: 50px 0;
      position: relative;
    }
    
	.navefoo {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 50px 30px 20px;
  line-height: 1.8;
  font-size:13px;
}

.navefoo h3 {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #f3d68a;
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 600;
  color:#f3d68a;
}

.navefoo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navefoo ul li {
  margin: 5px 0;
  cursor: pointer;
  transition: 0.3s;
}

.navefoo ul li:hover {
  color: #f3d68a;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
  font-size:14px;
  line-height:20px;
}

.footer-column i {
  margin-right: 8px;
  color: #f3d68a;
}

.footer-column a{
	text-decoration:none;
	color:#fff;
}

.social-icons-footer {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons-footer a {
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}

.social-icons-footer a:hover {
  color: #00bcd4;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  text-align: center;
}

.presence h3 {
  font-size: 18px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.presence p {
  font-size: 14px;
}

.footer-links {
  margin: 0px 0;
}

.footer-links p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.footer-links a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #00bcd4;
  border-bottom: 1px solid #00bcd4;
}

.footer-copy {
  font-size: 13px;
  color: #fff;
  padding:10px;
  text-align:center;
  background-color:#0a2f54;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 480px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .presence p {
    font-size: 12px;
  }
}


.navblog {
  background-color: #fff;
  font-family: "Georgia", serif;
}


.navblog-card {
  background: #fff;
  border: 1px solid #ddd;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.navblog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.navblog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.navblog-content {
  padding: 20px;
  flex-grow: 1;
}

.navblog-content h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
}

.navblog-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.navblog-content .btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 8px 18px;
}

.navblog-content .btn-outline-warning {
  color: #000;
  border-color: #f8c24e;
}

.navblog-content .btn-outline-warning:hover {
  background: #f8c24e;
  color: #000;
}

.navblog-btn {
  border-radius: 0;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .navblog-title {
    font-size: 24px;
  }
  .navblog-subtitle {
    font-size: 14px;
  }
}


/* ====== Contact Us Section ====== */
.navcont {
  background: url('https://www.flatrateevictionny.com/wp-content/uploads/2025/10/contact.jpg') center/cover no-repeat;
  text-align: center;
  padding: 100px 20px 80px;
  position: relative;
  color: #fff;
}

.navcont::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.navcont-banner {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.navcont-banner h1 {
  font-size: 64px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.navcont-banner p {
  font-size: 18px;
  font-weight: 400;
  color: #f5f5f5;
}

/* ====== Boxes ====== */
.navcont-boxes {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.navcont-box {
  background: #fff;
  color: #000;
  width: 300px;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.navcont-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.navcont-icon {
  font-size: 48px;
  color: #f3d68a;
  margin-bottom: 20px;
}

.navcont-box h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.navcont-box p {
  font-size: 16px;
  color: #333;
}

/* ====== Social Icons ====== */
.social-icons a {
  display: inline-block;
  margin: 0 8px;
  font-size: 28px;
  color: #0b66c2;
  transition: color 0.3s ease;
}

.social-icons a:first-child {
  color: #3b5998; /* Facebook */
}

.social-icons a:hover {
  opacity: 0.8;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .navcont-banner h1 {
    font-size: 42px;
  }

  .navcont-box {
    width: 90%;
  }
}


/* ============================
   Contact Form Section (navform)
   ============================ */
   .backgr
   {
background: linear-gradient(180deg, #fff 0%, #c3f4ff 100%);
padding:30px;   
   }
   
.navform {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
}

.navform h2 {
  font-weight: 700;
  font-size: 38px;
  color: #000;
}

.navform p {
  font-size: 16px;
  color: #444;
  margin-top: 10px;
}

.navform-form label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
  color: #000;
}

.navform-form .form-control,
.navform-form .form-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 15px;
  box-shadow: none;
  transition: all 0.2s ease;
}

.navform-form .form-control:focus,
.navform-form .form-select:focus {
  border-color: #f2b632;
  box-shadow: 0 0 0 0.1rem rgba(242, 182, 50, 0.25);
}

.navform textarea {
  resize: none;
}

/* Captcha Placeholder */
.navform-captcha {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  padding: 12px 20px;
  border-radius: 4px;
  background: #fafafa;
  font-size: 14px;
  color: #333;
}

.navform-captcha img {
  height: 25px;
}

/* Submit Button */
.navform-btn {
  background: #f6c100;
  color: #000;
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 35px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.navform-btn:hover {
  background: #e3a81f;
}

/* Responsive Design */
@media (max-width: 768px) {
  .navform h2 {
    font-size: 28px;
  }

  .navform-btn {
    width: 100%;
    margin-top: 15px;
  }

  .navform-captcha {
    width: 100%;
    justify-content: center;
  }
}



.helocon{
background-color:#dddddd;
padding:10px;
}


.navfaq {
  background-color: #f9f9f9;
}

.navfaq h2 {
  font-size: 24px;
  letter-spacing: 1px;
}

.accordion-button {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
}

.accordion-button:not(.collapsed) {
  background-color: #f3d68a;
  color: #000;
  box-shadow: none;
}

.accordion-item {
  border: none;
}

.accordion-body {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  padding: 15px 20px;
  border-radius: 0 0 6px 6px;
}

.navform-form label {
  font-weight: 600;
  font-size: 14px;
}

.navform-btn {
  background-color:#f3d68a;
  color: #000;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}

.navform-btn:hover {
  background-color: #0055aa;
}

.navform-captcha img {
  height: 24px;
}





.naveservice {
  position: relative;
  height: 65vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  color: #fff;
  font-family: "Poppins", serif;
}

.naveservice-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

* Dark overlay for readability */
.naveservice-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.naveservice-content {
  position: relative;
  z-index: 3;
  padding: 20px;
}


.naveservice h5 {
  font-size: 18px;
  color: #a40000;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.naveservice h2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.3;
}

.naveservice p {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

.naveservice .btn {
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 14px;
}

.naveservice .btn-dark {
  background-color: #333;
  border: none;
}

.naveservice .btn-dark:hover {
  background-color: #000;
}

.naveservice .btn-primary {
  background-color: #0d3559;
  border: none;
}

.naveservice .btn-primary:hover {
  background-color: #004080;
}

.naveservice .price-tag {
  background-color: #f3d68a;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 15px;
}

.naveservice-form {
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px;
}

.naveservice-form h6 {
  font-size: 23px;
  color: #333;
}

.naveservice-form .form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 13px;
}

.naveservice-btn {
  background-color: #f3d68a;
  color: #000;
  font-weight: 600;
  font-size:30px;
  text-transform: uppercase;
  border: none;
  padding: 10px;
  transition: 0.3s;
}

.naveservice-btn:hover {
  background-color: #ffc107;
}



@media (max-width: 768px) {
  .naveservice h2 {
    font-size: 22px;
  }
  .naveservice .price-tag {
    font-size: 13px;
  }
}

.navcontent {
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}

.navcontent-layout {
  display: grid;
  grid-template-columns: 250px 1fr 280px;
  gap: 30px;
  align-items: flex-start;
}

/* Left Sidebar */
.navcontent-sidebar {
  position: sticky;
  top: 100px; /* adjust based on header height */
  align-self: start;
  height: fit-content;
}

.navcontent-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navcontent-sidebar li {
  padding: 15px 20px;
  background: #f5f5f5;
  margin-bottom: 10px;
  border-left: 4px solid transparent;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.navcontent-sidebar li.active,
.navcontent-sidebar li:hover {
  background: #f3d68a;
  border-left: 4px solid #f3d68a;
  color: #000;
}

/* Main Content */
.navcontent-content {
  background: #fff;
  padding: 10px 0;
}

.navcontent-title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}


.navcontent-title::before {
  left: 30%;
}

.navcontent-title::after {
  right: 30%;
}

.navcontent-content p {
    line-height: 1.5;
    font-size: 14px;
    color: #1c1b1b;
    margin-bottom: 9px;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(0 35 70) !important;
}

/* Right Sidebar */
.navcontent-articles {
  position: sticky;
  top: 100px;
  align-self: start;
  height: fit-content;
}

.navcontent-articles h3 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid #c79605;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.article-item a{
   text-decoration:none;
   color:#000;
}
.article-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f8f8f8;
  margin-bottom: 10px;
  border-left: 3px solid #c79605;
  transition: all 0.3s ease;
}

.article-item:hover {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.article-item img {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 3px;
}

.article-item p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .navcontent-layout {
    grid-template-columns: 1fr;
  }

  .navcontent-sidebar,
  .navcontent-articles {
    position: static;
  }
}


.aboutnvee {
  position: relative;
  height: 65vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Poppins", serif;
}

/* Background video */
.aboutnvee-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Dark overlay for readability */
.aboutnvee-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

/* Content styling */
.aboutnvee-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.aboutnvee-content h1 {
  font-size: 51px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.aboutnvee-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Button */
.aboutnvee-btn {
  background-color: #f3d68a;
  color: #000;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.aboutnvee-btn:hover {
  background-color: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .aboutnvee-content h1 {
    font-size: 42px;
  }

  .aboutnvee-content p {
    font-size: 14px;
  }

  .aboutnvee-btn {
    padding: 10px 24px;
  }
}

@media (max-width: 576px) {
  .aboutnvee {
    height: 70vh;
  }

  .aboutnvee-content h1 {
    font-size: 24px;
  }
}

.navemiss {
  
  color: #333;
}

.navemiss-left {
  padding-right: 30px;
}

.navemiss-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.navemiss-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.navemiss-icon img {
  width: 50px;
  height:50px;
  object-fit: contain;
}

.navemiss-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
  font-family: "Playfair Display", serif;
}

.navemiss-text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #555;
}

.navemiss hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.navemiss-right h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.navemiss-right img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.navcontent-sidebar a{
	text-decoration:none;
	color:#000;
}
/* === Responsive === */
@media (max-width: 991px) {
  .navemiss-right {
    margin-top: 40px;
    text-align: center;
  }
  .navemiss-right h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .navemiss-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .navemiss-icon {
    margin-bottom: 10px;
  }
}

.introdu{
	background: #f5f7fa;
	padding-top:30px;
	padding-bottom:30px;
}

.introdu{
	font-size:14px;
	line-height:1.3rem;
}


/* ===== GST Blog Single Post Design ===== */
.gstblog {
  font-family: "Georgia", serif;
  color: #222;
  background-color: #fff;
  padding: 60px 0;
}

.gstblog .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.gstblog .breadcrumb {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.gstblog .breadcrumb a {
  color: #f8a100;
  text-decoration: none;
}

.gstblog .breadcrumb a:hover {
  text-decoration: underline;
}

.gstblog h1 {
  font-size: 36px;
  line-height: 1.3;
  color: #222;
  font-weight: 700;
  margin-bottom: 20px;
}

.gstblog .meta {
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.gstblog .featured-img {
  margin: 20px 0;
  text-align: center;
}

.gstblog .featured-img img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.gstblog .intro {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 25px;
}

.gstblog h2, 
.gstblog h3 {
  color: #1e3a8a;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.gstblog p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.gstblog ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.gstblog ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.gstblog .social-share {
  margin-top: 25px;
  text-align: right;
}

.gstblog .social-share a {
  display: inline-block;
  margin-left: 10px;
  background: #f8a100;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.gstblog .social-share a:hover {
  background: #222;
}

/* Responsive */
@media (max-width: 767px) {
  .gstblog {
    padding: 40px 0;
  }

  .gstblog h1 {
    font-size: 28px;
  }

  .gstblog .social-share {
    text-align: center;
  }
}





/* Css for free consultation  */
.consula {
  background-color: #eaf0f6;
  text-align: center;
}

.consula-box img {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.consula-box h5 {
  margin-top: 10px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.consula-box p {
  color: #333;
  font-size: 15px;
  margin: 0 auto;
  max-width: 300px;
}

.consula-call {
  margin-top: 40px;
}

.consula-arrow {
  width: 140px;
  transform: rotate(-15deg);
}

.consula-number {
display: inline-block;
    background-color: #f3d68a;
    color: #000000;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
}

.consula-number:hover {
  background-color: #214a73;
  color: #fff;
}




@media only screen and (max-width: 600px) {
    .hidelogd{
        display:none;
    }
}





    /* ðŸ”¹ Slider Section */
    .naveedslide {
      position: relative;
      overflow: hidden;
    }

    .naveedslide img {
      width: 100%;
      height: 550px;
      object-fit: cover;
      border-radius: 0;
    }
    
    
    /* 🔹 Banner Text (Left Side, changes per slide) */
    .naveedslide .carousel-caption {
      position: absolute;
      top: 70%;
      left: 7%;
      transform: translateY(-50%);
      text-align: left;
      color: #fff;
      max-width: 700px;
      z-index: 10;
    }

    .naveedslide .carousel-caption h3 {
      font-size: 38px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 15px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
      text-align:center;
      font-family: "Playfair Display", serif;
    }
    
    .naveedslide .carousel-caption h4 {
      font-size: 25px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 15px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
      text-align:center;
      font-family: "Playfair Display", serif;
    }

    .naveedslide .carousel-caption p {
      font-size: 14px;
      line-height: 1.6;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
      text-align:center;
    }

    /* ðŸ”¹ Overlay Form Above Banner */
    .naveedslide .banner-form {
    position: absolute;
    top: 31%;
    left: 78%;
    transform: translate(-50%, -50%);
    background: rgb(215 217 219 / 82%);
    padding: 30px;
    border-radius: 1px;
    width: 397px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
    }

    .banner-form h4 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 37px;
    margin-top:250px;
    }

    .banner-form input,
    .banner-form textarea {
      margin-bottom: 12px;
    }
    
    .banner-form1{
        margin:10px;
        background-color:#f1f1f1;
        padding:10px;
    }
    
    .banner-form1 h4 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
    }

    .banner-form1 input,
    .banner-form1 textarea {
      margin-bottom: 12px;
    }

    /* ðŸ”¹ Carousel Controls on Right Side */
    .naveedslide .carousel-control-prev,
    .naveedslide .carousel-control-next {
      top: 50%;
      width: 50px;
      height: 50px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      transform: translateY(-50%);
    }

    .naveedslide .carousel-control-prev {
      right: 80px; /* left button near right side */
      left: auto;
    }

    .naveedslide .carousel-control-next {
      right: 20px; /* right button on extreme right */
    }

    .naveedslide .carousel-control-prev-icon,
    .naveedslide .carousel-control-next-icon {
      filter: invert(1);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .banner-form {
        width: 90%;
        padding: 20px;
      }

      .naveedslide img {
        height: 400px;
      }
    }
    
    
    .form-control {
    display: block;
    height:50px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius:0px;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.2rem;
    }
}
