@charset "UTF-8";

/*
--------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global CSS
--------------------------
** Helper CSS
--------------------------
** Preloader CSS
-------------------------- 
** Header area CSS
-------------------------- 
** Search popup CSS
-------------------------- 
** Hero area CSS
--------------------------
** Feature section CSS
-------------------------- 
** Service section CSS
--------------------------
** About section CSS
-------------------------- 
** Testimonial section CSS
-------------------------- 
** Partner section CSS
---------------------------
** FAQ section CSS
---------------------------
** Quote section CSS
---------------------------
** News section CSS
---------------------------
** CTA section CSS
---------------------------
** Footer section CSS
---------------------------
** Home 2 Page CSS
---------------------------
** Home 3 Page CSS
---------------------------
** Home 4 Page CSS
---------------------------
** Home 5 Page CSS
---------------------------
** Home 6 Page CSS
---------------------------
** About Page CSS
---------------------------
** Services Page CSS
---------------------------
** Service Deatils Page CSS
---------------------------
** Blogs Page CSS
---------------------------
** Blogs Grid Sidebar Page CSS
---------------------------
** Blogs Grid Page CSS
---------------------------
** Blog Details Page CSS
---------------------------
** Gallery Page CSS
---------------------------
** Gallery Masonry Page CSS
---------------------------
** Testimonial Page CSS
---------------------------
** FAQ Page CSS
---------------------------
** Quote Page CSS
---------------------------
** Contact Page CSS
---------------------------
** Pricing Page CSS
---------------------------
** 404 Page CSS
---------------------------
** Category Page CSS
---------------------------
** Product Details Page CSS
---------------------------
** Cart Page CSS
---------------------------
** Checkout Page CSS
---------------------------
*/


/*-----------------
    @Typography
-----------------*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

/*---------------------------
** Global css
---------------------------*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #0991cf;
    font-size: 16px;
    font-weight: 400;
}

body p {
    line-height: 28px;
}

a.boxed-btn,
button.boxed-btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 15px 35px;
    text-align: center;
    border-radius: 3px;
    background-color: #03f8d7;
    border: none;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a.boxed-btn:hover,
button.boxed-btn:hover {
    color: #4806ff;
}

a.boxed-btn span,
button.boxed-btn span {
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 0px;
}

a.boxed-btn::before,
button.boxed-btn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background-color: #4c06f0;
}

a.boxed-btn::after,
button.boxed-btn::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0%;
    background-color: rgb(6, 21, 224);
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

a.boxed-btn:hover::before,
button.boxed-btn:hover::before {
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    width: 100%;
}

a.boxed-btn:hover::after,
button.boxed-btn:hover::after {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    visibility: hidden;
    width: 100%;
}

a.readmore {
    display: inline-block;
    position: relative;
    color: #4e06f7;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

a.readmore::after {
    content: "\f101";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    top: 2px;
    right: 0px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a.readmore:hover::after {
    opacity: 1;
    right: -13px;
}

span.title {
    color: #797e82;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
}

h2.subtitle {
    color: #183650;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 90px;
}

h2.subtitle::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #6101fc;
    left: 0px;
    bottom: -34px;.navbar-area {
        background: #0033ff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        padding: 5px 0;
      }
      
      .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 5px;
      }
      
      .main-menu ul li {
        position: relative;
      }
      
      .main-menu ul li a {
        color: #fff;
        text-decoration: none;
        padding: 12px 18px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        transition: all 0.3s ease;
      }
      
      .main-menu ul li a:hover,
      .main-menu ul li.active > a {
        background: #0026cc;
        border-radius: 5px;
      }
      
      .main-menu ul li ul.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        background: #fff;
        display: none;
        flex-direction: column;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        border-radius: 4px;
        z-index: 999;
      }
      
      .main-menu ul li ul.dropdown-menu li a {
        color: #333;
        padding: 10px 15px;
        text-transform: none;
      }
      
      .main-menu ul li ul.dropdown-menu li a:hover {
        background: #f5f5f5;
        color: #0033ff;
      }
      
      .main-menu ul li.dropdown:hover > ul.dropdown-menu {
        display: flex;
      }
      
}


/* .main-menu ul {
    justify-content: center;
  } */

  /* Fix dropdown positioning */
.main-menu ul li.dropdown ul {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
  }
  
  /* Ensure dropdown appears fully visible and layered on top */
  .main-menu ul li.dropdown:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  
  /* Optional: make dropdown background solid and nicely visible */
  .main-menu ul li.dropdown ul {
    background: #fff;
    border: 1px solid #ddd;
    min-width: 200px;
    position: absolute;
    top: 100%;
    padding: 10px 0;
  }
  
  /* Dropdown list items */
  .main-menu ul li.dropdown ul li {
    display: block;
    padding: 8px 20px;
    white-space: nowrap;
  }
  
  .main-menu ul li.dropdown ul li a:hover {
    background: #f2f2f2;
    color: #333;
  }
  
  
.form-element {
    margin-bottom: 20px;
}

.select-wrapper {
    position: relative;
}

.form-element input[type="text"],
.form-element input[type="tel"],
.form-element input[type="number"],
.form-element input[type="url"],
.form-element input[type="email"],
.form-element select,
.form-element textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: 0;
    padding-left: 20px;
    color: #4e5861;
}

.form-element textarea {
    height: 120px;
}

.form-element select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-element button[type="submit"],
.form-element input[type="submit"] {
    border: none;
    position: relative;
    background-color: #5b02ff;
    color: rgb(246, 250, 14);
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #5c04ff;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.form-element button[type="submit"]:hover span {
    position: relative;
    z-index: 1;
    color: #0408fa;
}

.form-element button[type="submit"]::before,
.form-element input[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background-color: rgb(245, 11, 11);
}

.form-element button[type="submit"]::after,
.form-element input[type="submit"]::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0%;
    background-color: rgb(41, 6, 240);
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.form-element button[type="submit"]:hover::before,
.form-element input[type="submit"]:hover::before {
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    width: 100%;
}

.form-element button[type="submit"]:hover::after,
.form-element input[type="submit"]:hover::after {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    visibility: hidden;
    width: 100%;
}

.select-wrapper::after {
    position: absolute;
    content: "\f0d7";
    font-weight: 700;
    font-size: 12px;
    color: #a2a7ac;
    font-family: "Font Awesome 5 Free";
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.quote-form-section .form-element select {
    color: #a2a7ac;
}

::-webkit-input-placeholder {
    color: #a2a7ac;
}

:-ms-input-placeholder {
    color: #a2a7ac;
}

::-ms-input-placeholder {
    color: #a2a7ac;
}

::placeholder {
    color: #a2a7ac;
}

.back-to-top {
    bottom: 30px;
    right: 0px;
    position: fixed;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #1606f7;
    border: 1px solid #1e06fa;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.back-to-top:hover {
    background-color: #fff;
    color: #0a1afc;
}

.back-to-top.show {
    opacity: 1;
    right: 30px;
}

.buttonBar {
    display: none;
}

.lb-cancel {
    background: url(../img/loading.html) no-repeat;
}

.lb-nav a.lb-prev {
    background: url(../img/prev.html) left 48% no-repeat;
}

.lb-nav a.lb-next {
    background: url(../img/next.html) right 48% no-repeat;
}

.lb-data .lb-close {
    background: url(../img/close.html) top right no-repeat;
}

.lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    font-weight: 400;
}

.lightboxOverlay {
    position: fixed;
}
/*---------------------
/* Top Info Bar */
.top-bar {
    background: linear-gradient(90deg, #0056b3, #007bff);
    font-size: 15px;
  }
  
  .top-bar i {
    color: #f7d000;
  }
  
  .top-bar a:hover {
    color: #f7d000;
  }
  
  /* Marquee Box */
  .marquee-box {
    background: #f8f9fa;
    border-top: 2px solid #007bff;
    border-bottom: 2px solid #007bff;
    padding: 6px 0;
  }
  
  .marquee-box marquee {
    color: #212529;
    font-weight: 500;
    font-style: italic;
  }
  
  .marquee-box strong {
    color: #0056b3;
    
  }
  /*-------------------------------------*/

  /*-----contact form---------------*/
  .hero-area {
    position: relative;
  }
  
  .quote-overlay-box {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 300px;
    z-index: 10;
  }
  
  .quote-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    border: 2px solid #ff7e00;
  }
  
  .quote-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #ff4500;
    font-weight: 600;
  }
  
  .quote-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #222;
  }
  
  .form-control {
    height: 36px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  
  .btn-quote {
    background: linear-gradient(90deg, #ff7e00, #ff4500);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .btn-quote:hover {
    background: linear-gradient(90deg, #ff4500, #ff7e00);
    transform: scale(1.05);
  }
  
  @media (max-width: 768px) {
    .quote-overlay-box {
      position: static;
      transform: none;
      width: 100%;
      margin-top: 10px;
    }
  }
  

/*---------------------------
** Helper Css
---------------------------*/

.height-100 {
    height: 100%;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.outer {
    display: table;
    height: 100%;
}

.inner {
    display: table-cell;
    vertical-align: middle;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.parallax {
    background-attachment: fixed;
}


/*---------------------------
** Preloader css
---------------------------*/

.loader-container {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.loader {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid #189bbb;
    -webkit-animation: loader 2s infinite ease;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #0d09f8;
    -webkit-animation: loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}

.loader-fadeout {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}


/*---------------------------
** Header Area Css
---------------------------*/

.header-area .info-bar {
    background-color: #fc1722;
    width: 100%;
    color: #fff;
    padding: 11px 0px 13px;
}

.header-area .info-bar .right-content {
    text-align: right;
}

.info-bar ul.social-links {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

.info-bar ul.social-links li {
    display: inline-block;
    margin-right: 20px
}

.info-bar ul.social-links li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.info-bar ul.social-links li a:hover {
    color: #f30b0b;
}

.header-area span.working-time {
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 40px;
}

.header-area span.working-time::after {
    content: "|";
    position: absolute;
    right: -20px;
    color: #01060a;
}

.header-area .language {
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.header-area .language a i {
    font-size: 8px;
    margin-left: 2px;
}

.header-area .language ul.language-dropdown {
    position: absolute;
    list-style-type: none;
    padding-left: 0px;
    width: 120px;
    background-color: #183650;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-60px, 20px);
    -ms-transform: translate(-60px, 20px);
    transform: translate(-60px, 20px);
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 100;
}

.header-area .language ul.language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-60px, 0px);
    -ms-transform: translate(-60px, 0px);
    transform: translate(-60px, 0px);
}

.header-area .language ul.language-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area .language ul.language-dropdown li:last-child {
    border-bottom: none;
}

.header-area .language ul.language-dropdown li a {
    display: block;
    padding: 5px 0px;
}

.header-area .language ul.language-dropdown li a:hover {
    background-color: #fff;
    color: #183650;
}

.language a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.language a:hover {
    color: #189bbb;
}.logo-img {
    max-width: 150px; /* Adjust size here (try 120–180px as needed) */
    height: auto;
    object-fit: contain;
  }
  .logo-wrapper, .logo-wrapper-inner {
    max-width: 160px;
    height: auto;
  }
  



/* .logo-wrapper {
    display: table;
    height: 100%;
}

.logo-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.logo-wrapper img {
     max-height: ;
} */

.support-bar {
    position: relative;
    background-color: #087be6;
    color: #fff;
    padding: 30px 0px;
    border-bottom: 2px solid #1b3cf7;
}

.support-bar::before {
    content: "";
    position: absolute;
    left: -47px;
    background-color: #0a40f3;
    border-bottom: 2px solid #f8ea23;
    width: 100px;
    height: 102%;
    top: 0px;
    -webkit-transform: skewX(37deg);
    -ms-transform: skewX(37deg);
    transform: skewX(37deg);
}

.support-bar::after {
    position: absolute;
    content: "";
    right: -50%;
    top: 0px;
    width: 50%;
    height: 102%;
    background-color: rgb(8, 99, 235);
    border-bottom: 2px solid yellow;
}

.support-bar .support-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support-bar .support-info .right-content {
    display: table;
}

.support-bar .support-info .right-content-inner {
    display: table-cell;
    vertical-align: center;
}

.support-bar .support-info i {
    font-size: 30px;
    margin-right: 15px;
    color: #5a08f1;
}

.support-bar .support-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.support-bar .support-info p {
    font-size: 14px;
    margin: 0px;
}

.support-bar a.boxed-btn {
    float: right;
}

#mobileMenu {
    display: none;
}

.navbar-area {
    position: relative;
    background-color: #1f415f;
    margin-left: 53px;
    padding: 20px 0px;
}

.navbar-area::before {
    content: "";
    position: absolute;
    background-color: #1f415f;
    height: 100%;
    width: 58px;
    left: -33px;
    top: 0px;
    -webkit-transform: skewX(37deg);
    -ms-transform: skewX(37deg);
    transform: skewX(37deg);
}

.navbar-area::after {
    content: "";
    position: absolute;
    background-color: #1f415f;
    height: 100%;
    width: 60%;
    right: -60%;
    top: 0px;
}

.navbar-area nav ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    margin-top: -2px;
}

.navbar-area nav ul li {
    display: inline-block;
    margin: 0px 18px;
    position: relative;
}

.navbar-area nav ul li.active::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
    top: 50%;
    left: -9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-area nav ul li.active a {
    color: #000;
}

.navbar-area nav ul li.dropdown.active::after {
    color: #380ef3;
}

.navbar-area nav ul li:last-child {
    margin-right: 0px;
}

.navbar-area nav ul li:first-child {
    margin-left: 20px;
}

.navbar-area nav ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    font-weight: 600;
    padding: 20px 0px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.navbar-area nav ul li:hover a {
    color: #4f08f3;
}

.navbar-area nav ul li.dropdown {
    position: relative;
    margin-right: 32px;
}

.navbar-area nav ul li.dropdown::after {
    position: absolute;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    top: 4px;
    right: -13px;
    font-size: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.navbar-area nav ul li.dropdown:hover::after {
    color: #3003f8;
}

.navbar-area nav ul li.dropdown ul {
    position: absolute;
    z-index: 10;
    color: #fff;
    visibility: hidden;
    -webkit-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    opacity: 0;
    left: 50%;
    top: 40px;
    width: 200px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.navbar-area nav ul li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.navbar-area nav ul li.dropdown ul li {
    display: block;
    text-align: center;
    background-color: #1f415f;
    margin: 0px;
    position: relative;
    z-index: -1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.home-2 .navbar-area nav ul li.dropdown ul li {
    background-color: #2007fd;
}

.navbar-area nav ul li.dropdown ul li:last-child {
    border-bottom: none;
}

.navbar-area nav ul li.dropdown ul li a {
    display: block;
    padding: 12px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.navbar-area nav ul li.dropdown ul li a:hover {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 0px solid #fff;
    border-right: 0px solid transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.navbar-area nav ul li.dropdown ul li a::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid #fff;
    border-left: 0px solid transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.navbar-area nav ul li.dropdown ul li a:hover::before {
    border-bottom: 220px solid #fff;
    border-right: 220px solid transparent;
}

.navbar-area nav ul li.dropdown ul li a:hover::after {
    border-top: 220px solid #fff;
    border-left: 220px solid transparent;
}

.navbar-area nav ul li.dropdown ul li.active {
    background-color: #fff;
}

.navbar-area nav ul li.dropdown ul li.active a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.active::before {
    display: none;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus {
    position: relative;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul {
    position: absolute;
    width: 200px;
    left: 200px;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li a {
    color: #fff;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li.active a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li:hover a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus a i {
    font-size: 9px;
    margin-left: 2px;
}

ul.search-cart-area {
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    float: right;
}

.search-cart-area li {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.search-cart-area li:first-child {
    margin-right: 40px;
}

.search-cart-area li:first-child::after {
    content: "|";
    top: -1px;
    position: absolute;
    right: -23px;
    color: #6889a3;
}

.search-cart-area li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search-cart-area li a:hover {
    color: #3f0df3;
}

.shopping-icon span.count {
    position: absolute;
    top: -8px;
    right: -13px;
    color: #fff;
    background-color: #0b07f5;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.shopping-icon:hover span.count {
    background-color: #fff;
    color: #4f08f5;
}

.sticky-navbar {
    border: none;
    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s;
}

@-webkit-keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.header-area.sticky-navbar .info-bar {
    display: none;
}

.header-area.sticky-navbar .support-bar {
    display: none;
}

.header-area.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-area.sticky-navbar .support-nav-area {
    background-color: #fff;
}

.header-area.sticky-navbar .navbar-area {
    padding: 30px 0px;
}

.header-area.sticky-navbar .navbar-area::before {
    width: 65px;
}


/*---------------------------
** Search popup css
---------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 150;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search-popup.popup {
    opacity: 1;
    visibility: visible;
}

.search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #183650;
    opacity: .9;
    cursor: pointer;
}

.search-popup form.search-form {
    position: fixed;
    z-index: 1;
    max-width: 768px;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-popup form.search-form .form-element input[type="text"],
.search-popup form.search-form .form-element input[type="search"] {
    height: 60px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup form.search-form .form-element input[type="text"]::-webkit-input-placeholder,
.search-popup form.search-form .form-element input[type="search"]::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup form.search-form .form-element input[type="text"]:-ms-input-placeholder,
.search-popup form.search-form .form-element input[type="search"]:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup form.search-form .form-element input[type="text"]::-ms-input-placeholder,
.search-popup form.search-form .form-element input[type="search"]::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup form.search-form .form-element input[type="text"]::placeholder,
.search-popup form.search-form .form-element input[type="search"]::placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-popup button {
    background-color: transparent;
    border: none;
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    outline: 0;
}


/*---------------------------
** Hero Area Css
---------------------------*/

.hero-bg {
    background-image: url('../images/Airavat_Tshirt2.jpeg');
    background-size: cover;
}

.hero-area {
    padding: 182px 0px 440px 0px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.hero-txt {
    position: relative;
    z-index: 2;
}

.hero-overlay {
    position: absolute;
    background-color: #0b2b32;
    opacity: 0.2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero-area .hero-txt > span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

.hero-area h1 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 37px;
    line-height: 1.1;
}

.hero-area a.boxed-btn {
    font-size: 16px;
    padding: 20px 50px;
    border: none;
}


/*=========================
   Modern Features Section
==========================*/

.features-section-modern {
    background: #f5f7fa;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Left Background Image */
.features-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('/images/Airavat_Truck1.jpeg') no-repeat center center;

    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center;

    opacity: 1;
    z-index: 0;
}

/* RIGHT SIDE CARD */
.features-modern {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 45px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2; /* IMPORTANT to come above background */
    overflow: hidden;
}

/* Decorative gradient stripe */
.features-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 220px;
    height: 100%;
    background: linear-gradient(145deg, #0047ff, #00b3ff);
    transform: skewX(15deg);
    opacity: 0.16;
    z-index: -1;
}

.features-modern .title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0060ff;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}

.features-modern .subtitle {
    font-size: 28px;
    font-weight: 900;
    color: #183650;
    margin-bottom: 35px;
}

/* Feature Items */
.feature-lists-modern .single-feature-modern {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 18px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: 0.3s ease;
}

.feature-lists-modern .single-feature-modern:last-child {
    border-bottom: none;
}

/* Hover card lift */
.single-feature-modern:hover {
    transform: translateX(8px);
}

/* Icon box */
.icon-wrapper-modern {
    width: 60px;
    height: 60px;
    background: linear-gradient(145deg, #0048ff, #00baff);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 98, 255, 0.25);
    transition: 0.5s;
}

/* Icon rotate */
.single-feature-modern:hover .icon-wrapper-modern {
    transform: rotateY(360deg);
}

.icon-wrapper-modern i {
    font-size: 32px;
    color: #fff;
}

.feature-details-modern h4 {
    font-size: 18px;
    font-weight: 800;
    color: #183650;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.feature-details-modern p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* RESPONSIVE FIX */
@media (max-width: 992px) {
    .features-bg-image {
        width: 100%;   /* full width image */
        height: 300px;
        position: relative;
    }

    .features-modern {
        margin-top: 40px;
    }
}


/* ===============================
   FIX: Keep navbar items in one line (no scroll)
   =============================== */
   .navbar-area nav ul {
    display: flex;
    flex-wrap: nowrap;          /* Force single line */
    justify-content: center;    /* Center all menu items */
    align-items: center;
    gap: 18px;                  /* Adjust spacing between items */
  }
  
  .navbar-area nav ul li {
    white-space: nowrap;        /* Prevent text wrapping */
    margin: 0 10px;             /* Balanced side spacing */
  }
  
  .navbar-area nav {
    overflow: visible;          /* No scroll bar */
  }
  

/*---------------------------
** Service Section CSS
---------------------------*/

.service-section {
    padding: 111px 0px 116px;
    position: relative;
}

.service-section h2.subtitle {
    margin-bottom: 93px;
}

.service-section .single-service {
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    position: relative;
}

.service-section .single-service .img-wrapper {
    overflow: hidden;
}

.service-section .single-service img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 10s;
    -o-transition: 10s;
    transition: 10s;
}

.service-section .single-service:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.service-section .single-service::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #1302fa;
    border-right: 2px solid #4605f8;
    z-index: 1;
}

.service-section .single-service:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.service-section .single-service::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #0602f5;
    border-left: 2px solid #0820fc;
    z-index: 1;
}

.service-section .single-service:hover::after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.single-service p.service-para {
    margin-bottom: 13px;
}

.service-carousel.owl-carousel .owl-item {
    margin-bottom: 4px;
}

.service-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: -114px;
    right: 0px;
}

.service-carousel.owl-carousel .owl-nav button.owl-next,
.service-carousel.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #bfc2c5;
    color: #1f415f;
    font-weight: 900;
    font-size: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-carousel.owl-carousel .owl-nav button.owl-next:hover,
.service-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #1404f3;
    color: #fff;
    border: 1px solid #2e09fd;
}

.service-section .single-service img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.service-section .single-service .service-txt {
    padding: 34px 40px;
    position: relative;
    z-index: 2;
}

.service-section .single-service .service-txt h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #183650;
    margin-bottom: 15px;
}

.service-section .single-service .service-txt a.readmore {
    color: #189bbb;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}





/* --- Fix uneven image sizes in Service Section --- */

.service-section .single-service .img-wrapper {
    height: 300px; /* adjust as needed (200–300px looks good) */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff; /* helps for transparent PNGs */
  }
  
  .service-section .single-service .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes all images uniform size */
  }
  
  /* Special case: tnspm-trucklogo.png (logo image) */
  .service-section .single-service .img-wrapper img[src*="tnspm-trucklogo.png"] {
    object-fit: contain; /* keeps logo visible without cropping */
    padding: 20px; /* optional for better spacing */
  }
  
/*---------------------------
** About Section CSS
---------------------------*/

.about-bg {
    background-image: url('../img/about_bg.html');
    background-size: cover;
}

.about-section {
    color: #fff;
    position: relative;
}

.about-section span.subtitle {
    margin-bottom: 89px;
}

.about-section h2.subtitle {
    margin-bottom: 86px;
}

.about-section .comment-content {
    position: relative;
    z-index: 1;
    padding: 111px 0px 386px;
}

.about-section span.title,
.about-section h2.subtitle {
    color: #fff;
}

.about-section img.ceo-pic {
    margin-top: -35px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.ceo-details {
    margin-top: 31px;
}

.ceo-details h5 {
    font-weight: 600;
    margin: 5px 0px 3px;
    font-size: 18px;
}

.ceo-details span {
    font-size: 14px;
}

.about-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #1b02fa;
    opacity: .9;
}


/*---------------------------
** Testimonial Section CSS
---------------------------*/

.testimonial-section {
    margin-top: -273px;
    position: relative;
    z-index: 1;
}

.testimonial-section p {
    color: #4e5861;
}

.testimonial-section h2.subtitle {
    margin-bottom: 86px;
    margin-left: 50px;
}

.testimonial-container {
    border: 1px solid #cccece;
    position: relative;
}

.testimonial-container::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/temonial-1.html');
    background-size: cover;
    z-index: -3;
}

.testimonial {
    background-color: #fff;
    position: relative;
    z-index: 0;
    padding: 90px 0px 95px 0px;
}

.testimonial::after {
    content: "";
    position: absolute;
    right: -105px;
    top: 0px;
    height: 100%;
    width: 180px;
    background-color: #fff;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}

.testimonial h5 {
    color: #1f415f;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 3px;
}

.testimonial span.title {
    font-size: 14px;
    font-weight: 600;
    margin-left: 50px;
}

.testimonial-carousel .single-testimonial {
    padding-left: 50px;
}

.testimonial-section .quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #6306fa;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    opacity: .80;
}


/*---------------------------
** Partner Section CSS
---------------------------*/

.partner-section .border-bottom {
    border-bottom: 2px solid #dbddde;
}

.single-partner-item {
    height: 210px;
    text-align: center;
}

.single-partner-item .outer-container {
    margin: 0 auto;
}


/*---------------------------
** FAQ Section CSS
---------------------------*/

.faq-section {
    padding: 120px 0px;
}

.faq-section h2.subtitle::after {
    bottom: -33px;
}

.faq-section h2.subtitle {
    margin-bottom: 93px;
}

.targets .box {
    border: 2px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 39px 29px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.targets .box::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #2f03f5;
    border-right: 2px solid #1403fd;
}

.targets .box:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.targets .box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #1c03ff;
    border-left: 2px solid #3d09f8;
}

.targets .box:hover::after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.targets .box .icon-wrapper {
    margin-right: 29px;
}

.targets .box .icon-wrapper i {
    font-size: 60px;
    color: #3806eb;
}

.targets .box:first-child {
    margin-bottom: 30px;
}

.targets .box h4 {
    color: #183650;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 10px;
}

.targets .box p {
    color: #4e5861;
    line-height: 28px;
}

.faq-section .accordion .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
}

.faq-section .card-header {
    padding: 0px;
}

.faq-section .accordion .card .card-header {
    background-color: #ededed;
    border: none;
}

.faq-section .accordion .card .card-header .btn {
    font-weight: 700;
    color: #1f415f;
    font-weight: 18px;
    border-radius: 3px;
    padding: 12px 30px 16px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.faq-section .accordion .card .card-header .btn:hover {
    background-color: #2e09ff;
    color: #fff;
}

.faq-section .accordion .card .card-header .btn[aria-expanded="true"] {
    background-color: #0a0efa;
    color: #fff
}

.faq-section .accordion .card .card-header .btn::after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .accordion .card .card-header .btn[aria-expanded="true"]::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .card-body {
    line-height: 28px;
    padding: 32px 20px 12px;
}


/*---------------------------
** Quote Section CSS
---------------------------*/

.quote-section {
    padding: 120px 0px;
}

.quote-section span.title {
    margin-bottom: 15px
}

.quote-section h2.subtitle {
    margin-bottom: 95px;
}

.quote-bg {
    background-image: url('../img/quote_bg.html');
    background-size: cover;
}

.quote-bg.parallax {
    background-position: top;
}

.quote-section img {
    width: 100%;
}

.quote-section h2.subtitle,
.quote-section span.title {
    color: #fff;
}

.quote-form-section {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 52px 45px 60px;
}

.quote-form-section input[type="submit"],
.quote-form-section button[type="submit"] {
    padding: 12px 38px;
    border-radius: 3px;
    position: relative;
}


/*---------------------------
** News Section CSS
---------------------------*/

.news-section {
    padding: 111px 0px 114px;
}

.news-section h2.subtitle {
    margin-bottom: 94px;
}

.single-news img {
    width: 100%;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-news:hover img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.single-news .news-txt span {
    color: #797e82;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block
}

.single-news .news-txt a.title {
    display: block;
    text-decoration: none;
}

.single-news .news-txt h3 {
    color: #1f415f;
    font-size: 22px;
    font-weight: 600;
    margin-top: 9px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-news .news-txt h3:hover {
    color: #0804e4;
}

.single-news .news-txt a.readmore {
    margin-top: 10px;
}


/*---------------------------
** CTA Section CSS
---------------------------*/

.cta-section {
    padding: 70px 0px;
    color: #fff;
    position: relative;
}

.cta-bg {
    background-image: url('../images/cta_bg.jpg');
    background-size: cover;
}

.cta-bg.parallax {
    background-position: center;
}

.cta-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .20;
}

.cta-container {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.cta-section a.boxed-btn {
    font-size: 16px;
    padding: 16px 40px;
}



/*Control logo size */
.navbar-area img,
.header-area img,
.logo img {
  max-height: 100px !important;   /* adjust size — try 40px, 45px, or 50px */
  width: auto;                   /* keeps correct aspect ratio */
}

/* Reduce header padding so it looks compact */
.navbar-area {
  padding: 6px 0 !important;
}

/* Compact sticky header version */
.sticky-navbar .navbar-area {
  padding: 4px 0 !important;
}

/* Optional: reduce top spacing slightly */
body {
  padding-top: 80px;  /* adjust based on new header height */
}



/* Reduce sticky header height */
.navbar-area {
    padding: 8px 0 !important;  /* smaller height */
  }
  
  .navbar-area img {
    max-height: 50px;  /* shrink logo */
  }
  
  /* Adjust menu item spacing */
  .main-menu ul li a {
    padding: 8px 12px;
    font-size: 14px;
  }
  
  /* When header is sticky, make it compact */
  .sticky-navbar .navbar-area {
    padding: 5px 0 !important;
  }
  
  /* Push content down below sticky header */
  body {
    padding-top: 90px;  /* adjust this number to match your final header height */
  }
  
/* ------------------------------------------------------
   PREMIUM FOOTER DESIGN - ROYAL CARE PACKERS & MOVERS
-------------------------------------------------------*/
/* ------------------------------------------------------
   PREMIUM FOOTER (WHITE BACKGROUND VERSION)
-------------------------------------------------------*/

footer {
    background: #ffffff;
    color: #222;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
}

footer .top-footer {
    padding: 70px 0 50px;
    border-bottom: 1px solid #d9d9d9;
}

/* Logo */
footer .logo-wrapper img {
    max-width: 240px;
}

/* Paragraph */
footer p {
    color: #444;
    line-height: 1.7;
    margin-top: 15px;
}

/********** HEADINGS **********/
footer h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #222;
    position: relative;
}

footer h4::after {
    content: "";
    width: 45px;
    height: 3px;
    background: #0fbafc;
    position: absolute;
    left: 0;
    bottom: -7px;
    border-radius: 10px;
}

/********** LINKS **********/
footer ul.userful-links {
    list-style: none;
    padding-left: 0;
}

footer ul.userful-links li {
    margin-bottom: 10px;
}

footer ul.userful-links li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    padding-left: 18px;
    text-transform: capitalize;
    transition: 0.4s;
    position: relative;
}

footer ul.userful-links li a:hover {
    transform: translateX(6px);
    color: #0fbafc;
}

footer ul.userful-links li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #0fbafc;
}

/********** CONTACT **********/
.footer-contact .contact-info {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-contact i {
    font-size: 18px;
    color: #0fbafc;
}

.footer-contact p {
    color: #333;
}

.footer-contact p a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
}

.footer-contact p a:hover {
    color: #0fbafc;
}

/********** SOCIAL ICONS **********/
.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 40px;
    border-radius: 50%;
    background: #0fbafc;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    transition: 0.4s;
}

.footer-social a:hover {
    background: #333;
    color: #fff;
}

/********** COPYRIGHT ******


/********** RESPONSIVE **********/
@media(max-width: 768px) {
    footer .logo-wrapper {
        text-align: center;
        margin-bottom: 20px;
    }
    footer p {
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }
    footer h4 {
        text-align: center;
    }
    footer ul.userful-links li a {
        padding-left: 0;
    }
}

footer {
    background: #ffffff;
    color: #222;
    padding-top: 20px;
    border-top: 3px solid #0fbafc; /* THIN BLUE BORDER */
    font-family: 'Poppins', sans-serif;
}


/*---------------------------
** Home 2 Page CSS
---------------------------*/

.home-2 .support-nav-container {
    background-color: #fff;
    position: relative;
}

.home-2 .support-bar {
    position: relative;
    background-color: #fff;
    border-bottom: none;
    padding: 30px 0px 65px 0px;
}

.home-2 .support-bar::before {
    display: none;
}

.home-2 .support-bar::after {
    display: none;
}

.home-2 .support-bar .support-info h5 {
    color: #1f415f;
}

.home-2 .support-bar .support-info p {
    color: #1f415f;
}

#mobileMenuHome2 {
    display: none;
}

.home-2 .navbar-area::before {
    display: none;
}

.home-2 .navbar-area::after {
    display: none;
}

.home-2 .navbar-area {
    margin-left: 0px;
    padding: 25px 40px 22px 20px;
    position: absolute;
    bottom: -36px;
    width: 100%;
    z-index: 10;
    background-color: #0206f7;
}

.home-2 .logo-wrapper {
    display: block;
    height: 100%;
    padding: 20px 0px 40px 0px;
}

.mobile.search-cart-area {
    display: none;
}

.home-2 .logo-wrapper-inner {
    display: block;
    vertical-align: inherit;
}

.home-2.sticky-navbar .navbar-area {
    bottom: 0px;
}

.sticky-navbar.home-2 .navbar-area nav ul li:first-child {
    margin-left: 0px;
}

.header-area.sticky-navbar.home-2 .support-nav-area {
    background-color: transparent;
}

.header-area.sticky-navbar.home-2 .navbar-area {
    padding: 30px 40px;
}

.hero-bg-2 {
    background-image: url('../images/Airavat_Truck1.jpeg');
    background-size: cover;
}

.home-2.hero-area {
    position: relative;
    padding: 219px 0px 617px 0px;
}

.home-2 .request-section {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 120px 0px 98px 0px;
    z-index: 2;
}

.home-2 .request-section h2.subtitle,
.home-2 .request-section span.title {
    color: #fff;
}

.home-2 .request-section h2.subtitle {
    margin-bottom: 56px;
}

.home-2 .request-section h2.subtitle::after {
    bottom: -24px;
}

.home-2 .request-section p {
    text-transform: none;
}

.home-2 .request-section-container {
    position: relative;
    z-index: 1;
}

.home-2 .request-section-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #4a4a4a;
    opacity: .7;
}

.home-2 .comment-content span.title {
    color: #797e82;
}

.home-2 .comment-content h2.subtitle {
    color: #183650;
}

.home-2 .comment-content p {
    color: #4e5861;
}

.home-2 .ceo-details h5 {
    color: #0629f0;
}

.home-2 .ceo-details span {
    color: #4e5861;
}

.home-2.about-section {
    position: relative;
    overflow: hidden;
}

.home-2.about-section img.ceo-pic {
    margin-top: auto;
    width: auto;
}

.home-2.about-section .comment-content {
    padding: 29px 0px 114px 0px;
}

.home-2.about-section img.ceo-pic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.home-2 .features {
    background-color: #fafbfc;
    padding: 111px 0px 99px;
}

.home-2 .feature-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-2.features-section {
    margin-top: auto;
    background-color: #fafbfc;
}

.home-2 .features::before {
    width: 430px;
    left: -237px;
    background-color: #fafbfc;
}

.home-2 .features::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -233%;
    height: 100%;
    width: 207%;
    background-image: url(../images/feature_bg.jpg);
    background-size: cover;
    z-index: -2;
}

.cta-section.home-2 {
    background-color: #4908fd;
}

.home-2.testimonial-section {
    margin-top: auto;
    padding: 120px 0px;
    color: #fff;
    position: relative;
}

.home-2.testimonial-section.parallax {
    background-position: top;
}

.testimonial-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #1f415f;
    opacity: .1;
}

.home-2.testimonial-section h2.subtitle,
.home-2.testimonial-section span.title {
    color: #fff;
    margin-left: 80px;
}

.home-2.testimonial-section h2.subtitle::after {
    background-color: #fff;
}

.home-2.testimonial-section p {
    color: #fff;
}

.testimonial-bg-2 {
    background-image: url('../images/testimonial_bg.jpg');
    background-size: cover;
}

.testimonial-box {
    padding: 70px 0px 75px;
    background-color: #66c2d6;
    position: relative;
    z-index: 1;
}

.testimonial-box img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 290px;
}

