@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&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

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

:root {
  --background-color: #016255;
  --white-color: #ffff;
  --black-color: #000;
  --yellow-color: #e9c200;
}

html,
body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar-container {
  position: relative;
  background-image: url("./assests/top-bar-container-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}

.top-bar-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-color);
  opacity: 0.85;
  z-index: 1;
}

.top-bar-container .content {
  position: relative;
  z-index: 2; /* Keeps content above the overlay */
}

.top-bar-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-middle {
  display: flex;
  width: 40%;
  color: var(--white-color);
  border-radius: 20px;
  padding: 10px;
  font-weight: 600;
  gap: 20px;
}

.top-middle span {
  display: flex;
  gap: 5px;
  color: var(--white-color);
  font-size: 16px;
  justify-content: center;
  align-items: center;
  font-family: "Lato", serif;
}

.top-middle i {
  color: var(--yellow-color);
  margin-right: 5px;
  font-size: 18px;
}

.top-social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.top-social-media i {
  background-color: var(--background-color);
  color: var(--white-color);
  border-radius: 50%;
  padding: 8px;
  border: 1px solid var(--yellow-color);
  transition: 0.2s ease-in-out;
}

.top-social-media i:hover {
  background-color: var(--yellow-color);
  cursor: pointer;
  color: var(--black-color);
  border: 1px solid var(--black-color)
}

.top-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--background-color);
  padding: 15px 30px;
  transform: skew(-20deg);
}

.top-contact a {
  color: var(--white-color);
  text-decoration: none;
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: skew(20deg);
  font-family: "Lato", serif;
}

