@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/** {
  outline: 1px solid rgba(255, 0, 0, 0.3);
}*/

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3E3B3C;
}

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 55px;
}



h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 45px;
  color: #A6012D;
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
}

a {
    color: rgb(255 255 255 / 0%);
    text-decoration: none;
}

a {
    color: #9e002a;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}

   /* ===== NAVBAR ===== */
    .navbar {
      position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.8rem 1rem;
    background: #00000026;
    backdrop-filter: blur(20.399999618530273px);
    transition: background 0.4s 
ease, padding 0.3s 
ease;
    }

    .navbar.scrolled {
      background: rgba(0, 0, 0, 0.95);
      padding: 15px 0;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      padding: 0.5rem 1rem;
      border: 1px solid transparent;
    background: transparent;
    transition: all 0.2s ease;
    }

    .navbar-nav .nav-link:hover {
      color: #A6012D !important;
      transform: scale(1.05);
    }

    .navbar-brand img {
      height: 50px;
      transition: 0.3s;
    }

    .navbar.scrolled .navbar-brand img {
      height: 45px;
    }

    .lang-btn {
      background: #A6012D;
      color: #fff !important;
      border-radius: 50px;
      padding: 6px 16px;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s;
    }

    .lang-btn:hover {
      background: #F7E8DD;
    }

    /* ===== HERO SECTION ===== */
    .hero-section {
      position: relative;
      background: url('https://dramitchakraborty.com/wp-content/uploads/2025/10/Frame.webp') center/cover no-repeat;
      min-height: 699px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgb(0 0 0 / 22%);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      margin-top: 250px;
    }

    .hero-content h1 {
      line-height: 1.3;
      margin-bottom: 1rem;
      color: white;
    }

    .hero-content p {
      color: #ffff;
      width: 80%;
      margin: auto;
    }

    .btn-hero {
      background-color: #A6012D;
      color: #fff;
      border: none;
      padding: 10px 15px 10px 28px;
      border-radius: 100px;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
    }
.btn-hero span {
    margin-left: 30px;
}



    .btn-hero:hover {
      background-color: #F7E8DD;
    }

    .hero-section .countnum h2 {
      color: white;
      font-weight: 400;
    }

    .hero-section .countnum p {
      color: white;
    }
    

    /* ===== RESPONSIVE ===== */
    @media (max-width: 991px) {
      .navbar {
        background: rgba(0, 0, 0, 0.9);
      }

      .navbar-collapse {
        text-align: center;
      }

      .navbar-nav .nav-link {
        padding: 0.6rem;
      }
    }



  .doctor-card img {
    width: 100%;
    border-radius: 50px;
  }

  .doctor-info {
    border-bottom-left-radius: 20px;
    backdrop-filter: blur(6px);
  }

  @media (max-width: 767px) {
    .doctor-info {
      text-align: center;
      border-radius: 0 0 20px 20px;
    }
  }

  .whychoose .contct p {
    color: #808080;
  }

  .whychoose .contct ul li {
  font-size: 16px;
  color: #3E3B3C;
  position: relative;
  padding-left: 20px; /* adjust padding to fit your icon size */
}

.whychoose .contct ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('https://dramitchakraborty.com/wp-content/uploads/2025/10/Vector.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px; /* adjust icon size */
  height: 20px; /* adjust icon size */
}

.whychoose .contct ul li span {
  font-weight: 600;
  color: #3E3B3C;
}


.topspace {
  padding-top: 100px;
}


 .cancer-services .service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #A6012D42;
     border-radius: 30px;
  }
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }
  .service-card svg {
    border-radius: 50%;
    background: #fbe9ef;
    padding: 8px;
  }


  .cancer-services .service-card h3 {
    font-size: 20px;
    color: #A6012D;
    font-weight: 700;
  }

  .whychoose .doctor-info h3 {
    font-size: 32px;
    color: #A6012D;
    font-weight: 700;
  }

  .whychoose .doctor-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: black;
  }

   .whychoose .doctor-info h5 {
    font-size: 20px;
    color: black;
    font-weight: 700;
  }

   .whychoose .doctor-info p {
    color: black;
  }

  .whychoose .doctor-info {
    background: #FFFFFF4D;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
    max-width: 68%; 
  }

  .arrow-btn.position-absolute {
    right: -40px;
    bottom: -30px;
}

.bgclrlig {
  background: #F7E8DD;
}

.cancer-services .text-center p {
  color: #3E3B3C;
}

.cancer-services .carimg img {
  border-radius: 57px;
  width: 88%;
}