.home-2.testimonial-section .single-testimonial {
    padding: 0px 80px;
}

.home-2.testimonial-section .single-testimonial h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.home-2.testimonial-section .single-testimonial span {
    font-size: 14px;
    font-weight: 600;
}

.home-2.service-section {
    padding: 111px 0px 113px;
}


/*---------------------------
** Home 3 Page CSS
---------------------------*/

.home-3.hero-area {
    padding: 341px 0px 190px 0px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border: none;
}

.hero-bg-3 {
    background-image: url('../images/hero_bg1.jpg');
    background-size: cover;
}

.home-3.hero-area .hero-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #0b2b32;
    opacity: .4;
}

.header-area.home-3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

.header-area.home-3 .language {
    top: -1px;
}

.header-area.home-3 .info-bar {
    background-color: rgba(0, 0, 0, .3);
}

#mobileMenuHome3 {
    display: none;
}

.home-3 .navbar-area {
    text-align: right;
    background-color: transparent;
}

.home-3 .navbar-area::after {
    display: none;
}

.home-3 .navbar-area::before {
    display: none;
}

.home-3 ul.search-cart-area {
    margin-left: 22px;
}

.home-3 ul.social-links {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.home-3 ul.social-links li:last-child {
    margin-right: 0px;
}

.home-3 ul.social-links::after {
    position: absolute;
    content: "|";
    right: -20px;
    top: 0px;
}

.home-3 nav.main-menu {
    display: inline-block;
}

.home-3 .contact-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding-top: 3px;
}

.home-3 .contact-infos .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
}

.home-3 .contact-infos .email .icon-wrapper {
    margin-right: 10px;
}

.home-3 .contact-infos .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-3 .contact-infos .phone .icon-wrapper {
    margin-right: 10px;
}

.home-3 .support-nav-area {
    padding: 23px 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.home-3 .search-cart-area li:first-child::after {
    color: #fff;
}

.header-area.sticky-navbar.home-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-area.sticky-navbar.home-3 .support-nav-area {
    background-color: #1f415f;
    border: none;
}

.home-3.sticky-navbar .support-nav-area {
    padding: 0px;
}

.service-section.home-3 .col-lg-4:nth-child(3n) {
    margin-bottom: 30px;
}

.service-section.home-3 .col-lg-4:nth-child(3n):last-child {
    margin-bottom: 0px;
}

.service-section.home-3 .single-service {
    border: none;
    position: relative;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 30px 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}

.service-section.home-3 .single-service * {
    position: relative;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

.service-section.home-3 .single-service i,
.service-section.home-3 .single-service h4,
.service-section.home-3 .single-service p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-section.home-3 .single-service:hover i,
.service-section.home-3 .single-service:hover h4,
.service-section.home-3 .single-service:hover p {
    color: #fff;
}

.service-section.home-3 .single-service::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid #5604ee;
    border-right: 0px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-section.home-3 .single-service:hover::before {
    border-top: 201px solid #2b07fa;
    border-right: 362px solid transparent;
}

.service-section.home-3 .single-service::after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    z-index: 0;
    border-bottom: 0px solid #041dfa;
    border-left: 0px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-section.home-3 .single-service:hover::after {
    border-bottom: 200px solid #0905fc;
    border-left: 360px solid transparent;
}

.service-section.home-3 .single-service .service-txt {
    padding: 0px;
}

.service-section.home-3 .single-service .icon-wrapper {
    margin-right: 22px;
    margin-top: -10px;
}

.service-section.home-3 .single-service h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-section.home-3 .single-service i {
    font-size: 60px;
    color: #189bbb;
}

.about-section {
    position: relative;
}

.about-section .about-txt {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 60px;
}

.about-section .about-txt p {
    margin-bottom: 32px;
}

.about-txt h5 {
    margin: 5px 0px 1px;
    font-weight: 700;
    font-size: 16px;
}

.about-txt span {
    font-size: 14px;
}

.about-bg-3::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -81%;
    top: 0px;
    width: 210%;
    height: 100%;
    background-image: url('../images/about_bg.html');
    background-size: cover;
}

.about-section .about-points {
    padding: 120px 0px 96px;
    background-color: #1f415f;
    position: relative;
}

.about-section .about-points::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -120%;
    height: 100%;
    width: 120%;
    background-color: #1f415f;
}

.about-section .about-points h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-section .about-points .single-point {
    margin-left: -35px;
    margin-bottom: 25px;
}

.about-section .about-points .single-point:last-child {
    margin-bottom: 0px;
}

.about-section .about-points .single-point::after {
    content: "";
    display: block;
    clear: both;
}

.about-section .about-points .single-point .icon-wrapper {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 20px;
    float: left;
    background-color: #400ef5;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: border .5s, background-color .5s, color .5s;
    -o-transition: border .5s, background-color .5s, color .5s;
    transition: border .5s, background-color .5s, color .5s;
}

.about-section .about-points .single-point:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    color: #0f0bf5;
    border: 3px solid #1909f7;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


.about-right-bg {
    background: url('../images/about_bg.html') no-repeat center center;
    background-size: cover; /* or 'contain' if you want full image visible */
    width: 100%;
    height: 400px; /* reduce this number as you wish */
    border-radius: 10px;
    margin-top: 40px;
    overflow: hidden;
}
.single-point .point-txt {
    float: left;
    width: 80%;
}

.home-3.testimonial-section {
    padding-top: 120px;
    margin: auto;
}

.home-3.testimonial-section h2.subtitle {
    margin-bottom: 93px;
}

.home-3.testimonial-section h2.subtitle {
    margin-left: 0px;
}

.testimonial-section.home-3 .section-title {
    color: #afb2be;
}

.testimonial-section.home-3 .section-summary {
    margin: 17px 0px 51px;
}

.single-testimonial img {
    display: inline-block;
    width: 70px;
    border-radius: 50%;
}

.home-3 .single-testimonial::after {
    content: "";
    display: block;
    clear: both;
}

.home-3 .single-testimonial .img-wrapper {
    float: left;
}

.home-3 .client-desc {
    margin-left: 100px;
}

.home-3 .single-testimonial {
    padding: 40px 40px 16px;
    background-color: #f7f7f7;
    position: relative;
}

.home-3 .single-testimonial::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #0331fc;
    border-right: 2px solid #0225ee;
}

.home-3 .single-testimonial:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.home-3 .single-testimonial::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #2e02f1;
    border-left: 2px solid #0c08f5;
}

.home-3 .single-testimonial:hover::after {
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    -o-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.home-3 .single-testimonial p.icon-wrapper {
    margin-bottom: 0px;
}

.home-3 .single-testimonial p.icon-wrapper i {
    font-size: 20px;
    color: #4404f5;
}

.home-3 .single-testimonial p.comment {
    font-weight: 400;
}

.home-3 .single-testimonial h5 {
    font-weight: 700;
    color: #1f415f;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.home-3 .single-testimonial p.rank {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}


/*---------------------------
** Home 4 Page CSS
---------------------------*/

.home-4.hero-area {
    padding: 0px;
}

.home-4.hero-area .hero-carousel .single-hero-item {
    padding: 182px 0px 440px 0px;
    position: relative;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hero-carousel .owl-item.active .hero-txt span {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.hero-carousel .owl-item.active .hero-txt a.boxed-btn,
.hero-carousel .owl-item.active .hero-txt h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.hero-carousel {
    position: relative;
}

.hero-carousel.owl-theme .owl-dots {
    position: absolute;
    right: 28px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.hero-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, .2);
    height: 20px;
    width: 20px;
}

.hero-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #0414f7;
}


/*---------------------------
** Home 5 Page CSS
---------------------------*/

.home-2.hero-area.home-5 {
    padding: 0px;
}

.home-2.hero-area.home-5 .single-hero-item {
    padding: 219px 0px 617px 0px;
}


/*---------------------------
** Home 6 Page CSS
---------------------------*/

.home-3.hero-area.home-6 {
    padding: 0px;
}

.home-3.hero-area.home-6 .single-hero-item {
    padding: 341px 0px 190px 0px;
}


/*---------------------------
** About Page CSS
---------------------------*/

.breadcrumb-area {
    position: relative;
    padding: 52px 0px 37px;
}

.breadcrumb-area .breadcrumb-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #0b2b32;
    opacity: .6;
}

.about-breadcrumb-bg {
    background-image: url('../images/breadcrumb_bg.jpg');
    background-size: cover;
}

.breadcrumb-area .breadcrumb-txt {
    position: relative;
    z-index: 1;
}

.breadcrumb-area span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.breadcrumb-area h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    margin-bottom: 27px;
}

.breadcrumb {
    background: transparent;
    padding: 0px;
}

.breadcrumb a,
.breadcrumb li {
    font-size: 18px;
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    font-size: 12px;
}

.about-section.about {
    padding: 120px 0px 120px;
}

.about-section.about .about-txt {
    padding: 0px;
    background-color: transparent;
}

.about-section.about .about-txt h2.subtitle {
    color: #183650;
    margin-bottom: 85px;
}

.about-section.about .about-txt span.title {
    color: #797e82;
}

.about-section.about .about-txt p {
    color: #4e5861;
    line-height: 28px;
}

.about-section.about .about-txt h5 {
    color: #2b08f3;
}

.about-section.about .about-txt span {
    color: #4e5861;
}

.about-section.about .about-right-bg {
    background-image: url('../images/about.jpg');
    height: 100%;
    width: 100%;
    background-size: cover;
}

.about-section.about .targets {
    margin-top: 80px;
}

.about-section.about .targets .box:first-child {
    margin-bottom: 0px;
}

.partner-section.border-top {
    border-top: 2px solid #f00909;
}


/*---------------------------
** Services Page CSS
---------------------------*/

.services-breadcrumb-bg {
    background-image: url('../images/breadcrumb_bg.jpg');
    background-size: cover;
}

.service-section.services {
    padding: 111px 0px 119px;
}

.services.service-section div[class*="col-"]:nth-child(3n) .single-service {
    margin-bottom: 30px;
}

.services.service-section div[class*="col-"]:nth-child(3n):last-child .single-service {
    margin-bottom: 0px;
}


/*---------------------------
** Service Deatils Page CSS
---------------------------*/

.service-details-breadcrumb-bg {
    background-image: url('../images/breadcrumb.html');
    background-size: cover;
}

.service-details-section {
    padding: 120px 0px 100px;
}

.service-details-section .img-wrapper img {
    width: 100%;
}

.service-details-desc > h2.title {
    font-size: 36px;
    font-weight: 700;
    color: #183650;
    text-transform: uppercase;
    margin: 0px 0px 22px;
}

.service-details-desc p {
    line-height: 28px;
}

.service-details-desc .overview {
    margin-top: 46px;
}

.service-details-desc .overview > h3.title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f415f;
    margin-bottom: 24px;
}

ul.overview-points {
    list-style: none;
    padding-left: 0px;
    margin-top: 25px;
}

ul.overview-points li {
    position: relative;
}

ul.overview-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

ul.overview-points li:last-child {
    margin-bottom: 0px;
}

ul.overview-points li::before {
    content: "\f101";
    position: absolute;
    left: 0px;
    top: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    color: #189bbb;
}

.category-sidebar {
    border: 1px solid #bcbfc2;
}

.category-sidebar ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.category-sidebar ul li {
    display: block;
    border-bottom: 1px solid #bcbfc2;
}

.category-sidebar ul li:last-child {
    border-bottom: none;
}

.category-sidebar ul li a {
    display: block;
    padding: 15px 0px 15px 45px;
    text-transform: uppercase;
    position: relative;
    color: #797e82;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.category-sidebar ul li a::before {
    position: absolute;
    left: 20px;
    content: ">";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #9b9ea1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.category-sidebar ul li a:hover {
    background-color: #3b06fa;
    color: #fff;
}

.category-sidebar ul li a:hover::before {
    color: #fff;
}

.quote-sidebar {
    margin-top: 60px;
    background-color: #1f415f;
    color: #fff;
    padding: 55px 40px 40px 40px;
}

.quote-sidebar h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 34px;
}

.quote-sidebar form .form-element input {
    height: 40px;
}

.quote-sidebar form .form-element button {
    height: 45px;
    width: 140px;
    text-transform: uppercase;
    color: #fff;
    background-color: #189bbb;
    border: none;
    cursor: pointer;
}


/*---------------------------
** Blogs Page CSS
---------------------------*/

.blog-breadcrumb-bg {
    background-image: url('../images/breadcrumb.html');
    background-size: cover;
}

.blog-lists {
    padding: 120px 0px;
}

.blog-lists .single-blog .blog-img-wrapper img {
    width: 100%;
}

.blog-lists .single-blog {
    margin-bottom: 73px;
}

.blog-lists .single-blog:last-child {
    margin-bottom: 0px;
}

.blog-lists .single-blog .blog-txt p.date {
    font-size: 14px;
    margin-top: 19px;
    margin-bottom: 0px;
}

.blog-lists .single-blog .blog-txt h3.blog-title {
    font-size: 30px;
    font-weight: 600;
    margin: 13px 0px 24px;
}

.blog-lists .single-blog .blog-txt h3.blog-title a {
    text-decoration: none;
    color: #1f415f;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-lists .single-blog .blog-txt h3.blog-title a:hover {
    color: #189bbb;
}

.blog-lists .single-blog .blog-txt p.blog-summary {
    line-height: 25px;
    margin-bottom: 16px;
}

.pagination-nav {
    font-size: 14px;
    margin-top: 74px;
}

.pagination-nav ul.pagination {
    margin-bottom: 0px;
}

.pagination-nav li.page-item {
    margin: 0px 5px;
}

.pagination-nav a.page-link {
    padding: 10px 15px;
    border: 2px solid #dddddd;
    color: #38383c;
}

.pagination-nav .page-item:first-child .page-link {
    border-radius: 0;
}

.pagination-nav .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination-nav li.page-item.active a {
    background-color: #2f02fa;
    border: 2px solid #3204fd;
}

.blog-sidebar-widgets {
    background-color: #f7f7f7;
    padding: 40px 40px;
    margin-bottom: 40px;
}

.blog-sidebar-widgets.post-widget {
    padding: 36px 40px;
}

.blog-sidebar-widgets.category-widget {
    padding: 36px 40px 34px;
}

.searchbar::after {
    content: "";
    display: block;
    clear: both;
}

.searchbar input[type="text"],
.searchbar input[type="search"] {
    width: 80%;
    float: left;
    border: none;
    height: 50px;
    padding-left: 20px;
    outline: 0;
}

.searchbar button[type="submit"],
.searchbar input[type="submit"] {
    width: 20%;
    float: left;
    padding: 0;
    height: 50px;
    background-color: #0717f5;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.searchbar button[type="submit"]:hover,
.searchbar input[type="submit"]:hover {
    background-color: #fff;
    color: #3509f7;
}

.popular-posts-lists h4,
.category-lists h4 {
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 700;
    color: #1f415f;
    text-transform: uppercase;
}

.category-lists h4 {
    margin-bottom: 17px;
}

.single-popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.single-popular-post:last-child {
    margin-bottom: 0px;
}

.single-popular-post::after {
    content: "";
    display: block;
    clear: both;
}

.single-popular-post img {
    width: 60px;
}

.popular-post-txt {
    margin-left: 15px
}

.popular-post-txt h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.popular-post-txt h5 a {
    color: #1f415f;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.popular-post-txt h5 a:hover {
    color: #189bbb;
}

.popular-post-txt small {
    font-size: 14px;
    font-weight: 400;
    color: #797e82;
}

.category-lists ul {
    padding: 0;
    margin-bottom: 0px;
}

.category-lists ul li {
    display: block;
    margin-bottom: 6px;
}

.category-lists ul li:last-child {
    display: block;
    margin-bottom: 0px;
}

.category-lists ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #1f415f;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.category-lists ul li a:hover {
    color: #3c08fa;
}

.category-lists ul li a::after {
    position: absolute;
    content: "\f0da";
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #189bbb;
}

.subscribe-section {
    padding: 34px 40px 40px;
    background-color: #0a3041;
    color: #fff;
}

.subscribe-section > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1e0ff1;
    text-transform: uppercase;
}

.subscribe-section h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.subscribe-section h3::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #3508fd;
}

.subscribe-section .form-element:last-child {
    margin-bottom: 0px;
}

.subscribe-form {
    margin-top: 67px;
}

.subscribe-form input[type="email"] {
    border: none;
}

.subscribe-form input[type="submit"],
.subscribe-form button[type="submit"] {
    padding: 10px 0px;
    width: 120px;
}


/*---------------------------
** Blogs Grid Sidebar Page CSS
---------------------------*/

.news-section.blog-grid-sidebar div[class*="col-"]:nth-child(2n) {
    margin-bottom: 45px;
}

.news-section.blog-grid-sidebar div[class*="col-"]:last-child {
    margin-bottom: 0px;
}


/*---------------------------
** Blogs Grid Page CSS
---------------------------*/

.news-section.blog-grid div[class*="col-"]:nth-child(3n) {
    margin-bottom: 45px;
}

.news-section.blog-grid div[class*="col-"]:last-child {
    margin-bottom: 0px;
}


/*---------------------------
** Blog Details Page CSS
---------------------------*/

.blog-details-section {
    padding: 120px 0px 120px;
}

.blog-details-img-1 {
    width: 100%;
}

.blog-details-section small.date {
    font-size: 14px;
    color: #797e82;
    display: inline-block;
    margin-top: 25px;
}

.blog-details-title {
    font-size: 30px;
    font-weight: 600;
    margin: 16px 0px 25px;
    color: #1f415f;
}

.blog-details-body p {
    color: #666666;
}

.blog-details-quote {
    padding: 42px 39px;
    border-left: 3px solid #3a05fa;
    font-style: italic;
    line-height: 30px;
    font-size: 18px;
    margin: 41px 0px 42px;
    background-color: #f7fafd;
    color: #1f415f;
}

.blog-share {
    margin-top: 51px;
}

.blog-share ul {
    padding-left: 0px;
}

.blog-share ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-share ul li:last-child {
    margin-right: 0px;
}

.blog-share ul li a {
    display: block;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.blog-share ul li a:hover {
    opacity: .8;
}

.blog-share ul li a.facebook-share {
    background-color: #275baa;
}

.blog-share ul li a.twitter-share {
    background-color: #092df7;
}

.blog-share ul li a.pinterest-share {
    background-color: #d6061e;
}

.blog-share ul li a i {
    margin-right: 10px;
}

.author-info {
    margin: 59px 0px 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author-info img {
    border-radius: 50%;
    width: 100px;
}

.author-details {
    margin-left: 35px;
}

.author-info .name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #1f415f;
}

.comment-lists h3 {
    font-size: 24px;
    font-weight: 700;
    color: #183650;
    display: block;
    position: relative;
    margin-bottom: 51px;
    text-transform: uppercase;
}

.comment-lists h3::after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    height: 3px;
    width: 70px;
    background-color: #1c04f5;
}

.single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 25px;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}

.single-comment:last-child {
    margin-bottom: 0px;
}

.single-comment-wrapper {
    margin-right: 20px
}

.single-comment-wrapper img {
    border-radius: 50%;
    max-width: 60px;
}

.single-comment .person-name h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f415f;
}

.single-comment .person-info .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.single-comment .person-info .date small {
    font-size: 14px;
    color: #8b8b8b;
}

.single-comment .person-info .date a {
    font-weight: 600;
    font-style: italic;
    color: #1f415f;
    margin-top: -5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.single-comment .person-info .date a:hover {
    color: #3609fc;
}

.single-comment .person-info .comment {
    margin-top: 20px;
}

.single-comment .person-info .comment p {
    color: #666666;
}

.reply-form-section {
    margin-top: 62px;
}

.reply-form-section h3 {
    position: relative;
    margin-bottom: 52px;
    font-size: 24px;
    font-weight: 700;
    color: #183650;
    text-transform: uppercase;
}

.reply-form-section h3::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 3px;
    width: 70px;
    background-color: #0213fd;
}

.reply-form-section .form-element input,
.reply-form-section .form-element textarea {
    border: 2px solid #f1f1f1;
}

.reply-form-section .form-element.reduced-mb {
    margin-bottom: 17px;
}


/*---------------------------
** Gallery Page CSS
---------------------------*/

.gallery-section {
    padding: 120px 0px;
}

.single-pic img {
    width: 100%;
    border-radius: 8px;
}

.gallery-section .single-pic {
    margin-bottom: 30px;
}

.single-pic {
    position: relative;
    border-radius: 8px;
}

.single-pic-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-pic:hover .single-pic-overlay {
    visibility: visible;
    opacity: .6;
}

.single-pic .outer,
.single-pic .inner {
    width: 100%;
}

.single-pic h4 {
    font-weight: 700;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 9px;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-pic:hover h4 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.single-pic h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: 0px;
    background-color: rgb(27, 11, 252);
    left: 50%;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.single-pic a.icon-wrapper {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-pic:hover a.icon-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.single-pic .txt-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
}

.gallery-section div[class*='col-']:nth-last-child(1) .single-pic,
.gallery-section div[class*='col-']:nth-last-child(2) .single-pic,
.gallery-section div[class*='col-']:nth-last-child(3) .single-pic {
    margin-bottom: 0px;
}


/*---------------------------
** Gallery Masonry Page CSS
---------------------------*/

.gallery-section.masonry .single-pic {
    float: left;
    width: 33.33%;
    margin-bottom: 0px;
    border-radius: 0px;
}

.grid-sizer {
    width: 33.33%;
}

.gallery-section.masonry .single-pic img {
    border-radius: 0px;
    width: 100%;
}

.gallery-section.masonry .single-pic-overlay {
    border-radius: 0px;
}


/*---------------------------
** Testimonial Page CSS
---------------------------*/
/* -----------------------------
   MODERN TESTIMONIAL DESIGN
----------------------------- */

.testimonial-section {
    padding: 80px 0;
}

.modern-testimonial {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.modern-testimonial:hover {
    transform: translateY(-8px);
}

/* Client Image */
.modern-testimonial .img-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    border: 4px solid #f0f0f0;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

/* Quote Icon */
.modern-testimonial .icon-wrapper i {
    font-size: 32px;
    color: #0A84FF;
    opacity: 0.6;
}

/* Review Text */
.modern-testimonial .comment {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 15px 0 20px;
}

/* Client Name */
.modern-testimonial .name {
    font-weight: 700;
    font-size: 18px;
    color: #111;
    margin-top: 10px;
}

/* Title Styles */
.testimonial-section .title {
    font-size: 18px;
    font-weight: 600;
    color: #0A84FF;
    display: block;
    margin-bottom: 8px;
}

.testimonial-section .subtitle {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 40px;
}


/*---------------------------
** FAQ Page CSS
---------------------------*/

.faq-breadcrumb-bg {
    background-image: url('../images/breadcrumb.html');
    background-size: cover;
}


/*---------------------------
** Quote Page CSS
---------------------------*/

.quote-breadcrumb-bg {
    background-image: url('../images/breadcrumb.html');
    background-size: cover;
}

.quote-page span.title {
    color: #797e82;
}

.quote-page h2.subtitle {
    color: #183650;
}

.quote-page form .form-element input,
.quote-page form .form-element select {
    border: 2px solid #e8e8e8;
}

.quote-section.quote-page .form-element button[type="submit"] {
    padding: 12px 45px;
}

.quote-page .contact-infos {
    background-color: #f5f5f5;
    padding: 50px 60px;
}

.quote-page .contact-infos .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.quote-page .contact-infos .single-info .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.quote-page .contact-infos .single-info:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #130ffa;
    color: #fff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.quote-page .contact-infos .single-info .icon-wrapper i {
    font-size: 20px;
    color: #0703f5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.quote-page .contact-infos .single-info:hover .icon-wrapper i {
    color: #fff;
}

.quote-page .contact-infos .single-info:last-child {
    margin-bottom: 0px;
}

.quote-page .contact-infos .single-info .icon-wrapper {
    border: 1px solid #0b0ffa;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.quote-page .contact-infos .single-info p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #4e5861;
}


/*---------------------------
** Contact Page CSS
---------------------------*/

.contact-breadcrumb-bg {
    background-image: url('../images/breadcrumb.html');
    background-size: cover;
}

.contact-section {
    padding: 120px 0px;
}

.contact-section .single-info {
    margin-bottom: 30px;
    padding: 40px 42px;
}

.contact-section .single-info::after {
    content: "";
    display: block;
    clear: both;
}

.contact-section .single-info:last-child {
    margin-bottom: 0px;
}

.contact-section .single-info .icon-wrapper {
    border: 1px solid #0408ec;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #fff;
    float: left;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

.contact-section .single-info:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #1c0cf5;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.contact-section .single-info .icon-wrapper i {
    font-size: 20px;
    color: #189bbb;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-section .single-info:hover .icon-wrapper i {
    color: #fff;
}

.contact-section .single-info .info-txt {
    float: left;
    width: 73%;
}

.contact-section .single-info p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
}

.contact-section .single-info-col:first-child {
    border: 1px solid #f1f1f1;
}

.contact-section .single-info-col:nth-child(2) {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.contact-section .single-info-col:last-child {
    border: 1px solid #f1f1f1;
}

.contact-form-section .form-element input {
    border: 1px solid #e3e3e3;
}

.contact-form-section {
    margin-top: 90px;
}

.contact-form-section h2.subtitle {
    margin-bottom: 94px;
}

.contact-form-section .form-element textarea {
    border: 1px solid #e3e3e3;
}

.map-wrapper {
    height: 100%;
}

div#map {
    height: 100%;
}

.contact-form-section .form-element button[type="submit"],
.contact-form-section .form-element input[type="submit"] {
    padding: 10px 30px;
}


/*---------------------------
** Pricing Page CSS
---------------------------*/

.pricing-section {
    padding: 111px 0px 120px;
}

.pricing-tables {
    color: #ffffff;
    width: 100%;
}

.pricing-tables img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.pricing-tables .plan {
    margin: 0px;
    width: 100%;
    padding-top: 18px;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #183650;
    border-radius: 8px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-tables .plan:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #240cfa;
}

.pricing-tables .plan:hover a {
    background-color: #183650;
}

.pricing-tables header {
    color: #ffffff;
}

.pricing-tables .plan-title {
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 1.6em;
    letter-spacing: 2px;
    font-weight: 700;
}

.pricing-tables .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 40px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricing-tables .plan-cost {
    padding: 0 20px;
    margin: 0;
}

.pricing-tables .plan-price {
    font-weight: 400;
    font-size: 2.8em;
    margin: 10px 0;
    display: inline-block;
}

.pricing-tables .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.pricing-tables .plan-features {
    padding: 0 0 28px;
    margin: 0;
    list-style: outside none none;
    font-size: 0.9em;
}

.pricing-tables .plan-features li {
    padding: 8px 20px;
}

.pricing-tables .plan-features i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.pricing-tables .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.pricing-tables .plan-select a {
    background-color: #3c10ff;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-tables .plan-select a:hover {
    background-color: #183650;
}


/*---------------------------
** 404 Page CSS
---------------------------*/

.error-section {
    padding: 89px 0px 92px;
}

.oops {
    max-width: 100px;
    margin: 0 auto;
}

.oops img {
    width: 100%;
}

.not-found img {
    width: 100%;
}

.error-txt {
    text-align: center;
    margin-top: 30px;
}

.error-txt h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin: 21px 0px 14px;
    color: #1f415f;
}

.error-txt p {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.error-txt a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 15px;
    background-color: #3c09f5;
    border: 1px solid #0817f1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.error-txt a:hover {
    color: #1e0ef7;
    background-color: #fff;
}

/*---------------------------
** Category Page CSS
---------------------------*/

.products-area {
    padding: 120px 0px;
}

.single-product .thumbnail img {
    width: 100%;
}

.rate {
    background-image: url("../images/rate-star.html");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 95px;
    margin: 0 auto;
}

