/* * {
      box-sizing: border-box !important;
      outline: 5px solid #3a6b9c !important;
    } */

body{
    background-color: #000000
}
/* navbar 1 start  */
 .gurugramrubber-btn {
      border-radius: 50px;
      transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s;
      box-shadow: 0 2px 6px rgba(0,0,0,.08);
      color: #e93333;
    }
    .gurugramnav{
      background-color: #000000 ;
    }

    .gurugramnav .btn-outline-light{
      border: 1px solid #EFBF04;
      /* border-radius: 10px; */
    }

    .gurugramnav .navbar-brand{
      color: #e93333 ;
    }
    
    /* .gurugramnav{
      background-color: aquamarine ;
    } */
/* navbar 1 end      */


/* banner 1 start  */
.bannertopgurugram {
      background-image: url(../img/11.jpg); 
      background-size: cover;
      background-position: center;
      height: 700px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
      position: relative;
    }
   
    .banner-contenttopgurugram {
      position: relative;
      z-index: 1;
    }
    .banner-buttonstopgurugram a {
      margin: 5px;
    }
    @media (max-width: 768px) {
      .bannertopgurugram {
        height: 500px;
      }
      .bannertopgurugram h1 {
        font-size: 2rem;
      }
      .bannertopgurugram p {
        font-size: 1rem;
      }
    }

    hr{
        border: 5px solid #edd56c;
    }
   


/* banner 1 end  */


/* right photo aur left content 1 start  */
.card-customgurugram1{
      border-radius: 12px;
      background: #0d0000;
      border: 1px solid #EFBF04;
      box-shadow: 0 6px 18px rgba(50,50,93,0.06);
      overflow: hidden;
    }

    .card-innergurugram2{
      padding: 1.25rem;
      color: #EFBF04;
    }
    .card-innergurugram2 h1{
      color: #e93333;
    }
    .card-innergurugram2 p{
      color: #fefefe !important;
    }

    .decorative-titlegurugram3{
      font-family: 'Great Vibes', cursive;
      font-size: 2.4rem; /* adjust for larger/smaller */
      margin-bottom: 0.25rem;
      color: var(--accent);
      letter-spacing: 0.6px;
      line-height: 1;
    }

    .metagurugram-text{
      color:#ffffff;
      margin-bottom: 1rem;
    }

    .photo-wrapgurugram4{
      display:flex;
      align-items:center;
      justify-content:center;
      padding: 1rem;
    }

    .photo-wrapgurugram4 img{
      height: 400px !important;
      border-radius: 10px;
      border: 6px solid #EFBF04;
      box-shadow: 0 6px 22px rgba(14,21,47,0.12);
      object-fit: cover;
    }

    .img-captiongurugram5{
      text-align:center;
      font-size:0.9rem;
      color:#ffffff;
      margin-top:0.5rem;
    }

    @media (min-width: 768px){
      .decorative-titlegurugram3{
        font-size: 3rem;
      }
    }

    .fixed-aspectgurugram6 {
      display: block;
      width: 100%;
      max-height: 420px;
      overflow: hidden;
    }
    .fixed-aspectgurugram6 img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

/* right photo aur left content 1 end  */


 /* gurugram 1 gellery start  */