.top-contact a i {
  background-color: var(--yellow-color);
  color: var(--black-color);
  padding: 9px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.top-contact a i:hover {
  background-color: var(--white-color);
}

.top-contact a span:hover {
  color: var(--yellow-color);
}

.full-divider {
  width: 100vw;
  height: 0.2px;
  background: var(--white-color);
  opacity: 0.2;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow: hidden; /* nothing can escape rounded corners */
  margin-bottom: 15px;
}

.logo,
.mid,
.contat {
  flex: 1;
  min-width: 0; /* important for flex items */
}

.nav-bar img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ========================================
   HERO SECTION
======================================== */

.hero-section {
  background: var(--black-color);
  padding: 40px 0 80px;
  position: relative;
  overflow: hidden;
}

/* Container */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   TOP HEADING
======================================== */

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.hero-title {
  display: inline-block;
  background-color: var(--background-color);
  color: var(--black-color);
  font-size: 32px;
  font-weight: 700;
  padding: 18px 60px;
  border-radius: 40px 40px 0 0;
}

/* ========================================
   SLIDER
======================================== */

.hero-slider {
  margin-top: 10px;
}

.slide-item {
  padding: 20px 0;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

/* ========================================
   LEFT SIDE
======================================== */

.hero-left {
  flex: 1;
  max-width: 550px;
  padding-left: 2px;
}

.service-badge {
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  background-color: var(--background-color);
  color: var(--white-color);
  padding: 10px 25px;
  border-radius: 0px 40px 0px 40px;
  border-left: 4px solid var(--yellow-color);
  border-right: 4px solid var(--yellow-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-left h1 {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  text-align: left;
  color: var(--yellow-color);
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.hero-left p {
  font-family: "Lato", serif;
  color: var(--white-color);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 35px;
  text-align: justify;
}

/* ========================================
   BUTTON
======================================== */

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--background-color);
  color: var(--white-color);
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  font-family: "Lato", serif;
}

.whatsapp-btn:hover {
  background-color: var(--yellow-color);
  color: var(--black-color);
}

.whatsapp-btn i {
  font-size: 22px;
}

/* ========================================
   RIGHT IMAGE
======================================== */

.hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-right img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

#marquee-sec {
  width: 100%;
  background: var(--background-color);
  color: var(--white-color);
  overflow: hidden;
  padding: 12px 0;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee-content span {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", serif;
}

.marquee-content i {
  font-size: 12px;
  color: var(--yellow-color);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#about-section {
  position: relative;
  background-image: url("./assests/about-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  background-attachment: fixed;
}

#about-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  opacity: 0.95; /* Black overlay with 50% opacity */
  z-index: 1;
}

#about-section .content {
  position: relative;
  z-index: 2; /* Keeps content above the overlay */
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.about-wrapper {
  display: flex;
  gap: 50px;
  margin-bottom: 60px;
  padding-top: 60px;
}

.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image img {
  width: 100%;
  display: block;
}

.image-content {
  padding: 20px;
  text-align: center;
}

.image-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.image-content span {
  display: inline-block;
  background: var(--background-color);
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 40px;
}

.about-content {
  width: 65%;
}

.section-tag {
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  background: var(--background-color);
  padding: 15px 30px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--white-color);
  border-radius: 0px 40px 0px 40px;
  border-left: 4px solid var(--yellow-color);
  border-right: 4px solid var(--yellow-color);
}

.about-content h2 {
  font-family: "Philosopher", sans-serif;
  font-weight: 900;
  text-align: left;
  color: var(--background-color);
  font-size: 40px;
  margin-bottom: 15px;
}

.about-content h2 span {
  display: block;
}

.urdu-line {
  color: var(--yellow-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-content p {
  font-family: "Lato", serif;
  font-size: 16px;
  color: var(--black-color);
  line-height: 1.9;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: justify;
}

.highlight-box {
  background-color: #f6e79d;
  opacity: 0.8;
  padding: 20px;
  border-left: 5px solid var(--yellow-color);
  margin-bottom: 25px;
}

.highlight-box p {
  font-family: "Lato", serif;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  color: black;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  background: var(--background-color);
  color: var(--white-color);
  font-family: "lato", serif;
  padding: 15px 33px;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  gap: 8px;
}

.cta-btn i {
  font-size: 24px;
}

.cta-btn:hover {
  background: var(--yellow-color);
  color: var(--black-color);
}

.section-divider {
  width: 100%;
  height: 1px;
  background: var(--black-color);
  margin-bottom: 40px;
  margin-top: 20px;
}

.section-heading {
  text-align: center;
  margin-bottom: 20px;
}

.section-heading span {
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  background: var(--background-color);
  color: var(--white-color);
  padding: 15px 30px;
  border-radius: 0px 40px 0px 40px;
  border-left: 4px solid var(--yellow-color);
  border-right: 4px solid var(--yellow-color);
  font-size: 20px;
  font-weight: 700;
}

.section-subtitle {
  font-family: "Lato", serif;
  text-align: center;
  color: var(--background-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.youtube-shorts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-bottom: 500px;
}

.short-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(244, 190, 0, 0.15);
}

.short-card iframe {
  width: 100%;
  aspect-ratio: 9/16;
  border: none;
}

#services-section {
  background-image: url(assests/svc-section-bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0;
  position: relative;

}

#services-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-color);
  opacity: 0.7; /* Black overlay with 50% opacity */
  z-index: 1;
}

.move-section {
    position: absolute;
    top: -500px;
}

#services-section .content {
  position: relative;
  z-index: 2; /* Keeps content above the overlay */
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.services-badge {
  display: inline-block;
  background: var(--background-color);
  color: var(--white-color);
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 20px;
  border-radius: 0px 40px 0px 40px;
  border-left: 4px solid var(--yellow-color);
  border-right: 4px solid var(--yellow-color);
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.section-title h2 {
  font-family: "Philosopher", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--background-color);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service-card {
  background: var(--yellow-color);
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid var(--white-color);
}


.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  padding: 7px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.service-content {
  padding: 7px;
  text-align: center;
}

.service-content h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--black-color);
  background-color: var(--white-color);
  padding: 5px;
}

.service-content h3 {
  font-size: 20px;
  color: var(--background-color);
  font-family: "Philosopher", sans-serif;
  margin-bottom: 15px;
}

.service-content p {
  font-family: "Lato", serif;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: center;
}

.service-content a {
  display: inline-block;
  background: var(--background-color);
  color: var(--white-color);
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 40px;
  font-weight: 600;
  font-family: "Lato", serif;
}

.bottom-content {
  text-align: center;
  color: var(--white-color);
  max-width: 900px;
  padding-top: 250px;
  margin: auto;
}

.bottom-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Philosopher", sans-serif;
  color: var(--yellow-color);
}

.bottom-content p {
  font-size: 17px;

  line-height: 1.8;
  font-family: "Lato", serif;
  margin-bottom: 35px;
}

.whatsapp-btn-inv {
  display: inline-block;

  background: var(--yellow-color);

  color: var(--black-color);

  text-decoration: none;

  padding: 16px 35px;
  font-family: "Lato", serif;
  border-radius: 50px;
  transition: 0.3s ease-in-out ;
  font-weight: 700;
}

.whatsapp-btn-inv:hover {
  background-color: var(--background-color);
  color: var(--white-color);
}

#services {
  position: relative;
  background-image: url("./assests/about-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-color);
  opacity: 0.95; /* Black overlay with 50% opacity */
  z-index: 1;
}

#services .content {
  position: relative;
  z-index: 2; /* Keeps content above the overlay */
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px 35px;
}