.rating {
    background-image: url("../images/rate-star.html");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

.circle .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.circle .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.circle:hover .tooltiptext {
    visibility: visible;
}

.single-product .thumbnail {
    position: relative;
}

.single-product .thumb-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.single-product:hover .thumb-overlay {
    visibility: visible;
    opacity: 1;
}

.single-product .thumb-overlay .circle-container {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.single-product .thumb-overlay .circle {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 43px;
    background-color: #1f415f;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1f415f;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50px) rotate(-180deg);
    transform: translateX(-50px) rotate(-180deg);
    -webkit-transition: 1s;
    transition: 1s;
}

.single-product:hover .thumb-overlay .circle {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}

.single-product .thumb-overlay .circle:hover {
    background-color: #fff;
}

.single-product .thumb-overlay .circle i {
    font-size: 20px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product .thumb-overlay .circle:hover i {
    color: #1f415f;
}

.single-product .content {
    text-align: center;
    padding: 27px 20px 30px;
}

.single-product .content h4.title {
    font-size: 20px;
    margin-bottom: 0px;
}

.single-product .content h4.title a {
    color: #1f415f;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product .content h4.title a:hover {
    color: #1f415f;
}

.single-product {
    border: 1px solid #f1f1f1;
}

.products div[class*="col-"]:nth-child(3n+2) .single-product {
    border-left: none;
    border-right: none;
}

.single-product .price {
    font-size: 16px;
    margin-bottom: 7px;
    font-family: 'Source Sans Pro', sans-serif;
}

.single-product .price span {
    color: #1f415f;
    margin-right: 5px;
}

.single-product button.addtocart {
    border: 1px solid #1f415f;
    padding: 8px 0px;
    background-color: #1f415f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product button.addtocart:hover {
    background-color: #fff;
    color: #1f415f;
}

.price-range-block .ui-slider-horizontal {
    height: 6px;
}

.price-range-block .ui-slider .ui-slider-handle {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #1f415f;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}

.price-range-block .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
}

.price-range-block .ui-widget-header {
    background: #1f415f;
}

.price-range-block .ui-widget-content {
    background: #f5f5f5;
}

.filters .livecount {
    text-align: center;
    margin-top: 20px;
}

.filters .livecount input {
    border-radius: 5px;
    border: 1px solid #0000001a;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    width: 40%;
}

.filters .livecount span {
    display: inline-block;
    margin: 0px 7px;
}

.filters .filter {
    margin-bottom: 30px;
}

.filters .filter:last-child {
    margin-bottom: 0px;
}

.filter .filter-header {
    background-color: #1f415f;
    padding: 10px 20px 5px;
}

.filter .filter-header h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.filter .filter-body {
    padding: 30px;
    border: 1px solid #f1f1f1;
}

.filter .applybtn {
    display: block;
    border: none;
    background-color: #1f415f;
    color: #fff;
    border-radius: 50px;
    padding: 5px 30px;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.filter.category ul {
    padding-left: 0px;
    list-style-type: none;
}

.filter.category ul li a {
    color: #1f415f;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.filter.category ul li a:hover {
    color: #1f415f;
}

.filter.category ul li {
    position: relative;
    padding-left: 20px;
}

.filter.category ul li::before {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #1f415f;
    left: 0px;
    top: -1px;
}

.filter .container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.filter .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.filter .container:hover input ~ .checkmark {
    background-color: none;
}

.filter .container input:checked ~ .checkmark {
    background-color: #1f415f;
}

.filter .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter .container input:checked ~ .checkmark:after {
    display: block;
}

.filter .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter .checkmark.radio {
    border-radius: 50%;
}

.filter select {
    width: 100%;
    padding: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #0000002a;
}

.quickview-slider {
    width: 100%;
}

.quickview-slider .owl-stage {
    background-color: rgba(30, 144, 255, .8);
}

.quickview-slider .owl-item {
    padding: 0;
    position: relative;
    opacity: 0.5;
}

.quickview-slider .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: auto;
}

.quickview-slider .center {
    opacity: 1;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9999;
}

.quickview-slider .owl-thumbs {
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
    z-index: 1;
}

.quickview-slider .owl-thumb-item {
    width: 20%;
    height: auto;
    border: none;
    background: none;
    padding: 0;
    opacity: 0.7;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin-right: 5px;
    cursor: pointer;
}

.quickview-slider .owl-thumb-item:last-child {
    margin-right: 0px;
}

.quickview-slider .owl-thumb-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.quickview-slider .owl-thumb-item.active {
    opacity: 1;
    border: 1px solid #1f415f;
}

.quickview-slider .owl-thumb-item.active img {
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
}

.quickview-slider.owl-carousel .owl-nav button.owl-next,
.quickview-slider.owl-carousel .owl-nav button.owl-prev {
    background: #1f415f;
    color: #fff;
    border: none;
    font-size: 12px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.quickview-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 10;
}

.quickview-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 10;
}

.quickview-slider.owl-carousel .owl-stage-outer {
    border: 1px solid #f1f1f1;
}

.product-details button.close {
    height: 30px;
    width: 30px;
    border: 1px solid #0000004a;
    border-radius: 50%;
}

.product-details-form .filter .container {
    display: inline-block;
    max-width: none;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
}

.color.filter .checkmark {
    height: 25px;
    width: 25px;
}

.color.filter .checkmark.red {
    background-color: red;
}

.color.filter .container input:checked ~ .checkmark.red {
    background-color: red;
}

.color.filter .checkmark.green {
    background-color: green;
}


.color.filter .container input:checked ~ .checkmark.green {
    background-color: green;
}

.color.filter .checkmark.purple {
    background-color: purple;
}

.color.filter .container input:checked ~ .checkmark.purple {
    background-color: purple;
}

.color.filter .checkmark.blue {
    background-color: blue;
}

.color.filter .container input:checked ~ .checkmark.blue {
    background-color: blue;
}

.color.filter .container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
}

.filter.color .container {
    padding-left: 30px;
    padding-right: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.filter.color .checkmark {
    top: 2px;
}

.product-details-form select {
    width: 100%;
    border-radius: 3px;
    padding: 8px 10px;
    border: 1px solid #0000002a;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details .modal-content {
    border-radius: 0px;
}

.product-details-form input {
    border-radius: 3px;
    border: 1px solid #0000003a;
    width: 100%;
    padding: 8px 0px;
    padding-left: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details-form button.addtocart {
    display: block;
    width: 100%;
    color: #fff;
    background: #1f415f;
    border: 1px solid #1f415f;
    padding: 8px 0px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.social-share ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.social-share ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-share ul li:last-child {
    margin-right: 0px;
}

.social-share ul li a {
    display: block;
    border: 1px solid transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    color: #fff;
}

.social-share ul li a:hover {
    opacity: .7;
}

.social-share ul li a.facebook {
    background: #3b5998;
}

.social-share ul li a.twitter {
    background: #ffda09;
}

.social-share ul li a.linkedin {
    background: #0077B5;
}

.social-share ul li a.google {
    background: #CC3333;
}

.social-share ul li a.pinterest {
    background: #c8232c;
}

.product-details .content h4.title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f415f;
}

.product-details .content .rate {
    margin: 5px 0px 0px;
    display: inline-block;
}

.product-details .price {
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details .price span {
    display: inline-block;
    margin-right: 5px;
    color: #1f415f;
}

.product-details-form h6.label {
    color: #1f415f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.product-details .social-share h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f415f;
    text-transform: uppercase;
}

.product-details .desc p {
    margin: 15px 0px 25px;
}

.topbar-filters {
    border: 1px solid #f1f1f1;
    padding: 15px 20px 15px 0px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.topbar-filters label {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f415f;
}

.topbar-filters .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-filters select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    padding: 5px 0px;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #0000002a;
    font-family: 'Source Sans Pro', sans-serif;
}

.topbar-filters .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*---------------------------
** Product Details Page CSS
---------------------------*/

.product-details {
    padding: 120px 0px;
}

.product-details .product-preview {
    border: 1px solid #f1f1f1;
    text-align: center;
}

.product-details .product-preview img.single-image {
    width: 100%;
}

.product-details .product-thumb-slider img.small {
    cursor: pointer;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-next,
.product-thumb-slider.owl-carousel .owl-nav button.owl-prev {
    background: #1f415f;
    height: 30px;
    width: 30px;
    color: #fff;
    border: 1px solid #1f415f;
    text-align: center;
    line-height: 30px;
    position: absolute;
    outline: 0;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-next {
    opacity: 0;
    visibility: hidden;
    right: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fff;
    color: #1f415f;
}

.product-thumb-slider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
    right: -4%;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    left: -5%;
    -webkit-transition: .3s;
    transition: .3s;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #1f415f;
}

.product-thumb-slider.owl-carousel:hover .owl-nav button.owl-prev {
    left: -4%;
    visibility: visible;
    opacity: 1;
}

.product-thumb-slider.owl-carousel {
    margin-top: 10px;
}


.product-thumb-slider .single-product img.big {
    display: none;
}

.actions button {
    display: block;
    width: 100%;
    border: none;
    background-color: #1f415f;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 0px;
    border-radius: 3px;
    cursor: pointer;
}

.actions button i {
    margin-right: 8px;
}

.actions .wishlist,
.actions .compare {
    background-color: #1f415f;
    color: #fff;
}

.comments .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments .single-comment {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.comments .single-comment img {
    width: 60px;
    border-radius: 50%;
    margin-right: 30px;
}

.comments .single-comment .date {
    font-size: 14px;
    color: #acb4c2;
}

.comments .single-comment .bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
}

.avg-rating h2 {
    color: #1404ee;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 0px;
}

.avg-rating p {
    text-align: center;
    margin: 0px;
}

.review-form .form-element textarea {
    border: 1px solid #f1f1f1;
}

.review-form div#rateYo {
    margin: 5px auto 0px;
}

.review-form h2 {
    text-align: center;
    color: #1f415f;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 24px;
}

.review-form button[type="submit"] {
    border: 1px solid #1f415f;
}

.review-form .counter {
    text-align: center;
    font-weight: 600;
    color: #1f415f;
    margin-bottom: 20px;
}

.review-form .form-element input, .review-form .form-element select {
    border: 1px solid #f1f1f1;
}

.specifications th[scope="row"] {
    color: #1f415f;
}

.product-details .nav-tabs .nav-link {
    color: #1f415f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.product-details .nav-tabs .nav-item.show .nav-link,
.product-details .nav-tabs .nav-link.active {
    border-bottom: 4px solid #1f415f;
    color: #1f415f;
}

.vendor-info {
    border: 1px dashed #0000002a;
    text-align: center;
    border-radius: 8px;
    padding: 20px 30px 30px;
}

.vendor-info span {
    color: #1f415f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.vendor-info h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1f415f;
    margin-bottom: 10px;
}

.vendor-info h3 {
    font-size: 24px;
    color: #1f415f;
    font-weight: 600;
    margin-bottom: 9px
}

.vendor-info a.visitbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 25px;
    background: #1f415f;
    border: 1px solid #1f415f;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    margin-top: 19px;
    -webkit-transition: .5s;
    transition: .5s;
}

.vendor-info a.visitbtn:hover {
    background: #fff;
    color: #1f415f;
}

.product-details .tab-content {
    margin-top: 30px;
}

.product-details #description p {
    margin-bottom: 10px;
}

.product-details #description p:last-child {
    margin-bottom: 0px;
}

.product-details .product-infos {
    margin-top: 50px;
}

.product-details .social-share {
    margin-top: 30px;
}

.product-details .avg-rating {
    margin-bottom: 24px;
}

/*---------------------------
** Cart Page CSS
---------------------------*/

.cart-table {
    padding: 120px 0px 0px;
}

.cart-table img.table-img {
    width: 100px;
}

.cart-table th {
    text-transform: uppercase;
    color: #1f415f;
}

.cart-table td,
.cart-table th {
    text-align: center;
    vertical-align: middle;
}

.cart-table td.title {
    min-width: 200px;
}

.cart-table td.price {
    min-width: 150px;
}

.cart-table a.title {
    color: #1f415f;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.cart-table a.title:hover {
    color: #1f415f;
}

.cart-table input.quantity {
    text-align: center;
    width: 80px;
    font-family: 'Source Sans Pro', sans-serif;
}

.cart-table td.price {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.cart-table .price span {
    color: #1f415f;
    display: inline-block;
    margin-left: 5px;
}

.cart-table td.total {
    font-weight: 600;
    color: #1f415f;
}

.cart-table td.action a {
    color: #1f415f;
}

a.cartbtn,
button.cartbtn {
    border: none;
    text-transform: uppercase;
    background-color: #1f415f;
    border: 1px solid #1f415f;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 25px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.cartbtn:hover {
    background-color: #ffffff;
    border: 1px solid #1f415f;
    color: #1f415f;
}

a.cartbtn.shop {
    background-color: #1f415f;
    border: 1px solid #1f415f;
}

a.cartbtn.shop:hover {
    background-color: #ffffff;
    color: #1f415f;
}

.cartbtn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-cards {
    padding: 50px 0px 120px;
}

.coupon-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}

.coupon-input input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: 0;
    border-right: none;
    border: 1px solid #f1f1f1;
    padding: 9px 0px 9px 15px;
    font-family: 'Source Sans Pro', sans-serif;
}

.coupon-input button {
    border: none;
    background-color: #1f415f;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 50px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
}

.cart-cards .card-header {
    background: #1f415f;
}

.cart-cards .card-header h5 {
    margin: 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.cart-cards .form-element label {
    font-weight: 600;
    color: #1f415f;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
}

.cart-cards .form-element select {
    height: 40px;
    border: 1px solid #0000001a;
    padding-left: 15px;
    line-height: inherit;
}

.calculations {
    margin-top: 13px;
}

.calculations .single-calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 11px;
    margin-bottom: 13px;
    border-bottom: 1px solid #0000001a;
}

.calculations .single-calc.total {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.calculations .single-calc.total strong {
    font-size: 20px;
    text-transform: uppercase;
}

.calculations .single-calc.total span {
    font-weight: 600;
    color: #1f415f;
    font-size: 20px;
}

.calculations .single-calc strong {
    font-weight: 600;
    color: #1f415f;
}

/*---------------------------
** Checkout Page CSS
---------------------------*/

.checkout .coupon-input {
    margin-top: 0px;
}

.checkout .calculations {
    margin-top: 0px;
}

.checkout table td.title {
    min-width: 150px;
}

.checkout .form-element {
    margin-bottom: 0px;
}

.checkout .form-element select {
    height: 45px
}

.checkout .form-element button {
    padding: 11px 45px;
    border: 1px solid #189bbb;
    display: block;
    width: 100%;
}

.billing-address h4.title,
.shipping-address h4.title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f415f;
    margin-top: 50px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.billing-address label,
.shipping-address label {
    color: #1f415f;
    font-weight: 600;
    font-size: 16px;
}

.billing-address .form-element input,
.billing-address .form-element select,
.shipping-address .form-element input,
.shipping-address .form-element select {
    border: 1px solid #f1f1f1;
}
Normal header
.support-nav-area {
    height: 120px; /* original height */
    transition: all 0.3s ease; /* smooth shrinking */
    background-color: #fff; /* optional */
}

/* When sticky */
.sticky .support-nav-area {
    height: 60px; /* reduced height when sticky */
}

/* Optional: shrink logo inside header */
.support-nav-area img.logo {
    height: 80px; /* original logo height */
    transition: all 0.3s ease;
}

.sticky .support-nav-area img.logo {
    height: 50px; /* smaller logo when sticky */

.support-nav-area {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff; /* keeps white background */
    transition: all 0.3s ease;
}




/* Keyframes for scrolling text */
@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
  
  /* Optional: add margin to body so sticky header doesn't overlap */
  body {
    margin-top: 35px; /* adjust based on header height */
  }

  
  /* Marquee animation */
@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
  
  /* Sticky header */
  .support-nav-area {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    transition: all 0.3s ease;
    padding: 10px 0;
  }
  
  /* Logo normal size */
  .logo-img {
    height: 80px;
    transition: all 0.3s ease;
  }
  
  /* Shrink header when sticky */
  .sticky .support-nav-area {
    padding: 5px 0;
  }
  
  .sticky .logo-img {
    height: 50px;
  }
  



  

 /* ================================
   GALLERY PAGE STYLES
================================== */
.gallery-section {
    padding: 100px 0;
    text-align: center;
 }
 
 .gallery-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
 }
 
 .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 40px;
 }
 
 .gallery-container img {
    width: 100%;
    /* aspect-ratio: 4 / 3;     all images have same shape */
    aspect-ratio: 1 / 1;

    border-radius: 10px;
    object-fit: cover;       /* crops nicely */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
 }
 
 .gallery-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
 }
 
  



 /* Remove bullet and spacing from navbar list */
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  /* Menu item styling */
  .main-menu ul li {
    margin: 0;
    padding: 0 18px;
  }
  
  .main-menu ul li a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 15px 0;
  }
  
  /* Navbar background */
  .navbar-area {
    background-color: #0033ff; /* same blue you used */
    padding: 10px 0;
    position: relative;
    z-index: 999;
  }
  
  /* Fix logo alignment */
  .logo-wrapper img {
    height: 80px; /* adjust as needed */
    width: auto;
    object-fit: contain;
    vertical-align: middle;
  }
  
  /* Make logo and menu align side-by-side nicely */
  .navbar-area .row {
    align-items: center;
  }
  
  /* On smaller screens, stack vertically */
  @media (max-width: 768px) {
    .main-menu ul {
      flex-direction: column;
      text-align: center;
    }
  }
  

  /* marquee */


  .top-marquee {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #003366; /* dark blue background, you can change color */
    color: white;
    font-weight: 500;
    z-index: 9999; /* ensure it stays above everything */
    padding: 6px 0;
    text-align: center;
  }
  
  .top-marquee marquee a {
    color: #ffcc00; /* link color inside marquee */
    text-decoration: none;
  }
  
  body {
    padding-top: 40px; /* Prevent content from hiding under sticky bar */
  }
  
  /* .top-marquee {
    background-color: #1f415f;  /* Deep blue bar */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    text-align: center;
    position: relative;
    z-index: 9999;
}

.top-marquee a {
    color: #f4d03f;  /* Golden yellow for links */
    text-decoration: none;
}

.top-marquee a:hover {
    text-decoration: underline;
} */
.request-form form {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  }
  /*--------branch-section start--------*/
  .branch-section {
    background: #ffffff;
  }
  
  .branch-title {
    font-size: 32px;
    font-weight: 700;
    color: #050505;
  }
  
  .branch-title span {
    background: orange;
    padding: 4px 10px;
    border-radius: 4px;
  }
  
  .branch-list {
    list-style: none;
    padding: 0;
  }
  
  .branch-list li {
    background: #2205cae8;
    color: rgb(254, 255, 255);
    padding: 12px 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
  }
  
  .branch-list li:hover {
    background: orange;
    cursor: pointer;
    transform: translateY(-3px);
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .branch-list li {
      margin-bottom: 8px;
      font-size: 15px;
    }
  }
  

  /*-----stat box----*/
  .counter-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 50px 0;
}

.counter-box {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    width: 23%;
}

.counter-box h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1b1f5e;
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}




/*------icon*/

.features-section {
    text-align: center;
    padding: 40px 0;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
}

.features-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.feature-box {
    width: 280px;
    text-align: center;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #eef5ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}

.feature-icon img {
    width: 36px;
    height: 36px;
}

.feature-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.feature-box p {
    font-size: 15px;
    color: #555;
    line-height: 22px;
}


/*---Google rating ---*/
/* Wrapper to align ISO badge + Google rating box */
.google-rating-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

/* ISO Badge */
.iso-badge img {
    width: 120px;
    filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.5));
}

/* Google Rating Section (Black Background) */
.google-rating-section {
    background: #000;
    padding: 60px 0;
}

/* Rating Card */
.google-rating-box {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px 40px;
    background: #111; 
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 22px;
    width: fit-content;

    box-shadow: 0 0 35px rgba(0, 150, 255, 0.25);
}

/* Google Logo */
.google-logo {
    width: 70px;
}

/* Rating Number */
.rating-details h4 {
    font-size: 52px;
    font-weight: 900;
    margin: 0;
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Stars */
.stars span {
    font-size: 38px;
    margin-right: 3px;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}
.stars .half {
    opacity: 0.5;
}

/* Reviews text */
.rating-details p {
    margin: 0;
    font-size: 16px;
    color: #bbb;
    font-weight: 500;
}

/* Highest rated line */
.highest-rated {
    margin-top: 6px;
    font-size: 17px;
    font-weight: 600;
    color: #00eaff;
    text-shadow: 0 0 10px rgba(0, 234, 255, 0.5);
}







/* Section Background */
.rc-services-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Subtitle */
.rc-subtitle {
    color: #D82020;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Title */
.rc-title {
    font-size: 38px;
    font-weight: 800;
    color: #222;
    margin: 10px 0 20px;
}

/* Description */
.rc-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 35px;
    line-height: 1.7;
}

/* Services Grid */
.rc-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
}

/* Service Box */
.rc-service-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border-left: 6px solid #D82020;
    transition: 0.3s;
}

.rc-service-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* Icon */
.rc-icon {
    width: 45px;
    height: 45px;
    background: #D82020;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
}

/* Company Badge (Right Image) */
.rc-company-badge {
    max-width: 80%;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

 /* How Royal Care Packers and Movers Works? */

 .two-box-row {
    display: flex;
    gap: 25px;
    margin-top: 40px;
}

/* Box design */
.info-box {
    width: 50%;
    padding: 30px;
    border-radius: 12px;
    color: #fff;
}

/* Left box – Blue theme */
.box-left {
    background: linear-gradient(135deg, #0354f7, #023c7a);
    box-shadow: 0 6px 20px rgba(52, 121, 255, 0.3);
}

/* Right box – Purple theme */
.box-right {
    background: linear-gradient(135deg, #f8aa03, #f5a207);
    box-shadow: 0 6px 20px rgba(142, 45, 226, 0.3);
}

.info-box .section-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}

/* Item row */
.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.info-item:last-child {
    border-bottom: none;
}

/* Icon box */
.icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 25px;
}

/* Text */
.info-item h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.info-item p {
    margin: 3px 0 0;
    font-size: 14px;
    opacity: 0.95;
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .two-box-row {
        flex-direction: column;
    }
    .info-box {
        width: 100%;
    }
}




/* Force 3 images in one row */
.gallery.gallery-columns-3 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 32% !important;     /* Perfect for 3 images */
    margin: 0 0 15px !important;
    padding: 0 !important;
}

.gallery.gallery-columns-3 .gallery-icon {
    width: 100% !important;
}

.gallery.gallery-columns-3 img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Tablet */
@media (max-width: 768px) {
    .gallery.gallery-columns-3 .gallery-item {
        width: 48% !important;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .gallery.gallery-columns-3 .gallery-item {
        width: 100% !important;
    }
}




/* ===========================
   ⭐ PROFESSIONAL TESTIMONIAL
   =========================== */

   .testimonial-section-professional {
    padding: 90px 0;
    background: linear-gradient(135deg, #f0f7ff, #ffffff);
}

.testimonial-section-professional .heading {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-section-professional .heading span {
    font-size: 18px;
    font-weight: 600;
    color: #0071e3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-section-professional .heading h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1b1b1b;
    margin-top: 8px;
}


/* ⭐ Testimonial Card */
.pro-testimonial-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: 0.35s ease-in-out;
    border: 1px solid rgba(255,255,255,0.6);
}

.pro-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}


/* ⭐ Client Photo */
.pro-testimonial-card .client-photo img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    border: 5px solid #e3eeff;
    object-fit: cover;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
}


/* ⭐ Star Ratings */
.pro-testimonial-card .stars {
    font-size: 22px;
    color: #ffb400;
    margin-top: 12px;
}


/* ⭐ Review Text */
.pro-testimonial-card .review-text {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
}


/* ⭐ Client Name */
.pro-testimonial-card .client-name {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.pro-testimonial-card .client-location {
    font-size: 15px;
    color: #777;
    margin-top: 5px;
}



/* ===============================
   ⭐ PROFESSIONAL ABOUT SECTION
=================================*/

.about-section-full {
    padding: 90px 0;
    background: #f8fbff;
}

.about-content {
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
}

.about-title {
    font-size: 18px;
    font-weight: 600;
    color: #0A84FF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-heading {
    font-size: 36px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #1b1b1b;
}

.about-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

.about-sub {
    font-size: 28px;
    font-weight: 700;
    margin-top: 35px;
    color: #003366;
}

/* Boxes */
.about-box {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: 0.3s;
}

.about-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
}

/* Icons */
.icon-wrapper {
    font-size: 36px;
    color: #0A84FF;
}

/* Text */
.box-details h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.box-details p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}


/* Force 3 images per row */
.gallery.gallery-columns-3 .gallery-item {
    width: 33.33% !important;
    display: inline-block;
    vertical-align: top;
    padding: 10px;  /* increased spacing */
}

/* Image styling */
.gallery .gallery-item img {
    width: 100% !important;
    height: auto;
    display: block;
    border: 6px solid #ffffff;      /* white border */
    border-radius: 10px;            /* smooth edges */
    box-shadow: 0 6px 18px rgba(0,0,0,0.15); /* soft shadow */
    transition: 0.3s ease;
}

/* Hover effect */
.gallery .gallery-item img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Responsive for mobile */
@media (max-width: 767px) {
    .gallery.gallery-columns-3 .gallery-item {
        width: 50% !important;
    }
}

@media (max-width: 480px) {
    .gallery.gallery-columns-3 .gallery-item {
        width: 100% !important;
    }
}


/* ===== NEW CONTACT SECTION ===== */

.new-contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a1931, #0d47a1);
    color: #fff;
  }
  
  .section-title {
    text-align: center;
    margin-bottom: 45px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
  }
  
  .section-title p {
    color: #c5d8ff;
    font-size: 16px;
  }
  
  /* Contact Boxes */
  .contact-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 25px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.3s ease;
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
  }
  
  .contact-box:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.22);
  }
  
  /* Icon Circle */
  .contact-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d47a1;
    font-size: 32px;
    margin: 0 auto 15px auto;
    box-shadow: 0 4px 12px rgba(255,255,255,0.3);
  }
  
  .contact-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
  }
  
  .contact-box p,
  .contact-box a {
    font-size: 15px;
    color: #e3eeff;
    margin: 0;
  }
  
  .contact-box a {
    text-decoration: none;
    font-weight: 600;
  }
  
  .contact-box a:hover {
    color: #fff;
    text-decoration: underline;
  }

  
  .form-bg {
    background: #e9f0ff;
    padding: 60px 0;
  }
  



  /* Full background */
.center-form-section {
    background: #f3f7ff;
    padding: 60px 15px;
    display: flex;
    justify-content: center;
  }
  
  /* Form container box */
  .form-container {
    width: 100%;
    max-width: 650px;
    background: white;
    padding: 35px 40px;
    border-radius: 18px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.1);
    animation: fadeIn .6s;
  }
  
  /* Title */
  .form-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1b2a4e;
  }
  
  /* Inputs */
  .form-element input,
  .form-element textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d9e2ef;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
  }
  
  .form-element {
    margin-bottom: 15px;
  }
  
  form input:focus,
  form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
  }
  
  /* Shifting labels */
  .shift-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
  }
  
  .shift-type-group label {
    margin-right: 12px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  
  /* Button */
  .submit-btn {
    width: 100%;
    background: #007bff;
    border: none;
    padding: 14px;
    font-size: 18px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .submit-btn:hover {
    background: #005fcc;
  }
  
  /* Animation */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  




  /* Compact Sidebar Box */
.category-sidebar {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid #e5e8f0;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    margin-top: 25px;
    width: 100%;
  }
  
  /* Sidebar UL */
  .category-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* Sidebar Items */
  .category-sidebar ul li {
    margin-bottom: 10px;
  }
  
  /* Sidebar Links */
  .category-sidebar ul li a {
    display: block;
    background: #f3f6ff;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1e3a8a;
    border: 1px solid #dce4ff;
    transition: all 0.3s ease;
  }
  
  .category-sidebar ul li a:hover {
    background: #2a63f6;
    color: white;
    border-color: #2a63f6;
    transform: translateX(4px);
  }

  


  /* --- Modern Service Content Styling --- */
.service-details-desc {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  }
  
  .service-details-desc h2 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 20px;
  }
  
  .service-details-desc p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
  }
  
  /* Office Images Gallery */
  .office-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 25px 0;
  }
  
  .office-gallery img {
    width: 32%;
    border-radius: 12px;
    height: 180px;
    object-fit: cover;
    border: 2px solid #eef1f7;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
  }
  
  .office-gallery img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  }
  
  /* Highlight Box */
  .highlight-box {
    background: #f1f6ff;
    padding: 18px 20px;
    border-left: 5px solid #1d4ed8;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 16px;
    color: #1e3a5f;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  


  .car-shifting-bg {
    background-image: url("/images/car.jpg");
}
  

.gallery-equal .gallery-img {
    width: 100%;
    height: 270px; /* You can change height (250–300px recommended) */
    object-fit: cover; /* Ensures images fill equally */
    border-radius: 6px;
    padding: 10px;
    background: #f83d47; /* Blue padding background */
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}



.icon-wrapper-modern {
    width: 60px;          /* icon box width */
    height: 60px;         /* icon box height */
    background: #007bff1a; /* light blue background */
    border-radius: 12px;   /* rounded box */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.icon-wrapper-modern i {
    font-size: 32px;      /* SAME size for all icons */
    color: #007bff;       /* icon color */
    line-height: 1;
}
.single-feature-modern:hover .icon-wrapper-modern {
    background: #007bff;
    transition: 0.3s;
}

.single-feature-modern:hover .icon-wrapper-modern i {
    color: #fff;
}




/* FAQ Section Styling */
/* === ULTRA PREMIUM FAQ SECTION === */
.faq-section {
    padding: 60px 40px;
    border-radius: 22px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
    border: 1px solid rgba(255,255,255,0.4);
    position: relative;
    overflow: hidden;
 }
 
 /* 🌈 Neon Gradient Glow Corners */
 .faq-section::before,
 .faq-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(0,123,255,0.4), transparent 70%);
    filter: blur(65px);
    z-index: -1;
 }
 
 .faq-section::before {
    top: -60px;
    right: -50px;
 }
 
 .faq-section::after {
    bottom: -70px;
    left: -50px;
 }
 
 /* 🌟 Title */
 .faq-section .title {
    text-align: left;
    font-size: 36px;
    font-weight: 800;
    color: #002f6c;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    position: relative;
 }
 
 .faq-section .title::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #0066ff, #00d4ff);
    margin-top: 12px;
    border-radius: 3px;
 }
 
 /* === ULTRA PREMIUM ACCORDION ITEM === */
 .accordion-item {
    border-radius: 16px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px);
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,0.35);
    transition: all 0.35s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
 }
 
 .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
 }
 
 /* === BUTTON === */
 .accordion-button {
    background: transparent;
    padding: 20px 24px;
    font-size: 19px;
    font-weight: 600;
    color: #003366;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
 }
 
 /* Collapsed look */
 .accordion-button.collapsed {
    color: #004080;
 }
 
 /* Expanded look */
 .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #e8f0ff, #f3f9ff);
    color: #0066ff;
    box-shadow: inset 0 -3px 0 #007bff;
 }
 
 /* === Animated + / - Icon === */
 .accordion-button::after {
    transform: scale(1.3);
    transition: transform 0.3s ease, filter 0.3s ease;
 }
 
 .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) scale(1.3);
    filter: hue-rotate(180deg);
 }
 
 /* === Body === */
 .accordion-body {
    padding: 22px 26px;
    font-size: 17px;
    color: #444;
    line-height: 1.9;
    background: rgba(255,255,255,0.75);
    border-top: 1px solid rgba(0,0,0,0.05);
 }
 
 /* Lists */
 .accordion-body ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
 }
 
 .accordion-body ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
 }
 
 .accordion-body ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00a2ff;
    font-size: 18px;
    font-weight: bold;
 }
 
 /* === Button Inside FAQ === */
 .accordion-body .btn-primary {
    background: linear-gradient(90deg, #007bff, #00c7ff);
    border: none;
    padding: 10px 26px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
 }
 
 .accordion-body .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 18px rgba(0,162,255,0.45);
 }
 



/* review */
.reviews-section {
    margin-top: 50px;
}

.reviews-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.reviews-heading h2 {
    font-size: 28px;
    color: #0d47a1; /* Deep Blue */
    font-weight: 700;
}

.google-logo {
    width: 40px;
    height: auto;
}

.review-box {
    background: linear-gradient(135deg, #ffffff, #f4f8ff);
    border-left: 6px solid #d4af37; /* Gold */
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    max-width: 650px;
}

.review-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.review-box strong {
    color: #0d47a1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(20%) sepia(90%) saturate(800%) hue-rotate(200deg);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
.stars {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 2px;
    color: #d4af37 !important; /* force gold */
}

/* If using Font Awesome icons inside */
.stars i {
    color: #d4af37 !important;
}





/* Make all carousel images the same size */
.packing-gallery-slider .carousel-inner img {
    width: 100%;
    height: 300px;           /* Fixed height for all images */
    object-fit: cover;       /* Crop and fill without stretching */
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.packing-gallery-slider .carousel-inner img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Carousel controls styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0d47a1; /* Deep blue background */
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}


.packing-info-box {
    background: linear-gradient(135deg, #f4f8ff, #e1ebff); /* soft blue gradient */
    border-left: 6px solid #d4af37; /* gold accent */
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    max-width: 900px;
    margin: 30px auto;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    transition: transform 0.3s, box-shadow 0.3s;
}

.packing-info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

.packing-info-box strong {
    color: #0d47a1; /* deep blue for emphasis */
}





/* ==========================================================
   ⭐ SHADNAGAR PAGE EXCLUSIVE CSS (Safe Namespace)
   Prefix: .shadnagar-page 
========================================================== */

/* ================= BANNER ================= */
.shadnagar-page .banner {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('../images/top_packers_and_movers_hyderabad.png') center center / cover no-repeat;
    padding: 160px 20px;
    text-align: center;
    color: #fff;
    border-bottom: 8px solid #ffb300;
    border-radius: 0 0 30px 30px;

    /* Ensure full-fit */
    background-size: cover;       /* Makes image cover entire banner */
    background-position: center;  /* Centers image */
    background-repeat: no-repeat; /* Prevents tiling */
}


.shadnagar-page .banner h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.shadnagar-page .banner p {
    font-size: 1.5rem;
    margin-bottom: 25px;
    line-height: 1.6;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}

.shadnagar-page .btn-banner {
    display: inline-block;
    background: #ff6f00;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s;
}

.shadnagar-page .btn-banner:hover {
    background: #ff8f33;
    transform: translateY(-3px);
}
/* ================= INTRODUCTION ================= */
.shadnagar-page .intro {
    background: linear-gradient(135deg, #e0f0ff, #f4f8ff); /* gradient background */
    padding: 80px 20px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

/* Decorative floating shapes */
.shadnagar-page .intro::before,
.shadnagar-page .intro::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    z-index: 0;
}

.shadnagar-page .intro::before {
    width: 200px;
    height: 200px;
    background: #ffb300;
    top: -50px;
    left: -50px;
    animation: float 6s ease-in-out infinite;
}

.shadnagar-page .intro::after {
    width: 300px;
    height: 300px;
    background: #0a2b61;
    bottom: -100px;
    right: -100px;
    animation: float 8s ease-in-out infinite alternate;
}

/* Text content */
.shadnagar-page .intro h2 {
    position: relative;
    z-index: 1;
    color: #0a2b61;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    animation: fadeInUp 1s ease forwards;
}

.shadnagar-page .intro p,
.shadnagar-page .intro ul {
    position: relative;
    z-index: 1;
    animation: fadeInUp 1.2s ease forwards;
}

.shadnagar-page .intro p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.shadnagar-page .intro ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.shadnagar-page .intro li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-20px) translateX(10px); }
    100% { transform: translateY(0px) translateX(0px); }
}

/* Responsive */
@media(max-width:768px){
    .shadnagar-page .banner h1 {
        font-size: 2.5rem;
    }

    .shadnagar-page .banner p {
        font-size: 1.2rem;
    }

    .shadnagar-page .intro h2 {
        font-size: 2rem;
    }
}

/* 🌟 Why Choose Us */
.shadnagar-page .why-us {
    background: #eaf2ff;
}
.shadnagar-page .why-us h3 {
    color: #144a9c;
    font-size: 28px;
}

/* 🌟 Shadnagar to All India Routes */
.shadnagar-page .routes {
    background: #ffffff;
}
.shadnagar-page .routes h2 {
    color: #0a2b61;
    font-size: 30px;
}

/* 🌟 Services */
.shadnagar-page .services {
    background: #f4f9ff;
}
.shadnagar-page .services h3 {
    color: #144a9c;
    font-size: 28px;
}

/* 🌟 FAQ – Dark Blue Ultra Premium */
.shadnagar-page .faq-section {
    background: #031b44;
    color: #fff;
    border-top: 8px solid #ffb300;
}
.shadnagar-page .faq-section h2 {
    font-size: 30px;
    text-align: center;
}
.shadnagar-page .faq-box {
    background: #062a61;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 18px;
}
.shadnagar-page .faq-box h4 {
    font-weight: 600;
}

/* 🌟 Map */
.shadnagar-page iframe {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    border: 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}


/* ================= Shadnagar Services Section ================= */
/* ============================================
   ULTRA PREMIUM SHADNAGAR SERVICES SECTION
============================================ */
.shadnagar-page .shadnagar-services {
    padding: 90px 20px;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, #72450a, #5298a1);
    overflow: hidden;
}

/* Decorative floating shapes */
.shadnagar-page .shadnagar-services::before,
.shadnagar-page .shadnagar-services::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255,179,0,0.20), transparent 70%);
    filter: blur(40px);
    animation: floatBlob 12s infinite ease-in-out alternate;
}

