* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}
html, body {
    font-family: 'Montserrat', sans-serif;
}
body {
   background: #781b25;
   color: #fff;
   line-height: 1.6;
   height: 3000px;

}
main{
    flex: 1;
    min-height: 100vh;
}

.container {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 160px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.mobile {
    display: none !important;
}

.d-grid {
    display: grid;
}
.d-flex {
    display: flex;
}
.hidden {
  opacity: 0;
  position: relative;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}
.section-padding {
    padding: 40px 0;
}

input,
textarea,
select {
    padding: 10px 12px;
    border: 2px solid #ddd;
    color: #000;
    border-radius: 8px;
    outline: none;
    appearance: none;
    width: 100%;
    
}
input:focus,
textarea:focus,
select:focus{
    border-color: #23559B;
}
button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
}
button:hover {
    opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
ul{
    list-style: none;
}

.menu-bar-container {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.menu-bar {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    background: #b24848;
    padding: 20px;
    border-radius: 999px;
}
.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.nav-brand span {
    color: #fff;
}
nav {
    display: flex;
    align-items: center;
    gap: 30px;
}
nav a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    margin: 0 20px;
}
.top-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFFDF2;
    padding: 15px 25px;
    border-radius:999px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
    border: 1px solid #FFFDF2;
    min-width: 180px;
    justify-content: center;
}
.top-btn a svg {
    display: block;
}
.banner img {
    width: 100%;
    display: block;
}
.banner{
    border-bottom: 5px solid #990011;
}
.section-title{
    text-align: center;
}
.section-title h1, .section-title .h1{
    font-size: 36px;
    position: relative;
    color: #990011;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.section-title p{
    font-size: 18px;
    color: #000;
}