.service-card {
  padding: 20px;
}

 .cancer-list {
    display: flex;
    flex-direction: column;
  }

  .cancer-item {
    border-bottom: 2px solid #D6D6D6;
    padding: 14px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .cancer-item h5 {
    margin: 0;
    font-weight: 500;
    color: #fff;
  }

  .cancer-item .subtext {
    display: none;
    color: #ddd;
    font-size: 0.9rem;
    margin-top: 6px;
  }

  .cancer-item:hover,
  .cancer-item.active {
    background: rgba(255,255,255,0.15);
    padding-left: 14px;
  }

  .cancer-item.active .subtext {
    display: block;
  }
  .cancer-preview {
    width: 95%;
  }

  .cancer-preview img {
    height: auto;
    border-radius: 40px;
    transition: opacity 0.4s ease;
    border: 1px solid #A6012D;
  }

  @media (max-width: 991px) {
    .cancer-list {
      text-align: center;
    }
  }

  #cancer-desc {
    text-align: left;
    margin-top: 20px;
     font-style: italic;
  }
  .who-need-care {
    background-color: #faf6f7;
  }

  .care-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .care-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .icon-box img {
    filter: brightness(0) invert(1);
  }

  @media (max-width: 767px) {
    .who-need-care h3 {
      text-align: center;
    }
    .who-need-care p {
      text-align: center;
    }
    .care-card {
      text-align: left;
    }
  }

   .footer-link {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
  }
  .footer-link:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer hr {
    border-color: rgba(255,255,255,0.2);
  }
  .social-icons a {
    font-size: 1.25rem;
    transition: color 0.3s ease;
  }
  .social-icons a:hover {
    color: #ffccda;
  }

  .borderStart {
    border-left: var(--bs-border-width) var(--bs-border-style) #FFFFFF3B;

  }

.navbar-expand-lg .navbar-nav {
        
        gap: 30px;
    }

.gridcol h2 {
  color: white;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .navbar-brand {
    position: relative;
    left: auto;
    transform: none;
    margin: auto;
  }
}


.who-need-care .care-card {
    padding: 20px;
    gap: 20px;
    border-radius: 30px;
    border: 1px solid #D6D6D6;
}

.who-need-care .care-card p { 
    color: #0D0D0D;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.who-need-care .image-box img { 
    border-radius: 57px;
    height: 340px;
}

.who-need-care .image-box p { 
     width: 95%;
}