.shadnagar-page .shadnagar-services::before {
    top: -120px;
    left: -80px;
}

.shadnagar-page .shadnagar-services::after {
    bottom: -120px;
    right: -80px;
}

/* Titles */
.shadnagar-page .shadnagar-services .section-title {
    font-size: 2.7rem;
    font-weight: 800;
    color: #0a2b61;
    margin-bottom: 10px;
    animation: fadeUp 0.8s ease;
}

.shadnagar-page .shadnagar-services .section-title span {
    background: linear-gradient(90deg, #ffb300, #ffcb4c);
    -webkit-background-clip: text;
    color: transparent;
}

.shadnagar-page .shadnagar-services .section-subtitle {
    max-width: 750px;
    margin: 0 auto 50px;
    color: rgb(7, 7, 7);
    font-size: 1.2rem;
    animation: fadeUp 1s ease;
}

/* Cards Layout */
.shadnagar-page .shadnagar-services .service-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

/* Premium Cards */
.shadnagar-page .shadnagar-services .service-card {
    background: rgba(96, 173, 170, 0.55);
    backdrop-filter: blur(18px);
    border-radius: 25px;
    padding: 40px 25px;
    width: 280px;
    box-shadow: 0 15px 45px rgba(236, 2, 2, 0.12);
    border: 1px solid rgba(255,179,0,0.35);
    position: relative;
    overflow: hidden;
    animation: fadeUp 1.2s ease;
    transition: 0.45s;
}

/* Card Hover */
.shadnagar-page .shadnagar-services .service-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 20px 55px rgba(0,0,0,0.2);
    border-color: #ffb300;
}

/* Icon Style */
.shadnagar-page .shadnagar-services .service-card .icon {
    font-size: 3.2rem;
    color: #ffb300;
    margin-bottom: 20px;
    text-shadow: 0 0 18px rgba(255,179,0,0.5);
}

/* Headings */
.shadnagar-page .shadnagar-services .service-card h3 {
    font-size: 1.4rem;
    color: #0a2b61;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Paragraph */
.shadnagar-page .shadnagar-services .service-card p {
    color: rgb(28, 3, 250);
    font-size: 1rem;
    line-height: 1.6;
}

/* Floating Animation */
@keyframes floatBlob {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(40px, 40px) scale(1.2); }
}

/* Fade Up Animation */
@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .shadnagar-page .shadnagar-services .section-title {
        font-size: 2rem;
    }
}




/* ------------------------------
   SHADNAGAR COSTING FORM
--------------------------------*/
.shadnagar-page .shadnagar-costing {
    padding: 60px 0;
    text-align: center;
}

.shadnagar-page .shadnagar-costing .title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #031b44;
    margin-bottom: 25px;
}

/* Form Box */
.shadnagar-page .costing-form {
    max-width: 500px;
    margin: auto;
    background: linear-gradient(145deg, #ffffff, #e9f2ff);
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.10);
    border: 2px solid #d6e6ff;
    animation: fadeUp 0.7s ease;
}

/* Form elements */
.shadnagar-page .costing-form .form-group {
    text-align: left;
    margin-bottom: 18px;
}

.shadnagar-page .costing-form label {
    font-weight: 600;
    font-size: 0.95rem;
    color: #0a2b61;
    margin-bottom: 6px;
    display: block;
}

.shadnagar-page .costing-form input,
.shadnagar-page .costing-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 1rem;
    border: 1px solid #c5d6f0;
    background: #f7faff;
    transition: .3s;
}

/* Focus effect */
.shadnagar-page .costing-form input:focus,
.shadnagar-page .costing-form select:focus {
    border-color: #ffb300;
    box-shadow: 0 0 10px rgba(255,179,0,0.4);
    outline: none;
}

/* Button */
.shadnagar-page .costing-form .quote-btn {
    background: #ffb300;
    color: #031b44;
    font-weight: 700;
    padding: 12px 25px;
    border: none;
    border-radius: 12px;
    width: 100%;
    font-size: 1.1rem;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.shadnagar-page .costing-form .quote-btn:hover {
    background: #ffcb45;
    transform: translateY(-2px);
}

/* Animation */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ================= SHADNAGAR SEO AREA ULTRA PREMIUM ================= */
.shadnagar-seo-area {
    background: linear-gradient(135deg, #07d7f3, #a79a26);
    padding: 60px 40px;
    border-radius: 25px;
    margin-top: 60px;
    border-left: 10px solid #ff8a00;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
    animation: fadeInShadnagar 0.8s ease-in-out;
}

.shadnagar-seo-area h2 {
    font-size: 2.6rem;
    color: #d55a00;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.3;
    text-shadow: 0 2px 6px rgba(255, 120, 0, 0.25);
}

.shadnagar-seo-area p {
    font-size: 1.18rem;
    color: #444;
    line-height: 1.9;
    margin-bottom: 18px;
}

.shadnagar-seo-area strong {
    color: #ff6a00;
    font-weight: 700;
}

/* Fade-in Animation */
@keyframes fadeInShadnagar {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Responsive Styling */
@media (max-width: 768px) {
    .shadnagar-seo-area {
        padding: 40px 20px;
    }

    .shadnagar-seo-area h2 {
        font-size: 2rem;
    }

    .shadnagar-seo-area p {
        font-size: 1.05rem;
    }
}



/* ================= VIJAYAWADA BANNER ================= */
.vijayawada-page .vj-banner {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
                url('../images/vijayawada-banner.jpg') center/cover no-repeat;
    padding: 170px 20px;
    text-align: center;
    color: #fff;
    border-bottom: 8px solid #ff9800;
    border-radius: 0 0 25px 25px;
    animation: fadeVJ 1s ease-in-out;
}

.vijayawada-page .vj-banner h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.vijayawada-page .vj-banner p {
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.vijayawada-page .vj-btn {
    background: #ffb300;
    color: #03203C;
    padding: 14px 25px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.vijayawada-page .vj-btn:hover {
    background: #ff9100;
    transform: translateY(-3px);
}

/* Banner animation */
@keyframes fadeVJ {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ================= INTRO SECTION ================= */
.vijayawada-page .vj-intro {
    background: #f4faff;
    padding: 60px 30px;
    margin-top: 50px;
    border-radius: 20px;
    border-left: 8px solid #ff9800;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.vijayawada-page .vj-intro h2 {
    color: #0d2d63;
    font-size: 2.3rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.vijayawada-page .vj-intro p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.vijayawada-page .vj-intro ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.vijayawada-page .vj-intro li {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

/* ================= FULL SEO AREA ================= */
.vijayawada-page .vj-seo-area {
    background: linear-gradient(135deg, #fff4e3, #ffe7cc);
    padding: 60px 35px;
    margin-top: 60px;
    border-radius: 22px;
    border-left: 10px solid #ff8a00;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    animation: fadeSEO 0.9s ease-in-out;
}

.vijayawada-page .vj-seo-area h2 {
    font-size: 2.5rem;
    color: #cc5500;
    margin-bottom: 20px;
    font-weight: 800;
}

.vijayawada-page .vj-seo-area p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
}

.vijayawada-page .vj-seo-area strong {
    color: #ff6f00;
}

/* Animation */
@keyframes fadeSEO {
    from { opacity: 0; transform: translateY(25px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .vijayawada-page .vj-banner h1 { font-size: 2.3rem; }
    .vijayawada-page .vj-banner p  { font-size: 1.1rem; }
    .vijayawada-page .vj-seo-area h2 { font-size: 2rem; }
}





/* ============================================================
   VIJAYAWADA PAGE – PREMIUM DESIGN CSS
   ============================================================ */

/* ---------- Banner Section ---------- */
.vijayawada-banner {
    background: url('/images/top_packers_and_movers_hyderabad.png') center/cover no-repeat;
    padding: 140px 20px;
    text-align: center;
    position: relative;
}

.vijayawada-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(2px);
}

.vijayawada-banner .banner-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
    color: #fff;
}

.vijayawada-banner h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.vijayawada-banner p {
    font-size: 20px;
    margin-bottom: 25px;
}

.btn-banner {
    background: linear-gradient(135deg, #ff8800, #ff5500);
    padding: 14px 32px;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,102,0,0.4);
}
.btn-banner:hover {
    background: linear-gradient(135deg, #ff5500, #ff3300);
    box-shadow: 0 6px 18px rgba(255,80,0,0.5);
}


/* ---------- Introduction Section ---------- */
/* ============================================================
   VIJAYAWADA – PREMIUM INTRODUCTION SECTION
   ============================================================ */

   .vijayawada-page .intro {
    background: #ffffff;
    padding: 70px 30px;
    max-width: 1100px;
    margin: 40px auto;
    border-radius: 18px;
    border-left: 8px solid #ff7a00;
    box-shadow: 0 10px 30px rgba(255,125,0,0.15);
    animation: fadeInUp 0.7s ease-out;
}

/* Smooth Fade Animation */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.vijayawada-page .intro h2 {
    font-size: 36px;
    font-weight: 900;
    color: #222;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    display: inline-block;
}

/* Gradient underline effect */
.vijayawada-page .intro h2::after {
    content: "";
    display: block;
    width: 140px;
    height: 5px;
    margin: 10px auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, #ff8800, #ff5500);
}

.vijayawada-page .intro p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 22px;
    color: #444;
}

.vijayawada-page .intro ul {
    margin-left: 20px;
    margin-top: 10px;
}

.vijayawada-page .intro ul li {
    font-size: 19px;
    margin-bottom: 12px;
    color: #333;
    position: relative;
    padding-left: 25px;
}

/* Orange bullet icons */
.vijayawada-page .intro ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
    color: #ff6600;
    font-weight: bold;
}


/* ---------- SERVICES SECTION ---------- */
.vijayawada-services {
    padding: 70px 20px;
    background: #fafafa;
}

.vijayawada-services .section-title {
    text-align: center;
    margin-bottom: 15px;
}

.vijayawada-services .section-title span {
    font-size: 34px;
    font-weight: 900;
    color: #ff6600;
    text-transform: uppercase;
}

.vijayawada-services .section-subtitle {
    font-size: 18px;
    max-width: 900px;
    text-align: center;
    margin: 10px auto 40px;
    color: #444;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    padding: 20px;
}

.service-card {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    text-align: center;
    border: 2px solid #ffe1c2;
    box-shadow: 0 10px 30px rgba(255,128,0,0.12);
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(255,128,0,0.28);
}

.service-card .icon {
    font-size: 48px;
    color: #ff6600;
    margin-bottom: 15px;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 700;
}

.service-card p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}


/* ---------- Mobile Responsive ---------- */
@media (max-width: 768px) {

    .vijayawada-banner {
        padding: 110px 20px;
    }

    .vijayawada-banner h1 {
        font-size: 32px;
    }

    .vijayawada-banner p {
        font-size: 17px;
    }

    .btn-banner {
        font-size: 16px;
        padding: 12px 26px;
    }

    .service-card {
        padding: 22px;
    }

}


/* MINI CONTACT FORM */
.vijayawada-mini-form {
    max-width: 650px;
    margin: 60px auto;
    text-align: center;
}

.vijayawada-mini-form h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ff6600;
}

.mini-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border-left: 6px solid #ff6600;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.mini-form-box input {
    width: 100%;
    margin-bottom: 15px;
    padding: 14px;
    border: 2px solid #ffe0c2;
    border-radius: 10px;
    font-size: 16px;
}

.mini-form-box button {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff8800, #ff5500);
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.mini-form-box button:hover {
    background: linear-gradient(135deg, #ff5500, #ff3300);
}


/* ===========================
   ULTRA PREMIUM VIJAYAWADA FAQ
   =========================== */

   .vja-faq-section {
    padding: 70px 20px;
    background: linear-gradient(135deg, #f6f9ff 0%, #eef3ff 100%);
    border-top: 6px solid #ff9800;
    font-family: 'Poppins', sans-serif;
}

/* Title */
.vja-faq-title {
    text-align: center;
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 40px;
    color: #1a2b48;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ff9800, #e65100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* FAQ Box */
.vja-faq-box {
    max-width: 950px;
    margin: auto;
}

/* FAQ Item */
.vja-faq-item {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    margin-bottom: 18px;
    border: 2px solid rgba(255, 152, 0, 0.25);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    transition: all 0.35s ease-in-out;
    overflow: hidden;
}

.vja-faq-item:hover {
    transform: translateY(-4px);
    border-color: #ff9800;
    box-shadow: 0px 12px 30px rgba(255,152,0,0.25);
}

/* FAQ Question */
.vja-faq-question {
    cursor: pointer;
    padding: 20px 22px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    position: relative;
    background: linear-gradient(90deg, #fff5e6 0%, #ffffff 100%);
    transition: 0.3s;
}

.vja-faq-question:hover {
    background: #fff0d4;
}

.vja-faq-question i {
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 22px;
    color: #ff9800;
    transition: transform 0.35s;
}

/* Answer */
.vja-faq-answer {
    display: none;
    padding: 0 22px 22px;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    animation: fadeInFaq 0.4s ease-in-out;
}

/* Active state */
.vja-faq-item.active .vja-faq-answer {
    display: block;
}

.vja-faq-item.active .vja-faq-question {
    background: #ffe9c6;
}

.vja-faq-item.active .vja-faq-question i {
    transform: rotate(180deg);
}

/* Smooth fade animation */
@keyframes fadeInFaq {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile Responsive */
@media(max-width: 768px) {
    .vja-faq-title {
        font-size: 28px;
    }
    .vja-faq-question {
        font-size: 16px;
        padding: 18px;
    }
    .vja-faq-answer {
        font-size: 15px;
    }
}


.vja-intercity-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #2c3e50;
}

.vja-intercity-table-wrapper {
    overflow-x: auto;
}

.vja-intercity-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

.vja-intercity-table thead {
    background: linear-gradient(90deg, #ff9800, #ffb74d);
    color: #fff;
}

.vja-intercity-table th, 
.vja-intercity-table td {
    padding: 14px 18px;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.vja-intercity-table tbody tr:hover {
    background: #fff8e6;
}

.vja-intercity-table th {
    font-weight: 700;
    font-size: 17px;
    text-align: left;
}

.vja-intercity-table td {
    color: #444;
    line-height: 1.6;
}

@media(max-width: 768px) {
    .vja-intercity-table th,
    .vja-intercity-table td {
        font-size: 14px;
        padding: 10px;
    }
}



/* ===========================
   GLOBAL PREMIUM DESIGN
   =========================== */
   .vja-title {
    font-size: 34px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    color: #2b2b2b;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* smooth fade-in animation */
@keyframes fadeInUp {
    from {opacity: 0; transform: translateY(25px);}
    to {opacity: 1; transform: translateY(0);}
}
section { animation: fadeInUp 0.6s ease; }

/* Glass effect card */
.glassy-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 152, 0, 0.25);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-radius: 16px;
    padding: 25px;
    transition: 0.3s ease;
}
.glassy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(255,152,0,0.35);
}

/* ===========================
   WHY CHOOSE US
   =========================== */
/* ===========================================
   🔥 ULTRA PREMIUM WHY CHOOSE US – Vijayawada
   =========================================== */

   .vja-why {
    max-width: 1200px;
    margin: auto;
}

/* Grid */
.vja-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
    gap: 28px;
    margin-top: 20px;
}

/* Card Style */
.vja-why-item {
    background: rgba(255,255,255,0.75);
    padding: 35px 25px;
    border-radius: 22px;
    border: 2px solid #ffd8a8;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    backdrop-filter: blur(12px);

    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Lift + Glow */
.vja-why-item:hover {
    transform: translateY(-6px);
    border-color: #ff9800;
    box-shadow: 0 15px 40px rgba(255,152,0,0.28);
}

/* Soft Glow Background Circle */
.vja-why-item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255,152,0,0.12);
    top: -50px;
    right: -50px;
    border-radius: 50%;
    transition: 0.35s ease;
}

.vja-why-item:hover::before {
    background: rgba(255,152,0,0.22);
    transform: scale(1.15);
}

/* Title with Icon Badge */
.vja-why-item h3 {
    font-size: 20px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 12px;
    padding-left: 45px;
    position: relative;
}

/* Icon Bubble */
.vja-why-item h3::before {
    content: "⭐";
    position: absolute;
    left: 0;
    top: -2px;

    width: 32px;
    height: 32px;

    background: #ff9800;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0px 4px 12px rgba(255,152,0,0.45);
}

/* Paragraph */
.vja-why-item p {
    color: #444;
    font-size: 16px;
    line-height: 1.65;
}

/* Floating Animation for Premium Feel */
.vja-why-item:nth-child(odd) {
    animation: floatCard 6s infinite ease-in-out;
}

.vja-why-item:nth-child(even) {
    animation: floatCard 7s infinite ease-in-out;
}

@keyframes floatCard {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-6px); }
    100% { transform: translateY(0px); }
}

/* Mobile */
@media(max-width: 768px) {
    .vja-why-item {
        padding: 28px 20px;
    }

    .vja-why-item h3 {
        font-size: 18px;
        padding-left: 40px;
    }
}


/* ===========================
   AREA TAGS - CHIP DESIGN
   =========================== */
/* ===========================================
   🔥 ULTRA PREMIUM ICON LOCALITY TAG DESIGN
   =========================================== */

   .vja-area-tags {
    text-align: center;
    margin-top: 25px;
}

/* Tag Style */
.vja-area-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 22px;
    margin: 8px;
    font-size: 15px;
    font-weight: 700;

    background: linear-gradient(145deg, #ffffff, #fff3e0);
    color: #444;

    border: 2px solid #ffc680;
    border-radius: 50px;

    box-shadow:
        0 6px 18px rgba(0,0,0,0.06),
        inset 0 3px 6px rgba(255,255,255,0.8);

    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Glow */
.vja-area-tags span:hover {
    color: #fff;
    border-color: #ff9800;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0px 12px 28px rgba(255,152,0,0.3);
}

/* Background fill animation */
.vja-area-tags span::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    background: linear-gradient(45deg, #ff9800, #ffb74d);
    z-index: -1;
    transition: 0.35s ease;
}

.vja-area-tags span:hover::after {
    width: 100%;
}

/* Location Icon */
.vja-area-tags span i {
    font-style: normal;
    font-size: 16px;
    color: #ff9800;
    transition: 0.3s;
}

.vja-area-tags span:hover i {
    color: white;
}

/* Floating Animation */
.vja-area-tags span:nth-child(odd) {
    animation: floatTag 5s infinite ease-in-out;
}

.vja-area-tags span:nth-child(even) {
    animation: floatTag 6s infinite ease-in-out;
}

@keyframes floatTag {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-4px); }
    100% { transform: translateY(0px); }
}

/* Mobile */
@media(max-width: 768px) {
    .vja-area-tags span {
        padding: 8px 17px;
        font-size: 14px;
    }
}

/* ===========================
   PACKING MATERIAL GRID
   =========================== */
.vja-pack-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 22px;
}
.vja-pack-item {
    composes: glassy-card;
    border-left: 6px solid #ff9800;
    font-size: 16px;
    font-weight: 700;
}

/* ===========================
   PROCESS STEPS
   =========================== */
/* ===========================================
   🔥 ULTRA PREMIUM ICON PROCESS DESIGN
   =========================================== */

   .vja-process {
    max-width: 1200px;
    margin: auto;
}

.vja-title {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vja-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #ff9800;
    display: block;
    margin: 12px auto 0;
    border-radius: 3px;
}

/* ==== Grid Layout ==== */
.vja-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
    gap: 30px;
}

/* ==== Glass Card ==== */
.vja-process-item {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    padding: 40px 25px;
    border-radius: 22px;
    border: 2px solid #ffd8a8;
    text-align: center;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.vja-process-item:hover {
    border-color: #ff9800;
    box-shadow: 0 12px 45px rgba(255,150,0,0.28);
    transform: translateY(-6px);
}

/* Floating Orange Glow */
.vja-process-item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255,152,0,0.14);
    top: -50px;
    right: -50px;
    border-radius: 50%;
    transition: 0.3s;
}

.vja-process-item:hover::before {
    background: rgba(255,152,0,0.25);
    transform: scale(1.18);
}

/* ==== ICON CIRCLE ==== */
.vja-process-icon {
    width: 70px;
    height: 70px;
    background: #ff9800;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(255,152,0,0.45);
    margin-bottom: 15px;
    transition: 0.3s ease;
}

.vja-process-item:hover .vja-process-icon {
    transform: scale(1.12);
}

/* ==== Step Text ==== */
.vja-process-item p {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 1.6;
}

/* ==== Responsive ==== */
@media(max-width: 768px) {
    .vja-title {
        font-size: 28px;
    }
}


/* ===========================
   REVIEWS SECTION
   =========================== */
/* ===========================================
   🔥 VIJAYAWADA CUSTOMER REVIEWS
   =========================================== */
/* ===========================================
   🔥 VIJAYAWADA CUSTOMER REVIEWS WITH GOOGLE LOGO
   =========================================== */

   .vja-reviews {
    background: #f8f9ff;
    padding: 60px 20px;
    border-top: 6px solid #ff9800;
}

.vja-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 28px;
    margin-top: 30px;
}

/* Review Card */
.vja-review-card {
    position: relative;
    background: rgba(255,255,255,0.9);
    padding: 40px 25px 25px 25px;
    border-radius: 20px;
    border: 2px solid #ffd8a8;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
    transition: 0.35s ease;
}

/* Hover Effect */
.vja-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 38px rgba(255,152,0,0.25);
    border-color: #ff9800;
}

/* Google Logo Top Right */
.vja-review-card .google-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
}

/* Review Text */
.vja-review-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    padding-top: 10px;
}

/* Reviewer Name */
.vja-review-card strong {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    color: #ff9800;
    font-weight: 900;
}

/* Stars */
.vja-stars {
    margin-top: 8px;
    color: #ff9800;
    font-size: 16px;
}

/* Floating Animation */
.vja-review-card:nth-child(odd) {
    animation: floatCard 6s infinite ease-in-out;
}
.vja-review-card:nth-child(even) {
    animation: floatCard 7s infinite ease-in-out;
}

@keyframes floatCard {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-6px); }
    100% { transform: translateY(0px); }
}

/* Mobile */
@media(max-width: 768px) {
    .vja-review-card {
        padding: 35px 20px 20px 20px;
    }
}


/* ===========================
   CTA – Gradient Premium Box
   =========================== */
.vja-cta-box {
    background: linear-gradient(135deg, #ff9800, #ffb74d);
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0 14px 32px rgba(0,0,0,0.2);
}
.vja-cta-box h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 12px;
}
.vja-cta-box p {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
}
.vja-cta-btn {
    margin-top: 18px;
    background: #fff;
    color: #ff9800;
    padding: 14px 30px;
    font-size: 18px;
    border-radius: 14px;
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 6px 18px rgba(255,255,255,0.4);
}
.vja-cta-btn:hover {
    background: #ffe7cc;
    transform: translateY(-3px);
}

/* ===========================
   MOBILE RESPONSIVE
   =========================== */
@media (max-width: 768px) {
    .vja-title { font-size: 28px; }
    .vja-cta-box h2 { font-size: 26px; }
    .vja-cta-btn { font-size: 16px; }
}




/* coim css */

/* ============================================
   COIMBATORE PAGE – ULTRA PREMIUM THEME
   ============================================ */
 

   /* Titles */
.coim-title, .coim-section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    background: linear-gradient(90deg,#ff9b00,#d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

/* Intro text */
.coim-text {
    max-width: 900px;
    margin: 12px auto;
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

/* Tags */
.coim-area-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.coim-area-tags span {
    background: #fff7e6;
    padding: 10px 22px;
    font-size: 15px;
    border: 2px solid #ffb84d;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.3s;
    white-space: nowrap;
}

.coim-area-tags span:hover {
    background: #ff9800;
    color: #fff;
    transform: translateY(-3px);
    border-color: #ff9800;
}

/* Grid */
.coim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
    gap: 24px;
}

/* Cards */
.coim-card, .coim-price-box, .coim-review {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    border: 2px solid #ffe2b4;
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
    transition: 0.3s;
}
.coim-card:hover, .coim-price-box:hover, .coim-review:hover {
    border-color: #ff9b00;
    transform: translateY(-4px);
}

/* Map cards */
.coim-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 28px;
}
.coim-map-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #ffd9a0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}

/* ====================== PREMIUM GOOGLE REVIEWS ======================= */

.coim-reviews-premium {
    background: linear-gradient(135deg, #0a1e4a, #0d2760);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.35);
}

.coim-premium-title {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: #e5eeff;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(150,180,255,0.6);
}

.coim-premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.coim-premium-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 25px;
    border: 1px solid rgba(180,200,255,0.4);
    box-shadow: 0 0 18px rgba(120,150,255,0.3);
    transition: 0.3s ease;
}

.coim-premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(180,200,255,0.6);
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.google-premium-logo {
    width: 50px;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.6));
}

.review-stars {
    color: #ffce4b;
    font-size: 20px;
    font-weight: 900;
}

.coim-premium-card p {
    color: #e8efff;
    font-size: 15.5px;
    margin-top: 15px;
    line-height: 1.7;
}

.coim-premium-card strong {
    color: #c9d6ff;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}


/* FAQ Section */
.faq-section {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px 20px;
}

.section-title {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    color: #ff6600; /* bright orange */
    margin-bottom: 40px;
}

/* FAQ Items */
.faq-list .faq-item {
    background: #fff;
    border: 2px solid #ff9900; /* orange border */
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 18px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 153, 0, 0.15);
    transition: all 0.3s ease;
}

.faq-list .faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 153, 0, 0.25);
}

.faq-q {
    font-weight: 800;
    font-size: 20px;
    color: #ff6600;
    position: relative;
}

.faq-q::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-q::after {
    transform: rotate(45deg);
}

.faq-a {
    margin-top: 15px;
    display: none;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Show answer */
.faq-item.active .faq-a {
    display: block;
}


/* =============================================
   PREMIUM SPLIT WHY CHOOSE US SECTION
   ============================================= */
   .coim-why-premium {
    padding: 70px 0;
    background: linear-gradient(135deg, #fff8ef 0%, #ffffff 100%);
}

.coim-why-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    align-items: stretch;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

/* LEFT IMAGE PANEL */
.coim-why-image {
    background-image: url('/images/hhg6.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    min-height: 450px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* RIGHT CONTENT AREA */
.coim-why-content {
    padding: 20px;
}

.coim-section-title {
    font-size: 32px;
    font-weight: 900;
    color: #e67e00;
    margin-bottom: 20px;
}

.coim-why-intro {
    font-size: 16px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.7;
}

/* CARDS GRID */
.coim-why-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* INDIVIDUAL CARD */
.coim-why-card {
    background: rgba(255, 255, 255, 0.7);
    padding: 22px 24px;
    border-radius: 16px;
    border-left: 5px solid #ff9800;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
}

.coim-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.coim-why-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #ff8800;
    margin-bottom: 10px;
}

.coim-why-card p {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}



/* intro */

/* ===================== HERO SECTION ULTRA PREMIUM ======================= */

.coim-hero-ultra {
    position: relative;
    width: 100%;
    padding: 120px 20px;
    background-image: url('/images/Airavat_Tshirt2.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: 8px solid #ff9900;
}

/* Dark overlay */
.coim-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
}

/* Content */
.coim-hero-content {
    position: relative;
    z-index: 5;
    max-width: 900px;
}

.coim-hero-title {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    animation: fadeDown 1s ease-out;
}

.coim-hero-title span {
    color: #ffbb33;
}

.coim-hero-text {
    font-size: 18px;
    line-height: 1.8;
    color: #f1f1f1;
    margin-top: 20px;
    animation: fadeUp 1.3s ease-out;
}

/* Buttons */
.coim-hero-buttons {
    margin-top: 35px;
    display: flex;
    gap: 20px;
}

.coim-btn-call,
.coim-btn-whatsapp {
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: white;
    transition: 0.3s ease-in-out;
}

.coim-btn-call {
    background: #ff8800;
    box-shadow: 0 5px 18px rgba(255,136,0,0.4);
}

.coim-btn-call:hover {
    background: #ff6f00;
    transform: translateY(-4px);
}

.coim-btn-whatsapp {
    background: #25D366;
    box-shadow: 0 5px 18px rgba(37,211,102,0.4);
}

.coim-btn-whatsapp:hover {
    background: #1fb85b;
    transform: translateY(-4px);
}

/* Fade animations */
@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}
/* ================= BLACK + GOLD ROYAL THEME ================= */

.discount-royal {
    background: rgb(0, 0, 0);
    padding: 70px 40px;
    border-radius: 20px;
    border: 2px solid rgba(255, 215, 0, 0.35);
    box-shadow: 0 0 40px rgba(255, 200, 0, 0.15), 
                inset 0 0 25px rgba(255, 215, 0, 0.12);
}

/* Logo Grid */
.royal-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.royal-logo-box {
    background: rgba(20, 20, 20, 0.9);
    border: 2px solid rgba(255, 215, 0, 0.4);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.25);
    transition: 0.35s ease;
}

.royal-logo-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 28px rgba(255, 215, 0, 0.55);
    border-color: #ffd45f;
}

.royal-logo-box img {
    width: 100%;
    height: 115px;
    object-fit: contain;
}

/* Content */
.discount-royal-content h2 {
    font-size: 34px;
    font-weight: 900;
    color: #ffd978;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.45);
    margin-bottom: 20px;
}

.discount-royal-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffcc66;
    margin-top: 25px;
}

.discount-royal-content p {
    font-size: 17px;
    color: #e8e8e8;
    line-height: 1.7;
    margin-bottom: 12px;
}

/* Highlight List */
.royal-highlight-list {
    list-style: none;
    padding-left: 0;
    margin-top: 22px;
}

.royal-highlight-list li {
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid rgba(255, 215, 0, 0.45);
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ffdf8a;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.18);
}

.royal-highlight-list li:hover {
    transform: translateX(6px);
    box-shadow: 0 0 22px rgba(255, 215, 0, 0.35);
    border-color: #ffd878;
}


/* service comparision  */

/* ===================== Comparison Table ======================= */
.coim-compare {
    background: #0f0f0f;
    border-top: 5px solid #b8860b;
    border-bottom: 5px solid #b8860b;
    border-radius: 16px;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
}

.compare-table th {
    background: #1a1a1a;
    color: #f5d07e;
    padding: 14px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #f5d07e;
}

.compare-table td {
    padding: 14px;
    color: #eee;
    font-size: 17px;
    border-bottom: 1px solid #333;
}