.services-card{
    position:relative;
    background: var(--background-color);
    border-radius:12px;
    padding: 100px 25px 30px;
    text-align:center;
    overflow:visible;
    z-index:2;
    margin-top: 150px;
}

.svc-main {
    padding-bottom: 80px;
    padding-top: 80px;
}

.services-img{
    position:absolute;
    left:50%;
    top:-80px;
    transform:translateX(-50%);
    width:180px;
    height:180px;
    pointer-events:none;
}

.svc-section-heading {
    background-color: var(--background-color);
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    width: 30%;
    border-radius: 0px 40px 0px 40px;
    border-left: 4px solid var(--yellow-color);
    border-right: 4px solid var(--yellow-color);
}

.svc-section-heading h2 {
    font-size: 20px;
    padding: 10px 15px;
    color: var(--white-color);
    font-family: "DM Sans", sans-serif;
}


.isl-contact-btn{
    display:inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Lato", serif;
    margin-top:20px;
    padding:12px 24px;
    background: var(--white-color);
    color: var(--black-color);
    text-decoration:none;
    border-radius:40px;
    font-weight:700;
    transition: 0.3s ease-in-out;
}

.isl-contact-btn i{ 
    font-size: 22px;
}

.isl-contact-btn:hover {
    color: var(--black-color);
    background-color:  var(--yellow-color);
}


/* Ring */

.services-img .ring{
    position:absolute;
    width:180px;
    height:180px;
    top:0;
    left:0;
    animation:rotateRing 18s linear infinite;
    z-index:1;
}

/* Service Image */

.services-img .service-img{
    position:absolute;
    width:145px;
    height:145px;
    top:18px;
    left:18px;
    border-radius:50%;
    object-fit:cover;
    z-index:3;
}

/* Content */

.card-body{
    position:relative;
    z-index:10;
    color:var(--white-color);
    margin-top:10px;
}

.card-body h3{
    margin-bottom:10px;
    margin-top: 10px;
    font-size: 30px;   
    font-family: "Philosopher", sans-serif; 
}

.card-body h4{
    margin-bottom:15px;
    background-color: #590202;
    padding: 10px;
    color: var(--yellow-color);
    font-family: "DM Sans", sans-serif;
}

.card-body p{
    line-height:1.7;
    text-align: center;
    font-size: 17px;
    font-family: "Lato", serif;
}

.card-body strong {
    color: var(--yellow-color);
}

@keyframes rotateRing{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}


.chat-review-section{
    padding:80px 0;
    background: url(assests/chat-section-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.chat-review-section::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    opacity: 0.8;
    position: absolute;
    z-index: 1;
}

.chat-review-section .content {
    position: relative;
    z-index: 2;
}


.client-chat-section{
    background-color: var(--white-color);
    padding:80px 0;
}

#client-chat {
    width: 100%;
    height: 90vh;
}

/* ===========================
   TESTIMONIAL SECTION
=========================== */