.rate p{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
.rate p span{
    color: #990011;
}
.prof-location p{
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.prof-location p span:first-child svg path{
    fill: #990011;
}
.prof-location p span:first-child svg{
    width: 20px;
    height: 20px;
}
.prof-location p span{
    display: block;
}
.other-spec{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.other-spec p{
    display: flex;
    align-items: center;
    background: #990011;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
}
.other-spec p svg{
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
}
.profile-card:hover .prof-img img{
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.prof-info{
    transition: all 0.3s ease;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 2;
}
.profile-card:hover .prof-info{
    background-color: #000;
    transition: all 0.3s ease;
}
.profile-card:hover .prof-contact{
    background: #000;
    border-bottom: 1px solid #352a2a;
    border-radius: 0;
}
.profile-card:hover .prof-details h3, .profile-card:hover .rate p, .profile-card:hover .prof-location p{
    color: #fff;
    transition: all 0.3s ease;
}
.profile-card:hover .prof-contact::before{
    background-color: #352a2a;
    transition: all 0.3s ease;
}
.banner-bottom{
    background: #781b25;
}
.banner-bottom-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 0;
}
.banner-bottom-spec{
    position: relative;
    background-color: #FFFDF2;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    border-radius: 100px;
    gap: 18px;
    overflow: hidden;
}
.banner-bottom-spec span{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
/* .banner-bottom-spec img{
    border-radius: 0px 100px 100px 0px;
    border: 7px solid var(--zoomvilla-white, #FFFFFF);
    width: 100%;
    display: block;
} */
.banner-bottom-spec-ico {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background-color: rgb(245, 146, 157);
    /* background-color: #781b25; */
    margin: 12px 0px 12px 12px;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    padding: 10px;
}
.banner-bottom-spec-ico img {
    width: 100%;
    display: block;
    transition: 0.4s ease-in-out;
}
.spec-text{
    display: flex;
    align-items: center;
    gap: 15px;
}
.spec-img img{
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 0 100px 100px 0;
}
.banner-bottom p{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.welcom-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-bottom-right-radius: 30px;
}
.welcom-img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.welcome-text-cont{
    display: grid;
    grid-template-columns: 40% 60%;
    
}
.welcome-text{
    margin: 120px 0;
    padding: 40px;
     backdrop-filter: blur(4px) saturate(145%);
    -webkit-backdrop-filter: blur(4px) saturate(145%);
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    border-radius: 30px 0 0 30px;
}
.welcom-section{
    position: relative;
    overflow: hidden;
    /* padding: 200px 0; */
}
.welcome-text h1{
    font-size: 28px;
    color: #000;
}
.welcome-text p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
}
.duo-esorts{
    background-color: #ffa6b1;
}
.duo-escorts-img{
    display: flex;
}
.duo-escorts-img a{
    flex: 1;
    display: block;
    overflow: hidden;
    border-radius: 0;
}
.duo-escorts-img a img{
    width: 100%;
    display: block;
    border-radius: 0;
}
.available{
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(4px) saturate(145%);
    -webkit-backdrop-filter: blur(4px) saturate(145%);
    background-color: rgba(0, 0, 0, 0.36);
    padding: 5px;
    border-radius: 20px;
}
.available span{
    display: block;
}
.available span:first-child{
    width: 12px;
    height: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: inline-block;
}
.text-content{
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 30px;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.text-content img{
    width: 100%;
    display: block;
}
.text-bg-accod-img-1{
    background: #000;
}
.text-content-col{
    padding: 40px;
}
.text-content-col h2{
    font-size: 24px;
    margin-bottom: 15px;
}
.text-content-col h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.text-content-col p{
    font-size: 16px;
    line-height: 30px;
}
.categories-grid-1{
    display: grid;
    grid-template-columns: calc(25% - 30px) calc(25% - 30px) calc(50% - 30px);
    gap: 30px;
}
.categories-grid-2{
    display: grid;
    grid-template-columns: calc(25% - 30px) calc(25% - 30px) calc(25% - 30px) calc(25% - 30px);
    gap: 30px;
    margin-top: 30px;
}
.category-card{
    padding: 20px;
    border-radius: 20px;
    background: #781b25;
}
.category-card-border{
    border: 1px solid #bd636d;
    border-radius: 20px;
    padding: 15px;
}
.category-img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.category-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.category-text{
    text-align: center;
    color: #fff;
}
.category-text h3{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.category-text p{
    font-size: 16px;
    line-height: 26px;
}
.category-text a{
    display: inline-block;
    margin-top: 15px;
    background: #0a662c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
}
.cat-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.location-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.location-grid a{
    display: block;
    border-radius: 20px;
    overflow: hidden;
    padding: 8px 25px;
    background: #781b25;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.location{
    background: url(../images/loc-bg.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.footer {
  background: #7e2020;
  color: #fff;
  padding: 60px 10%;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-box h2,
.footer-box h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

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

.footer-box ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-box ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

.social-icons a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #333;
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
}

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol {
    background-color: #ff0049;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.rcol {
    background-color: #1c6c18;
}

nav {
  display: flex;
  gap: 20px;
}

.menu-ico{
  display: none;
  font-size: 25px;
  cursor: pointer;
}

.city_droupdown_bg{background:#0e0e0e; padding:15px 0; text-align:center; min-height:inherit; }
.select-option{display:inline-flex; align-items:center; justify-content:space-between;}
.select-option select{background:#781b25; padding:14px 10px; border-radius:0px; border:#781b25 solid 1px; color:#fff; font-size:15px; width:700px;}
.select-option label{color:#fff; font-size:17px; font-weight:500; text-transform:uppercase; margin-right:15px;margin-bottom:0;}
.select-option label span{animation:.5s infinite alternate mover; font-size:20px; line-height:16px; margin-left:15px; display:inline-block;}
.select-option button{background: #ff001c ;padding: 8px 20px 4px;cursor: pointer;height: 47px;border: none;}
.select-option .d-flex{display:flex; align-items:center; justify-content:center;}



/* Mobile */
@media (max-width:768px){

  .menu-ico{
        display: block;
        color: #fff;
        border: solid 1px #fff;
        padding: 0px 12px;
  }

  .nav-menu{
    display: none;
    flex-direction: column;
    background:#582828;
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    padding:20px;
  }

  .nav-menu a{
    color:#fff;
    padding:10px 0;
    text-decoration:none;
  }

  .nav-menu.active{
    display:flex;
    padding: 10px 20px;
  }
  .top-btn{
    display: none;
  }
  .nav-brand {
      font-size: 20px;
  }
  .banner {
      border-bottom: 5px solid #781b25;
      padding-top: 65px;
      background: #000000;
  }
  .select-option select {
      width: 300px;
  }
  .menu-bar-container {
      padding: 0px 0;
  }
  .menu-bar-container .container {
      width: calc(100% - 0px);
  }
  nav {
      gap: 3px;
  }

}

@media only screen and (max-width: 599px) {
  .grid-container, .welcome-text-cont, .text-content, .categories-grid-1, .categories-grid-2, .profile-grid, .banner-bottom-grid {
    grid-template-columns: 1fr; 
  }
  .container {
      width: calc(100% - 30px);
  }
  .text-content-col {
      padding: 10px;
  }
  .location-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  .welcome-text {
      margin: 40px 0;
      padding: 20px;
  }
  .menu-bar {
        gap: 10px;
        justify-content: space-between;
        background: #781b25;
        padding: 12px;
        border-radius: 0;
  }
}


<style>
        body {
            background: #0a0a0a;
            font-family: 'Poppins', sans-serif;
        }
        
        .main-title {
            color: white;
            font-size: 2.8rem;
            font-weight: 800;
            text-align: center;
            margin: 40px 0 50px;
            background: linear-gradient(90deg, #fff, #f43f5e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .profile-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.4);
            transition: all 0.4s ease;
            margin-bottom: 30px;
            border: 4px solid #9f1239;
        }

        .profile-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(244, 63, 94, 0.4);
        }

        /* Different border colors for each card */
        .card1 { border-color: #9f1239; }
        .card2 { border-color: #e11d48; }
        .card3 { border-color: #b91c1c; }
        .card4 { border-color: #f43f5e; }
        .card5 { border-color: #881337; }
        .card6 { border-color: #dc2626; }
        .card7 { border-color: #be123c; }
        .card8 { border-color: #9f1239; }
        .card9 { border-color: #e11d48; }
        .card10 { border-color: #f43f5e; }

        .card-inner {
            display: flex;
            flex-wrap: wrap;
        }

        .image-side {
            width: 100%;
            max-width: 320px;
            height: 380px;
        }

        .image-side img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .content-side {
            flex: 1;
            padding: 25px;
            display: flex;
            flex-direction: column;
        }

        .profile-title {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: #fff;
        }

        .stars {
            color: #fbbf24;
            font-size: 1.1rem;
        }

        .service-tag {
            background: #000;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .description {
            font-size: 0.95rem;
            line-height: 1.5;
            color: #fff;
            margin: 15px 0;
        }

        .meta {
            color: #555;
            margin-bottom: 20px;
        }

        .meta i {
            margin-right: 6px;
        }

        .action-buttons {
            margin-top: auto;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .btn {
            padding: 12px 22px;
            border-radius: 50px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;
            transition: all 0.3s;
            flex: 1;
            min-width: 130px;
        }

        .btn-call {
            background: #e11d48;
            color: white;
			border: 2px solid #b02c2c;
        }

        .btn-whatsapp {
            background: #008919;
            color: white;
			border: 2px solid #4db05f;
        }

        .btn-view {
            background: #360889;
            color: #fff;
            border: 2px solid #673AB7;
        }

        .btn:hover {
            transform: translateY(-3px);
        }

        @media (max-width: 992px) {
            .image-side {
                max-width: 100%;
                height: 320px;
            }
        }
    </style>
	
	<style>
        .rates-section {
            background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
            padding: 100px 0;
            color: white;
        }

        .section-title {
            font-size: 3.2rem;
            font-weight: 900;
            background: linear-gradient(#fff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            margin-bottom: 15px;
        }

        .section-subtitle {
            color: #fff;
            font-size: 1.35rem;
            text-align: center;
            margin-bottom: 60px;
        }

        .rate-table {
            width: 100%;
            background: rgba(255, 255, 255, 0.06);
            backdrop-filter: blur(12px);
            border: 3px solid #e11d48;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(225, 29, 72, 0.3);
        }

        .rate-table thead {
            background: linear-gradient(#e11d48, #e11d48, #e11d48, #e11d48);
			
        }

        .rate-table th {
            color: white;
            font-size: 1.35rem;
            padding: 28px 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

        .rate-table td {
            padding: 26px 20px;
            font-size: 1.3rem;
            border-bottom: 1px solid rgba(255,255,255,9);
            vertical-align: middle;
        }

        .rate-table tr:hover {
            background: rgba(244, 63, 94, 0.25);
            transform: scale(1.03);
            transition: all 0.4s ease;
        }

        .duration {
            font-weight: 700;
            color: #fff;
            font-size: 1.4rem;
        }

        .price {
            font-weight: 800;
            color: #fff;
            font-size: 1.45rem;
        }

        .note-box {
            background: linear-gradient(#7e2020);
            border: 2px solid #e11d48;
            border-radius: 20px;
            padding: 35px;
            margin-top: 50px;
            text-align: center;
        }

        .highlight {
            color: #fff;
            font-size: 1.4rem;
            font-weight: bold;
        }
    </style>
	
	<style>
/* === WORKING CSS === */
.profiles {
    background: #0f0a0f;
    padding: 60px 0;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.profile-card {
    background: #7e2020;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
}

.profile-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(255, 20, 147, 0.3);
}

.profile-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: 0.4s;
}

.profile-card:hover img {
    transform: scale(1.08);
}

.ribbon-content {
    position: absolute;
    top: 12px;
    left: -6px;
    z-index: 10;
}

.ribbon {
    background: linear-gradient(135deg, #ff1493, #c71585);
    color: white;
    padding: 5px 22px 5px 16px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0 20px 20px 0;
    box-shadow: 3px 4px 10px rgba(0,0,0,0.5);
}

.card-loc {
    position: absolute;
    bottom: 88px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 6px 10px;
    font-size: 13.5px;
    text-align: center;
    z-index: 5;
}

.card-body {
    padding: 15px 10px 20px;
    text-align: center;
}

.card-title {
    color: #fff;
    font-size: 1.22rem;
    margin: 8px 0 5px;
    font-weight: 600;
}

.card-title:hover {
    color: #fff;
}

.card-text {
    color: #fff;
    font-size: 0.95rem;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .profile-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
    .profile-grid { grid-template-columns: 1fr; }
}
</style>


<style>
.faq-section {
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    padding: 80px 0;
}

.faq-main-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 12px;
    border: 1px solid #e11d48;
    border-radius: 12px;
    overflow: hidden;
    background: #1a1a1a;
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: #7e2020;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question:hover {
    background: #e11d48;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #582828;
}

.faq-answer p {
    padding: 25px;
    margin: 0;
    line-height: 1.75;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}
</style>



<style>
.reviews-section {
    background: #0f0f0f;
    padding: 80px 0;
}

.slider-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-item {
    min-width: 100%;
    padding: 20px;
}

.review-box {
    background: #7e2020;
    border: 2px solid #e11d48;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    min-height: 280px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.stars {
    color: #fbbf24;
    font-size: 2rem;
    margin-bottom: 15px;
}

.review-box p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    font-style: italic;
    margin: 20px 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e11d48;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    z-index: 10;
}

.prev { left: 10px; }
.next { right: 10px; }
</style>

.services-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1a001f, #2d003d);
    color: white;
}

.section-title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 50px;
    opacity: 0.9;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);   /* 4 Columns */
    gap: 22px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: rgba(255,255,255,0.09);
    border-radius: 16px;
    padding: 28px 15px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.12);
}

.service-card:hover {
    transform: translateY(-12px);
    background: rgba(255, 0, 170, 0.25);
    box-shadow: 0 20px 35px rgba(255, 0, 170, 0.3);
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 12px;
}

.service-card h3 {
    font-size: 1.1rem;
    margin: 8px 0 5px;
    min-height: 48px;
}

.service-card p {
    color: #ffff00;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 992px) {
    .services-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 650px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}