.compare-table tbody tr:hover {
    background: rgba(255, 215, 0, 0.07);
    transition: 0.3s;
}

.compare-table td:first-child {
    font-weight: 600;
    color: #f0c97a;
}


/* ===================== Process Timeline ======================= */

.coim-process {
    background: #0e0e0e;
    border-left: 6px solid #d4a646;
    border-right: 6px solid #d4a646;
    border-radius: 20px;
}

.process-wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.process-step {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    border: 2px solid #2a2a2a;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(218,165,32,0.1);
}

.process-step:hover {
    transform: translateY(-6px);
    border-color: #eac46a;
    box-shadow: 0 0 25px rgba(255,215,0,0.25);
}

.icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: #e4c77a;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(255,215,0,0.4);
}

.process-step h3 {
    color: #eac46a;
    margin-bottom: 10px;
    font-size: 20px;
}

.process-step p {
    color: #dcdcdc;
    font-size: 15px;
    line-height: 1.6;
}



/* ================== MANIKONDA PAGE INTRO DESIGN ================== */
/* ==================== FULL WIDTH INTRO MANIKONDA ==================== */

.manikonda-fullwidth-intro {
    width: 100%;
    padding: 80px 20px;
    background: url('manikonda-banner.jpg') center/cover no-repeat;
    position: relative;
}

.manikonda-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 132, 0, 0.25);
    backdrop-filter: blur(2px);
}

.manikonda-container {
    position: relative;
    max-width: 1100px;
    margin: auto;
    background: #ffffffdd;
    padding: 50px 40px;
    border-radius: 22px;
    border: 3px solid #ffa652;
    box-shadow: 0 10px 35px rgba(0,0,0,0.18);
}

.manikonda-heading {
    font-size: 38px;
    font-weight: 800;
    color: #c96a00;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.3;
}

.manikonda-desc {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 22px;
    text-align: justify;
}

.manikonda-highlights-bar {
    margin: 35px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 18px;
}

.highlight-box {
    background: #fff4e0;
    border-left: 6px solid #ff9d37;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #a65a00;
}



/* =================== PACKING PHOTOS SECTION =================== */

.packing-photos-section {
    padding: 80px 20px;
    background: #fffdf7;
}

.packing-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #c87400;
    margin-bottom: 10px;
}

.packing-subtitle {
    text-align: center;
    font-size: 18px;
    color: #555;
    max-width: 750px;
    margin: auto;
    margin-bottom: 40px;
}

.packing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.packing-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;
    border: 3px solid #ffc882;
    box-shadow: 0 10px 25px rgba(255, 174, 68, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.packing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(255, 142, 30, 0.28);
}

.pack-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 15px;
}

.packing-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #c05e00;
    margin-bottom: 8px;
}

.packing-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}


/* ==================== WHY CHOOSE – PREMIUM ==================== */

.whychoose-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff7e0, #ffe4b3);
    border-top: 5px solid #ffa637;
}

.why-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #c15c00;
    margin-bottom: 10px;
}

.why-sub {
    text-align: center;
    color: #444;
    font-size: 18px;
    max-width: 850px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 1.7;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.why-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 18px;
    border: 3px solid #ffc88a;
    box-shadow: 0 10px 25px rgba(255, 149, 39, 0.25);
    text-align: center;
    transition: 0.3s ease-in-out;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255, 130, 0, 0.35);
    border-color: #ff9d00;
}

.why-icon {
    font-size: 45px;
    color: #ff8c00;
    margin-bottom: 15px;
}

.why-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #c35a00;
    margin-bottom: 10px;
}

.why-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}



/* ==================== AREAS WE SERVE – PREMIUM ==================== */

.areas-section {
    padding: 80px 20px;
    background: #fffaf0;
    border-top: 5px solid #ff9d00;
}

.areas-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #c06600;
    margin-bottom: 10px;
}

.areas-sub {
    text-align: center;
    color: #444;
    font-size: 18px;
    max-width: 850px;
    margin: auto;
    margin-bottom: 40px;
    line-height: 1.7;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.area-card {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #a44d00;
    border: 2px solid #ffcf8b;
    box-shadow: 0 8px 20px rgba(255, 150, 26, 0.2);
    transition: 0.3s ease-in-out;
}

.area-card:hover {
    transform: translateY(-6px);
    border-color: #ff9d00;
    box-shadow: 0 12px 32px rgba(255, 140, 0, 0.28);
}


/* ==================== ROUTES SECTION – PREMIUM ==================== */

.routes-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff5e1, #ffe2b8);
    border-top: 5px solid #ffa637;
}

.routes-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #c05a00;
    margin-bottom: 10px;
}

.routes-sub {
    text-align: center;
    color: #444;
    font-size: 18px;
    max-width: 850px;
    margin: auto;
    margin-bottom: 40px;
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.route-card {
    background: #ffffff;
    padding: 22px 20px;
    border-radius: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #bd5b00;
    border: 3px solid #ffcf8b;
    box-shadow: 0 10px 25px rgba(255, 149, 39, 0.2);
    transition: 0.3s ease-in-out;
}

.route-card:hover {
    transform: translateY(-8px);
    border-color: #ff9d00;
    box-shadow: 0 14px 40px rgba(255, 130, 0, 0.35);
}




/* anna nagar */

/* =================== HERO =================== */
.anna-hero {
    padding: 60px 20px;
    background: linear-gradient(135deg, #fff8ec, #ffe2bd);
    border-left: 6px solid #ff9d00;
}
.anna-hero h1 {
    font-size: 36px;
    font-weight: 800;
    color: #b45a00;
}
.anna-hero p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 850px;
    color: #444;
}

/* =================== SERVICE CARDS =================== */
.anna-services {
    padding: 70px 20px;
}
.anna-services h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}
.service-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    padding: 18px;
    text-align: center;
    transition: 0.3s ease;
}
.service-card img {
    width: 100%;
    border-radius: 14px;
}
.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 14px 30px rgba(255, 165, 77, 0.4);
}

/* =================== WHY CHOOSE =================== */
.anna-why {
    padding: 80px 20px;
    background: #fff7ee;
    border-left: 6px solid #ff9d00;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
}
.why-card {
    background: white;
    padding: 22px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #ffd9a3;
    transition: 0.3s;
}
.why-card:hover {
    transform: translateY(-6px);
    border-color: #ff9d00;
}
.why-card img {
    height: 50px;
    margin-bottom: 10px;
}

/* =================== AREAS GRID =================== */
.anna-areas {
    padding: 70px 20px;
}
.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
}
.area {
    background: #fff;
    border: 2px solid #ffd9a3;
    padding: 18px;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
}
.area:hover {
    background: #ffeed7;
}

/* =================== ROUTES =================== */
.anna-routes {
    padding: 70px 20px;
    background: #fff8ec;
}
.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}
.route {
    background: #fff;
    border: 2px solid #ffd9a3;
    padding: 18px;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
}
.route:hover {
    background: #ffedd1;
}




/* ===========================================
   FAQ SECTION STYLES
=========================================== */

.faq-box {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #ffffff;
    padding: 22px 25px;
    margin-bottom: 18px;
    border-radius: 14px;
    border-left: 6px solid #ff6600;
    box-shadow: 0 3px 18px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.faq-q {
    font-size: 20px;
    margin-bottom: 8px;
    color: #222;
    font-weight: 700;
}

.faq-a {
    font-size: 16px;
    color: #555;
    margin: 0;
}


/* ===========================================
   MAP SECTION STYLES
=========================================== */

.map-card {
    padding: 15px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 22px rgba(0,0,0,0.08);
    border-top: 4px solid #ff6600;
    transition: all 0.3s ease;
}

.map-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 28px rgba(0,0,0,0.12);
}

.map-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    text-align: center;
}

/* Responsive Maps */
@media (max-width: 768px) {
    .map-card {
        margin-bottom: 20px;
    }
}



/* ================= PACKING PHOTOS SECTION ================= */
.packing-photos-section {
    padding: 70px 0;
    background: #f8f9fc;
  }
  
  .packing-photos-section .section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #003e7f;
    margin-bottom: 12px;
  }
  
  .packing-photos-section .section-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 45px;
    color: #555;
    font-size: 16px;
  }
  
  .packing-photo {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }
  
  .packing-photo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .packing-photo:hover img {
    transform: scale(1.08);
  }
  
  /* Mobile Fix */
  @media (max-width: 768px) {
    .packing-photo img {
      height: 220px;
    }
  }
  
  /* ================= ULTRA PREMIUM HOME SHIFTING ================= */

.ultra-home-shifting {
    padding: 90px 20px;
    background: linear-gradient(135deg, #001f3f, #003e7f);
  }
  
  .ultra-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    padding: 60px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  }
  
  /* Badge */
  .ultra-badge {
    display: inline-block;
    background: linear-gradient(90deg, #ffcc70, #ff9f1c);
    color: #002855;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
  }
  
  /* Title */
  .ultra-title {
    font-size: 42px;
    font-weight: 900;
    color: #002855;
    line-height: 1.25;
    margin-bottom: 22px;
  }
  
  .ultra-title span {
    color: #005eb8;
  }
  
  /* Text */
  .ultra-text {
    font-size: 16.5px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 18px;
  }
  
  /* Features */
  .ultra-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    margin: 28px 0;
  }
  
  .feature-item {
    font-size: 15.5px;
    font-weight: 600;
    color: #003e7f;
  }
  
  /* CTA */
  .ultra-cta {
    display: flex;
    gap: 15px;
    margin-top: 30px;
  }
  
  .btn-primary-ultra {
    background: linear-gradient(135deg, #ff9f1c, #ffb703);
    color: #002855;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(255, 159, 28, 0.5);
  }
  
  .btn-primary-ultra:hover {
    transform: translateY(-2px);
  }
  
  .btn-outline-ultra {
    border: 2px solid #005eb8;
    color: #005eb8;
    padding: 14px 26px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  
  /* Stats */
  .ultra-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 35px;
  }
  
  .stat-box {
    background: linear-gradient(135deg, #005eb8, #003e7f);
    border-radius: 20px;
    padding: 25px;
    color: white;
    text-align: center;
  }
  
  .stat-box h3 {
    font-size: 30px;
    font-weight: 900;
  }
  
  .stat-box p {
    font-size: 14px;
    margin: 0;
  }
  
  /* City Coverage */
  .city-coverage {
    background: #f1f6ff;
    padding: 25px;
    border-radius: 18px;
  }
  
  .city-coverage h4 {
    font-weight: 800;
    color: #003e7f;
    margin-bottom: 10px;
  }
  
  .city-coverage p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.6;
  }
  
  /* Mobile */
  @media (max-width: 991px) {
    .ultra-card {
      padding: 35px 25px;
    }
  
    .ultra-title {
      font-size: 32px;
    }
  
    .ultra-features {
      grid-template-columns: 1fr;
    }
  
    .ultra-cta {
      flex-direction: column;
    }
  }
  


/* office relocation page css */
  body {
    font-family: 'Segoe UI', sans-serif;
    color: #222;
  }
  
  /* Titles */
  .service-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #0b2c4d;
    margin-bottom: 15px;
  }
  
  .service-lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  
  /* Hero */
  .office-hero {
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    margin: 25px 0;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  }
  
  .office-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Highlight */
  .highlight-box {
    padding: 22px;
    border-radius: 16px;
    margin: 30px 0;
    font-weight: 600;
  }
  
  .highlight-box.premium {
    background: linear-gradient(135deg, #0d6efd, #003f88);
    color: #fff;
  }
  
  .highlight-box.light {
    background: #f0f6ff;
    border-left: 6px solid #0d6efd;
  }
  
  /* Gallery */
  .office-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 35px 0;
  }
  
  .office-gallery img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    transition: 0.3s;
  }
  
  .office-gallery img:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
  }
  
  /* SEO Cities */
  .seo-city-list li {
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  /* Form */
  .center-form-section {
    background: #f5f7fa;
    padding: 50px 0;
  }
  
  .form-container {
    max-width: 420px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }
  
  .form-container input,
  .form-container select,
  .form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
  }
  
  .form-container button {
    width: 100%;
    background: #0d6efd;
    color: #fff;
    padding: 12px;
    border: none;
    font-weight: 700;
    border-radius: 8px;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .service-main-title {
      font-size: 26px;
    }
    .office-hero {
      height: 260px;
    }
  }
  

/* ===== Office Relocation Content Styling ===== */

.office-content-box {
    margin-top: 40px;
  }
  
  /* Intro paragraph */
  .office-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    background: #f8fbff;
    padding: 22px 26px;
    border-left: 5px solid #0d6efd;
    border-radius: 14px;
    margin-bottom: 30px;
    font-weight: 500;
  }
  
  /* Info Cards */
  .info-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 18px;
    margin-bottom: 32px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }
  
  .info-card:hover {
    transform: translateY(-5px);
  }
  
  .info-card h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #0b2c4d;
  }
  
  /* Accent Card */
  .info-card.accent {
    background: linear-gradient(135deg, #0d6efd, #003f88);
    color: #fff;
  }
  
  .info-card.accent h3 {
    color: #fff;
  }
  
  /* Lists */
  .icon-list,
  .process-list,
  .seo-city-list {
    padding-left: 18px;
  }
  
  .icon-list li,
  .process-list li,
  .seo-city-list li {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
  }
  
  /* Custom bullets */
  .icon-list li::marker {
    color: #0d6efd;
  }
  
  .process-list li strong {
    color: #ffd966;
  }
  
  /* City Card */
  .city-card {
    background: #f9f9f9;
    border: 1px dashed #0d6efd;
  }
  
  .seo-city-list.premium li {
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .office-intro {
      font-size: 16px;
      padding: 18px;
    }
  
    .info-card h3 {
      font-size: 20px;
    }
  }
  


  .map-container {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    margin: 40px 0;
  }




/* trichy css */

body{
    font-family:Poppins,Arial,sans-serif;
    margin:0;
    color:#333;
  }
  
  .hero{
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('/images/Airavat_Tshirt2.jpeg') center/cover no-repeat;
    padding:110px 20px;
    color:#fff;
    text-align:center;
  }
  
  .hero h1{font-size:44px;font-weight:800}
  .hero p{font-size:20px}
  
 /* ================= TRICHY SERVICES ================= */

.trichy-services{
    padding:90px 0;
    background:linear-gradient(180deg,#f6f9ff,#ffffff);
  }
  
  .section-title{
    text-align:center;
    font-size:36px;
    font-weight:800;
    margin-bottom:15px;
  }
  
  .highlight-orange{
    color:#ff8c00;
  }
  
  .section-subtitle{
    text-align:center;
    max-width:900px;
    margin:0 auto 55px;
    font-size:18px;
    color:#555;
    line-height:1.7;
  }
  
  /* Grid */
  .services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:35px;
  }
  
  /* Card */
  .service-card{
    background:#ffffff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:0.4s ease;
    border:1px solid #e6f0ff;
  }
  
  .service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 22px 55px rgba(79,172,254,0.25);
    border-color:#4facfe;
  }
  
  /* Image */
  .service-card img{
    width:100%;
    height:220px;
    object-fit:cover;
  }
  
  /* Content */
  .service-card h3{
    font-size:22px;
    font-weight:700;
    margin:20px 20px 10px;
    color:#222;
  }
  
  .service-card p{
    font-size:15.5px;
    color:#555;
    line-height:1.7;
    margin:0 20px 25px;
  }
  
 
  .highlights{
    text-align:center;
    margin-top:25px;
  }
  
  .highlights span{
    display:inline-block;
    background:linear-gradient(135deg,#ff9d00,#ff6a00);
    color:#fff;
    padding:10px 18px;
    margin:6px;
    border-radius:30px;
    font-weight:600;
  }
  
  .grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:22px;
  }
  
  .box{
    background:#fff;
    padding:26px;
    border-radius:16px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-weight:600;
  }
  
  .pill{
    background:#fff;
    border:1px solid #eee;
    padding:12px 18px;
    border-radius:25px;
    text-align:center;
  }
  
  .cta{
    background:linear-gradient(135deg,#ff9d00,#ff6a00);
    color:#fff;
    text-align:center;
    padding:60px 20px;
  }
  
  .cta a{
    background:#fff;
    color:#ff6a00;
    padding:14px 28px;
    border-radius:10px;
    font-size:20px;
    font-weight:700;
    text-decoration:none;
  }
  .trichy-intro{
    padding:80px 0;
    background:linear-gradient(180deg,#ffffff,#f6f8ff);
  }
  
  .intro-title{
    text-align:center;
    font-size:36px;
    font-weight:800;
    margin-bottom:25px;
    color:#222;
  }
  
  .intro-lead{
    text-align:center;
    font-size:20px;
    font-weight:600;
    color:#444;
    max-width:900px;
    margin:0 auto 25px;
  }
  
 
  
  .intro-points{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:18px;
    max-width:1000px;
    margin:35px auto 30px;
  }
  
  .intro-points div{
    background:#fff;
    padding:18px 20px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    font-weight:600;
  }
  
  .intro-cta{
    text-align:center;
    margin-top:35px;
  }
  
  .call-btn{
    background:linear-gradient(135deg,#ff9d00,#ff6a00);
    color:#fff;
    padding:16px 36px;
    font-size:20px;
    border-radius:10px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(255,106,0,0.4);
  }
  
  .call-btn:hover{
    background:linear-gradient(135deg,#ff6a00,#ff9d00);
    color:#fff;
  }
  .intro-title{
    color:#ff6a00;
    position:relative;
  }
  
  .intro-title::after{
    content:'';
    width:80px;
    height:4px;
    background:#ff6a00;
    display:block;
    margin:12px auto 0;
    border-radius:5px;
  }
  .trichy-intro{
    padding:80px 0;
    background:linear-gradient(180deg,#ffffff,#f6f8ff);
    border-radius:26px;
    margin:40px 15px;
    position:relative;
  }
  
  .trichy-intro::before{
    content:"";
    position:absolute;
    inset:0;
    padding:2px;
    border-radius:26px;
    background:linear-gradient(135deg,#9fd3ff,#4facfe,#9fd3ff);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
  }
  /* ⚡ Lightning Blue Border Effect */
.service-card{
    position:relative;
    background:#ffffff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:0.4s ease;
  }
  
  /* Lightning Border */
  .service-card::before{
    content:"";
    position:absolute;
    inset:0;
    padding:2px;
    border-radius:22px;
    background:linear-gradient(135deg,#9fd3ff,#4facfe,#00c6ff,#9fd3ff);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
  }
  
  /* Hover Glow */
  .service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 65px rgba(79,172,254,0.35);
  }
  
  /* Stronger glow on hover */
  .service-card:hover::before{
    background:linear-gradient(135deg,#4facfe,#00c6ff,#4facfe);
  }

  /* ================= FULL SERVICES SECTION BORDER ================= */

.trichy-services{
    position:relative;
    padding:90px 40px;
    margin:50px 15px;
    border-radius:30px;
    background:linear-gradient(180deg,#f6f9ff,#ffffff);
  }
  
  /* Lightning Border */
  .trichy-services::before{
    content:"";
    position:absolute;
    inset:0;
    padding:3px;
    border-radius:30px;
    background:linear-gradient(
      135deg,
      #9fd3ff,
      #4facfe,
      #00c6ff,
      #4facfe,
      #9fd3ff
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
  }
  
  /* Soft Glow */
  .trichy-services{
    box-shadow:0 25px 70px rgba(79,172,254,0.28);
  }

  /* ================= STREET LEVEL SEO ================= */

.trichy-street-seo{
    padding:90px 0;
    background:linear-gradient(180deg,#ffffff,#f6f9ff);
  }
  
  .street-grid{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    justify-content:center;
    margin:40px 0;
  }
  
  .street-pill{
    background:#ffffff;
    padding:12px 20px;
    border-radius:40px;
    font-size:15px;
    font-weight:500;
    color:#333;
    border:1px solid #e0ecff;
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
    transition:0.3s ease;
  }
  
  .street-pill:hover{
    background:#ff8c00;
    color:#ffffff;
    transform:translateY(-3px);
    box-shadow:0 10px 28px rgba(255,140,0,0.35);
  }
  
  .street-bottom-text{
    max-width:900px;
    margin:25px auto 0;
    text-align:center;
    font-size:17px;
    color:#555;
    line-height:1.7;
  }
  
  
  /* ================= STREET SEO – FULL SECTION BORDER ================= */

.trichy-street-seo{
    position:relative;
    padding:90px 40px;
    margin:50px 15px;
    border-radius:30px;
    background:linear-gradient(180deg,#ffffff,#f6f9ff);
  }
  
  /* Lightning Border */
  .trichy-street-seo::before{
    content:"";
    position:absolute;
    inset:0;
    padding:3px;
    border-radius:30px;
    background:linear-gradient(
      135deg,
      #9fd3ff,
      #4facfe,
      #00c6ff,
      #4facfe,
      #9fd3ff
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
  }
  
  /* Soft Premium Glow */
  .trichy-street-seo{
    box-shadow:0 25px 70px rgba(79,172,254,0.28);
  }
  

  @keyframes streetGlow{
    0%{background-position:0% 50%}
    100%{background-position:200% 50%}
  }
  
  .trichy-street-seo::before{
    background-size:200% 200%;
    animation:streetGlow 9s linear infinite;
  }
  @media(max-width:768px){
    .trichy-street-seo{
      padding:70px 20px;
      border-radius:22px;
    }
  }
/* ================= FAQ SECTION ================= */

.trichy-faq{
    position:relative;
    padding:90px 40px;
    margin:50px 15px;
    border-radius:30px;
    background:linear-gradient(180deg,#ffffff,#f6f9ff);
    box-shadow:0 25px 70px rgba(79,172,254,0.25);
  }
  
  /* Lightning Border */
  .trichy-faq::before{
    content:"";
    position:absolute;
    inset:0;
    padding:3px;
    border-radius:30px;
    background:linear-gradient(135deg,#9fd3ff,#4facfe,#00c6ff,#4facfe,#9fd3ff);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
  }
  
  .faq-wrapper{
    max-width:900px;
    margin:50px auto 0;
  }
  
  .faq-item{
    background:#fff;
    padding:25px 30px;
    border-radius:18px;
    margin-bottom:20px;
    border-left:5px solid #4facfe;
  }
  
  .faq-item h3{
    font-size:18px;
    font-weight:700;
    margin-bottom:8px;
  }
  
  .faq-item p{
    font-size:15.5px;
    color:#555;
    line-height:1.7;
  }
    /* ================= ROUTES SECTION ================= */

.trichy-routes{
    position:relative;
    padding:90px 40px;
    margin:50px 15px;
    border-radius:30px;
    background:linear-gradient(180deg,#ffffff,#f6f9ff);
    box-shadow:0 25px 70px rgba(79,172,254,0.25);
  }
  
  .trichy-routes::before{
    content:"";
    position:absolute;
    inset:0;
    padding:3px;
    border-radius:30px;
    background:linear-gradient(135deg,#9fd3ff,#4facfe,#00c6ff,#4facfe,#9fd3ff);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
  }
  
  .routes-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
    margin-top:45px;
  }
  
  .route-card{
    padding:14px 28px;
    border-radius:50px;
    background:#ffffff;
    border:1px solid #d9ecff;
    font-weight:600;
    font-size:16px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    transition:0.3s ease;
  }
  
  .route-card:hover{
    background:#ff8c00;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(255,140,0,0.35);
  }
/* ================= SEO POWER SECTION ================= */

.trichy-seo-power{
    position:relative;
    padding:90px 40px;
    margin:50px 15px;
    border-radius:30px;
    background:linear-gradient(180deg,#ffffff,#f6f9ff);
    box-shadow:0 25px 70px rgba(79,172,254,0.28);
  }
  
  /* Lightning Border */
  .trichy-seo-power::before{
    content:"";
    position:absolute;
    inset:0;
    padding:3px;
    border-radius:30px;
    background:linear-gradient(
      135deg,
      #9fd3ff,
      #4facfe,
      #00c6ff,
      #4facfe,
      #9fd3ff
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
  }
  
  .seo-content{
    max-width:1000px;
    margin:45px auto;
    font-size:16.5px;
    color:#444;
    line-height:1.9;
  }
  
  .seo-keywords{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    justify-content:center;
  }
  
  .seo-keywords span{
    background:#ffffff;
    padding:12px 22px;
    border-radius:50px;
    border:1px solid #e0ecff;
    font-size:14.5px;
    font-weight:500;
    box-shadow:0 6px 18px rgba(0,0,0,0.07);
    transition:0.3s ease;
  }
  
  .seo-keywords span:hover{
    background:#ff8c00;
    color:#ffffff;
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(255,140,0,0.35);
  }
  
  /* Mobile */
  @media(max-width:768px){
    .trichy-seo-power{
      padding:70px 20px;
      border-radius:22px;
    }
  }
 /* ================= GENERAL RESET ================= */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* ================= TOP BAR ================= */
.top-bar {
    background: #0d47a1;
    color: #fff;
    font-size: 14px;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
}
.top-bar i {
    color: #ffeb3b;
}

/* ================= HERO BANNER ================= */
.hero-banner h1 {
    font-size: 42px;
    font-weight: 800;
    text-shadow: 0px 2px 5px #000;
}
.hero-banner p {
    font-size: 20px;
    margin-top: 10px;
    text-shadow: 0px 1px 3px #000;
}

/* ================= SECTION HEADINGS ================= */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #ff6f00;
    margin-bottom: 25px;
    text-align: center;
}

/* ================= INTRO SECTION ================= */
.intro-section {
    padding: 50px 20px;
    border: 2px solid #5dade2;
    border-radius: 15px;
    background: #fff;
    margin: 20px 0;
}
.intro-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.intro-section .highlights span {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
    color: #0d47a1;
}
/* ================= SERVICES SECTION ================= */
.services-section {
    padding: 60px 20px;
    border: 2px solid #5dade2;
    border-radius: 20px;
    margin: 30px 10px;
    background: linear-gradient(145deg, #f9fbff, #eef4fb);
}

.services-section .section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #ff6f00;
    margin-bottom: 40px;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Service Card */
.service-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #d0e4f7;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Service Card Image */
.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.service-card img:hover {
    transform: scale(1.05);
}

/* Service Card Heading */
.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ff6f00;
    margin-bottom: 12px;
}

/* Service Card Paragraph */
.service-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .services-section .section-title {
        font-size: 28px;
    }
    .service-card img {
        height: 150px;
    }
}

/* ================= LOCAL STREETS / PILL GRID ================= */
.pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}
.pill {
    background: #ff6f00;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.3s;
}
.pill:hover {
    transform: scale(1.05);
}

/* ================= FAQ ================= */
/* ================= ULTRA FAQ – VIZAG ================= */

.vizag-faq-section {
    background: linear-gradient(145deg, #f8fbff, #eef4ff);
    padding: 70px 20px;
    margin: 50px 10px;
    border-radius: 24px;
    border: 3px solid rgba(255,111,0,0.25);
  }
  
  .vizag-faq-section h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #ff6f00;
    margin-bottom: 35px;
  }
  
  /* FAQ Wrapper */
  .vizag-faq {
    max-width: 900px;
    margin: auto;
  }
  
  /* FAQ Item */
  .faq-item {
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .faq-item:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  }
  
  /* Question */
  .faq-question {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 700;
    color: #0d47a1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq-question span {
    font-size: 26px;
    color: #ff6f00;
    font-weight: 800;
  }
  
  /* Answer */
  .faq-answer {
    display: none;
    padding: 0 25px 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }
  
  /* Active */
  .faq-item.active .faq-answer {
    display: block;
  }
  
  .faq-item.active .faq-question span {
    transform: rotate(45deg);
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .vizag-faq-section h2 {
      font-size: 28px;
    }
  
    .faq-question {
      font-size: 16px;
    }
  }
  

/* ================= CTA ================= */
.cta-section {
    padding: 50px 20px;
    background: #ff6f00;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 20px 0;
}
.cta-section a {
    display: inline-block;
    margin-top: 15px;
    background: #fff;
    color: #ff6f00;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.cta-section a:hover {
    background: #ffeb3b;
    color: #0d47a1;
}

/* ================= MAP ================= */
.map-section iframe {
    border-radius: 15px;
    border: 0;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .hero-banner h1 {
        font-size: 32px;
    }
    .hero-banner p {
        font-size: 18px;
    }
    .service-card img {
        height: 150px;
    }
}

      

/* ================= VIZAG SEO INTRO SECTION ================= */

.vizag-seo-intro {
    background: #f4f8ff;
    padding: 60px 20px;
    border: 3px solid #5dade2;
    border-radius: 18px;
    margin: 40px 10px;
  }
  
  .vizag-seo-intro h1 {
    font-size: 36px;
    font-weight: 800;
    color: #ff6f00;
    margin-bottom: 20px;
  }
  
  .vizag-seo-intro h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0d47a1;
    margin: 35px 0 15px;
  }
  
  .vizag-seo-intro p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
  }
  
  .vizag-seo-intro .lead {
    font-size: 18px;
    font-weight: 500;
  }
  
  /* Services Grid */
  .vizag-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
  }
  
  .vizag-services-grid .service-box {
    background: #ffffff;
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
  }
  
  .vizag-services-grid .service-box:hover {
    transform: translateY(-6px);
  }
  
  .vizag-services-grid h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #004aad;
  }
  
  /* Areas */
  .vizag-seo-intro .areas {
    background: #ffffff;
    padding: 18px;
    border-left: 6px solid #ff6f00;
    border-radius: 10px;
    margin-top: 15px;
  }
  
  /* Highlights */
  .vizag-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
  }
  
  .vizag-highlights span {
    background: #e3f2fd;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #0d47a1;
  }
  
  /* CTA */
  .vizag-cta {
    margin-top: 30px;
    padding: 18px;
    background: linear-gradient(135deg, #ff6f00, #ff9800);
    text-align: center;
    border-radius: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  
  .vizag-cta a {
    color: #fff;
    text-decoration: underline;
  }
  

  /* ================= VIZAG LOCAL AREAS – LUXURY SEO DESIGN ================= */

.vizag-local-seo {
    background: linear-gradient(145deg, #f8fbff, #eaf2ff);
    padding: 70px 25px;
    border-radius: 22px;
    border: 3px solid rgba(13,71,161,0.15);
    margin: 50px 10px;
  }
  
  .vizag-local-seo h2 {
    font-size: 34px;
    font-weight: 800;
    color: #ff6f00;
    text-align: center;
    margin-bottom: 18px;
  }
  
  .vizag-local-seo .intro-text {
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
  }
  
  /* Luxury Pill Grid */
  .luxury-pill-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 35px 0;
  }
  
  .luxury-pill-grid span {
    background: #ffffff;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #0d47a1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    border: 1px solid rgba(255,111,0,0.25);
    transition: all 0.35s ease;
    position: relative;
  }
  
  .luxury-pill-grid span::before {
    content: "📍";
    margin-right: 6px;
  }
  
  .luxury-pill-grid span:hover {
    transform: translateY(-6px) scale(1.05);
    background: linear-gradient(135deg, #ff6f00, #ff9800);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(255,111,0,0.35);
  }
  
  /* Footer Text */
  .vizag-local-seo .seo-footer {
    max-width: 950px;
    margin: auto;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    text-align: center;
    padding-top: 10px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .vizag-local-seo h2 {
      font-size: 28px;
    }
  
    .vizag-local-seo .intro-text,
    .vizag-local-seo .seo-footer {
      font-size: 16px;
    }
  
    .luxury-pill-grid span {
      font-size: 14px;
      padding: 12px 18px;
    }
  }
  


  /* ================= GOVT / DEFENCE DISCOUNT – PREMIUM ================= */

.govt-discount-section {
    background: linear-gradient(135deg, #fff8e1, #fff3cd);
    padding: 70px 20px;
    margin: 60px 10px;
    border-radius: 26px;
    border: 3px solid rgba(255,193,7,0.4);
  }
  
  .govt-discount-section h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #b45309;
    margin-bottom: 20px;
  }
  
  .govt-discount-section .intro-text {
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
  }
  
  /* Grid */
  .discount-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-top: 35px;
  }
  
  /* Box */
  .discount-box {
    background: #ffffff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.15);
    position: relative;
    transition: transform 0.35s ease;
  }
  
  .discount-box:hover {
    transform: translateY(-8px);
  }
  
  .discount-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 10px;
  }
  
  /* Badge */
  .discount-box .badge {
    position: absolute;
    top: -14px;
    right: 18px;
    background: linear-gradient(135deg, #ff6f00, #ff9800);
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
  }
  
  /* Note */
  .discount-note {
    margin-top: 30px;
    background: #ffffff;
    padding: 18px;
    border-left: 6px solid #ff6f00;
    border-radius: 14px;
    font-size: 16px;
    text-align: center;
  }
  
  /* CTA */
  .discount-cta {
    margin-top: 30px;
    padding: 22px;
    background: linear-gradient(135deg, #ff6f00, #ff9800);
    border-radius: 18px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
  }
  
  .discount-cta a {
    color: #fff;
    text-decoration: underline;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .govt-discount-section h2 {
      font-size: 28px;
    }
  }
  .faq-answer {
    display: none;
  }
  .faq-item.active .faq-answer {
    display: block;
  }
  

/* =========================
   VIZAG INTERCITY ROUTES
   SUPER LUXURY DESIGN
========================= */

.vizag-routes-seo {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f4f9ff, #ffffff);
    overflow: hidden;
  }
  
  /* Subtle background pattern */
  .vizag-routes-seo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,111,0,0.08), transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(0,62,127,0.08), transparent 40%);
    z-index: 0;
  }
  
  .vizag-routes-seo .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
  }
  
  /* Headings */
  .vizag-routes-seo h2 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 18px;
    background: linear-gradient(90deg, #ff6f00, #ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .vizag-routes-seo h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #003e7f;
    margin: 35px 0 20px;
  }
  
  /* Intro paragraph */
  .vizag-routes-seo .intro-text {
    text-align: center;
    font-size: 17px;
    color: #444;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.8;
  }
  
  /* =========================
     ROUTES GRID – PREMIUM PILLS
  ========================= */
  
  .routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin: 35px 0;
  }
  
  /* Route Pill */
  .routes-grid span {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f2f6fb);
    border-radius: 50px;
    padding: 16px 22px;
    font-size: 15px;
    font-weight: 700;
    color: #003e7f;
    text-align: center;
    border: 1px solid #e3eaf5;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    cursor: default;
  }
  
  /* Route icon */
  .routes-grid span::before {
    content: "🚚";
    margin-right: 8px;
  }
  
  /* Hover effect */
  .routes-grid span:hover {
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(135deg, #003e7f, #005eb8);
    color: #ffffff;
    box-shadow: 0 18px 35px rgba(0,62,127,0.35);
  }
  
  .routes-grid span:hover::before {
    content: "📍";
  }
  
  /* =========================
     SEO FOOTER TEXT
  ========================= */
  
  .vizag-routes-seo .seo-footer {
    text-align: center;
    font-size: 16px;
    color: #555;
    max-width: 950px;
    margin: 30px auto;
    line-height: 1.9;
  }
  
  /* =========================
     CALL TO ACTION
  ========================= */
  
  .routes-cta {
    margin-top: 35px;
    text-align: center;
  }
  
  .routes-cta p {
    display: inline-block;
    background: linear-gradient(135deg, #ff6f00, #ff9800);
    color: #fff;
    padding: 18px 34px;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(255,111,0,0.45);
  }
  
  .routes-cta a {
    color: #fff;
    text-decoration: underline;
    margin-left: 6px;
  }
  
  /* =========================
     MOBILE RESPONSIVE
  ========================= */
  
  @media (max-width: 768px) {
    .vizag-routes-seo h2 {
      font-size: 28px;
    }
  
    .vizag-routes-seo .intro-text {
      font-size: 16px;
    }
  
    .routes-cta p {
      font-size: 16px;
      padding: 14px 24px;
    }
  }

  /* ================= CONTACT FORM ================= */

.mini-contact-form {
    padding: 50px 20px;
    background: linear-gradient(135deg, #003e7f, #005eb8);
    border-radius: 18px;
    margin: 40px auto;
    max-width: 900px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
  }
  
  .mini-contact-form h3 {
    text-align: center;
    color: #ffd178;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
  }
  
  .mini-contact-form p {
    text-align: center;
    color: #e8f1ff;
    font-size: 15px;
    margin-bottom: 25px;
  }
  
  .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
  }
  
  .form-grid input,
  .form-grid select {
    width: 100%;
    padding: 13px 15px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    outline: none;
    background: #ffffff;
  }
  
  .form-grid input:focus,
  .form-grid select:focus {
    box-shadow: 0 0 0 2px rgba(255,209,120,0.8);
  }
  
  .mini-contact-form button {
    width: 100%;
    margin-top: 22px;
    padding: 14px;
    font-size: 18px;
    font-weight: 800;
    color: #003e7f;
    background: linear-gradient(135deg, #ffd178, #ffb703);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .mini-contact-form button:hover {
    transform: translateY(-3px);
  }
  


  /* ==================================================
   WARANGAL PAGE ONLY – AIRAVAT PACKERS & MOVERS
   ================================================== */

/* ---------- HERO SECTION ---------- */
.warangal-page .warangal-hero {
    position: relative;
    height: 75vh;
    background: url("../images/Airavat_Tshirt2.jpeg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .warangal-page .warangal-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,71,161,0.88), rgba(25,118,210,0.88));
  }
  
  .warangal-page .warangal-hero .hero-content {
    position: relative;
    color: #fff;
    max-width: 850px;
    padding: 20px;
  }
  
  .warangal-page .warangal-hero h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 15px;
  }
  
  .warangal-page .warangal-hero p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  /* ---------- HERO BUTTONS ---------- */
  .warangal-page .hero-cta a {
    margin: 0 8px;
  }
  
  .warangal-page .btn-primary {
    background: #ffb300;
    color: #000;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
  }
  
  .warangal-page .btn-primary:hover {
    background: #ffa000;
  }
  
  .warangal-page .btn-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
  }
  
  /* ---------- INTRO SECTION ---------- */
  .warangal-page .warangal-intro {
    padding: 80px 0;
    background: #f9fbff;
  }
  
  .warangal-page .section-title {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .warangal-page .section-lead {
    text-align: center;
    font-size: 18px;
    max-width: 900px;
    margin: auto auto 20px;
  }
  
  .warangal-page .area-coverage {
    text-align: center;
    font-size: 16px;
    margin-bottom: 45px;
  }
  
  /* ---------- SERVICES GRID ---------- */
  .warangal-page .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
  }
  
  .warangal-page .service-card {
    background: #fff;
    padding: 32px 25px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease;
  }
  
  .warangal-page .service-card:hover {
    transform: translateY(-10px);
  }
  
  .warangal-page .service-card span {
    font-size: 38px;
    margin-bottom: 14px;
    display: block;
  }
  
  .warangal-page .service-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  .warangal-page .service-card p {
    font-size: 15px;
    color: #555;
  }
  
  /* ---------- CTA ---------- */
  .warangal-page .section-cta {
    text-align: center;
    margin-top: 55px;
  }
  
  /* ---------- MOBILE OPTIMIZATION ---------- */
  @media (max-width: 768px) {
  
    .warangal-page .warangal-hero {
      height: 60vh;
    }
  
    .warangal-page .warangal-hero h1 {
      font-size: 32px;
    }
  
    .warangal-page .section-title {
      font-size: 28px;
    }
  }
  

  /* ---------- MINI CONTACT FORM ---------- */
.warangal-page .warangal-mini-form {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    padding: 60px 0;
    color: #fff;
  }
  
  .warangal-page .form-title {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 8px;
  }
  
  .warangal-page .form-subtitle {
    text-align: center;
    margin-bottom: 35px;
    font-size: 16px;
  }
  
  .warangal-page .quote-form {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
  }
  
  .warangal-page .quote-form input,
  .warangal-page .quote-form select {
    padding: 14px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
  }
  
  .warangal-page .quote-form button {
    grid-column: 1 / -1;
    background: #ffb300;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 14px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
  }
  
  .warangal-page .quote-form button:hover {
    background: #ffa000;
  }

  
  /* ---------- PACKING PROCESS ---------- */
.warangal-page .warangal-packing {
    padding: 80px 0;
    background: #fff;
  }
  
  .warangal-page .packing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
  }
  
  .warangal-page .packing-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s;
  }
  
  .warangal-page .packing-card:hover {
    transform: translateY(-8px);
  }
  
  .warangal-page .packing-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .warangal-page .packing-card h4 {
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    background: #f9fbff;
  }

  
  /* ---------- WARANGAL AREAS ---------- */
.warangal-page .warangal-areas {
    padding: 80px 0;
    background: #f9fbff;
  }
  
  .warangal-page .areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-top: 35px;
  }
  
  .warangal-page .area-pill {
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
  }
  
  .warangal-page .area-pill:hover {
    background: #0d47a1;
    color: #fff;
    transform: translateY(-5px);
  }
  
  .warangal-page .areas-bottom-text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
/* ---------- WARANGAL ROUTES ---------- */
.warangal-page .warangal-routes {
    padding: 80px 0;
    background: #ffffff;
  }
  
  .warangal-page .routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
  }
  
  .warangal-page .route-card {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: #fff;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
  }
  
  .warangal-page .route-card:hover {
    transform: translateY(-8px);
  }
  
  .warangal-page .route-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .warangal-page .route-card p {
    font-size: 15px;
    line-height: 1.6;
  }
  
  .warangal-page .routes-bottom-text {
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }
/* ---------- ABOUT AIRAVAT WARANGAL ---------- */
.warangal-page .warangal-about {
    padding: 90px 0;
    background: #f5f8ff;
  }
  
  .warangal-page .about-content {
    max-width: 1000px;
    margin: auto;
    font-size: 16px;
    line-height: 1.9;
  }
  
  .warangal-page .about-content p {
    margin-bottom: 18px;
  }
  
  .warangal-page .about-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 45px;
  }
  
  .warangal-page .highlight-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .warangal-page .highlight-box:hover {
    transform: translateY(-8px);
  }
  
  .warangal-page .highlight-box span {
    font-size: 36px;
    display: block;
    margin-bottom: 15px;
  }
  
  .warangal-page .highlight-box h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  
  .warangal-page .highlight-box p {
    font-size: 15px;
    line-height: 1.7;
  }
  
  .warangal-page .about-cta {
    text-align: center;
    margin-top: 45px;
  }
/* ================= WARANGAL ABOUT LOGO FIX ================= */
.warangal-page .warangal-about-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 35px;
  }
  
  .warangal-page .warangal-about-header .about-logo {
    max-width: 140px;   /* ✅ reduced size */
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  /* Text alignment */
  .warangal-page .about-header-text h2 {
    margin-bottom: 6px;
  }
  
  /* Mobile view */
  @media (max-width: 768px) {
    .warangal-page .warangal-about-header {
      flex-direction: column;
      text-align: center;
    }
  
    .warangal-page .warangal-about-header .about-logo {
      max-width: 120px; /* smaller on mobile */
    }
  }
  .warangal-page .warangal-about-header .about-logo {
    max-width: 130px;
    padding: 10px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  }

  




  /* ================= GLOBAL ================= */
body { font-family: Arial, sans-serif; margin:0; padding:0; line-height:1.6; background:#f8f8f8; }
.container { max-width:1200px; margin:auto; padding:20px; }

/* ================= HERO ================= */
/* ================= HERO SECTION – JUBILEE HILLS ================= */
.jubilee-hero {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    border-radius: 15px;
    overflow: hidden;
}

.jubilee-hero-overlay {
    position: absolute;
    top:0; left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45); /* semi-transparent overlay for readability */
    z-index: 1;
}

.jubilee-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
}

.jubilee-hero-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

.jubilee-hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.jubilee-hero-btn {
    display: inline-block;
    background:#ff9d00;
    color:#fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight:600;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.jubilee-hero-btn:hover {
    background: #003e7f;
    color: #fff;
    transform: translateY(-3px);
}


/* ================= SECTIONS ================= */
.jubilee-section-title { font-size:32px; font-weight:800; margin-bottom:25px; text-align:center; color:#0d47a1; }

/* ================= POINTS GRID ================= */
.jubilee-points-grid {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:15px; margin-top:20px;
}
.jubilee-point {
  background:#fff; padding:15px; border-radius:10px;
  font-weight:600; text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

/* ================= PHOTOS ================= */
.jubilee-photo-grid {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:15px; margin-top:20px;
}
.jubilee-photo-grid img {
  width:100%; border-radius:10px; box-shadow:0 8px 20px rgba(0,0,0,0.1);
}



/* ================= CTA ================= */
.jubilee-cta { background:#ff7a00; color:#fff; padding:50px 20px; text-align:center; }
.jubilee-cta h2 { margin-bottom:20px; font-size:32px; }
.jubilee-cta .jubilee-call-btn { background:#fff; color:#ff7a00; padding:12px 25px; }

/* ================= MINI CONTACT FORM – JUBILEE HILLS ================= */
.jubilee-mini-form {
    background: linear-gradient(135deg, #ff9d00, #ff6f00);
    padding: 60px 20px;
    color: #fff;
    border-radius: 15px;
    margin: 50px auto;
    max-width: 700px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.jubilee-mini-form .form-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.jubilee-mini-form .form-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}

.jubilee-mini-form .quote-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.jubilee-mini-form .quote-form input,
.jubilee-mini-form .quote-form select {
    width: calc(50% - 10px);
    padding: 12px 15px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
}

.jubilee-mini-form .quote-form select {
    background: #fff;
    color: #333;
}

.jubilee-mini-form .quote-form input::placeholder,
.jubilee-mini-form .quote-form select {
    color: #999;
}

.jubilee-mini-form .quote-form button {
    width: 100%;
    padding: 14px 0;
    background: #003e7f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.jubilee-mini-form .quote-form button:hover {
    background: #005eb8;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .jubilee-mini-form .quote-form input,
    .jubilee-mini-form .quote-form select {
        width: 100%;
    }
}
/* ================= PACKING PHOTOS – JUBILEE HILLS ================= */
.jubilee-photos {
    padding: 60px 20px;
    text-align: center;

    /* Section border */
    border: 3px solid #ff9d00; /* premium border color */
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    background: #ffffff; /* white background to make images pop */
    margin: 40px auto; /* spacing from other sections */
    max-width: 1200px; /* optional to center and constrain width */
}

.jubilee-section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #003e7f;
    position: relative;
}

.jubilee-photo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.jubilee-photo-card {
    width: 220px; /* fixed width for uniformity */
    height: 160px; /* fixed height for uniformity */
    overflow: hidden;
    border: 3px solid #ff9d00; /* premium border */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.jubilee-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures all images fill the box without distortion */
    display: block;
    transition: transform 0.3s;
}

/* Hover effect */
.jubilee-photo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

.jubilee-photo-card:hover img {
    transform: scale(1.1);
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .jubilee-photo-card {
        width: 45%;
        height: 140px;
    }
}

@media (max-width: 480px) {
    .jubilee-photo-card {
        width: 100%;
        height: 180px;
    }
}
/* ================= INTRO – JUBILEE HILLS ================= */
.jubilee-intro {
    background: #f8f9fa;
    padding: 60px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    text-align: left;
    margin-top: 40px;
}

.jubilee-intro-title {
    font-size: 32px;
    font-weight: 800;
    color: #003e7f;
    margin-bottom: 20px;
}

.jubilee-intro-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.jubilee-intro-cta {
    margin-top: 25px;
}

.cta-btn {
    display: inline-block;
    background: #ff9d00;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #003e7f;
    color: #fff;
    transform: translateY(-3px);
}




/* ================= HITEC CITY HERO ================= */
.hitech-hero {
  position: relative;
  background: url("../images/Airavat_tshirt3.png") center/cover no-repeat;
  padding: 60px 20px;
  color: #ffffff;
}

  
.hitech-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(67, 102, 153, 0.95), rgba(0,74,173,0.85));
}

.hitech-hero-content {
  position: relative;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.hitech-badge {
  display: inline-block;
  background: #ffb703;
  color: #000;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

.hitech-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 15px;
}

.hitech-subtitle {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #e3f2fd;
}

.hitech-cta {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hitech-btn-primary {
  background: #ffb703;
  color: #000;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
}

.hitech-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
}

.hitech-highlights {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 15px;
  font-weight: 600;
  flex-wrap: wrap;
}

/* ================= HITEC CITY INTRO WITH LOGO ================= */
.hitech-intro-wrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  
  .hitech-intro-logo {
    flex: 0 0 180px;
  }
  
  .hitech-intro-logo img {
    width: 100%;
    max-width: 160px;
    background: #ffffff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  
  .hitech-intro-content {
    flex: 1;
  }
  
  /* Mobile Responsive */
  @media (max-width: 768px) {
    .hitech-intro-wrap {
      flex-direction: column;
      text-align: center;
    }
  
    .hitech-intro-logo {
      margin: auto;
    }
  
    .hitech-intro-logo img {
      max-width: 140px;
    }
  }
  
@media (max-width: 768px) {
    .hitech-hero {
      padding: 55px 15px;
    }
  
    .hitech-title {
      font-size: 28px;
    }
  
    .hitech-subtitle {
      font-size: 15px;
    }
  }
  


  /* ================= HITEC CITY SERVICES ================= */
/* ================= SERVICES – HITEC CITY ================= */

.hitech-services {
    padding: 70px 15px;
    background: #f8f9fc;
  }
  
  .hitech-services-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #1a237e;
    margin-bottom: 10px;
  }
  
  .hitech-services-subtitle {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
    font-size: 16px;
    color: #555;
  }
  
  /* GRID */
  .hitech-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
  }
  
  /* CARD */
  .hitech-service-card {
    background: #ffffff;
    border: 2px solid #e3e6f0;   /* 🔥 BORDER */
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  /* HOVER EFFECT */
  .hitech-service-card:hover {
    border-color: #1a73e8;
    transform: translateY(-5px);
  }
  
  /* IMAGE */
  .hitech-service-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  /* TITLE */
  .hitech-service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 10px;
  }
  
  /* CONTENT */
  .hitech-service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
  }

  .hitech-service-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;

    border: 1px solid #e3e6f0;
    border-left: 5px solid #1a73e8; /* PREMIUM ACCENT */
    border-radius: 14px;
    padding: 20px;
  }
  
  
  
  /* Mobile Optimization */
  @media (max-width: 768px) {
    .hitech-service-card img {
      height: 170px;
    }
  }
  /* OUTER BORDER FOR SERVICES SECTION */
.hitech-services {
    padding: 70px 20px;
    background: #f8fafc;
    border: 2px solid #0660f1;      /* 🔥 FULL SECTION BORDER */
    border-radius: 22px;
    margin: 40px auto;
  }

  
  /* ================= HITEC CITY MICRO LOCAL SEO ================= */

.hitech-micro-seo {
    padding: 70px 20px;
    background: #f8fafc;
    border: 2px solid #dbe3f0;
    border-radius: 22px;
    margin: 60px auto;
  }
  
  .hitech-micro-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #0a1931;
    margin-bottom: 16px;
  }
  
  .hitech-micro-intro {
    max-width: 980px;
    margin: 0 auto 45px;
    text-align: center;
    font-size: 16.5px;
    line-height: 1.7;
    color: #444;
  }
  
  .hitech-micro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
  }
  
  .hitech-micro-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    transition: all 0.3s ease;
  }
  
  .hitech-micro-card:hover {
    transform: translateY(-5px);
    border-color: #1a73e8;
  }
  
  .hitech-micro-card h3 {
    font-size: 18.5px;
    font-weight: 700;
    color: #004aad;
    margin-bottom: 8px;
  }
  
  .hitech-micro-card p {
    font-size: 15.5px;
    line-height: 1.6;
    color: #555;
  }
  
  .hitech-micro-footer {
    max-width: 920px;
    margin: 45px auto 0;
    text-align: center;
    font-size: 16px;
    color: #444;
  }
