/* Start Login page */
@font-face {
    font-family: 'SourceSerif4';
    src: url('/fonts/FontOne/SourceSerif4-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BrownCasalova';
    src: url('/fonts/FontTow/BrownCasalova_Demo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root{
--color-green-black:#04444A;
--color-green-medium:#587f83;
--color-green-light:#9BE6D9;
--color-brown-black:#B8A283;
--color-brown-light:#F2F1EC;
--font-primary: 'SourceSerif4', serif;
--font-secondry:'BrownCasalova', serif


}
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
}
body {
  min-height: 100vh;
  margin: 0;

}

.body-section{
 background: 
    radial-gradient(circle at 1% 8%, #C6B39D 0%, transparent 15%),
    radial-gradient(circle at 31% 10%, #F2F1Ec 0%, transparent 34%),
    radial-gradient(circle at 87% 28%, #F2F1Ec 0%, transparent 30%),
    radial-gradient(circle at 6% 42%, #F2F1Ec 0%, transparent 30%),
    radial-gradient(circle at 50% 57%, #FFFAE6 0%, transparent 27%),
    radial-gradient(circle at 89% 43%, #8BA0A0 0%, transparent 23%),
    radial-gradient(circle at 1% 75%, #8BA0A0 0%, transparent 21%),
    radial-gradient(circle at 10% 95%, #F2F1EC 0%, transparent 25%),
    radial-gradient(circle at 89% 95%, #F2F1EC 0%, transparent 30%),
    #ffffff;
    clip-path: polygon(0 0, 32% 0, 36% 1.5%, 100% 1.5%, 100% 100%, 0 100%);
    top: -62px;
    position: relative;
      margin-bottom: -61px;

}


/* End Login Page */

/* Start Visitor page */
/* Navigation */
/* Background */
.main_section {
  background-image: url("/image/background.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

/* Navbar */
.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.95rem;
  font-family: var(--font-primary);
      
}
.nav-link:hover {
  color: white !important;
}

.active-link {
  background-color: #587f83 !important;
  padding: 0.6rem 1.4rem !important;
  border-radius: 25px !important;
  border: solid white !important;
  border-width: 0.5px 0 0.5px 0 !important;
  background-color: rgb(155, 230, 217, 0.4);
}

/* Button Style */
.btn-custom {
  background-color: rgb(155, 230, 217, 0.4);
  padding: 0.7rem 2rem;
  border-radius: 25px;
  border: solid white;
  border-width: 0.5px 0 0.5px 0;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
   transition: all ease 0.4s;
}
.about-content .btn-custom:hover{
    background: linear-gradient(-135deg, #b8a283 0%, #587f83 100%);
  transform: translateY(-4px);
  color: var(--color-brown-light);
}

.about-content .btn-custom{
   background: linear-gradient(135deg, #b8a283 0%, #587f83 100%);
}
.services .btn-custom{
   background: linear-gradient(135deg, #b8a283 0%, #587f83 100%);
    transition: all ease 0.4s;
}
.services .btn-custom:hover{
    background: linear-gradient(-135deg, #b8a283 0%, #587f83 100%);
  transform: translateY(-4px);
  color: var(--color-brown-light);
}


/* Tag */
.tag-custom {
  background-color: #587f83;
  padding: 0.6rem 1.5rem;
  border-radius: 20px;
  border: solid white;
  border-width: 0.5px 0 0.5px 0;
  color: white;
  font-weight: bold;
  font-family: var(--font-primary);
  background-color: rgb(155, 230, 217, 0.4);
}

/* Hero Text */
.hero-title {
  font-size: 2.2rem;
  color: white;
  line-height: 1.3;
  font-family: var(--font-primary);
  font-weight: bold;
}
.hero-desc {
  font-size: 13px;
  color: white;
  width: 80%;
  margin: 0 auto;
  font-family: var(--font-primary);
}

/* Responsive */
@media (min-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }
  .hero-desc {
    width: 60%;
  }
  }

/* Ticker */
  .ticker {
  background: transparent !important;
  color: white;
  padding: 1rem;
  border: solid white;
  margin-top: 25px;
  overflow: hidden;
}

  .ticker-content {
  display: flex;
  gap: 3rem;
  animation: scroll 20s linear infinite;
  white-space: nowrap;
  font-family: var(--font-primary);
}

  @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Solutions Section */
.solutions {
  padding: 1rem 5%;
  position: relative;
}
.solutions i {
    background: linear-gradient(135deg, #b8a283 0%, #587f83 100%);
    font-size: 27px;
    padding: 0px 19px 0px 19px;
    border-radius: 20px;
    color: white;
      margin-left: 25px;
}


.solutions h2 {
  font-size: 2.5rem;
  padding-top: 60px;
  color: var(--color-green-black);
  font-family: var(--font-primary);
  font-weight: bold;
  margin-bottom: 2rem;
}

.solution-buttons {
  justify-content: space-between;

  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.solution-btn {
  background: linear-gradient(135deg, #b8a283 0%, #587f83 100%);
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: var(--font-primary);
  padding: 10px 10px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: all ease 0.4s;
}

.solution-btn:hover {
  background: linear-gradient(-135deg, #b8a283 0%, #587f83 100%);
  transform: translateY(-4px);
  color: var(--color-brown-light);
}

/* Creative Agency Section */
.creative-section {
  margin-bottom: 1.5rem;
}

.creative-card {
  background-image: url("/image/creative.png");
  padding: 0.5rem;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  color: white;

  overflow: hidden;
}

.creative-card h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.creative-card p {
  font-size: 1.5rem;
  line-height: 1.4;
}

.stats-card2 {
background-color: #f2f1ec;

  padding: 1.5rem;
  width: 35%;
  height: 260px;
  border-radius: 20px;
  position: relative;
  top: -241px;
  left: 66%;
}
.stats-card {
  background: linear-gradient(135deg, #b8a283 0%, #587f83 100%);
  padding: 2rem;

  border-radius: 20px;
  color: white;

  top: 0;
}
.creative-text h3 {
  position: absolute;
  width: 870px;
  left: -867px;
  top: 251px;
  font-size: 24px;
  font-family: var(--font-primary);
  color: var(--color-green-black);
  text-align: justify;
}

.stat-item {
  margin: 2rem 0;
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  font-family: var(--font-primary);
}

.stat-text {
  font-size: 0.9rem;
  opacity: 0.9;
}
/* about Section */
.about-almuqadimah h3{
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--color-green-medium);
}
.about-almuqadimah h2{
  font-family: var(--font-primary);
  color: var(--color-green-black);
  font-weight: bold;
}
.about-almuqadimah h2:nth-child(2) {
  position: relative;
  padding: 8px 24px;
  font-size: 2rem;
  background: #f2f1ec;
  width: fit-content;
  overflow: hidden;
}

.about-almuqadimah h2:nth-child(2)::before,
.about-almuqadimah h2:nth-child(2)::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--color-brown-black);
  animation: drawX 4s ease-in-out infinite;
}

.about-almuqadimah h2:nth-child(2)::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.about-almuqadimah h2:nth-child(2)::after {
  bottom: 0;
  left: 0;
  transform-origin: right;
}
.corner {
  width: 20px !important;
  height: 20px !important;
}


.about-almuqadimah h2:nth-child(2) span::before,
.about-almuqadimah h2:nth-child(2) span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--color-brown-black);
  animation: drawY 4s ease-in-out infinite;
}

.about-almuqadimah h2:nth-child(2) span::before {
  left: 0;
  top: 0;
  transform-origin: top;
}

.about-almuqadimah h2:nth-child(2) span::after {
  right: 0;
  top: 0;
  transform-origin: bottom;
}

.about-almuqadimah h2:nth-child(2)::marker {
  display: none;
}

.about-almuqadimah h2:nth-child(2) .corner {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--color-green-black);
  opacity: 0;
  animation: corners 4s ease-in-out infinite;
}

.about-almuqadimah h2:nth-child(2) .tl { top: -6px; left: -6px; }
.about-almuqadimah h2:nth-child(2) .tr { top: -6px; right: -6px; }
.about-almuqadimah h2:nth-child(2) .bl { bottom: -6px; left: -6px; }
.about-almuqadimah h2:nth-child(2) .br { bottom: -6px; right: -6px; }

@keyframes drawX {
  0%   { transform: scaleX(0); opacity: 0; }
  20%  { transform: scaleX(1); opacity: 1; }
  80%  { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(0); opacity: 0; }
}

@keyframes drawY {
  0%   { transform: scaleY(0); opacity: 0; }
  20%  { transform: scaleY(1); opacity: 1; }
  80%  { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(0); opacity: 0; }
}

@keyframes corners {
  0%,20% { opacity: 0; transform: scale(0); }
  30%    { opacity: 1; transform: scale(1); }
  70%    { opacity: 1; transform: scale(1); }
  90%,100% { opacity: 0; transform: scale(0); }
}



.loading-dots span {
  display: inline-block;
  transform: scale(1);
  animation: pulse 1s infinite;
}

/* تأخير لكل نقطة لتظهر متتابعة */
.loading-dots span:nth-child(1) { animation-delay: 0s; }
.loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.loading-dots span:nth-child(3) { animation-delay: 0.4s; }
.loading-dots span:nth-child(4) { animation-delay: 0.6s; }

/* Keyframes لتكبير وتصغير النقطة */
@keyframes pulse {
  0%, 80%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.5); /* الحجم الكبير */
  }
}


.about-almuqadimah .about-img {
  border-radius: 40px;
  width: 60%;
  height: 35%;
  border: solid white 5px;
  position: absolute;
  top: 58%;
  right: 63%;
}
.about-almuqadimah .about-content {
  margin-top: 50px;
}
.about-almuqadimah .about-content h6 {
  width: 58%;
  font-size: 18px;
  text-align: justify;
}
.about-almuqadimah h6 {
  margin: 0;
  width: 75%;
  color: var(--color-green-medium);
  font-family: var(--font-primary);
}
.about-img2 {
  border-radius: 50%;
  width: 30%;
  height: 300;
  border: solid white 5px;
  position: absolute;
  top: 33%;
  right: 22%;
}

/* Services Section */
.services {
  padding: 1rem 5%;
}
.services h3{
   font-family: var(--font-primary);
  font-size: 16px;
  color: var(--color-green-medium);
}
.services h2,
h6 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.services h6 {
  width: auto;
  font-family: var(--font-primary);
  color: var(--color-green-medium);

}
.services h2{
  font-family: var(--font-primary);
  font-weight: bold;
  color: var(--color-green-black);
}
.services span{
  font-weight: 400;
}
.service-card img {
  max-width:40%;
  margin-bottom: 1rem;
}
.services h6 {
  margin-bottom: 1.5rem;
}
  .fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before{
    margin: 6px !important;
  }

.services h2 {
  font-size: 2.5rem;
  color: #2c5f6f;
}
.service-card button {
  position: relative;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #587f83;
  border-radius: 26px;
  border: none;
  overflow: hidden;
  z-index: 0;
}

/* البوردر المتحرك */
.service-card button::before {
  content: "";
  position: absolute;
  inset: -2px;              /* يسمح للبورد يبقى برا الزر */
  background: conic-gradient(
     from 0deg,
  transparent 0deg,
  white 60deg,
  transparent 120deg
  );
  animation: spin 1.5s linear infinite;
  z-index: -1;
}

/* قناع يخلي اللي ظاهر بس هو البوردر */
.service-card button::after {
  content: "";
  position: absolute;
  inset: 2px;               /* سمك البوردر */
  background: #587f83;
  border-radius: 24px;
  z-index: -1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.service-card {
  position: relative;
  background: linear-gradient(135deg, #b8a283 0%, #587f83 100%);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  color: white;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.service-card:hover {
  transform: translateY(-9px);
}



.service-card:hover::before {
  opacity: 1;
}

@keyframes snake {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}


.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: white;
  font-family: var(--font-primary);
}

.service-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.9;
  font-family: var(--font-primary);
  color: var(--color-brown-light);
  font-weight: 300;

}

.service-icon {
  margin-top: 1.5rem;
  opacity: 0.7;
}

/* Transform Section */
.transform {
  background-image: url("image/background.png");
  padding: 1rem 5%;
  background-repeat: no-repeat;
  background-size: cover;

  color: white;
}

.transform h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-family: var(--font-primary);
}

.transform p {
  max-width: 800px;
  opacity: 0.9;
  font-family: var(--font-primary);
  font-weight: 300;
}
.transform button {
  background-color: rgb(155, 230, 217, 0.4);
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
  color: white;
  margin-bottom: 10px;
   transition: all ease 0.4s;
}
.transform button:hover{
   transform: translateY(-5px);
   background-color: rgb(155, 230, 217, 0.6);
     /* Shadow من كل النواحي بلونين */
  box-shadow: 
    0 0 10px #B8A283,   /* ضبابية أولى */
    0 0 20px #587f83,   /* ضبابية ثانية أكبر */
    0 0 30px #B8A283,   /* طبقة ثالثة لعمق أكبر */
    0 0 40px #587f83;   /* طبقة رابعة لتوهج أوسع */
}
/* Why Work Section */
.why-work {
  padding: 6rem 5%;
}

.why-work h2 {
  font-size: 2.5rem;
      color: #2c5f6f;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.why-work p{
  font-family: var(--font-primary);
  color: var(--color-green-medium);
  font-size: 14px;
  
}
.why-work .insights-p{
  padding: 20px;
}

.why-work-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 4rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  transition: transform 0.3s;
  height: 359px;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card h3 {
  color: var(--color-green-black);
  font-family: var(--font-primary);
  font-size: 1.2rem;
  margin: 30px 50px 20px 15px;
  width: 80%;
  font-size: 23px;
  font-weight: bold;
  padding-left: 20px !important;
}

.benefit-card .p1 {
  background: white;
    position: relative;
    border-right: 2px solid gray;
    border-radius: 0 100px 100px 0;
    background-color: var(--color-green-medium);
    color: white;
    margin-right: 20px;
    padding-left: 20px;
    width: 93%;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 13px;
}
.benefit-card .img1 {
    width: 69% !important;
}
.benefit-card .why-content1 {
  height: 87%;
}
.why-work .why-content1 {
  height: 80%;
  align-items: flex-end;
}
.why-work .why-content1 img {
    height: 245px;

}
.why-work .why-content1 p {
  padding-bottom: 20px;
  background-color: var(--color-green-medium);
  color: white;
  border-radius: 100px 100px 0px 0px;
  text-align: center;
  font-size: 14px;
  padding: 25px 0px 5px 0px;
  height: 252px;
  margin-left: 20px;
  margin-bottom: 1px;
  margin-left: 17px;
}
.why-work .why-content2 {
  height: 70%;
  align-items: flex-end;
}
.why-work .why-content2 p {
  padding-left: 20px;
      font-size: 14px;
    line-height: 17px;
}
.advertising {
  position: relative;
}
.advertising img {
 
  position: absolute;
  width: 194px !important;
    right: -27px !important;
    top: 67px !important ;
    height: 388px !important ;
}
.advertising p {
     width: 49%;
    margin-top: 12px;
    padding-left: 20px;
    font-size: 14px;
}
.social img {
  padding: 30px;
  padding-top: 0px !important;
  margin-top: 31px;
}
.social p {
  padding: 30px;
    padding-top: 0;
    font-size: 14px;
}
.contact-form .form h3{
  font-family: var(--font-primary);
}

/* About Page Start */
.about-main{
  background: 
    radial-gradient(circle at 1% 8%, #C6B39D 0%, transparent 15%),
    radial-gradient(circle at 31% 10%, #F2F1Ec 0%, transparent 34%),
    radial-gradient(circle at 87% 28%, #F2F1Ec 0%, transparent 30%),
    radial-gradient(circle at 6% 42%, #F2F1Ec 0%, transparent 30%),
    radial-gradient(circle at 50% 57%, #FFFAE6 0%, transparent 27%),
    radial-gradient(circle at 89% 43%, #8BA0A0 0%, transparent 23%),
    radial-gradient(circle at 1% 75%, #8BA0A0 0%, transparent 21%),
    radial-gradient(circle at 10% 95%, #F2F1EC 0%, transparent 25%),
    radial-gradient(circle at 89% 95%, #F2F1EC 0%, transparent 30%),
    #ffffff;
    padding-bottom: 39px;
    font-family: var(--font-primary);
}
.about-main .navbar .navbar-nav a {
  color: #587f83 !important;
}
.about-main .nav-item .active-link{
    background-color: rgba(88, 127, 131, 0.4) !important;
      color: white !important;
}
.about-main .navbar-nav .nav-item .nav-link{
      color: var(--color-green-black) !important;
}
.navbar .btn-custom{
     font-family: var(--font-primary);
      font-size: 0.95rem;
}


    #mainNav .btn-custom{
        color: var(--color-green-black) !important;
        background-color: rgba(88, 127, 131, 0.4) !important;;
  }
.about-banar {
  margin-top: 30px;
  margin-bottom: 30px;
  margin: 10px;
  height: 300px;
  background-position: unset;
  border-radius: 40px;
  background-image: url(/image/website\ hero\ banner.png);
  font-family: var(--font-primary);
}
.about-banner-container {
      background-color: rgba(88, 127, 131, 0.26);
  margin-bottom: 30px;
  border-radius: 40px;
  padding: 10px;
}
.about-banner-container h2 {
  text-align: center;
  color: white;
  font-size: 58px;
  padding-top: 50px;
  font-weight: bold;
}
.about-banner-container p {
  text-align: center;
  font-size: 25px;
  color: white;
}
.about-banner-container h6 {
  color: WHITE;
  font-size: 56px;
  font-weight: bold;
}
.who-we-are button {
  padding: 5px 42px;
  border-radius: 20px;
  margin: 33px 0px;
  background: linear-gradient(to right, #b8a283 0%, #587f83 100%);
  color: white;
  border: 0;
  transition: all ease 0.4s;
}
.who-we-are button:hover{
    background: linear-gradient(-135deg, #b8a283 0%, #587f83 100%);
  transform: translateY(-4px);
  color: var(--color-brown-light);
}

.who-we-are h2 {
  font-weight: bold;
  margin-top: 20px;
  width: 73%;
  font-size: 40px;
  color: var(--color-green-black);
}
.who-we-are p {
  width: 60%;
  text-align: justify;
  margin-top: 20px;
  font-size: 18px;
    color: var(--color-green-black);
}
.middle-banner {
  height: 250px;
  background-color: #2c5f6f;
  border-radius: 30px;
  margin: 30px 0;
}

.middle-banner .row {
  height: 100%;
}

.middle-banner .col-2 {
  text-align: center;
  color: #fff;
  position: relative;
}
.middle-banner .col-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: white;
  height: 139px;
  top: 0%;
  left: 100%;
}
.middle-banner .col-2 i {
  margin-bottom: 10px;
  padding: 20px;
  background-color: rgba(242, 241, 236, 0.5);
  border-radius: 50%;
  font-size: 28px;
  color: var(--color-green-black);
  transition: all ease 0.4s;
}
.middle-banner .col-2 i:hover{
  transform: scale(1.2);
  background-color: var(--color-green-medium);
  color:var(--color-green-light);
}
.middle-banner .col-6 {
  text-align: center;
}
.middle-banner .col-6 img {
  height: 280px;
}
.vision {
  margin: 50px 0px;
}
.vision button {
  padding: 5px 42px;
  border-radius: 20px;
  margin: 33px 0px;
  background: linear-gradient(to right, #b8a283 0%, #587f83 100%);
  color: white;
  border: 0;
  transition: all ease 0.4s;
}
.vision button:hover{
    background: linear-gradient(-135deg, #b8a283 0%, #587f83 100%);
  transform: translateY(-4px);
  color: var(--color-brown-light);
}

.vision-content1 h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--color-green-black);
}
.vision-content1 p {
  width: 70%;
  font-size: 20px;
  text-align: justify;
  color: var(--color-green-black);
}
.vision-content2 h2 {
  text-align: end;
  font-size: 40px;
  font-weight: bold;
    color: var(--color-green-black);
}
.vision-content2 p {
  text-align: justify;
  width: 100%;
  padding-left: 30%;
  font-size: 20px;
  color: var(--color-green-black);
}

/* About Page End */

.contact-main {
  background: linear-gradient(to right, #04444a 0%, #587f83 100%);
}
.contact-banner {
  background-color: #587f83;
  height: 240px;
  margin-top: 30px;
  border-radius: 30px;
}
.contact-banner i {
  font-size: 210px;
  color: white;
}
.contact-banner .chat-box {
  text-align: center;
  position: relative;
  height: 120px;
  bottom: 23%;
}
.contact-banner .chat-box img {
  height: 200px;
}
.contact-banner h2 {
  text-align: center;
  font-size: 60px;
  color: white;
  font-weight: bold;
  font-family: var(--font-primary);
}
.contact-banner p {
  font-size: 16px;
  text-align: center;
  color: white;
  font-family: var(--font-primary);
}
.contact-contact {
  margin-top: 20px;
}
.contact-contact i {
  font-size: 30px;
  padding: 14px;
  background: linear-gradient(135deg, #b8a283 0%, #587f83 100%);
  color: white;
  border-radius: 20px;
}
.contact-contact .phone-number p {
  margin: 0px !important;
  padding-left: 15px;
  color: white;
  font-size: 18px;
  font-family: var(--font-primary);
}
.contact-contact .phone-number {
  align-items: center;
}
.contact-form {
  padding-top: 40px;
}
.contact-form .form {
  width: 70%;
  background: rgba(255, 255, 255, 0.05); /* خلفية شفافة */
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 30px;
    border: 1px solid white;
  margin: auto;
}
.contact-form .form {
  color: white;
  
}
.contact-form .form .p1 {
  width: 40%;
  font-family: var(--font-primary);
}
.contact-form .col-6 p {
  margin: 0px;
      margin-bottom: 5px;
}
.contact-form .col-6 input {
  width: 100%;
  background-color: transparent;
  border: 1px solid white;
}
.contact-form .col-6 input::placeholder {
  color: #b9b8b1;
}
.contact-form .form .p2 {
  margin: 0px;
  margin-bottom: 5px;
}
.contact-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid white;
}
.contact-form textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid white;
  height: 200px;
  margin-bottom: 10px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #b9b8b1;
}
.contact-form button {
  background-color: rgb(155, 230, 217, 0.4);
  color: white;
  padding: 5px 25px;
  border-radius: 20px;
  border: 0;
  margin-bottom: 20px;
  transition: all ease 0.4s;
}
.contact-form button:hover{
    transform: translateY(-5px);
   background-color: rgb(155, 230, 217, 0.6);
     /* Shadow من كل النواحي بلونين */
  box-shadow: 
    0 0 10px #B8A283,   /* ضبابية أولى */
    0 0 20px #587f83,   /* ضبابية ثانية أكبر */
    0 0 30px #B8A283,   /* طبقة ثالثة لعمق أكبر */
    0 0 40px #587f83;   /* طبقة رابعة لتوهج أوسع */
}
.social-media h3 {
  width: 50%;
  font-family: var(--font-primary);
  font-weight: bold;
}
.social-media .icons {
  padding: 10px 81px;
}
.social-media .icons i {
  padding: 8px !important;

  border: 2px solid white;
  border-radius: 8px;
}

.faq h3 {
  margin: 0;
  position: relative;
  color: white;
  font-family: var(--font-primary);
  font-size: 20px;
}
.faq h3::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: white;
  width: 85%;
  top: 50%;
  right: 0%;
}
.faq .faq-content {
  text-align: center;
  color: white;
  
}
.faq .faq-content h2{
      margin-top: 30px;
      font-size: 43px;
      font-family: var(--font-primary);
      font-weight: bold;
      
}
.faq .faq-content h4 {
    margin: 0;
    padding: 0px 24%;
    font-size: 18px;
    font-family: var(--font-primary);
    text-align: center;
    line-height: 28px;
    

}
.faq .faq-selector {
  background-color: #587f83;
  width: 50%;
  margin: auto;
}
.faq-selector p {
  text-align: left;
  padding-left: 20px;
}
.faq .faq-selector i {
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq .faq-selector i:hover {
  color: #2c5f6f;
  transition: 0.3s;
}

.faq-selector .col-12 p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.faq-selector .col-12 p.show {
  max-height: 500px; /* رقم كبير */
  opacity: 1;
}

.faq-selector i {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-selector i.rotate {
  transform: rotate(180deg);
}

/* Services */


/* Footer */
footer {
  position: relative; /* ضروري لو هتستخدم ::before */
  background: linear-gradient(
    to right,
    #04444a 0%,
    #587f83 100%
  ); /* لون الخلفية الأساسي */
  color: white;
  padding: 50px 20px;
  overflow: hidden;
  font-family: var(--font-primary);
}

footer::before {
  content: "";
  position: absolute;
  top: -131px;
  right: 831px;
  width: 150%;
  height: 222%;
  background-image: url(/image/footer.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  transform: scaleX(-1);
  opacity: 0.3;
  z-index: 0;
}

footer * {
  position: relative; /* عشان النصوص والأزرار تكون فوق الصورة */
  z-index: 1;
}
.footer-header {
  width: 17%;
}
.footer-header p {
  font-size: 12px;
}
footer h2{
  font-weight: bold;
  
    font-size: 43px;
}
footer h6{
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    /* margin: 15px 0px; */
    margin-top: 15px;
    margin-bottom: 15px;
}
footer h2,
h6 {
  width: 45%;
  margin: auto;
  text-align: center;
}
footer h5 {
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    border: solid white;
    border-width: 0.5px 0 0.5px 0;
    color: white;
    /* font-weight: bold; */
    font-family: var(--font-primary);
    background-color: rgb(155, 230, 217, 0.4);
    font-size: 16px;
    margin: auto;
    text-align: center;
    width: 22%;
}
.footer-content {
  display: flex;
  margin-top: 30px;
  justify-content: space-evenly;

  margin-bottom: 3rem;
}

.footer-logo {
  font-size: 3rem;
  font-weight: bold;
}
.footer-logo img{
        width: 197px;
    height: 123px;
}
.footer-header .logo-content{
    margin-top: 1rem;
    opacity: 0.8;
    text-align: justify;
    width: 250px !important;
    font-size: 14px;
}
.footer-header .logo-content span{
  font-weight: bold;
  opacity: 1;
  font-size: 16px;
}
.footer-links{
      margin-left: 35px;
}
.footer-links
.footer-links h4 {
  margin-bottom: 1rem;
}

.footer-links ul {
  list-style: none;
  padding-left: 0px !important;
}
.footer-links input{    
  width: 100%;
  padding: 0px !important;

  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid white !important;
  
}
.footer-links input::placeholder{
  color: white;
  font-size: 10px;
  padding-left: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white;
}
.footer-links .btn-custom{
      padding: 0.1rem 1rem;
          font-size: 11px;
     
}

.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:  0.3s ease all;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.3);
   transform: scale(1.2) rotateY(360deg);
}
.social-icon .bi-facebook:hover {
    color: #1877F2; /* الأزرق الفيسبوك */
}
.social-icon .bi-instagram:hover {
    color: #C13584; /* لون الإنستجرام */
}

.social-icon .bi-tiktok:hover {
    color: #69C9D0; /* لون تيك توك */
}

.social-icon .bi-twitter:hover {
    color: #1DA1F2; /* لون X/Twitter */
}
.social-media .col-3{
  transition: all ease 0.4s;

}
.social-media .col-3:hover{
  transform: scale(1.3);
}
.social-media .col-3 .bi-facebook:hover {
    color: #1877F2; /* الأزرق الفيسبوك */
}
.social-media .col-3 .bi-instagram:hover {
    color: #C13584; /* لون الإنستجرام */
}
.social-media .col-3 .bi-tiktok:hover {
    color: #69C9D0; /* لون تيك توك */
}

@media (max-width: 576px) {
  .body-section{
           top: -55px;
        clip-path: polygon(0 0, 27% 0, 33% 0.7%, 100% 0.7%, 100% 100%, 0 100%);
  }
  .navbar-brand img{
        width: 100px;
    height: 80px;
  }
  .about-almuqadimah h2:nth-child(2){
        margin: auto;
    margin-bottom: 10px;
  }
  .tag-custom{
    padding: 0.4rem 1.5rem;
  }
  
  .hero h1 {
    font-size: 18px;
  }
  .hero span {
    font-size: 13px;
  }
  .hero p {
    font-size: 11px;
  }
  .hero button {
    font-size: 14px;
    padding: 4px 18px;
  }
  .solutions h2,
  .solutions i {
    font-size: 18px;
  }
  .solution-buttons button {
    font-size: 14px;
    padding: 6px 6px;
  }
  .creative-text h3 {
               width: calc(175px + 8vw);
        left: calc(-172px - 8vw);
        font-size: calc(9px + 0.4vw);
  }
  .creative-section {
    height: 785px !important;
    margin-bottom: 0px;
  }
  .creative-section{
            height: 687px !important;
  }
  .creative-section .stats-card2 {
    width: 45%;
    background-color: #e3dacf;
        padding: .7rem;
  }
  .fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before{
    margin: 6px;
  }
  .creative-section .stat-number {
    font-size: 17px;
  }
  .creative-section .stat-item {
    margin: 0px;
  }
  .creative-section .stats-card {
          padding: 4px;
  }
  .btn-custom{
        padding: 0.5rem 1rem;
        font-size: 14px;
  }
  .why-work h2{
    font-size: 1.5rem;
  }

  .vision-content1 h2,
  .vision-content2 h2{
    font-size: 32px;
  }
  .vision-content1 p,
   .vision-content2 p{
    font-size: 18px;
  }

  .creative-section .stat-text {
    font-size: 11px;
  }
  .about-almuqadimah h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .about-almuqadimah .about-content h2 {
    text-align: center;
    font-size: 20px;
  }
  .about-almuqadimah .about-content h6 {
    margin: auto;
    width: 70%;
    font-size: 16px;
  }.about-almuqadimah .about-content{
    margin-bottom: 40px;
  }
  .services h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .who-we-are h2{
    width: 100%;
    font-size: 32px;
    text-align: center;
  }
  .who-we-are p{
    width: 100% !important;
    text-align: center;
  }
  .services h2 {
    font-size: 17px;
  }
  .services .service-card {
    width: 250px;
    margin: auto auto 10px auto;
  }
  .services .service-card h3 {
    font-size: 16px;
  }
  .services .service-card p{
    font-size: 13px;
  }
  .services .service-card button {
    font-size: 20px;
  }
  .transform h2 {
    font-size: 20px;
  }
  .transform p {
    font-size: 14px;
  }
  .benefits-grid {
    grid-template-columns: 2fr;
  }
.middle-banner .col-2{
  width: 33.3% !important;
}
  .benefit-card {
    height: 327px;
  }
  .benefit-card .img1 {
    width: 55% !important;
    margin-left: 41px;
  }
  .benefit-card .p1 {
    font-size: 14px;
  }
  .benefit-card h3 {
    text-align: center;
    width: 100%;
         padding: 20px 90px;
    font-size: 23px !important;
  }
  .benefit-card .img2 {
    width: 100%;
    height: 264px !important;
  }
  .benefit-card .p2 {
    margin-left: 50px;
    font-size: 14px !important;
  }
  .benefit-card .why-content1 {
    height: 57%;
  }
  .benefit-card .img3 {
    width: 100%;
  }
  .benefit-card .why-content2 {
    height: 56%;
  }
  .benefit-card .why-content2 p {
            font-size: 14px;
        line-height: 21px;
    
  }
  .benefit-card .img4{
        width: 83%;
  }
  .benefit-card .why-content2 .p2{
    font-size:14px ;
  }
  .about-banar{
    height: 188px;
  }
  .about-banar h2 {
    font-size: 28px;
    padding-top: 30px;
  }
  .about-banar p {
    font-size: 17px;
  }
  .about-banner-container h6{
    font-size: 30px;
  }
  .who-we-are .row {
    flex-direction: column-reverse;
  }
  .social img{
    margin-top: 5px !important;
  }
  .who-we-are button{
        padding: 5px 30px;
  }
  .who-we-are h2{
    font-size: 25px;
  }
  .who-we-are p {
    width: 90%;
    font-size: 16px;
  }
  .middle-banner .col-6 img{
    display: none;
  }
  .middle-banner p{
     font-size: 10px;
       
  }
  .middle-banner{
        align-content: center;
         height: 198px;
  }
  .vision .vision-content1 p {
    width: 90%;
  }
   .vision .vision-content1 h2,
    .vision .vision-content2 h2{
    font-size: 25px;
   }
  .vision .vision-content2 p {
    padding-left: 10%;
   
  }
  .middle-banner .col-2 i {
    padding: 15px;
    font-size: 23px;
  }
  .middle-banner .col-2::after {
    width: 0px;
  }
  .about-banner-container h2{
    font-size: 20px;

  }
  .about-banner-container .about-banner{
  height: 188px !important;
  }
   footer h2 {
    font-size: 25px !important;
    width: 100%;
  }
  footer h6 {
    width: 100%;
    font-size: 13px;
    padding: 10px;
  }
  footer h5 {
    font-size: 13px;
    width: 200px;
  }
  .footer-header p {
    margin: 0;
      font-size: 7px;
    text-align: justify;
  }
  .footer-links h4 {
    font-size: 10px;
    margin-top: 25px;
    text-align: center;
  }
  .footer-links li {
    font-size: 10px;
  }
  .footer-links p {
    font-size: 10px;
    text-align: center;
  }
  .footer-links input {
    padding: 0 !important;
    margin-left: 10px;
  }
  .footer-links input::placeholder {
    font-size: 7px;
  }
  .footer-logo img{
    height: 56px;
    max-width: 100%;
  }
  .footer-header .logo-content{
    font-size: 7px ;
    max-width: 100%;
  }
  .footer-header .logo-content span{
    font-size:9px ;
  }
  .contact-banner{
    height: 188px;
  }
  .contact-banner .chat-box img {
    height: 117px;
}
.contact-banner h2 {
  font-size: 37px;

}

.contact-banner .chat-box {
  height: 67px;
}
.contact-contact i {
  font-size: 10px;}

.contact-contact .phone-number p {
  font-size: 7px;
    padding-left: 5px;
}
.contact-content1 .col-4{
  padding-right: 0 ;

}
.contact-contact .col-4{
  padding-right: 0px;
}
.contact-form .form{
  width: 90%;
  font-size: 14px;
  
}

.contact-form .form .p1 {
    width: 90%;
}
.contact-form .form p{
  font-size: 12px;
}
.contact-form .form input::placeholder{
  font-size: 10px;
}
.contact-form .form h3{
     font-family: 'SourceSerif4';
}
.social-media h3 {
    width: 80%;
    font-size: 16px;
}
.social-media .icons {
  width: 100%;
      padding: 11px 31px;
}
.faq .faq-content h4 {
  padding: 0px 7%;
  font-size: 16px;
}
.faq .faq-content h2{
  font-size: 25px;
}
.faq .faq-selector {
  width: 100%;
}
.faq-selector p{
  font-size: 12px;
}
}

@media (min-width: 576.98px) And (max-width: 767.98px) {
  .body-section{
    top: -57px;
        clip-path: polygon(0 0, 27% 0, 33% 0.7%, 100% 0.7%, 100% 100%, 0 100%);
  }
  .about-almuqadimah h2:nth-child(2){
        margin: auto;
    margin-bottom: 10px;
  }
  
  .hero h1 {
    font-size: 24px;
  }
  .hero span {
    font-size: 13px;
  }
  .hero p {
    font-size: 15px;
  }
  .hero button {
    font-size: 14px;
    padding: 8px 20px;
  }
  .solutions h2,
  .solutions i {
    font-size: 26px;
  }
  .solution-buttons button {
    font-size: 14px;
    padding: 6px 6px;
  }
  .creative-text h3 {
    width: calc(277px + 8vw);
    left: calc(-274px - 8vw);
    font-size: calc(13px + 0.4vw);
  }
  .creative-section {
    height: 785px !important;
    margin-bottom: 0px;
  }
  .creative-section .stats-card2 {
    width: 37%;
    background-color: #e7e0d8;
  }
  .fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before{
    margin: 6px;
  }
  .creative-section .stat-number {
    font-size: 17px;
  }
  .creative-section .stat-item {
    margin: 0px;
  }
  .creative-section .stats-card {
    padding: 10px;
  }
  .vision-content1 h2,
  .vision-content2 h2{
    font-size: 32px;
  }
  .vision-content1 p,
   .vision-content2 p{
    font-size: 18px;
  }

  .creative-section .stat-text {
    font-size: 11px;
  }
  .about-almuqadimah h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .about-almuqadimah .about-content {
    text-align: center;
  }
  .about-almuqadimah .about-content h6 {
    margin: auto;
  }
  .services h3 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  .who-we-are h2{
    width: 100%;
    font-size: 32px;
    text-align: center;
  }
  .who-we-are p{
    width: 100% !important;
    text-align: center;
  }
  .services h2 {
    font-size: 25px;
  }
  .services .service-card {
    width: 250px;
    margin: auto auto 10px auto;
  }
  .services .service-card h3 {
    font-size: 18px;
  }
  .services .service-card button {
    font-size: 20px;
  }
  .transform h2 {
    font-size: 20px;
  }
  .transform p {
    font-size: 14px;
  }
  .benefits-grid {
    grid-template-columns: 2fr;
  }
  .middle-banner .col-6 img {
    height: 268px !important;
  }
  .benefit-card .img1 {
    width: 50% !important;
    margin-left: 41px;
  }
  .benefit-card .p1 {
    font-size: 17px;
  }
  .benefit-card h3 {
    text-align: center;
    width: 100%;
    padding: 20px 117px;
    font-size: 23px !important;
  }
  .benefit-card .img2 {
    width: 100%;
    height: 317px !important;
  }
  .benefit-card .p2 {
    margin-left: 50px;
    font-size: 17px !important;
  }
  .benefit-card .why-content1 {
    height: 68%;
  }
  .benefit-card .img3 {
    width: 85%;
  }
  .benefit-card .why-content2 {
    height: 68%;
  }
  .benefit-card .why-content2 p {
            font-size: 18px;
        line-height: 21px;
    
  }
  .about-banar{
    height: 260px;
  }
  .about-banar h2 {
    font-size: 28px;
  }
  .about-banar p {
    font-size: 22px;
  }
  .who-we-are .row {
    flex-direction: column-reverse;
  }

  .who-we-are p {
    width: 90%;
  }
  .vision .vision-content1 p {
    width: 90%;
  }
  .vision .vision-content2 p {
    padding-left: 10%;
  }
  .middle-banner .col-2 i {
    padding: 15px;
    font-size: 23px;
  }
  .middle-banner .col-2::after {
    width: 0px;
  }
   footer h2 {
    font-size: 30px !important;
    width: 100%;
  }
  footer h6 {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
  footer h5 {
    font-size: 13px;
    width: 200px;
  }
  .footer-header p {
    margin: 0;
      font-size: 7px;
    text-align: justify;
  }
  .footer-links h4 {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
  }
  .footer-links li {
    font-size: 13px;
  }
  .footer-links p {
    font-size: 13px;
    text-align: center;
  }
  .footer-links input {
    padding: 0 !important;
    margin-left: 10px;
  }
  .footer-links input::placeholder {
    font-size: 12px;
  }
  .footer-logo img{
    height: 56px;
    max-width: 100%;
  }
  .footer-header .logo-content{
    font-size: 9px ;
    max-width: 100%;
  }
  .footer-header .logo-content span{
    font-size:9px ;
  }
  .contact-banner{
    height: 188px;
  }
  .contact-banner .chat-box img {
    height: 131px;
}
.contact-banner h2 {
  font-size: 42px;

}

.contact-banner .chat-box {
  height: 67px;
}
.contact-contact i {
  font-size: 20px;}

.contact-contact .phone-number p {
  font-size: 10px;
    padding-left: 10px;
}
.contact-content1 .col-4{
  padding-right: 0;

}
.contact-form .form{
  width: 90%;
  
}

.contact-form .form .p1 {
    width: 70%;
}
.contact-form .form h3{
     font-family: 'SourceSerif4';
}
.social-media h3 {
    width: 80%;
}
.social-media .icons {
  width: 100%;
}
.faq .faq-content h4 {
  padding: 0px 8%;
}
.faq .faq-selector {
  width: 90%;
}
.faq-selector p{
  font-size: 14px;
}
}
@media (min-width: 768px) And (max-width: 991px) {
  .hero span {
    font-size: 14px;
  }
  .body-section{
        clip-path: polygon(0 0, 29% 0, 39% 1.2%, 100% 1.2%, 100% 100%, 0 100%);
    top: -59px;
  }
  .hero h1 {
    font-size: 28px;
  }
  .hero .btn-custom {
    font-size: 15px;
  }
  .solutions h2,
  .solutions i {
    font-size: 32px;
  }
  .solutions .solution-btn {
    font-size: 17px;
    width: 35%;
  }
  .creative-section h3 {
    font-size: 20px;
    width: 469px;
    left: -468px;
  }
  .creative-section .stats-card2 {
    left: 68%;
  }
  .creative-section .stats-card {
    padding: 5px 10px 5px 10px;
  }
  .creative-section .stat-item .stat-number {
    font-size: 32px;
  }
  .creative-section .stat-item {
    margin: 5px 0px;
  }
  .solutions {
    height: 100%;
  }
  .about-almuqadimah h3 {
    text-align: center;
    font-size: 23px;
  }
  .about-almuqadimah .abouta-img {
    height: 475px;
  }
  .about-almuqadimah .abouta-img img {
    height: 375px;
    margin-top: 30px;
  }
  .about-almuqadimah .about-content h2 {
    font-size: 25px;
  }
  .about-almuqadimah .about-content h6 {
    font-size: 15px;
  }
  .services h3 {
    text-align: center;
    font-size: 23px;
  }
  .about-banar{
    height: 255px !important;
  }
  .services h2 {
    font-size: 32px;
  }
  .services .service-card {
    width: 30%;
  }
  .services .service-card h3 {
    font-size: 20px;
  }
  .services .service-card button {
    font-size: 24px;
  }
  .transform h2 {
    font-size: 35px;
  }
  .fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before{
    margin: 6px;
  }
  .benefit-card {
    height: 365px;
  }
  .benefit-card h3 {
    padding-top: 20px;
  }
  .benefit-card .img1 {
    height: 214px;
  }
  .benefit-card .img2 {
    height: 229px;
  }
  .benefit-card .why-content1 {
    height: 78%;
  }
  .benefit-card .why-content1 p {
    margin-left: 20px;
    font-size: 14px;
  }
  .benefit-card .why-content2 {
    height: 65%;
  }
  .benefit-card .p1 {
    font-size: 14px;
  }
  .advertising .img5 {
    right: -132px;
    top: 78px;
  }
  .about-banar h2 {
    font-size: 38px;
  }
  .about-banar P {
    font-size: 23px;
  }
  .about-banar h6 {
    font-size: 40px;
  }
  .who-we-are h2,
  .who-we-are p {
    width: 100%;
  }
  .who-we-are img {
    height: 100%
  }
  .middle-banner .col-2 {
    height: 200px;
  }

  footer h2 {
    font-size: 32px !important;
    width: 88%;
  }
  footer h6:first-of-type {
    width: 78%;
    font-size: 14px;
    padding: 10px;
    font-weight: 400px !important;
  }
  footer h5 {
    font-size: 15px;
    width: 200px;
  }
  .footer-header p {
    margin: 0;
    font-size: 10px;
  }
  .footer-logo img{
    height: 100px;
    max-width: 100%;
  }
  .footer-header .logo-content {
    max-width: 100%;
    font-size: 10px;
  }
  .footer-header .logo-content span{
    font-size: 12px;
  }
  .footer-links h4 {
    font-size: 16px;
    margin-top: 25px;
    
  }
  .footer-links li {
    font-size: 13px;
  }
  .footer-links p {
    font-size: 13px;
    
  }
  .footer-links input {
    padding: 0 !important;
    
  }
  .footer-links input::placeholder {
    font-size: 12px;
  }

   .contact-banner .chat-box img {
    height: 131px;
}
.contact-banner h2 {
  font-size: 42px;

}
.contact-banner .chat-box {
  height: 67px;
}
.contact-contact i {
  font-size: 20px;}

.contact-contact .phone-number p {
  font-size: 14px;
    padding-left: 10px;
}
.contact-content1 .col-4{
  padding-right: 0;

}
.contact-form .form{
  width: 90%;
}
.contact-form .form .p1 {
    width: 70%;
}

    .social-media h3 {
        width: 85%;
        margin-bottom: 20px;
    }
.social-media .icons {
  width: 100%;
}
.faq .faq-content h4 {
  padding: 0px 8%;
}
.faq .faq-selector {
  width: 90%;
}
.faq-selector p{
  font-size: 16px;
}
}
@media (min-width: 992px) And (max-width: 1199px) {
  .creative-section .creative-text h3 {
    width: 625px;
    left: -617px;
  }
  .stats-card .stat-item {
    margin: 0px;
  }
  .abouta-img {
    height: 460px;
    margin-top: 20px;
  }
  .services .service-card {
    width: 30%;
  }
  .benefit-card .why-content1 .p2 {
    width: 78px;
    margin-left: 17px;
  }
  .benefit-card .why-content1 .img2 {
    padding-left: 10px;
  }
  .advertising img {
    right: -105px;
    top: 182px;
    height: 350px;
  }
  .benefit-card h3 {
    padding: 20px 0px 0px 10px;
    margin: 0px;
  }
  footer::before {
    right: 182px;
    top: -133px;
    width: 95%;
  }
  .about-banar h2 {
    font-size: 46px;
  }
    #mainNav .btn-custom{
        color: var(--color-green-black) !important;
        background-color: rgba(88, 127, 131, 0.4) !important;;
  }
  .fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before{
    margin: 6px !important;
  }

  .who-we-are h2,
  .who-we-are p {
    width: 100%;
  }
  .social-media h3{
    width: 54%;
  }
  .social-media .icons{
    padding: 10px 0px;
  }
  footer h5 {
    width: 22%;
  }
  footer h2{
    width: 80%;
  }
  footer h6{
    width: 80%;
  }
  .faq .faq-selector {
    width: 70%;
  }
  .footer-logo img{
    height: 100px;
  }
  .footer-content .footer-header p{
  width: 200px !important ;
  }

}