.gridcol {
color: #fff;background: linear-gradient(137.86deg, #400011 -3%, #A6012D 100.3%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.healing-journey{
  background: linear-gradient(90deg,#2b0010,#a6012d);
  color:#fff;
}

/* Left text */
.journey-text .step-text{
  opacity:.35;
  margin-bottom:56px;            /* keep this spacing equal to icons block spacing */
  font-size:18px;
  line-height:1.55;
  transition:opacity .3s ease, transform .3s ease;
}
.journey-text .step-text.active{
  opacity:1;
  transform:translateX(0);
}

/* Middle timeline */
.timeline{
  position:relative;
  padding-left:40px;
  margin-left:30px;
}
.timeline::before{
  content:"";
  position:absolute;
  left:63px;                      /* positions the vertical line */
  top:0;
  bottom:0;
  width:2px;
  background:rgb(255 255 255 / 13%);
}
.tl-icon{
  width:50px;height:50px;
  border-radius:50%;
  background:rgba(255,255,255,.22);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:100px;             /* must match text gap above */
  transition:background .25s ease, transform .25s ease;
}
.tl-icon.active{
  background:#fff;
  transform:scale(1.06);
}
.tl-icon img{ width: 100%;
    padding: 8px;
     }

/* Right sticky image */
.journey-image{ position:sticky; top:120px; }
.journey-image img{ width:100%; border-radius:20px; box-shadow:0 10px 25px rgba(0,0,0,.3); }

/* Responsive */
@media (max-width: 991px){
  .timeline{ margin:30px 0 0 0; }
  .timeline::before{ left:16px; }
  .journey-image{ position:relative; top:0; margin-top:24px; }
}


.journey-image-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.journey-image {
  position: sticky;
  top: 120px;
}


.timeline {
  position: relative;
  padding-left: 40px;
  margin-left: 30px;
}

.timeline::before {
  content:"";
  position:absolute;
  left:63px;
  top:0;
  bottom:0;
  width:2px;
  background:rgba(255,255,255,0.12);
}

/* PROGRESS LINE */
.timeline::after {
  content:"";
  position:absolute;
  left:63px;
  top:0;
  width:2px;
  background:#fff;
  height:0;
  transition: height 0.4s ease-out;
}

.WhatSets .Img-box img {
    width: 500px;
    border-radius: 40px;
}

.whatSets {
  background: #F7E8DD;
  border-radius: 32px;
  padding: 80px 0;
}



/* Custom bullet list */
.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
.feature-list li {
  font-size: 16px;
    color: #3E3B3C;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background-image: url("https://dramitchakraborty.com/wp-content/uploads/2025/11/right-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Image Wrapper */
.image-wrapper img {
  border-radius: 40px;
}

/* Arrow Button */
.whatSets .arrow-btn {
  position: absolute;
    bottom: -15px;
    left: 100px;
}

/* Doctor Label Overlay */
.doctor-label {
      position: absolute;
    bottom: -4px;
    right: 0;
    background: #FFFFFF4D;
    color: #fff;
    padding: 25px 40px;
    border-radius: 60px 0 60px 0;
}
.doctor-label h5 {
  font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.doctor-label p {
  margin: 0;
}



.testimonials {
  background: #fff;
}

.testimonial-card p {
    height: 195px;
}

.testimonial-card {
  background: #F9F9FB;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #A6012D42;
  height: 100%;
  transition: 0.3s;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}

.stars {
  font-size: 25px;
  color: #FFBA07;
  margin-bottom: 15px;
}
.profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
      background: #A6012D;
    padding: 20px;
    border-radius: 10px;
}
.profile img {
  width: 46px;
  height: 46px;
}
.profile h5 {
  margin: 0;
  font-size: 16px;
  color: white;
}
.profile span {
  font-size: 14px;
  color: white;
}


.consult-cta {
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
}

.cta-left {
  background: url('https://dramitchakraborty.com/wp-content/uploads/2025/11/contactdoctor.webp') center/cover no-repeat;
  color: #111;
  padding: 30px 40px 289px 40px;;
}
.cta-left h3 {
    font-size: 48px;
    font-weight: 600;
    color: #3E3B3C;
}
.cta-left .highlight {
    font-size: 48px;
    color: #A6012D;
    margin-top: 10px;
    font-weight: 500;
}

.cta-left {
  border-radius: 40px 0 0 40px;
}

.cta-right label {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}

.cta-right {
  background: linear-gradient(90deg,#82001F,#A6012D);
  padding: 50px;
  border-radius: 0 40px 40px 0;
}
.cta-right .form-control {
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  padding: 12px;
}
.cta-right .form-control::placeholder { color: #eee; }

.cta-right .cta-btn {
  background: #fff;
    color: #A6012D;
    border: none;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
    width: 40%;
    margin: auto;
}


/* For both date and time input icons */
.cta-right input[type="date"],
.cta-right input[type="time"] {
  color-scheme: dark; /* makes icons visible on dark backgrounds */
  color: white; /* text color */
}

/* Remove default appearance on WebKit browsers (Chrome, Edge, Safari) */
.cta-right input[type="date"]::-webkit-calendar-picker-indicator,
.cta-right input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* inverts color (makes icon white if background is dark) */
  cursor: pointer;
}

/* Optional: if you want the icon always pure white */
.cta-right input[type="date"]::-webkit-calendar-picker-indicator,
.cta-right input[type="time"]::-webkit-calendar-picker-indicator {
  background-color: transparent;
  filter: brightness(0) invert(1); /* ensures pure white icon */
}

.cta-btn:hover { background: #F7D7DE; }

@media (max-width: 767px) {
  .cta-left, .cta-right { border-radius: 0!important; padding: 20px; }
}


.blogs-section {
  background: #F7E8DD;
  border-radius: 32px;
}


/* Blog Card */
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s ease;
  height: 100%;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.blog-img img {
  width: 100%;
  object-fit: cover;
}

.blog-content {
  text-align: left;
  padding: 18px 20px 22px;
}

.blog-content h3 {
  font-size: 20px;
  color: #111;
  font-weight: 500;
  margin-bottom: 14px;
}

.blog-date {
  font-size: 14px;
  color: #555;
}
.blog-date i {
  margin-right: 6px;
}

/* View All Button */
.blogs-btn {
  background: #A6012D;
  color: #fff;
  padding: 10px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.blogs-btn:hover {
  background: #F7D7DE;
  color: #A6012D;
}

/* Responsive */
@media (max-width: 767px) {
  .blog-card { margin-bottom: 15px; }
}

.videos-section {
  background: linear-gradient(90deg, #2b0010, #a6012d);
  border-radius: 32px;
  color: #fff;
}

.videos-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.videos-subtitle {
  color: #e2e2e2;
  font-size: 17px;
}

/* Video Card */
.video-card {
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

/* Thumbnail */
.video-thumb img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}

/* Content */
.video-content {
  text-align: left;
  padding: 18px 0 26px;
    margin-top: -64px;
}
.video-content:hover {
    padding: 10px;
}
.video-content h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
}

/* Watch link */
.watch-link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.watch-link:hover {
  color: #F6B5C5;
}

/* View All Button */
.videos-btn {
  background: #fff;
  color: #A6012D;
  padding: 10px 32px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}
.videos-btn:hover {
  background: #F7D7DE;
  color: #A6012D;
}

/* Responsive */
@media (max-width: 767px) {
  .video-content h4 { font-size: 16px; }
}

.hospitals-section { background:#fff; }




/* Cards */
.hospital-card {
  text-align:center;
  background:#fff;
  border-radius:30px;
  border:1px solid #eee;
  transition:.3s;
}
.hospital-card:hover {
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.12);
}
.hospital-card img {
 border-radius: 18px 18px 0 0;
    width: 100%;
    object-fit: cover;
}
.hospital-card h3 {
  margin-top:14px;
  font-size:20px;
  font-weight:600;
}

.hospital-content {
    padding: 0 10px;
}
.hospital-card p {
  min-height: 90px;
}
.hospital-btn {
  background:#A6012D;
  color:#fff;
  padding:7px 20px;
  border-radius:50px;
  font-size:14px;
  display:inline-block;
  text-decoration:none;
  transition:.3s;
  margin-bottom: 20px;
}
.hospital-btn:hover { background:#F7E8DD; color:#A6012D; }

/* Arrows */
.arrow-controls button {
 background: #A6012D;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.arrow-controls button {
    color: white;
    margin-right: 29px;
    border: none;
}

.cta-wrapper {
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  padding:50px;
}

/* Left */
.cta-left h2 {
  color:#A6012D;
  font-weight:700;
  margin-bottom:14px;
}
.cta-left p { color:#333; margin-bottom:20px; }

.cta-btn {
  background:#A6012D;
  color:#fff;
  padding:12px 28px;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:.3s;
}
.cta-btn:hover { background:#F7D7DE; color:#A6012D; }

/* Right */
.cta-right img {
  max-width:360px;
  object-fit:contain;
}

@media (max-width:767px){
  .cta-wrapper { text-align:center; padding:35px; }
  .cta-right { margin-top:25px; width:100%; display:flex; justify-content:center; }
}

.faq-section { background:#fff; }

.faq-image img {
  border-radius:24px;
  object-fit:cover;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
}

/* Accordion Styling */
.accordion-item { border:none; border-bottom:1px solid #eee; }

.accordion-button {
  background:none;
  font-size:24px;
  font-weight:500;
  color:black;
  padding-left:0;
  padding-right:0;
  box-shadow:none !important;
}

/* Change Bootstrap default arrow to + and - */
.accordion-button::after {
 content: '+';
    font-size: 19px;
    color: white;
    background: #A6012D;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    text-align: center;
}


.accordion-button:not(.collapsed)::after {
    content: '–';
    color: #A6012D;
    background: #A6012D33;
    text-align: center;
    font-size: 19px;
}

/* Answer Text */
.accordion-body {
  color:#666;
  padding-left:0;
  padding-right:40px;
  font-size:15px;
  line-height:1.6;
}

button.accordion-button.collapsed {
    padding: 30px 0px;
}

/* MODAL BOX */
.popup-modal-box {
    border-radius: 30px;
    overflow: hidden;
    border: none;
    position: relative;
    padding:20px;
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: white;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 10;
}

/* LEFT IMAGE */
.left-popup-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 27px;
}

/* TITLE */
.popup-title {
    color: #A6012D;
    font-size: 28px;
    font-weight: 600;
    text-align:center;
}

/* INPUT FIELDS */
.popup-input {
    border: 1.5px solid #E3B5C5;
    border-radius: 10px;
    padding: 12px;
    font-size: 15px;
}

.popup-input:focus {
    border-color: #A6012D;
    box-shadow: 0 0 5px rgba(166, 1, 45, 0.2);
}

/* ICON INSIDE INPUT */
.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #A6012D;
    pointer-events: none;
}

/* SUBMIT BUTTON */
.popup-submit-btn {
    background: #A6012D;
    color: #fff;
    padding: 12px 40px;
    font-size: 17px;
    border-radius: 40px;
}

.popup-submit-btn:hover {
    background: #870123;
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
    .left-popup-img { height: 250px; }
    .popup-title { text-align: center; }
}

.page-template-home .play-btn {
    position: relative;
    bottom: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #d40028;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.9;
    transition: 0.3s;
}

.PhoneNumber {

background: #9e002a;
    padding: 10px 15px;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    font-weight: 500; }