/* ================= HITEC CITY IT EMPLOYEE DISCOUNT ================= */

.hitech-it-discount {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    padding: 60px 20px;
    border-radius: 22px;
    margin: 60px auto;
    color: #fff;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  }
  
  .hitech-it-discount-box h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  
  .hitech-it-discount-box p {
    font-size: 16.5px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  
  .hitech-discount-btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: #ffcd00;
    color: #0d47a1;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .hitech-discount-btn:hover {
    background-color: #ffc107;
    transform: translateY(-3px);
  }
    

  /* ================= HITEC CITY CONTACT FORM ================= */

.hitech-contact-form {
    background: #f8fafc;
    padding: 40px 20px;
    border-radius: 22px;
    border: 2px solid #dbe3f0;
    margin: 50px auto;
    max-width: 1200px;
    text-align: center;
  }
  
  .contact-form-title {
    font-size: 28px;
    font-weight: 800;
    color: #0a1931;
    margin-bottom: 25px;
  }
  
  .contact-form-horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  
  .contact-form-horizontal input,
  .contact-form-horizontal select {
    padding: 12px 15px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    font-size: 14.5px;
    flex: 1 1 180px; /* Responsive width */
    min-width: 150px;
    transition: all 0.3s ease;
  }
  
  .contact-form-horizontal input:focus,
  .contact-form-horizontal select:focus {
    border-color: #1a73e8;
    outline: none;
    box-shadow: 0 0 8px rgba(26, 115, 232, 0.3);
  }
  
  .contact-form-horizontal button {
    padding: 12px 28px;
    background-color: #1a73e8;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
  }
  
  .contact-form-horizontal button:hover {
    background-color: #004aad;
    transform: translateY(-3px);
  }
  
  /* Responsive for Mobile */
  @media (max-width: 768px) {
    .contact-form-horizontal {
      flex-direction: column;
    }
  
    .contact-form-horizontal input,
    .contact-form-horizontal select,
    .contact-form-horizontal button {
      width: 100%;
    }
  }
  /* ================= WHY CHOOSE US – HITEC CITY / HYDERABAD ================= */

/* ================= WHY CHOOSE US – HITEC CITY / HYDERABAD ================= */

.hitech-why-choose {
    background: linear-gradient(135deg, #e3f2fd, #a3d0fd); /* Premium light gradient */
    padding: 70px 20px;
    border-radius: 22px;
    border: 2px solid #dbe3f0;
    margin: 60px auto;
    max-width: 1300px;
    text-align: center;
  }
  
  .why-choose-title {
    font-size: 32px;
    font-weight: 800;
    color: #0a1931;
    margin-bottom: 15px;
  }
  
  .why-choose-intro {
    max-width: 950px;
    margin: 0 auto 45px;
    font-size: 16.5px;
    color: #444;
    line-height: 1.7;
  }
  
  .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 28px;
  }
  
  .why-choose-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    text-align: center;
  }
  
  .why-choose-card:hover {
    transform: translateY(-5px);
    border-color: #1a73e8;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  }
  
  .why-choose-card i {
    font-size: 32px;
    color: #1a73e8;
    margin-bottom: 12px;
  }
  
  .why-choose-card h3 {
    font-size: 18.5px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #004aad;
  }
  
  .why-choose-card p {
    font-size: 15.5px;
    color: #555;
    line-height: 1.6;
  }
  
  /* Mobile Optimization */
  @media (max-width: 768px) {
    .why-choose-grid {
      grid-template-columns: 1fr;
    }
  }
  
  
/* ================= GOOGLE REVIEWS – HITEC CITY ================= */

.hitech-google-reviews {
  background: #f0f4f8;
  padding: 60px 20px;
  border-radius: 22px;
  margin: 60px auto;
  max-width: 1300px;
}

.reviews-title {
  font-size: 32px;
  font-weight: 800;
  color: #0a1931;
  text-align: center;
  margin-bottom: 15px;
}

.reviews-intro {
  font-size: 16.5px;
  color: #444;
  max-width: 900px;
  margin: 0 auto 40px;
  line-height: 1.7;
  text-align: center;
}

.reviews-carousel .review-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  text-align: left;
}

.reviews-carousel .review-card:hover {
  transform: translateY(-4px);
}

.review-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.google-logo {
  width: 24px;
  height: auto;
  flex-shrink: 0;
  margin-top: 4px;
}

.reviewer-info {
  flex: 1;
}

.review-text {
  font-size: 15px;
  color: #555;
  margin: 0 0 8px;
  line-height: 1.6;
}

.review-stars {
  color: #ffc107;
  margin-bottom: 6px;
}

.reviewer-name {
  font-weight: 600;
  color: #0a1931;
  font-size: 13.5px;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .reviews-carousel .review-card {
    text-align: left;
  }
  .review-header {
    flex-direction: row;
    align-items: flex-start;
  }
}


.hitech-faq {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef3ff);
}

.hitech-faq-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #0a1931;
  margin-bottom: 10px;
}

.hitech-faq-subtitle {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 16.5px;
  color: #555;
}

.faq-accordion {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  color: #004aad;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 22px;
  font-weight: bold;
  color: #004aad;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 0 24px 22px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #444;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Mobile */
@media (max-width: 768px) {
  .hitech-faq-title {
    font-size: 28px;
  }
}
.hitech-map {
    padding: 80px 20px;
    background: #f8fafc;
  }
  
  .hitech-map-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #0a1931;
    margin-bottom: 10px;
  }
  
  .hitech-map-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 45px;
    font-size: 16.5px;
    color: #555;
  }
  
  .hitech-map-box {
    max-width: 1100px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    border: 4px solid #ffffff;
  }
  
  .hitech-map-box iframe {
    width: 100%;
    height: 450px;
    border: 0;
  }
  
  /* Mobile Optimization */
  @media (max-width: 768px) {
    .hitech-map-title {
      font-size: 28px;
    }
  
    .hitech-map-box iframe {
      height: 320px;
    }
  }
/* ================= HERO SECTION ================= */
.varanasi-hero {
    position: relative;
    background: url("../images/Airavat_Tshirt2.jpeg") center/cover no-repeat;
    padding: 100px 0;
    color: #fff;
  }
  
  .varanasi-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8,32,74,0.9), rgba(0,0,0,0.7));
  }
  
  .varanasi-hero .container {
    position: relative;
    z-index: 2;
  }
  
  .varanasi-hero h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
  }
  
  .varanasi-hero h1 span {
    color: #ffc107;
  }
  
  .hero-subtitle {
    font-size: 18px;
    margin: 20px 0;
  }
  
  .hero-points {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
  }
  
  .hero-points li {
    margin-bottom: 8px;
    font-size: 16px;
  }
  
  .hero-buttons a {
    margin-right: 12px;
  }
  
  .btn-hero-primary {
    background: #ffc107;
    color: #000;
    padding: 12px 26px;
    font-weight: 700;
    border-radius: 30px;
  }
  
  .btn-hero-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
  }
  
  /* ================= HERO FORM CARD ================= */
  .hero-card {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  }
  
  .hero-card h3 {
    color: #0d47a1;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .hero-card input,
  .hero-card select {
    width: 100%;
    padding: 12px;
    margin-bottom: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  
  .hero-card button {
    width: 100%;
    background: #0d47a1;
    color: #fff;
    padding: 12px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
  }
  
  /* ================= INTRO SECTION ================= */
  .varanasi-intro {
    padding: 80px 0;
    background: #f9fbff;
  }
  
  .varanasi-intro h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 30px;
  }
  
  .varanasi-intro p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
  }
  
  .intro-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  
  .highlight-box {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  
  .highlight-box h4 {
    color: #0d47a1;
    font-weight: 700;
    margin-bottom: 10px;
  }
/* ================= SERVICES SECTION ================= */
.varanasi-services {
    padding: 80px 0;
    background: #ffffff;
  }
  
  .services-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 12px;
  }
  
  .services-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }
  
  /* ================= SERVICE CARD ================= */
  .service-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  }
  
  .service-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }
  
  .service-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 18px 20px 10px;
    color: #0d47a1;
  }
  
  .service-card p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #444;
    margin: 0 20px 24px;
  }
  
  /* ================= MOBILE ================= */
  @media (max-width: 768px) {
    .services-title {
      font-size: 30px;
    }
  
    .service-card img {
      height: 170px;
    }
  }
/* ================= AREAS WE SERVE ================= */
.varanasi-areas {
    padding: 90px 0;
    background: linear-gradient(135deg, #f0f4ff, #ffffff);

  }
  
  .areas-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 12px;
  }
  
  .areas-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 55px;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
  }
  
  /* ===== Block ===== */
  .areas-block {
    margin-bottom: 55px;
  }
  
  .areas-heading {
    font-size: 24px;
    font-weight: 700;
    color: #0a1931;
    margin-bottom: 18px;
  }
  
  .areas-desc {
    font-size: 16px;
    color: #555;
    max-width: 850px;
    margin-bottom: 25px;
  }
  
  /* ===== Grid Pills ===== */
  .areas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  
  .area-pill {
    background: #ffffff;
    border: 1px solid #dbe6ff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14.8px;
    font-weight: 600;
    color: #0d47a1;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
  }
  
  .area-pill:hover {
    background: #0d47a1;
    color: #ffffff;
    transform: translateY(-3px);
  }
  
  /* ===== SEO TEXT ===== */
  .areas-seo-text {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  }
  
  .areas-seo-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 16px;
  }
  
  /* ===== Mobile ===== */
  @media (max-width: 768px) {
    .areas-title {
      font-size: 30px;
    }
  
    .areas-heading {
      font-size: 21px;
    }
  
    .areas-seo-text {
      padding: 25px;
    }
  }
    /* ================= GALLERY SECTION ================= */
.varanasi-gallery {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff7e6, #ffffff);
  }
  
  .gallery-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 12px;
  }
  
  .gallery-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
  }
  
  /* ================= GRID ================= */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
  }
  
  /* ================= IMAGE CARD ================= */
  .gallery-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0,0,0,0.10);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  
  .gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.16);
  }
  
  .gallery-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
  
  /* ================= IMAGE LABEL ================= */
  .gallery-item span {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  
  /* ================= MOBILE ================= */
  @media (max-width: 768px) {
    .gallery-title {
      font-size: 30px;
    }
  
    .gallery-item img {
      height: 180px;
    }
  }
  /* ================= WHY CHOOSE US ================= */
.varanasi-why-choose {
    padding: 90px 0;
    background: linear-gradient(135deg, #f0f4ff, #ffffff);
  }
  
  .why-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 12px;
  }
  
  .why-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 55px;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
  }
  
  /* ================= GRID ================= */
  .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 28px;
  }
  
  /* ================= CARD ================= */
  .why-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  
  .why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.12);
  }
  
  /* ================= ICON ================= */
  .why-card i {
    font-size: 40px;
    color: #0d47a1;
    margin-bottom: 16px;
  }
  
  /* ================= TEXT ================= */
  .why-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a1931;
  }
  
  .why-card p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #444;
  }
  
  /* ================= MOBILE ================= */
  @media (max-width: 768px) {
    .why-title {
      font-size: 30px;
    }
  }
/* ================= FAQ SECTION ================= */
.varanasi-faq {
    padding: 90px 0;
    background: linear-gradient(135deg, #faf8f3, #ffffff);
  }
  
  .faq-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 12px;
  }
  
  .faq-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 55px;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
  }
  
  /* ================= FAQ WRAPPER ================= */
  .faq-wrapper {
    max-width: 900px;
    margin: auto;
  }
  
  /* ================= FAQ ITEM ================= */
  .faq-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 26px;
    margin-bottom: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
  }
  
  .faq-item:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  }
  
  /* ================= SUMMARY ================= */
  .faq-item summary {
    font-size: 18px;
    font-weight: 700;
    color: #0a1931;
    cursor: pointer;
    list-style: none;
  }
  
  .faq-item summary::-webkit-details-marker {
    display: none;
  }
  
  /* ================= CONTENT ================= */
  .faq-item p {
    margin-top: 14px;
    font-size: 15.5px;
    line-height: 1.8;
    color: #444;
  }
  
  /* ================= OPEN STATE ================= */
  .faq-item[open] {
    border-left: 5px solid #0d47a1;
  }
  
  /* ================= MOBILE ================= */
  @media (max-width: 768px) {
    .faq-title {
      font-size: 30px;
    }
  }
/* ================= MAP SECTION ================= */
.varanasi-map {
    padding: 90px 0;
    background: linear-gradient(135deg, #f7f9fc, #ffffff);
  }
  
  .map-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 12px;
  }
  
  .map-subtitle {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
  }
  
  /* ================= MAP BOX ================= */
  .map-box {
    max-width: 1100px;
    margin: auto;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
    border: 5px solid #ffffff;
  }
  
  .map-box iframe {
    width: 100%;
    height: 480px;
    border: none;
  }
  
  /* ================= MOBILE ================= */
  @media (max-width: 768px) {
    .map-title {
      font-size: 30px;
    }
  
    .map-box iframe {
      height: 360px;
    }
  }
/* ================= LOCAL SEO – HYDERABAD ================= */
.hyd-local-seo {
    padding: 90px 0;
    background: linear-gradient(135deg, #0b3c91, #0e5cad);
    color: #fff;
  }
  
  .local-seo-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff;
  }
  
  .local-seo-intro {
    max-width: 1000px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: #e9f1ff;
  }
  
  /* ================= AREAS GRID ================= */
  .areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-bottom: 50px;
  }
  
  .area-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 14px;
    padding: 16px 14px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.35s ease;
    cursor: default;
  }
  
  .area-card:hover {
    background: #ffffff;
    color: #0b3c91;
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  }
  
  /* ================= FOOTER TEXT ================= */
  .local-seo-footer {
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #eaf2ff;
  }
  
  /* ================= MOBILE ================= */
  @media (max-width: 768px) {
    .local-seo-title {
      font-size: 30px;
    }
  }
  .hyd-local-seo {
    position: relative;
    border-radius: 28px;
    margin: 80px auto;
    max-width: 1320px;
  }
  
  .hyd-local-seo::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #ffffff;
    border-radius: 28px;
    pointer-events: none;
  }
  
  .hyd-local-seo::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 22px;
    pointer-events: none;
  }
