:root {
    --main-bg: #F7FBFD;
    --primary: #018EBB;
    --secondary: #2C3E50;
    --accent: #018EBB;
    --text-dark: #2C3E50;
    --text-light: #fff;
    --card-bg: #ffffff;
    --border-color: #E0E8F0;
    /* Legacy support */
    --main-color: #018EBB;
    /* #FF8C42 */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Century_gothic, Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}
body{
    background: linear-gradient(to bottom, var(--main-bg) 0%, #E8F4F8 100%);
    color: var(--text-dark);
    min-height: 100vh;
}

.logo {
    color: var(--text-light);
    font-family:  cursive;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#S {
    color: var(--accent);
    font-family:  cursive;
    font-size: 40px;
    /* -webkit-text-stroke: 2px black; */
    padding-bottom: 1px;

}

.toggle {
    background: var(--main-color) url("img/menu.png");
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    display: none;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 5px 40px;
    position: fixed;
    top: 0;
    width: 100%;
    /* background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); */
     background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    z-index: 99;
    box-shadow: 0 4px 20px rgba(1, 142, 187, 0.3);
}

.nav-menu {
    display: flex;
    list-style: none;
    color: #fff;
    padding-top: 10px;
    text-align: center;
}

.nav-menu li {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 20px 5px;
}

.nav-menu li a {
    text-decoration: none;
    color: var(--text-light);
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.3s ease-in-out;
    margin: 20px 0;
}
.nav-menu li a:hover {
    color: var(--accent);
    transform: translateY(-2px);
}

/* LANDING PAGE  */
.landingPageContainer {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url("img/bg1.jpg");
    background-position: center;
    background-size: cover;
    aspect-ratio: 5/3;   
}

.landingPage {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    padding: 100px 0;
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
    aspect-ratio: 5/3;    
}

.landingPage .slogan {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    text-align: right;

}

.landingPage .description {
    color: #fff;
    font-size: 30px;
    /* width: 80%; */
    font-weight: 500;
    text-align: right;   
}

.disc {
    flex: 8;
   padding: 0 40px;
    
}

.imageContainer {
    padding: 0 40px;
    flex: 5;
}

.imageContainer img {
    width: 100%;
    border-radius: 50%;
    align-items: center;
}
/* section2 */
.s2{
    background-position: center;
    background-size: cover;

} 

.header-s2{
    width: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, #0A9EC9 100%);
    border-radius: 0 0 30px 30px;
    text-align: center;
    font-size: 30px;
    height: 90px;
    padding-top: 30px;
    color: var(--text-light);
    box-shadow: 0 4px 15px rgba(1, 142, 187, 0.2);
}

.cards {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   aspect-ratio: 6/3;

}

.card-container{
    background-color: var(--card-bg);
    border: 2px solid var(--border-color);
    border-radius: 20px;
    width: 300px;
    height:fit-content;
    margin: 30px;
    box-shadow: 0 8px 25px rgba(1, 142, 187, 0.15);
    transition: all 0.3s ease;
}
.card-container:hover{
    scale: 1.2;
    transition: 0.7s ease-in-out;
}

.card-img{
    height: 200px;
    margin: 10px 70px ;
    border-radius: 10px;
}

.card-header{
    text-align: center;
    color: var(--primary);
    padding: 10px 0px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.card-body{
    color: var(--text-dark);
    text-align: right;
    padding: 10px 15px;
    margin: 10px 0;
    line-height: 1.6;
}
/* end saction2 */

/* start saction3 */

.headers3{
    width: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, #0A9EC9 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 30px;
    height: 90px;
    padding-top: 30px;
    color: var(--text-light);
    box-shadow: 0 4px 15px rgba(1, 142, 187, 0.2);
    margin-bottom: 2rem;
    position: relative;
}

.headers3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;

    border-radius: 2px 2px 0 0;
}

.swiper {
      width: 100%;
      max-width: 12000px;
      height: 400px;
      margin: 3em auto;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      background: transparent;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      border: 3px solid var(--border-color);
      box-shadow: 0 6px 20px rgba(1, 142, 187, 0.2);
      transition: all 0.3s ease-in-out;
    }

/* Swiper slide link wrapper */
.mySwiper .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Hover effect matching section3 link-company */
.mySwiper .swiper-slide:hover img {
  transform: scale(0.95);
  box-shadow: 0 10px 30px rgba(1, 142, 187, 0.3);
  border-color: var(--accent);
}

/* Navigation buttons styled like section3 scroll buttons */
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: var(--accent);
  color: var(--text-light);
  border-radius: 50%;
  font-family: consolas;
  border: none;
  transition: background-color 0.3s ease;
}

.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
  background-color: var(--secondary);
  color: var(--text-dark);
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bold;
}

/* Pagination bullets matching scroll markers */
.mySwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  background-color: var(--accent);
}    

/* end s3 */
/* start s4 */
footer{
    background: linear-gradient(135deg, var(--secondary) 0%, #1a252f 100%);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}
.icons svg, .icons path{
    fill: currentColor;
}
#communication{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.headers4{
    text-align: center;
    margin: 25px 0;
    color: var(--text-light);
    font-size: 28px;
    position: relative;
}

.headers4::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent);
    margin: 8px auto 0;
    border-radius: 2px;
}

.icons{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: var(--accent);
}
.icons:hover{
    color: #fff;
}
#w:hover{
 background-color:#25D366 ;
 transition:  0.3s ease-in-out;
 scale: 1.1;
}
#g:hover{
     background-color:#EA4335 ;
 transition:  0.3s ease-in-out;
 scale: 1.1;

}
#f:hover{
 background-color:#0866FF ;
 transition:  0.3s ease-in-out;
 scale: 1.1;
}
#i:hover{
 background-color:#FF0069 ;
 transition:  0.3s ease-in-out;
 scale: 1.1;
}
#y:hover{
 background-color:#FF0000 ;
 transition:  0.3s ease-in-out;
 scale: 1.1;
}
.row-s-m{
    display: flex;
    gap: 10px;
    margin: 20px;
}

.s-m{
    text-decoration: none;
    color: var(--text-light);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    transition: all 0.3s ease-in-out;
}
.s-m:hover{
    color: var(--accent);
    scale: 1.1;
    transition: 0.3s ease-in-out;
}

.footer-bottom {
    align-items: center;
    border-top: 2px solid rgba(165, 175, 190, .2);
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    color: #c3d7eb;
    flex-wrap: wrap;
}
.footer-bottom a, footer#footer .footer-bottom p {
    align-items: center;
    color: #c3d7eb;
    display: flex;
    line-height: 1.2;
    padding: 0 1rem;
    /* text-decoration: dashed; */
}
.footer-bottom a:hover{
    color: var(--primary);
    transition: 0.3s ease-in-out;
}
/* end s4 */

@media (max-width:767px) {
  .toggle {
      display: block;
  }
  .nav-menu {
      display: none;
  }
  .nav-menu.active {
      display: block;
  }
  nav.active {
      display: block;
  }
  .link-company{
    flex: 0 0 100%;
  }
  .landingPage{
    display: block;
  }
  .disc{
    margin-top: 50px;
   }
  .swiper-button-next, .swiper-button-prev{
    display:none ;
   }
 
} 
         