.transforming {
    padding-top: 124px;
    padding-bottom: 32px;
}

.transforming div {
    width: 80%;
}

.transforming div h2 {
    font-size: 54px;
    line-height: 3.5rem;
}

.transforming div p {
    font-size: 22px;
    width: 80%;
    line-height: 1.8rem;
}

.limits {
    margin-top: 64px;
}

.limits .push-row {
    display: flex;
}

.limits .push-row .col-md-1 {
    width: 40%;
}

.limits .push-row h2 {
    width: 80%;
}

.limits .push-row .col-md-2 {
    width: 60%;
}

.limits .push-row .col-md-2 p {
    padding-top: 0;
}

.man {
    margin-top: 64px;
    color: #fff;
}

.man .man-box {
    display: flex;
    gap: 10px;
    background-color: #111;
}

.man .man-box .left .profile {
    padding: 42px;
}

.man .man-box .left {
    flex: 2;
}

.man .man-box .left p {
    /* width: 90%; */
    color: #fafafabe;
}

.man .man-box .footer-profile {
    margin-top: 28px;
    display: flex;
    gap: 20px;
}

.man .man-box .footer-profile .l img {
    width: 120px;
    border-radius: 50%;
}

.man .man-box .footer-profile .r {
    /* align-items: center; */
    justify-content: center;
    align-content: center;
}

.man .man-box .right {
    flex: 1;
    background-image: url('../../vendors/images/askar-cover-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.meet-team .teamContainer {
    display: flex;
}

.meet-team .teamContainer .left-div,
.meet-team .teamContainer .right-div {
    flex: 1;
}

.meet-team .teamContainer .left-div {
    background-image: url('../../vendors/images/Sreejith.jpg');
    background-size: cover;
    height: 640px;
}

.meet-team .teamContainer .right-div {
    padding-left: 24px;
    align-content: center;
}


.myWhatsAppButton {
    z-index: 999;
}


.new-branch {
  background: #f9fafb;
  width: 100%;
  padding: 80px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Left Video Section */
.store-l, .store-r {
  flex: 1 1 50%;
  min-width: 300px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 177.77%; /* 9:16 aspect ratio (height = width * 16/9 inverted) */
  overflow: hidden;
  background: #000;
}

.video-wrapper video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

/* Right Text Section */
.store-r {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  background: #ffffff;
}

.branch-details {
  text-align: left;
  max-width: 450px;
}

.headline {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.store-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fdd412;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location {
  font-size: 1rem;
  color: #777777;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.6;
}

.message {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: justify;
}

.visit-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #fdd412;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.visit-btn:hover {
  background: #005ad3;
  color: #f9fafb;
  transform: translateY(-2px);
}