/* ================= FAQ – HYDERABAD ================= */
.hyd-faq-section {
    background: linear-gradient(135deg, #144696, #15538d);
    padding: 90px 20px;
    border-radius: 30px;
    margin: 90px auto;
    max-width: 1400px;
    border: 3px solid #ffffff;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  }
  
  .hyd-faq-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
  }
  
  .hyd-faq-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 55px;
    font-size: 16.5px;
    color: #dce6f1;
    line-height: 1.7;
  }
  
  .hyd-faq-box {
    max-width: 1100px;
    margin: auto;
  }
  
  .hyd-faq-item {
    background: #ffffff;
    border-radius: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  }
  
  .hyd-faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 22px 26px;
    font-size: 18px;
    font-weight: 700;
    color: #0a1931;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  
  .hyd-faq-question span {
    font-size: 26px;
    font-weight: 700;
    color: #004aad;
  }
  
  .hyd-faq-answer {
    padding: 0 26px 22px;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    display: none;
  }
  
  .hyd-faq-item.active .hyd-faq-answer {
    display: block;
  }
  
  .hyd-faq-item.active .hyd-faq-question span {
    content: "-";
    transform: rotate(45deg);
  }
  
  /* Mobile Optimization */
  @media (max-width: 768px) {
    .hyd-faq-title {
      font-size: 28px;
    }
  }
            
  /* ================= HERO – MADHAPUR ================= */
.madhapur-hero {
    position: relative;
    background: url('../images/Airavat_Tshirt2.jpeg') center/cover no-repeat;
    padding: 90px 20px;
    color: #fff;
  }
  
  .madhapur-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4,18,52,0.85), rgba(0,0,0,0.65));
  }
  
  .madhapur-hero-content {
    position: relative;
    max-width: 900px;
  }
  
  .madhapur-hero h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 15px;
  }
  
  .madhapur-hero p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #f1f1f1;
  }
  
  .madhapur-hero-cta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
  }
  
  .btn-primary {
    background: #ffb703;
    color: #000;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .btn-secondary {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .madhapur-hero-badges {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .madhapur-hero-badges span {
    background: rgba(255,255,255,0.15);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
  }
/* ================= INTRO – MADHAPUR ================= */
.madhapur-intro {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff7e6, #ffffff);
  }
  
  .madhapur-intro-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
  }
  
  .madhapur-intro h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0a1931;
  }
  
  .madhapur-intro p {
    font-size: 16.8px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 15px;
  }
  
  .intro-btn {
    display: inline-block;
    margin-top: 20px;
    background: #004aad;
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .madhapur-intro-image img {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .madhapur-intro-grid {
      grid-template-columns: 1fr;
    }
  
    .madhapur-hero h1 {
      font-size: 32px;
    }
  }
    /* ================= SERVICES – MADHAPUR ================= */
.madhapur-services {
    padding: 90px 20px;
    background: #f5f8ff;
  }
  
  .madhapur-services-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #0a1931;
    margin-bottom: 14px;
  }
  
  .madhapur-services-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 55px;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
  }
  
  .madhapur-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
  }
  
  .madhapur-service-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    border: 2px solid transparent;
  }
  
  .madhapur-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
    border-color: #004aad;
  }
  
  .madhapur-service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .madhapur-service-card .card-content {
    padding: 25px;
  }
  
  .madhapur-service-card h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #004aad;
  }
  
  .madhapur-service-card p {
    font-size: 15.8px;
    line-height: 1.7;
    color: #444;
  }
  
  /* Mobile Optimization */
  @media (max-width: 768px) {
    .madhapur-services-title {
      font-size: 28px;
    }
  
    .madhapur-service-card img {
      height: 180px;
    }
  }
  /* ================= LOCAL AREAS SEO – MADHAPUR ================= */
.madhapur-areas {
    padding: 90px 20px;
    background: linear-gradient(135deg, #154ba1, #18489b);
    color: rgb(246, 250, 6);
  }
  
  .madhapur-areas-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #fceb07;
  }
  
  .madhapur-areas-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 55px;
    font-size: 17px;
    line-height: 1.7;
    color: #dbe6ff;
  }
  
  .madhapur-areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }
  
  .area-card {
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.35s ease;
    
  }

  .area-card:hover {
    background: #ffffff;
    color: #000;
    transform: translateY(-6px);
  }
  
  .area-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .area-card p {
    font-size: 15.5px;
    line-height: 1.7;
    opacity: 0.95;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .madhapur-areas-title {
      font-size: 28px;
    }
  }
  .about-airavat-premium {
    background: linear-gradient(135deg, #0d47a1, #00307d);
    padding: 80px 0;
    color: #ffffff;
  }
  
  .about-airavat-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    align-items: center;
  }
  
  .about-logo-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
  }
  
  .about-logo-box img {
    max-width: 220px;
    height: auto;
  }
  
  .about-content-box h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  
  .about-content-box h2 span {
    color: #f5c46b; /* premium gold */
  }
  
  .about-content-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #eaf2ff;
    margin-bottom: 16px;
  }
  
  .about-features {
    list-style: none;
    padding: 0;
    margin-top: 25px;
  }
  
  .about-features li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
  }
  
  .about-features i {
    color: #f5c46b;
    margin-right: 8px;
  }
  
  /* Responsive */
  @media (max-width: 991px) {
    .about-airavat-grid {
      grid-template-columns: 1fr;
      text-align: center;
    }
  
    .about-content-box h2 {
      font-size: 32px;
    }
  }
  .about-airavat-premium {
    background: linear-gradient(135deg, #0d47a1, #00307d);
    padding: 80px 0;
    color: #ffffff;
  
    /* WHITE BORDER */
    border: 2px solid #ffffff;
    border-radius: 20px;
  
    /* spacing from other sections */
    margin: 40px auto;
    max-width: 1400px;
  }

  /* Overlay */
#popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    display: none;
  }
  
  /* Popup Box */
  #popupForm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 90%;
    max-width: 420px;
    padding: 25px;
    border-radius: 14px;
    z-index: 9999;
    display: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  }
  
  /* Close Button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 22px;
    cursor: pointer;
  }
  
  /* Form */
  #popupForm h3 {
    text-align: center;
    margin-bottom: 15px;
    color: #004aad;
  }
  
  #popupForm input,
  #popupForm select {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  
  #popupForm button {
    width: 100%;
    background: #004aad;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
  }
  .madhapur-faq-map {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
  }
  
  .madhapur-faq-map .section-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #1a237e;
  }
  
  .faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .faq-question {
    padding: 20px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
  }
  
  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
  }
  
  .faq-item.active .faq-question::after {
    transform: rotate(45deg);
  }
  
  .faq-answer {
    padding: 0 20px 20px 20px;
    display: none;
    color: #555;
  }
  
  .faq-item.active .faq-answer {
    display: block;
  }
  
  .map-container {
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
    



  /* ================= HERO SECTION ================= */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("/images/Airavat_tshirt3.png") center/cover no-repeat;
    padding: 120px 20px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }
  
  .hero-section .hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
  }
  
  .hero-section .hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  
  .hero-section .btn-hero {
    background: #ffc107;
    color: #000;
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .hero-section .btn-hero:hover {
    background: #e0a800;
    color: #fff;
  }
  
  /* ================= INTRO SECTION ================= */
  .intro-section {
    background: #f8f9fa;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
  }
  
  .intro-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .intro-image {
    flex: 1 1 45%;
  }
  
  .intro-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }
  
  .intro-text {
    flex: 1 1 50%;
  }
  
  .intro-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 20px;
  }
  
  .intro-text p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  
  .intro-text .btn-intro {
    display: inline-block;
    background: #1a237e;
    color: #fff;
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .intro-text .btn-intro:hover {
    background: #0d1b7a;
    color: #ffc107;
  }
  
  /* ================= RESPONSIVE ================= */
  @media(max-width: 992px) {
    .intro-container {
      flex-direction: column-reverse;
      text-align: center;
    }
  
    .intro-text, .intro-image {
      flex: 1 1 100%;
    }
  
    .hero-section .hero-title {
      font-size: 2.2rem;
    }
  
    .hero-section .hero-subtitle {
      font-size: 1rem;
    }
  }
  /* ================= SERVICES SECTION ================= */
.services-section {
    padding: 80px 20px;
    background: #f5f7fa;
    font-family: 'Poppins', sans-serif;
  }
  
  .services-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 15px;
  }
  
  .services-section .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 50px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  
  .service-item {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 25px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }
  
  .service-item img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  
  .service-item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 15px;
  }
  
  .service-item p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
  }
  
  .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  }
  
  /* ================= RESPONSIVE ================= */
  @media(max-width: 768px) {
    .services-grid {
      grid-template-columns: 1fr;
    }
  }
  /* ================= LOCAL AREAS SECTION ================= */
.local-areas-section {
    padding: 80px 20px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
  }
  
  .local-areas-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 15px;
  }
  
  .local-areas-section .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .area-item {
    background: #f1f3f6;
    color: #1a237e;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }
  
  .area-item:hover {
    background: #1a237e;
    color: #fff;
    transform: translateY(-5px);
  }
  
  .areas-note {
    font-size: 0.95rem;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
  
  /* ================= RESPONSIVE ================= */
  @media(max-width: 768px) {
    .areas-grid {
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }
  }
  
  @media(max-width: 480px) {
    .areas-grid {
      grid-template-columns: 1fr;
    }
  }
/* ================= PACKING PROCESS SECTION ================= */
/* ================= PACKING PROCESS SECTION ================= */
.packing-process-section {
    background: #f5f7fa;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
  }
  
  .packing-process-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .packing-process-section .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    text-align: center;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  
  .process-step {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
  }
  
  .process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  }
  
  .step-icon {
    font-size: 2rem;
    color: #ffc107;
    margin-bottom: 10px;
  }
  
  .step-number {
    background: #1a237e;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
  }
  
  .process-step h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 15px;
  }
  
  .process-step p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
  }
  
  /* ================= RESPONSIVE ================= */
  @media(max-width: 768px) {
    .process-steps {
      grid-template-columns: 1fr;
    }
  }
/* ================= FAQ & MAP SECTION ================= */
.faq-map-section {
    background: #f8f9fa;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
  }
  
  .faq-map-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .faq-map-section .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  /* FAQ Accordion */
  .faq-accordion {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    overflow: hidden;
  }
  
  .faq-question {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    background: #1a237e;
    color: #fff;
    transition: background 0.3s ease;
  }
  
  .faq-question:hover {
    background: #0d1b7a;
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    background: #f1f3f6;
    transition: max-height 0.5s ease, padding 0.3s ease;
  }
  
  .faq-item.active .faq-answer {
    max-height: 500px; /* enough to fit the full answer */
    padding: 18px 20px;
  }
  
  /* Map Container */
  .map-container {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  .map-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 20px;
    text-align: center;
  }
  
  /* ================= RESPONSIVE ================= */
  @media(max-width: 768px) {
    .faq-map-section .section-title {
      font-size: 2rem;
    }
  
    .faq-map-section .section-subtitle {
      font-size: 1rem;
    }
  }
    /* ================= GACHIBOWLI HERO SECTION ================= */

.gachibowli-hero {
  position: relative;
  background: url("../images/Airavat_Tshirt2.jpeg") center center / cover no-repeat;
  padding: 90px 0;
  color: #ffffff;
}

.gachibowli-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 30, 60, 0.9), rgba(0, 0, 0, 0.65));
}

.gachibowli-hero .hero-content {
  position: relative;
  z-index: 2;
}

.gachibowli-hero h1 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 15px;
}

.hero-subtext {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #f1f1f1;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.hero-points li {
  margin-bottom: 8px;
  font-size: 16px;
}

.hero-points i {
  color: #ffc107;
  margin-right: 8px;
}

.hero-buttons {
  margin-top: 20px;
}

.hero-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}

.hero-btn-primary {
  background: #ffc107;
  color: #000;
}

.hero-btn-primary:hover {
  background: #ffb300;
}

.hero-btn-secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.hero-form-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  color: #000;
}

.hero-form-box h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-form-box input,
.hero-form-box select {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.hero-form-box button {
  width: 100%;
  padding: 12px;
  background: #0d47a1;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .gachibowli-hero h1 {
    font-size: 32px;
  }

  .hero-form-box {
    margin-top: 30px;
  }
}
/* ================= GACHIBOWLI INTRO SECTION ================= */

.gachibowli-intro {
    padding: 80px 0;
    background: #f8fafc;
  }
  
  .intro-badge {
    display: inline-block;
    background: #0d47a1;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  
  .gachibowli-intro h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #0b1c2d;
  }
  
  .gachibowli-intro p {
    font-size: 16.5px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 15px;
  }
  
  .intro-points {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  
  .intro-points li {
    margin-bottom: 10px;
    font-weight: 600;
    color: #0d47a1;
    position: relative;
    padding-left: 22px;
  }
  
  .intro-points li::before {
    content: \"✔\";
    position: absolute;
    left: 0;
    top: 0;
    color: #0d47a1;
  }
  
  .intro-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  
  .intro-card h4 {
    font-weight: 800;
    margin-bottom: 20px;
    color: #0b1c2d;
  }
  
  .intro-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
  }
  
  .stat-box {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
  }
  
  .stat-box h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #0d47a1;
  }
  
  .stat-box p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .intro-cta {
    display: block;
    text-align: center;
    background: #ffc107;
    color: #000000;
    padding: 14px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .intro-cta:hover {
    background: #ffb300;
  }
  
  /* ================= RESPONSIVE ================= */
  
  @media (max-width: 768px) {
    .gachibowli-intro h2 {
      font-size: 28px;
    }
  
    .intro-card {
      margin-top: 30px;
    }
  }
/* ================= GACHIBOWLI SERVICES ================= */

/* ================= PREMIUM GACHIBOWLI SERVICES ================= */

.gachibowli-services {
    padding: 90px 0;
    background: linear-gradient(135deg, #0b1c2d 0%, #102a43 50%, #0d47a1 100%);
    position: relative;
    overflow: hidden;
  }
  
  /* subtle background pattern */
  .gachibowli-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 40%);
  }
  
  .section-header {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
  }
  
  .section-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
  }
  
  .section-header p {
    font-size: 17px;
    color: #dbe7f3;
    line-height: 1.9;
  }
  
  /* SERVICE CARDS */
  .service-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 35px 32px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
  }
  
  /* gold accent bar */
  .service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f9a825, #ffca28);
  }
  
  .service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(0,0,0,0.35);
  }
  
  .service-box h3 {
    font-size: 21px;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 14px;
  }
  
  .service-box p {
    font-size: 15.8px;
    color: #333;
    line-height: 1.8;
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .section-header h2 {
      font-size: 28px;
    }
  
    .service-box {
      padding: 28px 24px;
    }
  }
  
/* ================= GACHIBOWLI NEARBY AREAS ================= */
/* ================= PREMIUM GACHIBOWLI NEARBY AREAS ================= */

.gachibowli-nearby {
    padding: 90px 0;
    background: linear-gradient(135deg, #f7f9fc 0%, #eef3f9 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
  }
  
  /* soft decorative shapes */
  .gachibowli-nearby::before,
  .gachibowli-nearby::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
  }
  
  .gachibowli-nearby::before {
    width: 320px;
    height: 320px;
    background: #0d47a1;
    top: -120px;
    left: -120px;
  }
  
  .gachibowli-nearby::after {
    width: 420px;
    height: 420px;
    background: #f9a825;
    bottom: -180px;
    right: -180px;
  }
  
  .gachibowli-nearby .container {
    position: relative;
    z-index: 2;
  }
  
  .gachibowli-nearby h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b1c2d;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .gachibowli-nearby p {
    font-size: 16.5px;
    line-height: 1.9;
    color: #333;
    max-width: 950px;
    margin: 0 auto 35px;
    text-align: center;
  }
  
  /* AREA CHIPS */
  .areas-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  
  .areas-list span {
    background: #ffffff;
    padding: 16px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #0d47a1;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 5px solid #f9a825;
  }
  
  .areas-list span:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.15);
  }
  
  /* FINAL NOTE */
  .seo-note {
    font-size: 15.5px;
    color: #444;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .gachibowli-nearby h2 {
      font-size: 28px;
    }
  }
/* ================= PHOTO SCROLL SECTION ================= */

.photo-scroll-section {
    padding: 90px 0;
    background: #0b1c2d;
    color: #ffffff;
  }
  
  .photo-scroll-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 45px;
  }
  
  .photo-scroll-header h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
  }
  
  .photo-scroll-header p {
    font-size: 16.5px;
    line-height: 1.9;
    color: #dbe7f3;
  }
  
  /* SCROLL WRAPPER */
  .photo-scroll-wrapper {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
  }
  
  .photo-scroll-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  
  .photo-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #f9a825;
    border-radius: 10px;
  }
  
  .photo-card {
    min-width: 300px;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 25px 55px rgba(0,0,0,0.35);
    transition: transform 0.35s ease;
  }
  
  .photo-card:hover {
    transform: translateY(-8px);
  }
  
  .photo-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }
  
  .photo-card span {
    display: block;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #0d47a1;
    text-align: center;
    background: #ffffff;
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .photo-scroll-header h2 {
      font-size: 28px;
    }
  
    .photo-card {
      min-width: 260px;
    }
  }
/* ================= GACHIBOWLI TRUST BADGES ================= */

.gachibowli-trust {
    padding: 90px 0;
    background: linear-gradient(135deg, #0688f3, #1c5e9c);
    color: #ffffff;
    text-align: center;
  }
  
  .gachibowli-trust h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
  }
  
  .gachibowli-trust p {
    font-size: 16.5px;
    max-width: 850px;
    margin: 0 auto 50px;
    line-height: 1.9;
    color: #dbe7f3;
  }
  
  .trust-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
  }
  
  .badge-box {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    transition: transform 0.35s ease;
  }
  
  .badge-box:hover {
    transform: translateY(-10px);
  }
  
  .badge-box img {
    max-width: 90px;
    margin-bottom: 18px;
  }
  
  .badge-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 6px;
  }
  
  .badge-box span {
    font-size: 14.5px;
    color: #444;
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .gachibowli-trust h2 {
      font-size: 28px;
    }
  }
/* ================= GACHIBOWLI FAQ ================= */

.gachibowli-faq {
    padding: 90px 0;
    background: #ffffff;
  }
  
  .faq-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
  }
  
  .faq-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b1c2d;
    margin-bottom: 15px;
  }
  
  .faq-header p {
    font-size: 16.5px;
    color: #444;
    line-height: 1.9;
  }
  
  /* FAQ ITEMS */
  .faq-item {
    background: #f8fafc;
    border-radius: 16px;
    margin-bottom: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    overflow: hidden;
  }
  
  .faq-question {
    width: 100%;
    padding: 22px 26px;
    font-size: 17px;
    font-weight: 700;
    color: #0d47a1;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
  }
  
  .faq-question::after {
    content: "+";
    position: absolute;
    right: 26px;
    font-size: 22px;
    transition: transform 0.3s ease;
  }
  
  .faq-item.active .faq-question::after {
    content: "−";
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 26px;
  }
  
  .faq-item.active .faq-answer {
    max-height: 300px;
    padding-bottom: 22px;
  }
  
  .faq-answer p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #333;
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .faq-header h2 {
      font-size: 28px;
    }
  }
/* ================= GACHIBOWLI MAP ================= */

.gachibowli-map {
    padding: 80px 0;
    background: #f8fafc;
  }
  
  .map-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
  }
  
  .map-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b1c2d;
    margin-bottom: 15px;
  }
  
  .map-header p {
    font-size: 16.5px;
    color: #333;
    line-height: 1.8;
  }
  
  .map-wrapper iframe {
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    width: 100%;
    height: 450px;
  }
  
  .map-cta {
    text-align: center;
    margin-top: 30px;
  }
  
  .btn-contact-map {
    display: inline-block;
    background: #ffc107;
    color: #000;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .btn-contact-map:hover {
    background: #ffb300;
    transform: translateY(-3px);
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .map-header h2 {
      font-size: 28px;
    }
  
    .map-wrapper iframe {
      height: 320px;
    }
  }
/* ================= HERO KUKATPALLY ================= */
.hero-kukatpally {
  background: linear-gradient(135deg, #0d47a1, #1565c0);
  padding: 90px 0;
  color: #fff;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

.hero-subtext {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.badge-area {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.hero-points li {
  margin-bottom: 8px;
  font-size: 15px;
}

.hero-cta a {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  margin-right: 10px;
  text-decoration: none;
}

.btn-call {
  background: #ff9800;
  color: #000;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

/* FORM BOX */
.hero-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  color: #333;
}

.hero-form-box h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

.hero-form-box input,
.hero-form-box select {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.hero-form-box button {
  width: 100%;
  padding: 14px;
  background: #0d47a1;
  color: #fff;
  border: none;
  font-weight: 700;
  border-radius: 6px;
}

.form-note {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
/* ================= KUKATPALLY INTRO ================= */
/* ================= KUKATPALLY INTRO – THUNDER BLUE ================= */

.kukatpally-intro {
    padding: 100px 0;
    background: radial-gradient(circle at top, #94b2e5, #ffffff);
  }
  
  .kukatpally-intro .container {
    max-width: 1200px;
  }
  
  /* ================= MAIN PREMIUM CARD ================= */
  .kukatpally-intro .row {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #f5f9ff);
    border-radius: 26px;
    padding: 70px 50px;
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 25px 55px rgba(11, 92, 255, 0.18);
  }
  
  /* ================= THUNDERING BLUE BORDER ================= */
  .kukatpally-intro .row::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 28px;
    background: linear-gradient(
      135deg,
      #0b5cff,
      #2f80ff,
      #00c6ff,
      #2f80ff,
      #0b5cff
    );
    z-index: -1;
    box-shadow:
      0 0 35px rgba(47, 128, 255, 0.45),
      0 25px 55px rgba(11, 92, 255, 0.25);
    animation: thunderGlow 6s ease-in-out infinite;
  }
  
  /* ================= BADGE ================= */
  .section-badge {
    display: inline-block;
    padding: 9px 22px;
    background: linear-gradient(135deg, #0b5cff, #2f80ff);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
  }
  
  /* ================= HEADINGS ================= */
  .kukatpally-intro h1 {
    font-size: 46px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 28px;
    line-height: 1.2;
  }
  
  .kukatpally-intro .lead-text {
    font-size: 19px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.9;
    margin-bottom: 22px;
  }
  
  .kukatpally-intro p {
    font-size: 17px;
    color: #374151;
    line-height: 1.9;
    margin-bottom: 18px;
  }
  
  /* ================= HIGHLIGHT BOXES ================= */
  .intro-highlights {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 40px;
  }
  
  .intro-highlights div {
    background: linear-gradient(135deg, #ffffff, #f1f6ff);
    padding: 18px 14px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 14px;
    color: #0b2c5d;
    border: 1px solid #e4ecff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }
  
  /* ================= THUNDER ANIMATION ================= */
  @keyframes thunderGlow {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.08); }
  }
  
  /* ================= RESPONSIVE ================= */
  @media (max-width: 992px) {
    .kukatpally-intro .row {
      padding: 50px 35px;
    }
  
    .kukatpally-intro h1 {
      font-size: 36px;
    }
  
    .intro-highlights {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 576px) {
    .kukatpally-intro {
      padding: 70px 0;
    }
  }
  /* ================= KUKATPALLY SERVICES ================= */
/* ================= KUKATPALLY SERVICES – PREMIUM ORANGE BORDER ================= */
.kukatpally-services {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #fff8f0, #ffffff);
    border-radius: 28px;
    overflow: hidden;
    z-index: 0;
  }
  
  /* Orange Border Glow */
  .kukatpally-services::before {
    content: "";
    position: absolute;
    inset: -4px; /* space for the border */
    border-radius: 30px;
    background: linear-gradient(
      135deg,
      #ff7f50,
      #ff9800,
      #ffa500,
      #ff7f50
    );
    z-index: -1;
    box-shadow:
      0 0 0 rgba(255, 165, 0, 0),
      0 0 35px rgba(255, 165, 0, 0.45),
      0 25px 55px rgba(255, 165, 0, 0.25);
    animation: orangeGlow 6s ease-in-out infinite;
  }
  
  /* Glow Animation */
  @keyframes orangeGlow {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.08); }
  }
  
  /* Container & Content */
  .kukatpally-services .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
  }
  
  /* Section Badge */
  .kukatpally-services .section-badge {
    display: inline-block;
    padding: 9px 22px;
    background: linear-gradient(135deg, #ff7f50, #ff9800);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
  }
  
  /* Heading & Lead */
  .kukatpally-services h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0740fd;
    margin-bottom: 18px;
  }
  
  .kukatpally-services .lead-text {
    font-size: 18px;
    color: #4b2e1e;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  
  /* Services Cards Grid */
  .services-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
  }
  
  /* Individual Card */
  .service-card {
    background: linear-gradient(135deg, #ffffff, #fff3e6);
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(255, 140, 0, 0.08);
    overflow: hidden;
    text-align: center;
    padding-bottom: 25px;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(255, 140, 0, 0.25);
  }
  
  /* Card Image */
  .service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  /* Card Heading */
  .service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #e65100;
    margin: 18px 0 12px;
  }
  
  /* Card Paragraph */
  .service-card p {
    font-size: 15px;
    color: #4b2e1e;
    line-height: 1.6;
    padding: 0 15px;
  }
  
  /* ================= RESPONSIVE ================= */
  @media (max-width: 992px) {
    .kukatpally-services h2 {
      font-size: 36px;
    }
    .kukatpally-services .lead-text {
      font-size: 16px;
    }
  }
  
  @media (max-width: 576px) {
    .kukatpally-services {
      padding: 60px 15px;
    }
    .service-card img {
      height: 160px;
    }
  }
 /* ================= KUKATPALLY LOCAL AREAS – THUNDERING BLUE ================= */
.kukatpally-areas-blue {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #acc4f0, #ffffff);
    border-radius: 28px;
    overflow: hidden;
    margin-top: 50px;
  }
  
  /* Blue Glow Border */
  .kukatpally-areas-blue::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 30px;
    background: linear-gradient(
      135deg,
      #0b5cff,
      #2f80ff,
      #00c6ff,
      #2f80ff,
      #0b5cff
    );
    z-index: -1;
    box-shadow:
      0 0 0 rgba(11, 92, 255, 0),
      0 0 35px rgba(47, 128, 255, 0.45),
      0 25px 55px rgba(11, 92, 255, 0.25);
    animation: thunderGlow 6s ease-in-out infinite;
  }
  
  @keyframes thunderGlow {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.08); }
  }
  
  /* Container */
  .kukatpally-areas-blue .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
  }
  
  /* Section Badge */
  .kukatpally-areas-blue .section-badge {
    display: inline-block;
    padding: 9px 22px;
    background: linear-gradient(135deg, #0b5cff, #2f80ff);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
  
  /* Heading */
  .kukatpally-areas-blue h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  
  /* Lead Text */
  .kukatpally-areas-blue .lead-text {
    font-size: 17px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  
  /* Areas Grid */
  .kukatpally-areas-blue .areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
  }
  
  .kukatpally-areas-blue .areas-grid div {
    background: linear-gradient(135deg, #e9f1ff, #ffffff);
    padding: 12px 15px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 14px;
    color: #0b2c5d;
    text-align: center;
    border: 1px solid #c6ddff;
    box-shadow: 0 10px 20px rgba(11, 92, 255, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .kukatpally-areas-blue .areas-grid div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(11, 92, 255, 0.25);
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .kukatpally-areas-blue h2 {
      font-size: 32px;
    }
    .kukatpally-areas-blue .lead-text {
      font-size: 16px;
    }
  }
  
  @media (max-width: 576px) {
    .kukatpally-areas-blue {
      padding: 60px 15px;
    }
  }
 /* ================= TRUST & CERTIFICATIONS – LIGHTNING ORANGE ================= */
.kukatpally-trust {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #fff8f0, #ffffff);
    border-radius: 28px;
    overflow: hidden;
    margin-top: 50px;
  }
  
  /* Orange Glow Border */
  .kukatpally-trust::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 30px;
    background: linear-gradient(
      135deg,
      #ff6a00,
      #ff8c00,
      #ffc107,
      #ff8c00,
      #ff6a00
    );
    z-index: -1;
    box-shadow:
      0 0 0 rgba(255, 140, 0, 0),
      0 0 35px rgba(255, 140, 0, 0.45),
      0 25px 55px rgba(255, 140, 0, 0.25);
    animation: lightningGlow 6s ease-in-out infinite;
  }
  
  @keyframes lightningGlow {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.08); }
  }
  
  /* Container */
  .kukatpally-trust .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
  }
  
  /* Section Badge */
  .kukatpally-trust .section-badge {
    display: inline-block;
    padding: 9px 22px;
    background: linear-gradient(135deg, #ff6a00, #ff8c00);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
  
  /* Heading */
  .kukatpally-trust h2 {
    font-size: 38px;
    font-weight: 800;
    color: #c1440e;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  
  /* Lead Text */
  .kukatpally-trust .lead-text {
    font-size: 17px;
    font-weight: 600;
    color: #5a4630;
    line-height: 1.8;
    margin-bottom: 45px;
  }
  
  /* Certifications Grid */
  .kukatpally-trust .certifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  
  .kukatpally-trust .cert-box {
    background: linear-gradient(135deg, #ffffff, #fff4ec);
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #ffd6a3;
    box-shadow: 0 10px 25px rgba(255, 140, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .kukatpally-trust .cert-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(255, 140, 0, 0.25);
  }
  
  .kukatpally-trust .cert-box img {
    max-width: 80px;
    margin-bottom: 15px;
  }
  
  .kukatpally-trust .cert-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #c1440e;
    margin-bottom: 12px;
  }
  
  .kukatpally-trust .cert-box p {
    font-size: 15px;
    color: #5a4630;
    line-height: 1.6;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .kukatpally-trust h2 {
      font-size: 32px;
    }
    .kukatpally-trust .lead-text {
      font-size: 16px;
    }
  }
  @media (max-width: 576px) {
    .kukatpally-trust {
      padding: 60px 15px;
    }
  }
  /* ================= HOW IT WORKS ================= */
.how-it-works {
    padding: 80px 0;
    background: linear-gradient(135deg, #eef4ff, #ffffff);
  }
  
  .how-it-works .section-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .how-it-works .lead-text {
    font-size: 16px;
    color: #374151;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }
  
  .step {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .step:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(11, 92, 255, 0.2);
  }
  
  .step .icon {
    font-size: 30px;
    color: #0b5cff; /* Thundering blue */
    margin-right: 18px;
  }
  
  .step-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0b2c5d;
    margin-bottom: 6px;
  }
  
  .step-info p {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
  }
  
  /* Responsive */
  @media(max-width:768px){
    .steps-container {
      grid-template-columns: 1fr;
    }
  }
/* ================= MIYAPUR INTRO – PREMIUM SEO ================= */

.hero-subtext {
    font-size: 18px;          /* larger and readable */
    line-height: 1.8;         /* more spacing for clarity */
    color: #0b2c5d;           /* dark blue for contrast on light background */
    font-weight: 500;          /* slightly bolder for readability */
    max-width: 800px;         /* keeps lines from stretching too wide */
    margin: 20px auto 0 auto; /* center alignment */
    text-align: center;       /* center for hero section */
    text-shadow: 0 1px 3px rgba(0,0,0,0.1); /* subtle shadow for clarity */
}
.hero-subtext {
    background: rgba(255, 255, 255, 0.7); /* light overlay */
    padding: 15px 20px;
    border-radius: 10px;
}

.miyapur-intro {
  padding: 100px 0;
  background: linear-gradient(135deg, #eef4ff, #ffffff);
}

.miyapur-intro .intro-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
  padding: 70px 60px;
  border-radius: 26px;

  /* Lightning Blue Border */
  border: 3px solid transparent;
  background-clip: padding-box;
}

.miyapur-intro .intro-card::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    #0b5cff,
    #2f80ff,
    #00c6ff,
    #2f80ff,
    #0b5cff
  );
  z-index: -1;
  box-shadow:
    0 0 30px rgba(47, 128, 255, 0.45),
    0 25px 55px rgba(11, 92, 255, 0.25);
}

/* Badge */
.miyapur-intro .intro-badge {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(135deg, #0b5cff, #2f80ff);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}

/* Heading */
.miyapur-intro h2 {
  font-size: 44px;
  font-weight: 800;
  color: #0b2c5d;
  margin-bottom: 26px;
  line-height: 1.25;
}

/* Lead Text */
.miyapur-intro .intro-lead {
  font-size: 19px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.9;
  margin-bottom: 22px;
}

/* Paragraph */
.miyapur-intro p {
  font-size: 17px;
  color: #374151;
  line-height: 1.9;
  margin-bottom: 18px;
}

/* Highlights */
.miyapur-intro .intro-highlights {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.miyapur-intro .intro-highlights span {
  background: linear-gradient(135deg, #ffffff, #eef4ff);
  padding: 16px 14px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #0b2c5d;
  border: 1px solid #e4ecff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .miyapur-intro .intro-card {
    padding: 55px 35px;
  }

  .miyapur-intro h2 {
    font-size: 34px;
  }

  .miyapur-intro .intro-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .miyapur-intro {
    padding: 70px 0;
  }

  .miyapur-intro h2 {
    font-size: 28px;
  }
}
/* ================= MIYAPUR SERVICES – ULTRA PREMIUM ================= */
.miyapur-services {
    padding: 110px 0;
    background: linear-gradient(135deg, #f4f8ff, #ffffff);
  }
  
  .services-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
  }
  
  .services-badge {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  
  .miyapur-services h2 {
    font-size: 44px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 20px;
  }
  
  .miyapur-services p {
    font-size: 18px;
    color: #374151;
    line-height: 1.9;
  }
  
  /* Grid */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  
  /* Card */
  .service-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
      0 15px 40px rgba(11, 44, 93, 0.12);
    transition: all 0.4s ease;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow:
      0 25px 60px rgba(11, 44, 93, 0.2);
  }
  
  .service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  
  /* Content */
  .service-content {
    padding: 28px 26px 34px;
  }
  
  .service-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 14px;
  }
  
  .service-content p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
  }
  
  /* ================= RESPONSIVE ================= */
  @media (max-width: 992px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .miyapur-services h2 {
      font-size: 36px;
    }
  }
  
  @media (max-width: 576px) {
    .services-grid {
      grid-template-columns: 1fr;
    }
  
    .miyapur-services {
      padding: 80px 0;
    }
  
    .miyapur-services h2 {
      font-size: 30px;
    }
  }
/* ================= MIYAPUR COLONY SEO ================= */
.miyapur-colony-seo {
    padding: 100px 0;
    background: linear-gradient(135deg, #0b2c5d, #0f3d91);
    border-radius: 28px;
  }
  
  .colony-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
  }
  
  .colony-badge {
    display: inline-block;
    padding: 10px 26px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    margin-bottom: 18px;
  }
  
  .miyapur-colony-seo h2 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 18px;
  }
  
  .miyapur-colony-seo p {
    font-size: 18px;
    color: #e5e7eb;
    line-height: 1.9;
  }
  
  /* Grid */
  .colony-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  
  /* Card */
  .colony-card {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 22px;
    padding: 30px 28px;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
  }
  
  .colony-card:hover {
    background: #ffffff;
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  }
  
  .colony-card h3 {
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
  }
  
  .colony-card p {
    font-size: 16px;
    color: #e5e7eb;
    line-height: 1.8;
  }
  
  /* Hover text color */
  .colony-card:hover h3 {
    color: #0b2c5d;
  }
  
  .colony-card:hover p {
    color: #374151;
  }
  
  /* ================= RESPONSIVE ================= */
  @media (max-width: 992px) {
    .colony-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .miyapur-colony-seo h2 {
      font-size: 34px;
    }
  }
  
  @media (max-width: 576px) {
    .colony-grid {
      grid-template-columns: 1fr;
    }
  
    .miyapur-colony-seo {
      padding: 70px 20px;
    }
  
    .miyapur-colony-seo h2 {
      font-size: 28px;
    }
  }
/* ================= TRUST BADGES ================= */
.trust-badges {
    padding: 100px 0;
    background: #fff7ed;
    border: 4px solid #ff8a00;
    border-radius: 30px;
  }
  
  .trust-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
  }
  
  .trust-tag {
    display: inline-block;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 18px;
  }
  
  .trust-badges h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 18px;
  }
  
  .trust-badges p {
    font-size: 18px;
    color: #374151;
    line-height: 1.9;
  }
  
  /* Grid */
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
  /* Card */
  .trust-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid #ffd8a8;
    transition: all 0.4s ease;
  }
  
  .trust-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: #ff8a00;
  }
  
  .trust-card img {
    max-height: 90px;
    margin-bottom: 22px;
  }
  
  .trust-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 14px;
  }
  
  .trust-card p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .trust-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .trust-badges h2 {
      font-size: 34px;
    }
  }
  
  @media (max-width: 576px) {
    .trust-grid {
      grid-template-columns: 1fr;
    }
  
    .trust-badges {
      padding: 70px 20px;
    }
  
    .trust-badges h2 {
      font-size: 28px;
    }
  }
