@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

:root {
  --nav-color1: #0d65d9;
  --nav-color2: #1f81d2;
  --foc-color: #ffd749;
  --white-color: #ffffff;
  --para-color: #e3e3e3;
  --para-color2: #565965;
  --gradient-main: linear-gradient(to top left, #1a89e3, #0d65d9);
  --back-one: #e4f0ff;
  --brand-h: 210;
  --brand-s: 90%;
  --brand-l: 50%;
  --brand: hsl(var(--brand-h) var(--brand-s) var(--brand-l));
  --brand-700: hsl(var(--brand-h) var(--brand-s) 35%);
  --brand-300: hsl(var(--brand-h) 80% 70%);
  --accent: hsl(42 100% 55%);
  --text: hsl(220 15% 12%);
  --muted: hsl(220 8% 45%);
  --bg: hsl(0 0% 100%);
  --card: hsl(0 0% 100%);
  --overlay-grad: linear-gradient(
    135deg,
    hsl(210 90% 52% / 0.97) 0%,
    hsl(210 90% 46% / 0.97) 35%,
    hsl(210 90% 40% / 0.97) 100%
  );
  --shine: linear-gradient(
    110deg,
    transparent 0,
    rgba(255, 255, 255, 0.35) 15%,
    transparent 30%
  );
  --radius: 20px;
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --dark-color: #343a40;
  --light-color: #f8f9fa;
  --text-color: #000000;
  --transition: all 0.3s ease-in-out;
  --spacing: 0.5rem;
  --radius: 0.3rem;


}

@media (prefers-color-scheme: dark) {
  :root {
    --text: hsl(0 0% 98%);
    --muted: hsl(0 0% 75%);
    --bg: hsl(220 15% 10%);
    --card: hsl(220 15% 14%);
  }
}

body {
  direction: rtl;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  list-style: none;
}

h1,h2,h3,h4,h5,h6,p,img,a{

    visibility:auto;

}

.box-phone .box-phone-and-watsApp button h1,
.box-phone .box-phone-and-watsApp button h2,
.box-phone .box-phone-and-watsApp button h3,
.box-phone .box-phone-and-watsApp button h4,
.box-phone .box-phone-and-watsApp button h5,
.box-phone .box-phone-and-watsApp button h6,
.box-phone .box-phone-and-watsApp button p {
  margin-bottom: 0px !important;
}

.container {
  overflow-x: hidden;
}

.con-nav {
  overflow-x: unset;
}

.container::-webkit-scrollbar {
  width: 0;
}

a {
  text-decoration: none;
}

.navbar-toggler:focus {
  outline: none !important;
}

.navbar-nav {
  padding-left: 100px;
}

.navbar-nav .dropdown-menu {
  text-align: start !important;
}
.rwo {
  row-gap: 40px;
}

.section-email .row {
  row-gap: 40px;
}
.content-section-about .row,
.row-section-why-us {
  row-gap: 40px;
}

/* ---------------------- */
/* ---------------------- */

.phone-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000000be;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
}

.box-phone {
  position: relative;
  width: 25%;
  height: 70%;
  background: #e4f0ff6d;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  padding: 70px 0 0 0;
}
.box-phone .box-phone-and-watsApp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.fa-x {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  transition: 0.3s ease;
}

.fa-x:hover {
  color: var(--nav-color1);
}
.header-address {
  width: 90%;
  position: absolute;
  text-align: center;
}

.header-address h2 {
  font-weight: bold;
  color: #fff;
}

.header-address h2:hover {
  color: var(--nav-color1);
  transition: 0.5s ease;
}

.box-phone .box-phone-and-watsApp button {
  direction: rtl;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  padding: 14px 20px;
  border-radius: 5px;
  gap: 20px;
  background: #ffffffd3;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s ease;
  border: none;
}

.box-phone .box-phone-and-watsApp button:hover {
  background-color: var(--nav-color1);
}

.box-phone .box-phone-and-watsApp button:hover .icon-phone i,
.box-phone .box-phone-and-watsApp button:hover .phone-address h4,
.box-phone .box-phone-and-watsApp button:hover .phone-address p {
  color: #fff;
}