.client-reviews-section{
    padding:100px 0;
    background-image: url(assests/about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.client-reviews-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    opacity: 0.95; /* Black overlay with 50% opacity */
    z-index: 1;
}
.client-reviews-section .content {
    position: relative;
    z-index: 2; /* Keeps content above the overlay */
}
.review-heading{
    text-align:center;
    margin-bottom:60px;
}

.review-tag{
    font-family: "DM Sans", sans-serif;
    display:inline-block;
    background:  var(--background-color);
    color: var(--white-color);
    padding:15px 25px;
    border-radius: 0px 40px 0px 40px;
    border-left: 4px solid var(--yellow-color);
    border-right: 4px solid var(--yellow-color);
    font-weight:700;
    font-size: 20px;
    margin-bottom:15px;
}

.review-heading h2{
    font-family: "Philosopher", sans-serif;
    text-align: center;
    font-size:35px;
    margin-bottom:15px;
    color: var(--black-color);
}

.review-heading p{
    font-family: "Lato", serif;
    font-weight: 500;
    max-width:600px;
    margin:auto;
    color: var(--black-color);
    font-size: 16px;
}

/* ===========================
   CARD
=========================== */

.review-card{
    background: var(--background-color);
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    height:100%;
}

.google-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#eef9f0;
    color:#0f9d58;

    padding:8px 15px;
    border-radius:30px;

    font-size:13px;
    font-weight:600;

    margin-bottom:15px;
}

.review-stars{
    font-family: "Lato", serif;
    color: var(--yellow-color);
    font-size:16px;
    margin-bottom:20px;
}

.review-stars span{
    color:#fafafa;
    font-weight:700;
    margin-left:8px;
}

.review-message{
    font-family: "Lato", serif;
    font-weight: 500;
    text-align: justify;
    color:#faf8f8;
    line-height:1.9;
    margin-bottom:25px;
    font-size:16px;
}

/* ===========================
   USER
=========================== */

.review-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.review-user img{
    width:80px !important;
    height:80px !important;

    min-width:80px;
    max-width:80px;

    border-radius:50%;
    object-fit:cover;

    border:3px solid var(--yellow-color);

    display:block;
    flex-shrink:0;
}

.review-user-info{
    flex:1;
}

.review-user-info h4{
    font-family: "Roboto Slab", serif;
    margin:0;
    font-size:15px;
    font-weight:400;
    color:#fefdfd;
}

.review-user-info span{
    display:block;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color:#e3e0e0;
    margin-top:4px;
}

.review-user-info small{
    font-family: "Lato", serif;
    display:block;
    margin-top:4px;
    color:#c9c7c7;
}

/* ==========================================
   OWL CAROUSEL NAVIGATION & DOTS
========================================== */

.review-slider .owl-nav,
.client-slider .owl-nav{
    display: block !important;
    text-align:center;
    margin-top:30px;
}

.review-slider .owl-prev,
.review-slider .owl-next,
.client-slider .owl-prev,
.client-slider .owl-next{

    width:55px;
    height:55px;

    display:inline-flex !important;
    align-items:center;
    justify-content:center;

    margin:0 8px;

    border:none !important;
    border-radius:50% !important;

    background: var(--yellow-color) !important;
    color:#000 !important;

    font-size:22px !important;
    font-weight:700;

    cursor:pointer;
    transition:all .3s ease;
}

/* Hover Effect */

.review-slider .owl-prev:hover,
.review-slider .owl-next:hover,
.client-slider .owl-prev:hover,
.client-slider .owl-next:hover{

    background: var(--background-color) !important;
    color: var(--white-color) !important;

    transform:translateY(-3px);
}

/* Active Click Effect */

.review-slider .owl-prev:active,
.review-slider .owl-next:active,
.client-slider .owl-prev:active,
.client-slider .owl-next:active{

    transform:scale(.95);
}


.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -124px;
    width: 180px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}
.call-part ul li a {
   background: rgb(2, 2, 2);
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: "Philosopher", sans-serif;
    border: solid 1px #88888852;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background:  var(--yellow-color);
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffff;
    margin-right: 10px;
}

.call-part ul li .phone {
    color: black !important;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 100px;
}
.call-part ul li.whats i {
    background: var(--background-color);
    color: #fff;
}
.call-part ul li:hover {
    right: 0;
}


/*==========================================
            FOOTER
==========================================*/