.Gurugramgallery1-card {
      border: 2px solid #EFBF04;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 3px 8px rgba(0,0,0,0.15);
      transition: transform 0.2s;
    }
    .Gurugramgallery1-card h1{
      color: #e93333;
    }
    .Gurugramgallery1-card p{
      color: #ffffff;
    }
    .sector29 h2{
        color: #e93333;
    }
    .Gurugramgallery1-card:hover {
      transform: scale(1.02);
    }
    .Gurugramgallery1-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }
    .gurugramgallery1{
        padding: 0px;
    }
    
    @media (max-width: 576px) {
      .Gurugramgallery1-card img {
        height: 180px;
      }
    }
    /* gurugram 1 gellery end  */

    .gurugramsector16 h1{
      color: #e93333;
    }
    .gurugramsector16 p{
      color: #ffffff;
    }

    /* gurugram 2 gellery start  */
    .cardgallery {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s;
    }
    .sector19 h2{
      color: #e93333;
    }

    .cardgallery:hover {
      transform: scale(1.05);
    }

    .price-overlaygallery1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s;
      text-align: center;
    }

    .cardgallery:hover .price-overlaygallery1 {
      opacity: 1;
    }

    .info-rowgallery2 {
      display: flex;
      justify-content: space-between;
      padding: 5px 10px;
      font-size: 0.9rem;
      background: #f8f9fa;
    }

    .card-namegallery3 {
      text-align: center;
      font-weight: bold;
      padding: 5px 0;
      background: #f1f1f1;
    }

    /* Make images uniform */
    .card-img-top {
      height: 250px;
      object-fit: cover;
      width: 100%;
    }

    /* gurugram 2 gellery end   */


    /* gurugram content 1 start  */
    .gurugramcontent1 h1{
      color: #e93333;
    }
    .gurugramcontent1 p{
      color: #ffffff;
    }
    .gurugramcontent2 {
      background-color: #000c0d;
      border: 1px solid #EFBF04;
      color: #fff;
      border-radius: 10px;
      padding: 15px;
      margin-top: 20px;
    }
    /* gurugram content 1 end  */


    /* gurugram 3 gellery start  */
    .sector20 h1{
        color: #e93333;
    }
    .sector20 p{
        color: #ffffff;
    }
    .photogurugram6-card {
      position: relative;
      border: 2px solid #EFBF04;
      background-color: #EFBF04;
      padding: 10px;
      margin-bottom: 20px;
    }
    .discount1 {
      position: absolute;
      top: 5px;
      left: 5px;
      background-color: #e93333;
      color: white;
      padding: 2px 6px;
      font-size: 0.9rem;
      font-weight: bold;
      border-radius: 3px;
    }
    .photogurugram6-card img {
      width: 100%;
      display: block;
      height: 300px;
    }
    .btn-rate-leftgurugram {
      float: left;
    }
    .btn-rate-rightgurugram {
      float: right;
    }
    .btngurugram-primary{
      background-color: rgb(93, 179, 31);
      color: rgb(255, 255, 255);
    }

    .btngurugram-primary:hover{
      background-color: rgb(31, 149, 179);
      color: rgb(255, 255, 255);
    }

    .btngurugram-secondary{
      background-color: rgb(214, 44, 44);
      color: rgb(255, 255, 255);
    }
    .btngurugram-secondary:hover{
      background-color: rgb(214, 44, 44);
      color: rgb(255, 255, 255);
    }
    @media (max-width: 768px) {
      .btn-rate-leftgurugram, .btn-rate-rightgurugram {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 5px;
      }
    }
    /* gurugram 3 gellery end  */


    /* ad gurugram section 1 start  */
    .photo-cardgurugramad {
      border: 5px solid #EFBF04;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;
      margin-bottom: 20px;
    }
    .photo-cardgurugramad:hover {
      transform: scale(1.02);
    }
    .photo-imggurugramad {
      width: 100%;
      height: 500px;
      object-fit: cover;
    }
    .info-sectiongurugramad h1 {
      font-size: 1.8rem;
      margin-bottom: 10px;
      color: #e93333;
    }
    .info-sectiongurugramad p {
      color: #ffffff;
    }
    .btn-customgurugramad {
      margin: 5px 5px 10px 0;
    }
    .action-buttonsgurugramad {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
    }
    @media (max-width: 768px) {
      .photo-imggurugramad {
        height: 250px;
      }
    }

    /* ad gurugram section 1 end  */


    /* gurugram gallery rate 1 start  */
    .cardgurugram8sector21 h2{
      color: #e93333 ;
    }
    .gallery-cardgurugram8{
      border: 1px solid #EFBF04;
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .gallery-cardgurugram8:hover{ transform: translateY(-4px); box-shadow: 0 6px 20px rgba(0,0,0,.08);} 

    .card-img-wrapgurugram1{
      position: relative;
      /* overflow: hidden; */
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f8f9fa;
    }
    .card-img-wrapgurugram1 img{ width:320px; height:400px; object-fit:cover; display:block; }

    .img-overlaygurugram9{
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0,0,0,0.55);
      color: #fff;
      padding: 1rem;
      opacity: 0;
      transition: opacity .18s ease;
    }
    .card-img-wrapgurugram1:hover .img-overlaygurugram9,
    .card-img-wrapgurugram1:focus-within .img-overlaygurugram9{ opacity: 1; }

    .rate-gridgurugram2{ display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; width:100%; }
    .rate-box{ background: rgba(255,255,255,0.08); padding: .6rem; border-radius: 6px; text-align:center; }
    .rate-box h6{ margin:0; font-size:0.95rem; }
    .rate-box p{ margin:0; font-size:0.8rem; opacity:0.9; }

    .card-content{ padding: 1rem; }
    .card-meta{ display:flex; justify-content:space-between; align-items:center; gap:.5rem; margin-top:.6rem; }

    

    @media (max-width: 767.98px){
      .gallery-row{ flex-direction: column; }
      .card-img-wrapgurugram1{ min-height:220px; }
      .rate-gridgurugram2{ grid-template-columns: repeat(1,1fr); }
    }
    .smallgurugram1sector22{background-color: #000000;}
    .smallgurugram1sector22 a{color: #ffffff !important;}
    .smallgurugram1sector22 .small{color: #ffffff !important;}
    .h1-smallgurugram1{color: #e93333;}
    .h1-smallgurugram1{ font-size:1.25rem; margin:0; }
    .p-smallgurugram2{ margin:0.35rem 0 0.75rem 0; color:#ffffff; }
    .btn-outline-customgurugram1{ border-radius: 20px; padding: .25rem .8rem; }
    /* gurugram gallery rate 1 end  */

    /* footer start 1  */
    .gurugramsector23 h5{
      color: #e93333;
    }
    .gurugramsector23 a{
      color: #ffffff !important;
    }

    /* Home page end ===================================== */

    /* conteact page start ========================= */
    .contact-cardcontect1 {
      border: 1px solid #dee2e6; /* हल्का बॉर्डर */
      border-radius: 12px;
      padding: 1.25rem;
      background: #ffffff;
      box-shadow: 0 6px 18px rgba(0,0,0,0.03);
    }
    .profile-photocontect2 {
      width: 100%;
      height: auto;
      border: 2px solid #e9ecef; /* फोटो के चारों ओर 2px बॉर्डर */
      border-radius: 8px;
      display: block;
    }
    .label-topconteact3 {
      position: relative;
      display: inline-block;
    }
    .label-topconteact3 .badge {
      position: absolute;
      top: -12px;
      left: 0;
      transform: translateY(-50%);
      font-weight: 600;
      border-radius: 6px;
    }
    .gurugramcontect3{
      border-radius: 10px;
      background-color: rgb(0, 0, 0);
    }
    .gurugramcontect3 h1{
      color: #ffffff;
    }
    .gurugramcontect3 p{
      color: #ffffff !important;
    }
    .gurugramcontect3 li{
      color: #ffffff !important;
    }
    .gurugramcontect3 a{
      color: #ffffff !important;
    }
    .gurugramcontect3 img{
      height: 400px;
      width: 400px;
      object-fit: cover;
    }
    .gurugramcontect4 {
      background-color: rgb(244, 57, 57);
      margin: 0px;
      border-radius: 10px 0px 10px 0px !important;
    }
    .gurugramcontect5{
      border: 4px solid #ebad1c;
      background-color: #000000;
    }
    /* मोबाइल पर कॉल-टू-एक्शन नीचे और पूरा चौड़ाई */
    @media (max-width: 575.98px) {
      .contact-cardcontect1 { padding: 1rem; }
      .profile-photocontect2 { max-width: 100%; margin-bottom: 1rem; }
    }
    /* conteact page end =============================== */

    /* noida page 1 start  */

    /* right left right 1 noida start  */
    .photo-boxnoida1 {
      position: relative;
      border: 2px solid #ebad1c;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 1rem;
    }
    .photo-boxnoida1 img {
      width: 100%;
      display: block;
      transition: transform 0.3s ease;
      height: 300px;
      object-fit: cover;
    }
    .photo-boxnoida1:hover img {
      transform: scale(1.05);
    }
    .vip-labelnoida2 {
      position: absolute;
      top: 8px;
      left: 12px;
      background-color: #ffc107;
      color: #000;
      font-weight: bold;
      padding: 2px 8px;
      border-radius: 4px;
      font-size: 0.9rem;
    }
    .rate-overlaynoida3 {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      text-align: center;
    }
    .photo-boxnoida1:hover .rate-overlaynoida3 {
      opacity: 1;
    }
    .rate-overlaynoida3 h5 {
      margin-bottom: 10px;
    }
    .rate-btnnoida4 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: #0d6efd;
      color: white;
      border: none;
      border-radius: 5px;
      padding: 5px 10px;
      font-size: 0.9rem;
      cursor: pointer;
    }
    .left-contentnoida h1{
        color: #e93333;
    }
    .right-contentnoida h1{
        color: #e93333;
    }
    @media (max-width: 768px) {
      .left-contentnoida, .right-contentnoida {
        text-align: center;
      }
    }
    /* right left right 1 noida end  */

    /* right left right 2 start  */
    .image-cardnoida4{position:relative; display:block; overflow:visible;}
    .image-cardnoida4 img{display:block; width:100%; height:auto; border-radius:8px;}

    .zigzagnoida5{
      padding:6px; /* space for border */
      border-radius:10px;
      --zigzag-stroke: #cfcfcf;
      border: 8px solid transparent;
      -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
      box-shadow: 0 2px 6px rgba(216, 10, 10, 0.06);
      background-origin: border-box;
      background-clip: padding-box, border-box;
      background-image: linear-gradient(#0b0202, #c22424),
        repeating-linear-gradient(45deg, var(--zigzag-stroke) 0 6px, transparent 6px 12px);
    }

    .vip-badgenoida6{
      position:absolute; top:-14px; left:12px; background:#ffcc00; color:#222; padding:6px 10px; font-weight:700; border-radius:6px; font-size:13px; box-shadow:0 2px 6px rgba(0,0,0,0.12);
    }

    .rate-btnnoida7{
      position:absolute; left:50%; transform:translateX(-50%); bottom:12px; z-index:5;
      background:rgba(255,255,255,0.95); border:1px solid rgba(0,0,0,0.07); padding:8px 12px; border-radius:6px; cursor:pointer;
    }

    .rate-listnoida8{
      position:absolute; left:50%; transform:translateX(-50%) translateY(10px);
      bottom:56px; width:220px; background:#ffffff; border-radius:8px; padding:10px; box-shadow:0 8px 24px rgba(0,0,0,0.14);
      opacity:0; pointer-events:none; transition:all .18s ease; z-index:6;
    }
    .rate-listnoida8 ul{margin:0; padding:0; list-style:none;}
    .rate-listnoida8 li{padding:6px 8px; border-bottom:1px dashed #eee; font-size:14px}
    .rate-listnoida8 li:last-child{border-bottom:none}

    .rate-btnnoida7:hover ~ .rate-listnoida8, .rate-listnoida8:hover{opacity:1; pointer-events:auto; transform:translateX(-50%) translateY(0)}

    .right-innernoida8{display:flex; gap:18px; align-items:flex-start}
    .right-innernoida8 .img-wrap{flex:0 0 48%;}
    .right-innernoida8 .content-wrap{flex:1}

    @media (max-width:767.98px){
      .right-innernoida8{flex-direction:column}
      .right-innernoida8 .img-wrap{flex:unset; width:100%}
    }

    .align-items-startnoida h1{font-size:1.6rem;
        color: #e93333;
    }
    .align-items-startnoida p{font-size:1rem; color:#fbfbfb}
    /* right left right 2 end  */


    /* noida right left 2 start  */
    .photo-containernoida11 {
      position: relative;
      display: inline-block;
      max-width: 100%;
    }

    .photo-containernoida11 img {
      width: 100%;
      border: 5px solid #ffcc00; /* Example border */
      border-radius: 10px;
    }

    .photo-overlaynoida12 {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: white;
      background-color: rgba(0,0,0,0.5);
      padding: 5px 10px;
      border-radius: 5px;
      font-weight: bold;
    }

    .free-deliverynoida13 {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #28a745;
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      font-weight: bold;
    }

    .buttons-containernoida13 {
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
    }

    .buttons-containernoida13 a {
      flex: 0 0 48%;
    }
    .containernoida11 h1{color: #e93333;}
    .containernoida11 p{color: #ffffff;}

    @media (max-width: 768px) {
      .row-flex {
        flex-direction: column-reverse;
        text-align: center;
      }

      .buttons-containernoida13 {
        justify-content: center;
        gap: 10px;
      }
    }
    /* noida right left 2 end  */

    /* noida page 1 end  * ===========================/


    /* privategirl page start =============== */

    /* private girl photo btn 1 start  */
    .boxboxprivate1 {
            border: 1px solid #ccc;
            padding: 20px;
            margin: 10px 0;
            border-radius: 10px;
            position: relative;
        }
        .photo-containerboxprivate2 {
            position: relative;
            text-align: center;
        }
        .photo-containerboxprivate2 img {
            border: 2px solid #000;
            border-radius: 10px;
            max-width: 100%;
        }
        .discount-labelboxprivate13 {
            position: absolute;
            top: -10px;
            left: 0;
            background-color: #e93333;
            color: white;
            padding: 2px 8px;
            font-weight: bold;
            border-radius: 5px;
        }
        .buttons-containerboxprivate14 {
            margin-top: 10px;
            display: flex;
            justify-content: space-between;
        }
    /* private girl photo btn 1 end  */



        /* privategirl page end ============================= */


/* category start ============================================          */
 .promo-boxcategory1 {
      border: 2px solid #ffcc00; /* 2px बॉर्डर */
      border-radius: 12px;
      padding: 18px;
      background: #0e0000;
      box-shadow: 0 2px 6px rgba(0,0,0,0.03);
      height: 100%;
    }

    .img-wrapcategory2 {
      position: relative;
      display: inline-block;
      border-radius: 8px;
      overflow: hidden;
      border: 2px solid #ced4da; /* image के चारों ओर 2px border */
      max-width: 220px;
      width: 100%;
    }

    .img-wrapcategory2 img {
      display: block;
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .discount-badgecategory3 {
      position: absolute;
      top: 1px;
      left: 1px;
      background: #e93333;
      color: white;
      font-weight: 700;
      padding: 6px 10px;
      font-size: 0.85rem;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
    .category5{
      width: 100px;
    }
    .category5 h1{ color: #c22424; }
    .category5 p{ color: #ffffff; }

    @media (max-width: 767.98px) {
      .img-wrapcategory2 { max-width: 100%; margin-top: 12px; }
    }
    /* category end ============================================          */