.box-phone .box-phone-and-watsApp button .icon-phone i {
  font-size: 25px;
  color: var(--nav-color1);
}

.box-phone .box-phone-and-watsApp button .phone-address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: start;
}

.box-phone .box-phone-and-watsApp button .phone-address h4 {
  font-weight: bold;
  font-size: 13px;
}

.box-phone .box-phone-and-watsApp button .phone-address p {
  font-size: 14px;
  letter-spacing: 2px;
}

/* ---------------------- */
/* ---------------------- */

.contact-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

.contact-button {
  background-color: var(--nav-color1);
  color: white;
  padding: 15px 20px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.contact-button.open .fa-x {
  position: relative;
  top: 0;
  right: 0;
  font-size: 25px;
  color: #fff;
}

.contact-button.open {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}

.contact-button .label {
  transition: opacity 0.3s ease;
}

.contact-button.open .label {
  opacity: 0;
  pointer-events: none;
}

.contact-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 70px;
  right: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  gap: 15px;
}

.contact-options.show {
  opacity: 1;
  pointer-events: all;
}

.contact-options .option {
  width: 50px;
  height: 50px;
  background-color: var(--nav-color1);
  color: white;
  padding: 12px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-options .option:hover {
  transform: scale(1.1);
}

.whatsapp {
  background-color: #25d366;
}

.phone {
  background-color: var(--nav-color1);
}

.contact-button.open .icon {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.back-nav-color {
  top: 0;
  background-image: var(--gradient-main);

  position: fixed;

  z-index: 9999;
  width: 100%;
}

.navbar-brand {
  font-size: 30px;
  font-weight: 700;
  color: var(--white-color);
  margin-right: 0 !important;
}

.navbar-brand img{
  width: 60px;
}

.navbar-brand:hover {
  color: var(--white-color);
}
.foc-color {
  color: var(--foc-color);
}

.navbar-nav .nav-item {
  padding-left: 10px;
}

.nav-link {
  color: var(--white-color);
  font-size: 17px;
  font-weight: bold;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--foc-color);
}

.nav-link:hover {
  color: var(--foc-color);
}

.nav-link:focus {
  color: var(--foc-color);
}

.tooggle-seresh {
  position: absolute;
  left: 0;
  top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 18px;
  padding-top: 10px;
}

.navbar-search-wrapper {
  position: static;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.navbar-search-container {
  cursor: pointer;
  padding: var(--spacing);
  border-radius: var(--radius);
  transition: background-color 0.3s ease-in-out;
}

.navbar-search-container:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-search-icon {
  font-size: 1rem;
}

.del-icon {
  display: none;
}

.search-box-wrapper.active {
  display: block;
  overflow: hidden;

  max-height: 500px;
}
.search-box-wrapper {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  background-color: var(--nav-color2);
  backdrop-filter: blur(18px);
  padding: calc(var(--spacing) * 1.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  width: 355px;
  z-index: 10;
 
}
.search-result-card {
  display: flex;
  background-color: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: transform 0.3s ease;
  align-items: flex-start;
  width: 330px;
  height: 100px;
}
.search-result-title {
  font-size: 12px;
  font-weight: 800;
  color: #003366;
  margin: 0 0 10px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* width: 140px; */
}

.search-input-field {
  width: calc(100% - 20px);
  padding: calc(var(--spacing) * 1.2);
  margin-bottom: var(--spacing);
  border-radius: 0px;
  background-color: var(--white-color);
  color: black;
  font-size: 0.9rem;
}
.ico-ser{
  color: var(--white-color);
}

.navbar-toggler-icon i{
  color: var(--white-color);
}







.search-button-element {
  background-color: var(--foc-color);
  border: none;
  padding: calc(var(--spacing) * 1.2) calc(var(--spacing) * 2);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  font-size: 0.9rem;
}

.search-button-element:hover {
  background-color: #ffd749;
}

.search-results-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
  direction: rtl;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      overflow: scroll;
    max-height: 375px;
    scrollbar-width: none;
    padding-top: 10px;
}

.search-result-card {
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: transform 0.3s ease;
  align-items: flex-start;
}

.search-result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.search-result-image {
  width: 75px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  margin-left: 15px;
  background-color: #eee;
}

.search-result-content {
  flex-grow: 1;
  width: 60px;
}

.search-result-title {
  font-size: 10px;
  font-weight: 800;
  color: #003366;
  margin: 0 0 10px;
  line-height: 1.1;
}

.search-result-title::-webkit-scrollbar {
  display: none;
}

.search-result-paragraph {
  font-size: 11px;
  color: #222222;
  margin: 0 0 8px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-show-more-btn {
  background: none;
  border: none;
  color: #0d6efd;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}
  .search-result-card a {
    font-size: 11px;
  }

/* end nav  */

/* start main header page  */


.main-header-page {
  margin-top: 71px;
  position: relative;

  width: 100%;
  height: calc(100vh - 71px);
  overflow: hidden;
  background-image: linear-gradient(#000000ce),
    url(../imges/back-main-header-one.webp?v=1.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  display: flex;
  align-items: center;
 
}

.row-main-heder-page {
  margin-right: auto;
  align-items: center;
}

.col-content-main-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  color: var(--white-color);
}
.col-content-main-section h1 {
  line-height: 150%;
  font-size: 45px;
  font-weight: bold;
}

.col-content-main-section p {
  font-size: 20px;
  font-weight: 400;
  color: var(--para-color);
}

.col-img-main-section {
  position: relative;
}

.col-img-main-section img {
  width: 100%;
}

.color-over {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00132b5e;
  z-index: 99;
}

.btns-main {
  width: 100%;
  display: flex;
  gap: 30px;
}

.btns-main .my-btn-main {
  padding: 15px 40px;
  border: none;
  border: 1px solid #000000;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btns-main .my-btn-main:hover {
  scale: 1.1;
}

.btns-main  a button.my-btn-main {
  background-color: var(--nav-color1);
  border-color: var(--nav-color1);
  color: #ffffff;
}
.btns-main button:last-child {
  background-color: var(--foc-color);
  border-color: var(--foc-color);
  color: black;
}



/* end main header page  */



/* start-section about */

.padd-top {
  padding-top: 70px;
}

.padd-btm {
  padding-bottom: 70px;
}

.col-content-section-about {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.col-content-section-about h6 {
  font-weight: bold;
  color: var(--nav-color1);
}

.col-content-section-about h2 {
  font-size: 40px;
  font-weight: 600;
}

.col-content-section-about p {
  color: var(--para-color2);
}

.col-content-section-about button {
  width: fit-content;
  padding: 15px 40px;
  background-color: var(--foc-color);
  border: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.col-content-section-about button:hover {
  scale: 1.1;
}

.col-img-section-about img {
  width: 100%;
  border-radius: 20px;
}
/* end-section about */
/* start-section why as */

.section-why-us {
  background-color: var(--back-one);
  padding-top: 100px;
}
.col-content-section-why-us {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.col-content-section-why-us h6 {
  font-weight: bold;
  color: var(--nav-color1);
}
.col-content-section-why-us h2 {
  font-size: 45px;
  font-weight: 600;
}
.col-content-section-why-us p {
  color: var(--para-color2);
}

.col-prof {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.col-prof i {
  font-size: 40px;
  color: var(--nav-color1);
}
.col-prof h3 {
  font-size: 15px;
  font-weight: bold;
}
.col-prof p {
  font-size: 13px;
  font-weight: 600;
}

.col-img-section-why-us {
  display: flex;
  justify-content: end;
}

.col-img-section-why-us img {
  width: 85%;
}
/* end-section why as */
/* start-section our services */

.con-section-our-services {
  width: 100%;
  background-image: linear-gradient(to top left, #0e6ff0, #083f87);
}

.our-service-carts {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.header-content-section-our-service {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-service-carts h6 {
  font-weight: bold;
  color: var(--nav-color2);
}
.our-service-carts h3 {
  font-size: 30px;
  color: var(--white-color);
  font-weight: 600;
}

.our-service-carts .cart h3 {
  font-size: 20px;
}

.grid-carts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.grid-carts .cart,
.grid-carts .cart2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--white-color);
}

.grid-carts .cart h3,
.grid-carts .cart2 h3 {
  font-weight: bold;
}

.grid-carts .cart p,
.grid-carts .cart2 p {
  color: var(--para-color);
}
.grid-carts .cart a,
.grid-carts .cart2 a {
  color: var(--foc-color);
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
}

.grid-carts .cart img,
.grid-carts .cart2 img {
  width: 100%;
  border-radius: 25px;
}

/* end-section our services */

.offer {
  position: relative;
  overflow: clip;
  background: var(--back-one);
  color: white;
}
.offer::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: calc(var(--radius) + 2px);
  background: conic-gradient(
    from 180deg at 50% 50%,
    var(--brand) 0 25%,
    var(--accent) 25% 50%,
    var(--brand-300) 50% 75%,
    var(--brand) 75% 100%
  );
  filter: blur(16px);
  opacity: 0.35;
  animation: spin 18s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.offer__top {
  display: grid;
  gap: 16px;
  align-items: start;
  grid-template-columns: 1fr;
}

.offer__top .content-offer__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: black;
}
@media (min-width: 900px) {
  .offer__top {
    grid-template-columns: 1.3fr 0.7fr;
  }
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: hsla(0, 0%, 0%, 0.12);
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 14px;
}
.spark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px hsl(42 100% 55% / 0.2), 0 0 24px var(--accent);
}

.offer__top .content-offer__top h3 {
  margin: 8px 0 4px;
  font-weight: 900;
  line-height: 1.15;
  font-size: clamp(18px, 3.2vw, 35px);
}
.subtitle {
  margin: 0 0 18px;
  font-size: clamp(16px, 1.6vw, 18px);
  opacity: 0.95;
}

.timer {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  width: fit-content;
  align-items: center;
  background: hsl(0 0% 100% / 0.12);
  padding: 10px;
  border-radius: 14px;
}
.timebox {
  text-align: center;
  background: hsla(0, 0%, 0%, 0.1);
  padding: 10px 12px;
  border-radius: 12px;
  min-width: 64px;
}
.timebox strong {
  display: block;
  font-size: clamp(18px, 3vw, 28px);
  font-variant-numeric: tabular-nums;
}
.timebox span {
  font-size: 12px;
  opacity: 0.9;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 20px;
  background: var(--foc-color);
  color: black;
  border: 0;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 24px hsl(210 60% 10% / 0.3);
  position: relative;
  overflow: hidden;
  width: fit-content;
}
.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--shine);
  translate: -120% 0;
}
.cta:hover::after {
  animation: shine 1s;
}
@keyframes shine {
  to {
    translate: 120% 0;
  }
}

.ribbon {
  position: absolute;
  inset-inline-start: -8px;
  inset-block-start: 16px;
  background: var(--accent);
  color: black;
  font-weight: 900;
  padding: 8px 16px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 10px 24px hsl(42 60% 20% / 0.4);
}

.grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 700px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.badge {
  background: hsl(0 0% 100% / 0.14);
  border: 1px solid hsl(0 0% 100% / 0.2);
  color: white;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  backdrop-filter: blur(4px);
}
.badge svg {
  inline-size: 18px;
  block-size: 18px;
}
.card2 {
  background: var(--card);
  border-radius: var(--radius);
  padding: clamp(16px, 2.5vw, 22px);
  box-shadow: 0 12px 30px hsl(210 14% 10% / 0.15);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-300);
  box-shadow: 0 0 0 4px hsl(210 80% 70% / 0.2);
}

.foot {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.9;
}

.sparkle {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sparkle i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  opacity: 0.7;
  filter: drop-shadow(0 0 6px white);
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-16px) scale(1.15);
  }
}

form {
  background: #fff;
  max-width: 500px;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

form h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(43, 43, 43);
  font-weight: 600;
  font-size: 20px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

#phone_number {
  direction: rtl;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #00aaff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 170, 255, 0.3);
}

form button {
  background: var(--foc-color);
  color: #000000;
  padding: 12px 20px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  transition: background 0.3s ease;
  font-weight: 600;
}

.sent-mail {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #00000050;
  display: none;
  justify-content: center;
  top: 0;
  align-items: center;
}

.sent-mail .sent-mail-content {
  width: 50%;
  height: 60%;
  background-color: #09336a4a;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 15px;
}

.sent-mail .sent-mail-content h3 {
  font-size: 2.7vw;
  color: #fff;
}

/* start section blogs */

.title-latest-article {
  font-weight: bold;
  color: var(--nav-color1);
}

#latest-articles-container {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.latest-article-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 350px;
}

.latest-article-card:hover {
  transform: translateY(-8px);
}

.article-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-bottom: 3px solid #003366;
  transition: filter 0.3s ease;
}

.latest-article-card:hover .article-image {
  filter: brightness(0.85);
}

.article-content {
  padding: 16px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  direction: rtl;
}

.article-title {
  font-size: 15px;
  font-weight: 900;
  color: #003366;
  margin: 0 0 12px 0;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-excerpt {
  font-size: 13px;
  color: #444;
  line-height: 1.4;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: start;
}

.read-more-btn {
  margin-top: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  align-self: flex-start;
  transition: color 0.3s ease;
}

.read-more-btn:hover {
  color: #003366;
}
/* end section blogs */
/* start section email */

.con-section-email {
  background-color: var(--back-one);
}

.col-content-email {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}

.col-content-email h3 {
  font-size: 20px;
  font-weight: 600;
}

.phone-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.links-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.icon-contact {
  display: inline-block;
  background-color: var(--nav-color1);
  border-radius: 5px 10px 10px 5px;

  padding: 20px;
  min-width: 70px;
  text-align: center;
}

.contenet-info-contact h5 {
  color: black;
  font-size: 18px;
}
.contenet-info-contact {
  color: rgba(0, 0, 0, 0.597);
  font-size: 15px;
}

.links-contact span i {
  color: var(--white-color);
  font-size: 20px;
}

.form-main {
  background-color: var(--white-color);
  box-shadow: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-main h2 {
}

.col-img-mail img {
  width: 100%;
}

/* end section email */
/* start section footer */

footer {
  width: 100%;
  background-image: linear-gradient(to right, #024996, #003366);
  padding: 40px 0;
}

.content-footer .row {
  direction: ltr;
}
.content-footer .col-footer {
  direction: rtl;
}

.text-header {
  padding-bottom: 25px;
  padding-top: 25px;
  font-size: 25px;
  font-weight: 700;
  color: var(--white-color);
}

.content-links {
  font-size: 16px;
  color: var(--para-color);
  padding-top: 25px;
}

.content-links ul li {
  padding-bottom: 20px;
}
.content-links ul li a {
  font-size: 16px;
  color: var(--para-color);
}

.footer-contact h5 {
  color: var(--para-color);
}
.footer-contact {
  color: rgba(255, 255, 255, 0.626);
}

.under-footer {
  padding: 20px 0;
  background-color: var(--back-one);
}
.under-footer h4 {
  color: rgba(0, 0, 0, 0.733);
}

.sent-mail {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #00000050;
  display: none;
  justify-content: center;
  top: 0;
  align-items: center;
}

.sent-mail .sent-mail-content {
  width: 50%;
  height: 60%;
  background-color: #09336a4a;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 15px;
}

.sent-mail .sent-mail-content h3 {
  font-size: 2.7vw;
  color: #fff;
}

.xx {
  font-size: 40px;
  color: #fff;
}
/* end section footer */

@media (max-width: 1200px) {
  .nav-link {
    color: var(--white-color);
    font-size: 15px;
    font-weight: bold;
  }
}
@media (max-width: 1100px) {
  .main-header-page {
    height: fit-content;
    padding: 150px 0;
  }
}

@media (min-width:992px) and (max-width: 1200px) {

    .nav-link{
        font-size: 14px;
    }

    .navbar-nav{
      padding-left: 50px;
    }
 
}
@media (max-width: 992px) {

  .navbar-nav .nav-item {
    padding-left: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px;
}

  .navbar-nav .nav-item:last-child{
    border-bottom: none;
    padding-bottom: inherit;
  }

  .navbar-collapse{
    max-height: 550px;
    
    overflow-y: scroll;
  }

    .navbar-collapse::-webkit-scrollbar{
      width: 0;
    }

  .navbar-nav{
        padding-left: 0;
    }



  .search-box-wrapper {
    top: calc(100% + 30px);
  }

  .navbar-search-wrapper {
    position: relative;
  }

  .del-icon {
    display: block;
  }

  .del-icon2 {
    display: none;
  }

  .search-results-container {
    grid-template-columns: 1fr;

  }

  .search-result-card {
    align-items: stretch;
  }

  .col-section-email1 {
    order: 2;
  }
  .col-section-email2 {
    order: 1;
  }

  .offer-mail {
    display: none;
  }

  .col-img-section-why-us img {
    width: 60%;
  }

  .navbar-toggler:hover {
    color: transparent;
  }

  .grid-carts {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer__top {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .box-phone {
    width: 55vw;
    height: 88vw;
  }

  .box-phone .box-phone-and-watsApp button {
    min-width: 45vw;
  }

  .box-phone .box-phone-and-watsApp button .phone-address h4,
  .box-phone .box-phone-and-watsApp button .phone-address p {
    font-size: 3vw;
  }
  .box-phone .box-phone-and-watsApp button .icon-phone i {
    font-size: 6vw;
  }

  .text-header {
    border-bottom: 1px solid #efefef;
  }

  .sent-mail .sent-mail-content {
    width: 70%;
  }

  .sent-mail .sent-mail-content h3 {
    font-size: 3.7vw;
  }
}

@media (max-width:720px) {
     .main-header-page {
   
    padding: 150px 0;
        
     background-image: linear-gradient(#000000e3),
    url(../imges/back-main-header-two.webp?v=1.2);
  }
  
 
}
@media (max-width: 576px) {
  .search-result-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 15px;
    transition: transform 0.3s ease;
    align-items: flex-start;
    width: 308px;
    height: 100px;
    justify-content: space-between;
    gap: 10px;
  }

  .search-result-image {
    width: 24%;
    height: 73px;
    margin-left: 0;
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .search-result-title {
    font-size: 11px;
  }

  .search-result-card a {
    font-size: 11px;
  }
  .search-result-paragraph {
    font-size: 13px;
  }

  .box-phone {
    width: 70vw;
    height: 100vw;
  }
  .header-address h2 {
    font-size: 6vw;
  }

  .box-phone .box-phone-and-watsApp button {
    min-width: 55vw;
  }
  .col-content-main-section h1 {
    font-size: 30px;
  }

  .col-content-main-section p {
    font-size: 16px;
  }

  .btns-main .my-btn-main {
    padding: 15px 25px;

    font-size: 15px;
  }

  .content-section-about .row {
    row-gap: 40px;
  }

  .col-content-section-about h2 {
    font-size: 30px;
  }

  .col-content-section-about p {
    font-size: 16px;
  }

  .col-content-section-about button {
    padding: 15px 25px;

    font-size: 17px;
  }

  .col-content-section-why-us h2 {
    font-size: 30px;
  }

  .col-content-section-why-us p {
    font-size: 16px;
  }
  .grid-carts {
    grid-template-columns: repeat(1, 1fr);
  }

  .col-img-section-why-us img {
    width: 300px;
  }

  .under-footer h4 {
    font-size: 15px;
  }

  .search-box-wrapper{
    left: -67px;
  }
}


@media (max-height:670px) {
  .main-header-page {
    padding: 80px 0;
    
  }
  
}