#footer {
    position: relative;
    background: url("./assests/top-bar-container-bg.png") center center/cover no-repeat;
    color:  var(--white-color);
    overflow: hidden;
    padding-top: 80px;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

#footer .container {
    position: relative;
    z-index: 2;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
    gap: 50px;
    padding-bottom: 60px;
}

.footer-col h3 {
    color: var(--yellow-color);
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    font-family: "Philosopher", sans-serif;
}

.footer-col h3::after {
    content: "";
    width: 60px;
    height: 3px;
    background: var(--yellow-color);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.footer-about img {
    width: 100%;
    margin-bottom: 25px;
}

.footer-about p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: justify;
    font-family: "Lato", serif;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;

}


.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: var(--white-color);
    text-decoration: none;
    transition: .3s;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
}

.footer-col ul li a:hover {
    color: var(--yellow-color);
    padding-left: 8px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact i {
    width: 42px;
    height: 42px;
    background: var(--yellow-color);
    color: var(--black-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    flex-shrink: 0;
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--yellow-color);
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    transition: .3s;
}

.footer-social a:hover {
    background: var(--white-color);
    transform: translateY(-6px);
}

/*=========================
      Bottom Footer
=========================*/

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    color: var(--white-color);
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
}

.footer-policy {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-policy span {
    color: rgba(255,255,255,.5);
}

.footer-policy a {
    color: var(--white-color);
    text-decoration: none;
    transition: .3s;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
}

.footer-policy a:hover {
    color: var(--yellow-color);
}

/*=========================
        Responsive
=========================*/

@media (max-width:1200px){

.footer-wrapper{
    grid-template-columns:repeat(2,1fr);
    gap:50px;
}

}

@media (max-width:768px){

#footer{
    padding-top:60px;
}

.footer-wrapper{
    grid-template-columns:1fr;
    text-align:center;
    gap:45px;
}

.footer-col h3::after{
    left:50%;
    transform:translateX(-50%);
}

.footer-about img{
    margin:auto;
    margin-bottom:25px;
}

.footer-social{
    justify-content:center;
}

.footer-contact li{
    justify-content:center;
}

.footer-bottom{
    flex-direction:column;
    text-align:center;
}

.footer-policy{
    justify-content:center;
}

}

@media (max-width:480px){

.footer-col h3{
    font-size:22px;
    
}

.footer-about p,
.footer-col ul li a,
.footer-bottom p,
.footer-policy a{
    font-size:15px;
}

.footer-social a{
    width:42px;
    height:42px;
}

.footer-contact i{
    width:38px;
    height:38px;
    font-size:16px;
}

.footer-about img{
    width:180px;
}

}


/*=========================================
        MSP REFUND POLICY
=========================================*/

#msp-refund-policy{
    background:#f8f8f8;
    padding:80px 20px;
}

.msp-policy-wrapper{
    max-width:1100px;
    margin:auto;
}

.msp-policy-header{
    text-align:center;
    margin-bottom:45px;
}

.msp-policy-header h1{
    font-size:42px;
    color:#016255;
    font-weight:700;
    margin-bottom:15px;
    line-height:1.2;
    font-family: "Philosopher", sans-serif;
}

.msp-policy-header p{
    font-size:18px;
    color:#666;
    max-width:650px;
    margin:auto;
    line-height:1.8;
    font-family: "DM Sans", sans-serif;
}

.msp-policy-card{
    background:#ffffff;
    padding:45px;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.msp-policy-card h2{
    color:#016255;
    font-size:25px;
    margin:35px 0 15px;
    font-weight:700;
    font-family: "DM Sans", sans-serif;
}

.msp-policy-card h2:first-of-type{
    margin-top:10px;
}

.msp-policy-card p{
    color:#555;
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
    font-family: "Lato", serif;
}

.msp-policy-card strong{
    color:#016255;
}



/*=========================
        Tablet
=========================*/

@media(max-width:991px){

.msp-policy-header h1{
    font-size:36px;
}

.msp-policy-card{
    padding:35px;
}

.msp-policy-card h2{
    font-size:22px;
}

}

/*=========================
        Mobile
=========================*/

@media(max-width:768px){

#msp-refund-policy{
    padding:60px 15px;
}

.msp-policy-header{
    margin-bottom:35px;
}

.msp-policy-header h1{
    font-size:30px;
}

.msp-policy-header p{
    font-size:16px;
}

.msp-policy-card{
    padding:25px;
}

.msp-policy-card h2{
    font-size:20px;
    margin-top:28px;
}

.msp-policy-card p{
    font-size:15px;
    line-height:1.8;
}


}