/* ================= HOW IT WORKS : MIYAPUR ================= */
.how-it-works-miyapur {
    padding: 100px 0;
    background: linear-gradient(135deg, #fff3e0, #fef9f5);
    border: 4px solid #ff8a00;
    border-radius: 30px;
  }
  
  .section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
  }
  
  .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
  }
  
  .how-it-works-miyapur h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 18px;
  }
  /* Lead Text – High Contrast & Premium */
.how-it-works-miyapur .lead-text {
    font-size: 18px;
    font-weight: 600;
    color: #0b2c5d;              /* Deep Navy for clarity */
    line-height: 1.9;
    background: rgba(255, 255, 255, 0.85);
    padding: 18px 28px;
    border-radius: 16px;
    border-left: 6px solid #ff8a00;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  }
  
 
  
  /* Steps Grid */
  .steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  
  /* Step Card */
  .step-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 30px;
    text-align: center;
    border: 2px solid #ffd8a8;
    transition: all 0.4s ease;
    position: relative;
  }
  
  .step-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.15);
    border-color: #ff8a00;
  }
  
  /* Icon */
  .step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 22px;
    background: linear-gradient(135deg, #0b2c5d, #004aad);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .step-icon i {
    font-size: 34px;
    color: #ffffff;
  }
  
  /* Text */
  .step-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 14px;
  }
  
  .step-card p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .steps-container {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .how-it-works-miyapur h2 {
      font-size: 34px;
    }
  }
  
  @media (max-width: 576px) {
    .steps-container {
      grid-template-columns: 1fr;
    }
  
    .how-it-works-miyapur {
      padding: 70px 20px;
    }
  
    .how-it-works-miyapur h2 {
      font-size: 28px;
    }
  }
        /* ================= LOCAL SEO – MIYAPUR ================= */
.miyapur-local-seo {
    padding: 90px 0;
    background: radial-gradient(circle at top, #fff4e6, #ffffff);
  }
  
  .section-header {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  
  .section-badge {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    margin-bottom: 18px;
  }
  
  .section-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 18px;
  }
  

  /* FIX FOR SECTION SUBTEXT VISIBILITY */
.miyapur-local-seo .section-subtext {
    font-size: 18px;
    font-weight: 600;
    color: #0b2c5d;                 /* Deep navy for clarity */
    line-height: 1.9;
    max-width: 880px;
    margin: 0 auto;
    
    /* Premium highlight */
    background: rgba(255, 255, 255, 0.92);
    padding: 18px 28px;
    border-radius: 16px;
    border-left: 6px solid #ff8a00;
    
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  }
  
  
  /* GRID */
  .local-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  /* CARD */
  .local-card {
    position: relative;
    background: #ffffff;
    padding: 35px 32px;
    border-radius: 22px;
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  }
  
  .local-card::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 24px;
    background: linear-gradient(
      135deg,
      #ff8a00,
      #ffb347,
      #ff8a00
    );
    z-index: -1;
  }
  
  .local-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 12px;
  }
  
  .local-card p {
    font-size: 16.5px;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  
  .local-card ul {
    padding-left: 18px;
    margin: 0;
  }
  
  .local-card ul li {
    font-size: 15.5px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
  }
  
  /* RESPONSIVE */
  @media (max-width: 992px) {
    .local-grid {
      grid-template-columns: 1fr;
    }
  
    .section-header h2 {
      font-size: 34px;
    }
  }
  /* ================= LIGHTNING GLOW LOCAL CARD ================= */
.local-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #fff7ee);
    padding: 28px 22px;
    border-radius: 18px;
    border: 2px solid transparent;
    font-weight: 700;
    color: #0b2c5d;
    text-align: center;
    overflow: hidden;
    z-index: 1;
  
    /* Smooth premium feel */
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  
  /* Lightning Border */
  .local-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    background: linear-gradient(
      120deg,
      #ff6a00,
      #ff9f1c,
      #ffd166,
      #ff9f1c,
      #ff6a00
    );
    z-index: -1;
    filter: blur(6px);
    opacity: 0.85;
    animation: lightningGlow 6s linear infinite;
  }
  
  /* Hover Thunder Effect */
  .local-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow:
      0 20px 45px rgba(255, 138, 0, 0.35),
      0 0 25px rgba(255, 183, 77, 0.6);
  }
  
  /* Lightning Pulse Animation */
  @keyframes lightningGlow {
    0%   { filter: blur(5px); opacity: 0.7; }
    50%  { filter: blur(9px); opacity: 1; }
    100% { filter: blur(5px); opacity: 0.7; }
  }
  /* ================= AWARDS & RECOGNITION ================= */
.awards-recognition {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9f9ff, #ffffff);
  }
  
  .award-header {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .award-badge {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    margin-bottom: 18px;
  }
  
  .awards-recognition h2 {
    font-size: 38px;
    color: #0b2c5d;
    font-weight: 800;
    margin-bottom: 16px;
  }
  
  .award-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    gap: 30px;
  }
  
  .award-card {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 22px;
    box-shadow: 0 15px 45px rgba(11,44,93,0.12);
    transition: transform .3s ease, box-shadow .3s ease;
  }
  
  .award-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 70px rgba(11,44,93,0.18);
  }
  
 
  .award-card img {
    width: 300px; /* increase from 80px to 120px */
    max-width: 100%; /* ensures it doesn't overflow on small screens */
    margin-bottom: 18px; /* a little more spacing for balance */
    transition: transform 0.3s ease;
}

/* Optional: hover effect to slightly zoom the image */
.award-card img:hover {
    transform: scale(1.05);
}

  .award-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 8px;
  }
  
  .award-card p {
    font-size: 15px;
    color: #4b5563;
  }
  /* ================= FAQ SECTION ================= */
.faq-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7ff, #ffffff);
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 10px;
}

.faq-header p {
    font-size: 16px;
    color: #4b5563;
}

.faq-items {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 12px;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 12px 40px rgba(11,44,93,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: #f0f4ff;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #0b2c5d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-toggle {
    font-size: 22px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 15px 25px 25px 25px;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}
/* ================= ULTRA PREMIUM REVIEWS ================= */
.ultra-reviews {
    padding: 100px 0;
    background: radial-gradient(circle at top, #0b2c3d, #020d14);
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  
  .ultra-reviews::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/noise.png");
    opacity: 0.05;
  }
  
  .ultra-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
  }
  
  .ultra-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: linear-gradient(90deg, #ff9f1a, #ffbf69);
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 18px;
  }
  
  .ultra-header h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  
  .ultra-header h2 span {
    background: linear-gradient(90deg, #ff9f1a, #ffd166);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .ultra-header p {
    font-size: 17px;
    color: #d0d7dd;
    line-height: 1.8;
  }
  
  /* Grid */
  .ultra-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
  }
  
  /* Cards */
  .ultra-card {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    border-radius: 22px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  
  .ultra-card .glow {
    position: absolute;
    inset: -1px;
    background: linear-gradient(120deg, transparent, #ff9f1a, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .ultra-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  }
  
  .ultra-card:hover .glow {
    opacity: 0.25;
  }
  
  .featured {
    transform: scale(1.05);
    border-color: #ff9f1a;
  }
  
  .card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }
  
  .stars {
    color: #ffd166;
    font-size: 20px;
  }
  
  .verified {
    font-size: 13px;
    color: #9be7ff;
  }
  
  .review-text {
    font-size: 16px;
    line-height: 1.8;
    color: #f0f4f8;
    margin-bottom: 25px;
  }
  
  .client strong {
    font-size: 17px;
  }
  
  .client span {
    font-size: 14px;
    color: #b5c3cf;
  }
  
  /* Trust Line */
  .ultra-trust {
    text-align: center;
    margin-top: 60px;
    font-size: 15px;
    color: #ffd166;
    font-weight: 600;
  }
  /* ================= END ================= */
/* ================= BBSR HERO SECTION ================= */

.bbsr-hero {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(120deg, #0b2c5d, #051937);
    overflow: hidden;
  }
  
  .bbsr-hero-overlay {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at top left, rgba(255,165,0,0.35), transparent 50%),
      radial-gradient(circle at bottom right, rgba(0,140,255,0.25), transparent 55%);
  }
  
  .bbsr-hero-content {
    position: relative;
    color: #ffffff;
    z-index: 1;
  }
  
  .bbsr-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
  }
  
  .bbsr-trust-strip span {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
  }
  
  .bbsr-hero-title {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  
  .bbsr-hero-title span {
    color: #ffb347;
  }
  
  .bbsr-hero-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #dce6f1;
    margin-bottom: 28px;
  }
  
  .bbsr-hero-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 14px;
    margin-bottom: 30px;
  }
  
  .bbsr-highlight {
    background: rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .bbsr-hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .bbsr-btn-call {
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #111;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .bbsr-btn-whatsapp {
    border: 2px solid #25d366;
    color: #25d366;
    padding: 13px 26px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
  }
  
  /* FORM */
  .bbsr-hero-form {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(16px);
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.45);
    border: 1px solid rgba(255,255,255,0.25);
    position: relative;
    z-index: 1;
  }
  
  .bbsr-hero-form h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .bbsr-hero-form input,
  .bbsr-hero-form select {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 14px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
  }
  
  .bbsr-hero-form button {
    width: 100%;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    border: none;
    padding: 14px;
    border-radius: 30px;
    font-weight: 800;
    cursor: pointer;
  }
  
  /* ================= END ================= */
/* ===== Lord Jagannath Floating Badge ===== */

  .bbsr-jagannath-badge {
    position: absolute;
    top: 1cm;
    right: 20px;
  
    width: 110px;     /* increased */
    height: 110px;    /* increased */
    padding: 8px;     /* slightly more space */
  
    border-radius: 50%;
    background: radial-gradient(circle, #ffd27d, #ff8a00);
    box-shadow:
      0 0 0 5px rgba(255,255,255,0.25),
      0 14px 40px rgba(255,138,0,0.65);
  
    animation: bbsr-float 4s ease-in-out infinite;
    z-index: 2;
  }
  
  
  .bbsr-jagannath-badge img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
  }
  
  /* Floating animation */
  @keyframes bbsr-float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
  }
  
  @media (max-width: 768px) {
    .bbsr-jagannath-badge {
      width: 85px;
      height: 85px;
      top: 1.5cm;
      right: 12px;
    }
  }
  /* ================= BHUBANESWAR INTRO ================= */

.bbsr-intro {
    padding: 90px 0;
    background:
      linear-gradient(120deg, #f6f9ff 60%, #fff2e2 100%);
  }
  
  .bbsr-intro-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 50px;
    align-items: center;
  }
  
  /* LEFT CONTENT */
  .bbsr-intro-badge {
    display: inline-block;
    padding: 8px 18px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 18px;
  }
  
  .bbsr-intro-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 20px;
  }
  
  .bbsr-intro-content h2 span {
    color: #ff8a00;
  }
  
  .bbsr-intro-text {
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
    margin-bottom: 18px;
  }
  
  /* SEO TAGS */
  .bbsr-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
  }
  
  .bbsr-area-tags span {
    background: #ffffff;
    border-left: 4px solid #ff8a00;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #0b2c5d;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }
  
  /* RIGHT CARD */
  .bbsr-intro-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(11,44,93,0.18);
    border-top: 5px solid #ff8a00;
  }
  
  .bbsr-intro-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b2c5d;
    margin-bottom: 18px;
  }
  
  .bbsr-intro-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
  }
  
  .bbsr-intro-card ul li {
    font-size: 15px;
    padding-left: 28px;
    margin-bottom: 14px;
    position: relative;
    color: #374151;
  }
  
  .bbsr-intro-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff8a00;
    font-weight: 700;
  }
  
  /* CTA */
  .bbsr-intro-cta {
    display: flex;
    gap: 15px;
  }
  
  .bbsr-btn-call,
  .bbsr-btn-wa {
    flex: 1;
    text-align: center;
    padding: 14px 0;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
  }
  
  .bbsr-btn-call {
    background: #0b2c5d;
    color: #fff;
  }
  
  .bbsr-btn-wa {
    background: linear-gradient(135deg, #25D366, #1ebe57);
    color: #fff;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .bbsr-intro-grid {
      grid-template-columns: 1fr;
    }
  
    .bbsr-intro-content h2 {
      font-size: 30px;
    }
  }
  /* ================= BHUBANESWAR SERVICES ================= */

.bbsr-services {
    padding: 90px 0;
    background: #ffffff;
  }
  
  /* HEADER */
  .bbsr-services-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px;
  }
  
  .bbsr-services-badge {
    display: inline-block;
    padding: 8px 18px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .bbsr-services-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 15px;
  }
  
  .bbsr-services-header h2 span {
    color: #ff8a00;
  }
  
  .bbsr-services-header p {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
  }
  
  /* GRID */
  .bbsr-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
  /* CARD */
  .bbsr-service-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(11,44,93,0.15);
    transition: all 0.35s ease;
  }
  
  .bbsr-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 45px 90px rgba(11,44,93,0.25);
  }
  
  .bbsr-service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  
  .bbsr-service-content {
    padding: 25px;
  }
  
  .bbsr-service-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b2c5d;
    margin-bottom: 10px;
  }
  
  .bbsr-service-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .bbsr-services-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media (max-width: 575px) {
    .bbsr-services-grid {
      grid-template-columns: 1fr;
    }
  
    .bbsr-services-header h2 {
      font-size: 30px;
    }
  }
/* ================= ODISHA LOCAL AREA SEO ================= */

.bbsr-local-seo {
    padding: 90px 0;
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  }
  
  /* HEADER */
  .bbsr-local-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }
  
  .bbsr-local-badge {
    display: inline-block;
    padding: 8px 22px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #ffffff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  
  .bbsr-local-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 16px;
  }
  
  .bbsr-local-header h2 span {
    color: #ff8a00;
  }
  
  .bbsr-local-header p {
    font-size: 17px;
    line-height: 1.8;
    color: #4b5563;
  }
  
  /* CITY BLOCK */
  .bbsr-city-block {
    background: #ffffff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: 0 25px 65px rgba(11, 44, 93, 0.14);
    margin-bottom: 45px;
  }
  
  .bbsr-city-block h3 {
    font-size: 26px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 12px;
  }
  
  .bbsr-city-block p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 20px;
  }
  
  /* AREA GRID */
  .bbsr-area-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  
  .bbsr-area-grid span {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0b2c5d;
    transition: all 0.35s ease;
    cursor: default;
  }
  
  /* HOVER */
  .bbsr-area-grid span:hover {
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #ffffff;
    border-color: #ff8a00;
    box-shadow: 0 12px 28px rgba(255, 138, 0, 0.35);
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .bbsr-local-header h2 {
      font-size: 32px;
    }
  
    .bbsr-city-block {
      padding: 30px;
    }
  }
  
  @media (max-width: 576px) {
    .bbsr-local-header h2 {
      font-size: 28px;
    }
  
    .bbsr-area-grid span {
      font-size: 13px;
      padding: 8px 14px;
    }
  }
/* ================= WHY CHOOSE AIRAVAT : BBSR ================= */
.bbsr-why-choose {
    padding: 90px 0;
    background: #f7faff;
  }
  
  .bbsr-choose-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  
  /* LEFT LOGO */
  .bbsr-choose-logo img {
    width: 180px;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(11, 44, 93, 0.15);
  }
  
  /* RIGHT CONTENT */
  .bbsr-choose-content {
    flex: 1;
  }
  
  .bbsr-choose-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 18px;
  }
  
  .bbsr-choose-content h2 span {
    color: #ff8a00;
  }
  
  .bbsr-choose-content p {
    font-size: 16.5px;
    line-height: 1.85;
    color: #4b5563;
    margin-bottom: 35px;
  }
  
  /* POINTS GRID */
  .bbsr-choose-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 30px;
  }
  
  .bbsr-point {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #ffffff;
    padding: 18px 22px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(11, 44, 93, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  
  .bbsr-point:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(11, 44, 93, 0.25);
  }
  
  .bbsr-point img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  
  .bbsr-point h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0b2c5d;
    margin-bottom: 5px;
  }
  
  .bbsr-point p {
    font-size: 14.5px;
    color: #4b5563;
    line-height: 1.6;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .bbsr-choose-wrapper {
      flex-direction: column;
      gap: 40px;
    }
  
    .bbsr-choose-points {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 576px) {
    .bbsr-choose-content h2 {
      font-size: 28px;
    }
  }
      /* Default Font Awesome icons for points without images */
.bbsr-point i.bbsr-default-icon {
    font-size: 50px;
    color: #ff8a00;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .bbsr-point i.bbsr-default-icon + div {
    flex: 1;
  }
  /* ================= 5% DISCOUNT SECTION : BBSR ================= */
.bbsr-discount-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #ffedd5, #fff7ed);
  }
  
  .bbsr-discount-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  
  /* LEFT CONTENT */
  .bbsr-discount-left {
    flex: 1;
  }
  
  .bbsr-discount-left h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 18px;
  }
  
  .bbsr-discount-left h2 span {
    color: #ff8a00;
  }
  
  .bbsr-discount-left p {
    font-size: 16.5px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 25px;
  }
  
  .bbsr-discount-points {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
  }
  
  .bbsr-discount-points li {
    font-size: 15px;
    line-height: 1.7;
    color: #0b2c5d;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
  }
  
  .bbsr-discount-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff8a00;
    font-weight: bold;
  }
  
  /* BUTTON */
  .bbsr-btn-discount {
    display: inline-block;
    padding: 14px 30px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .bbsr-btn-discount:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255,138,0,0.35);
  }
  
  /* RIGHT IMAGE */
  .bbsr-discount-right img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(11,44,93,0.15);
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .bbsr-discount-wrapper {
      flex-direction: column-reverse;
      gap: 30px;
    }
  
    .bbsr-discount-left h2 {
      font-size: 30px;
    }
  }
  
/* Discount badge circle */
.bbsr-discount-badge {
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 25px 60px rgba(11,44,93,0.15);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto;
  }
  
  .bbsr-discount-badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 70px rgba(11,44,93,0.25);
  }
  
  .bbsr-discount-badge span {
    font-size: 48px;
  }
  
  .bbsr-discount-badge p {
    font-size: 18px;
    margin: 0;
  }
  
  @media (max-width: 576px) {
    .bbsr-discount-left h2 {
      font-size: 26px;
    }
  
    .bbsr-discount-points li {
      font-size: 14px;
    }
  }
  /* ================= FAQ SECTION : BBSR ================= */
.bbsr-faq-section {
    padding: 90px 0;
    background: #f4f8ff;
  }
  
  .bbsr-faq-header {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
  }
  
  .bbsr-faq-badge {
    display: inline-block;
    padding: 8px 22px;
    background: linear-gradient(135deg,#ff8a00,#ffb347);
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
  }
  
  .bbsr-faq-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b2c5d;
    margin-bottom: 12px;
  }
  
  .bbsr-faq-header h2 span {
    color: #ff8a00;
  }
  
  .bbsr-faq-header p {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
  }
  
  /* FAQ ITEMS */
  .bbsr-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .bbsr-faq-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(11,44,93,0.1);
    margin-bottom: 15px;
    overflow: hidden;
  }
  
  .bbsr-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .bbsr-faq-question:hover {
    background: #e0f0ff;
  }
  
  .bbsr-faq-question h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0b2c5d;
    margin: 0;
  }
  
  .bbsr-toggle-icon {
    font-size: 22px;
    color: #ff8a00;
    font-weight: bold;
  }
  
  .bbsr-faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  
  .bbsr-faq-answer p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    margin: 15px 0;
  }
  
  /* ACTIVE STATE */
  .bbsr-faq-item.active .bbsr-faq-answer {
    max-height: 500px; /* enough to show content */
  }
  


  /* vikarabad css */

  /* ================= VIKARABAD HERO ================= */
.vik-hero {
    position: relative;
    background: url('../images/Airavat_tshirt3.png') center/cover no-repeat;
    padding: 80px 0;
    color: #fff;
  }
  
  .vik-hero-overlay {
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.5);
    z-index:1;
  }
  
  .vik-hero .container {
    position: relative;
    z-index:2;
  }
  
  .vik-trust-strip {
    margin-bottom: 20px;
  }
  .vik-trust-strip span {
    margin-right: 15px;
    font-weight:600;
  }
  
  .vik-hero h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .vik-hero h1 span {
    color:#ffd700;
  }
  
  .vik-hero p {
    font-size:1.1rem;
    margin-bottom:25px;
    line-height:1.6;
  }
  
  .vik-hero-highlights {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:20px;
  }
  .vik-hero-highlights div {
    background:#ffd700;
    color:#000;
    padding:8px 15px;
    border-radius:25px;
    font-weight:600;
  }
  
  .vik-hero-actions a {
    display:inline-block;
    padding:12px 25px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
    margin-right:15px;
  }
  .vik-btn-call { background:#28a745; color:#fff; }
  .vik-btn-whatsapp { background:#25d366; color:#fff; }
  
  .vik-hero-form {
    background: rgba(255,255,255,0.95);
    padding:30px;
    border-radius:15px;
    color:#000;
  }
  .vik-hero-form h3 {
    margin-bottom:20px;
    font-weight:700;
  }
  .vik-hero-form input,
  .vik-hero-form select,
  .vik-hero-form button {
    width:100%;
    margin-bottom:10px;
    padding:10px;
    border-radius:5px;
    border:1px solid #ccc;
    font-size:1rem;
  }
  .vik-hero-form button {
    background:#ff6600;
    color:#fff;
    border:none;
    font-weight:600;
    cursor:pointer;
  }
  .vik-hero-form button:hover {
    background:#e65500;
  }
  /* ================= VIKARABAD INTRO ================= */
.vik-intro {
    padding: 80px 0;
    background: #f4f8ff;
    color: #000;
  }
  
  .vik-intro-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  }
  
  .vik-intro-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .vik-intro-content h2 span {
    color: #ff6600;
  }
  
  .vik-intro-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  
  .vik-intro-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
  }
  .vik-intro-highlights div {
    background: #28a745;
    color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .vik-intro-cta a {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 15px;
  }
  .vik-intro-cta .vik-btn-call { background: #28a745; color: #fff; }
  .vik-intro-cta .vik-btn-whatsapp { background: #25d366; color: #fff; }
  
  @media(max-width:991px) {
    .vik-intro-highlights {
      grid-template-columns: 1fr;
    }
  }
  /* ================= VIKARABAD SERVICES ================= */
.vik-services {
    padding: 80px 0;
    border: 5px solid #ff6600; /* Strong border around whole section */
    border-radius: 20px;
    background: #fdfdfd;
  }
  
  .vik-services-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
  }
  .vik-services-header h2 span {
    color: #ff6600;
  }
  
  .vik-services-header p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .vik-service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .vik-card {
    background: #fff;
    border: 3px solid #ff6600; /* strong border for cards */
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
  
  .vik-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-color: #28a745;
  }
  
  .vik-card-icon {
    font-size: 3rem;
    color: #ff6600;
    margin-bottom: 15px;
  }
  
  .vik-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .vik-card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
  }
  
  .vik-card-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #28a745;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .vik-card-btn:hover {
    background: #ff6600;
    color: #fff;
  }
  
  @media(max-width:991px) {
    .vik-service-cards {
      gap: 20px;
    }
  }
/* ================= VIKARABAD HORIZONTAL GALLERY ================= */
.vik-gallery {
    padding: 80px 0;
    background: #f4f8ff;
    border: 5px solid #ff6600;
    border-radius: 20px;
  }
  
  .vik-gallery-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .vik-gallery-header p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .vik-gallery-scroll {
    overflow: hidden;
    position: relative;
  }
  
  .vik-gallery-track {
    display: flex;
    gap: 20px;
    animation: scrollGallery 30s linear infinite;
  }
  
  .vik-gallery-track img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    border: 3px solid #ff6600;
    transition: transform 0.3s ease;
  }
  
  .vik-gallery-track img:hover {
    transform: scale(1.1);
    border-color: #28a745;
  }
  
  /* Scroll Animation */
  @keyframes scrollGallery {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  @media(max-width:991px) {
    .vik-gallery-track img {
      width: 220px;
      height: 150px;
    }
  }
  
  @media(max-width:576px) {
    .vik-gallery-track img {
      width: 180px;
      height: 120px;
    }
  }
/* ================= VIKARABAD LOCAL AREAS ================= */
.vik-areas {
    padding: 80px 0;
    background: #fef9f4;
    border: 5px solid #ff6600;
    border-radius: 20px;
  }
  
  .vik-areas-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
  }
  
  .vik-areas-header p {
    font-size: 1.1rem;
    color: #555;
    max-width: 900px;
    margin: 0 auto 50px auto;
  }
  
  .vik-areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  
  .vik-area-card {
    background: #fff;
    padding: 25px;
    border: 3px solid #ff6600;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .vik-area-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }
  
  .vik-area-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ff6600;
  }
  
  .vik-area-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .vik-area-card ul li {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
    position: relative;
    padding-left: 20px;
  }
  
  .vik-area-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
  }
  
  @media(max-width:768px) {
    .vik-areas-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media(max-width:576px) {
    .vik-areas-grid {
      grid-template-columns: 1fr;
    }
  }
      
  /* ================= VIKARABAD TRUST BADGES ================= */
.vik-trust-badges {
    padding: 80px 0;
    background: #fff9f2;
    border: 5px solid #ff6600;
    border-radius: 20px;
  }
  
  .vik-badges-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
  }
  
  .vik-badges-header p {
    font-size: 1.1rem;
    color: #555;
    max-width: 900px;
    margin: 0 auto 50px auto;
  }
  
  .vik-badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
  }
  
  .vik-badge-card {
    background: #fff;
    padding: 30px 20px;
    border: 3px solid #ff6600;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .vik-badge-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }
  
  .vik-badge-card img {
    width: 100px;
    margin-bottom: 20px;
  }
  
  .vik-badge-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ff6600;
  }
  
  .vik-badge-card p {
    font-size: 1rem;
    color: #333;
  }
  
  @media(max-width:768px) {
    .vik-badges-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media(max-width:576px) {
    .vik-badges-grid {
      grid-template-columns: 1fr;
    }
  }
/* ================= VIKARABAD DISCOUNT SECTION ================= */
.vik-discount {
    padding: 80px 0;
    background: #fdf7f0;
    border: 5px solid #ff6600;
    border-radius: 20px;
  }
  
  .vik-discount-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
  }
  
  .vik-discount-header p {
    font-size: 1.1rem;
    color: #555;
    max-width: 900px;
    margin: 0 auto 50px auto;
  }
  
  .vik-discount-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
    margin-bottom: 40px;
  }
  
  .vik-discount-card {
    background: #fff;
    padding: 30px 20px;
    border: 3px solid #ff6600;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .vik-discount-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }
  
  .vik-discount-card img {
    width: 80px;
    margin-bottom: 15px;
  }
  
  .vik-discount-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ff6600;
  }
  
  .vik-discount-card p {
    font-size: 1rem;
    color: #333;
  }
  
  .vik-discount-cta a {
    display: inline-block;
    margin: 10px 15px;
    padding: 15px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .vik-btn-call {
    background: #ff6600;
    color: #fff;
  }
  
  .vik-btn-call:hover {
    background: #e65c00;
  }
  
  .vik-btn-whatsapp {
    background: #25d366;
    color: #fff;
  }
  
  .vik-btn-whatsapp:hover {
    background: #1ebe57;
  }
  
  @media(max-width:768px) {
    .vik-discount-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media(max-width:576px) {
    .vik-discount-cards {
      grid-template-columns: 1fr;
    }
  }
    /* ================= VIKARABAD FAQ SECTION ================= */
.vik-faq {
    padding: 80px 0;
    background: #f4f8ff;
    border: 5px solid #ff6600;
    border-radius: 20px;
  }
  
  .vik-faq-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
  }
  
  .vik-faq-header p {
    font-size: 1.1rem;
    color: #555;
    max-width: 900px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
  }
  
  .vik-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .vik-faq-item {
    background: #fff;
    border: 3px solid #ff6600;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  
  .vik-faq-question {
    width: 100%;
    padding: 20px 25px;
    background: #ff6600;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease;
  }
  
  .vik-faq-question:hover {
    background: #e65c00;
  }
  
  .vik-faq-question.active {
    background: #ff4500;
  }
  
  .vik-faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff3e6;
  }
  
  .vik-faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
  }
  .vikarabad-map-section {
    padding: 60px 0;
    background: #f4f8ff;
    border: 3px solid #004080; /* premium border for the whole section */
    border-radius: 12px;
  }
  
  .vikarabad-map-section .map-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #004080;
    margin-bottom: 10px;
  }
  
  .vikarabad-map-section .map-section-desc {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
  }
  
  .vikarabad-map-section .map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
  
  .vikarabad-map-section .map-card {
    border: 2px solid #0073e6;
    border-radius: 12px;
    padding: 15px;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .vikarabad-map-section .map-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }
  
  .vikarabad-map-section .map-card h3 {
    font-size: 20px;
    color: #004080;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .vikarabad-map-section .map-card p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 1.5;
  }
    