/*=========================
      Small Mobile
=========================*/

@media(max-width:480px){

.msp-policy-header h1{
    font-size:26px;
}

.msp-policy-card{
    padding:20px;
}

.msp-policy-card h2{
    font-size:18px;
}

.msp-policy-card p{
    font-size:14px;
}


}

#msp-refund-policy,
#msp-terms-conditions,
#msp-privacy-policy {
    background: #f8f8f8;
    padding: 80px 20px;
}

@media only screen and (max-width: 420px) and (min-width: 0px) { 
    .top-bar-details {
        flex-direction: column;
        gap: 15px;
    }
    .top-contact {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .top-contact a {
      font-size: 0.82rem;
    }
    .top-social-media {
      display: none;
    }
    .top-middle {
      width: 100%;
      justify-content: space-between;
      align-items: center;
      display: flex;
    }
    .top-middle span {
      font-size: 0.85rem;
      gap: 8px
    }
    .top-middle i {
      font-size: 0.9rem;
    }

        .nav-bar {
        flex-direction: column;
        gap: 5px;
        padding: 5px;
    }
    .logo, .mid, .contact {
        width: 100%
    }
    .slide-item {
        padding: 25px;
    }
        .hero-left,
    .hero-right {
        width: 100%;
        max-width: 100%;
    }
      .hero-title {
        font-size: 20px;
        padding: 14px 25px;
    }

    .hero-right img {
        max-width: 350px;
    }
    .hero-content {
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px !important;
        margin-bottom: 10px;
    }
     
    .service-badge{
        margin: 20px;
    }

    .hero-left h1 {
        text-align: center;
        font-size: 2.3rem !important;
    }
    .hero-content p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 1rem;
    }
    .owl-dots {
        display: none;
    }
    .svc-stat {
        display: grid;
        grid-template-columns:repeat(2, 1fr) !important; 
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .hero-left {
        padding-left: 0px;
    }
    .svc-card {
        border: none !important;
    }
    .about-wrapper{
    flex-direction:column;
    }
    .about-image,
    .about-content{
        width:100%;
    }

    .service-grid{
        grid-template-columns:1fr;
    }

    .about-wrapper {
        padding-top: 10px !important;
        gap: 25px !important;
    }
    .about-content h2 {
        font-size: 2rem !important;
    }
    .urdu-line {
        font-size: 1.1rem !important;
    }
    .about-content p {
        margin-bottom: 10px !important;
    }

    .highlight-box p {
        font-size: 14px !important;
    }

    .cta-btn {
        display:flex !important;
        width:fit-content;
        margin: 0 auto !important;
    }

  .youtube-shorts{
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 2000px;
    }
  .service-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .move-section {
    top: -2000px;
  }
  .bottom-content {
    padding-top: 250px;
  }
  .bottom-content h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  }
  .bottom-content p {
  font-size: 1rem;
  line-height: 1.5;
  }
  .svc-section-heading {
    text-align: center;
    width: 80%;

  }
  .svc-section-heading h2 {
    font-size: 1.2rem;
    padding: 5px 15px;

  }
  .svc-main {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .service-grid{
      gap:5px 30px;
  }
  .footer-about img {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-col {
    text-align: left;
  }
  .footer-col h3::after {
    display: none;
  }

}

@media only screen and (max-width: 681px) and (min-width: 421px) { 
     .top-bar-details {
        flex-direction: column;
        gap: 15px;
    }
    .top-contact {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .top-contact a {
      font-size: 1rem;
    }
    .top-social-media {
      display: none;
    }
    .top-middle {
      width: 100%;
      gap: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .top-middle span {
      font-size: 1rem;
      gap: 8px;
    }
    .top-middle i {
      font-size: 0.9rem;
    }

     .nav-bar {
        flex-direction: column;
        gap: 5px;
        padding: 5px;
    }
    .logo, .mid, .contact {
        width: 100%
    }
    .slide-item {
        padding: 25px;
    }


    .hero-left,
    .hero-right {
        width: 100%;
        max-width: 100%;
    }

    .urdu-text {
        font-size: 20px;
    }

    .hero-title {
        font-size: 20px;
        padding: 14px 25px;
    }

    .hero-right img {
        max-width: 350px;
    }
    .hero-content {
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px !important;
        margin-bottom: 10px;
    }
     
    .service-badge{
        margin: 20px;
    }

    .hero-left h1 {
        text-align: center;
        font-size: 2.3rem !important;
    }
    .hero-content p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 1rem;
    }
    .owl-dots {
        display: none;
    }
    .svc-stat {
        display: grid;
        grid-template-columns:repeat(2, 1fr) !important; 
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .hero-left {
        padding-left: 0px;
    }
    .svc-card {
        border: none !important;
    }
    .about-wrapper{
        flex-direction:column;
    }
    .about-image,
    .about-content{
        width:100%;
    }

    .service-grid{
        grid-template-columns:1fr;
    }
    .about-wrapper {
        padding-top: 10px !important;
        gap: 25px !important;
    }
    .about-content h2 {
        font-size: 2rem !important;
    }
    .urdu-line {
        font-size: 1.1rem !important;
    }
    .about-content p {
        margin-bottom: 10px !important;
    }

    .highlight-box p {
        font-size: 14px !important;
    }

    .cta-btn {
        display:flex !important;
        width:fit-content;
        margin: 0 auto !important;
    }

  .youtube-shorts{
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 1300px;
    }
  .service-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
   .move-section {
    top: -1300px;
  }
  .bottom-content {
    padding-top: 250px;
  }
  .bottom-content h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  }
  .bottom-content p {
  font-size: 1rem;
  line-height: 1.5;
  }
  .svc-section-heading {
    text-align: center;
    width: 80%;

  }
  .svc-section-heading h2 {
    font-size: 1.2rem;
    padding: 5px 15px;

  }
  .svc-main {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .service-grid{
      gap:5px 30px;
  }
  .footer-about img {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-col {
    text-align: left;
  }
  .footer-col h3::after {
    display: none;
  }

}

@media only screen and (max-width: 884px) and (min-width: 682px) { 
      .top-social-media {
      display: none;
    }
    .top-contact a {
      font-size: 0.9rem;
    }
    .top-middle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 50%;
    }
    .top-middle span {
      font-size: 0.85rem;
      gap: 8px;
    }
       .nav-bar {
        flex-direction: column;
        gap: 5px;
        padding: 5px;
    }
    .logo, .mid, .contact {
        width: 100%
    }
    .slide-item {
        padding: 25px;
    }
    .service-badge{
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    .hero-left h1 {
        font-size: 2rem;
    }
    .urdu-text {
        font-size: 1rem;
    }
    .hero-left p {
        font-size: 1rem;
    }
    .owl-dots {
        display: none;
    }
    .svc-stat {
        display: grid;
        grid-template-columns:repeat(3, 1fr) !important; 
        padding: 20px;
        margin: 0px;
        gap: 20px;
    }
    .about-wrapper{
        flex-direction:column;
    }
    .about-image,
    .about-content{
        width:100%;
    }
    .cta-btn {
        display:flex !important;
        width:fit-content;
        margin: 0 auto !important;
    }
        .youtube-shorts {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 1000px;
    }
     .service-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
   .move-section {
    top: -1000px;
  }
  .bottom-content {
    padding-top: 250px;
  }
  .bottom-content h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  }
  .bottom-content p {
  font-size: 1rem;
  line-height: 1.5;
  }
  .svc-section-heading {
    text-align: center;
    width: 80%;
  }
  .svc-section-heading h2 {
    font-size: 1.2rem;
    padding: 5px 15px;

  }
  .svc-main {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .service-grid{
      gap:5px 30px;
  }
  .footer-about img {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-col {
    text-align: left;
  }
  .footer-col h3::after {
    display: none;
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

}