@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500&family=Tajawal:wght@500&display=swap');
@import url('https://fonts.cdnfonts.com/css/myriad-pro');
@import url(https://db.onlinewebfonts.com/c/125063e353c1f65c55ba1e3811969217?family=GE+SS+Two+Medium);
/* globle style  */
/*scrollbar width */
::-webkit-scrollbar { width: 10px; height: 7px; }
/*scrollbar Track */
::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #efddc7; border-radius: 10px; }
/*scrollbar Handle */
::-webkit-scrollbar-thumb { background: var(--secondary); border-radius: 10px; }
/*scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover { background: var(--secondary); }
html,body{
    overflow-x: hidden !important;
    /* font-family: 'Myriad Pro', sans-serif; */
}

/* p, a {
    font-weight: 600!important;
} */

.nav-active,.navbar-nav a.nav-item.nav-link:hover{
    color: var(--primary) !important;
    border: 1px solid var(--primary);
    border-radius: 24px 0px;
}

.navbar-nav a.nav-item.nav-link{
    padding: 5px 20px;
    color: #000;
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
}
.main-color{
    color: var(--primary);
}
.sec-color{
    color: var(--secondary) !important;
}
.bg-main{
    background: var(--primary) !important;
}
.bg-sec{
    background: var(--secondary) !important;
}
.fs-48{
    font-size: 48px !important;
}

div.soical-media a{
    background-color: var(--secondary);
    padding: 6px 8px 8px 8px;
    border:2px  solid #fff;
    border-radius: 50%;
}
.btn-contact{
    background: var(--secondary) !important;
    color:#fff !important;
    padding: 15px 30px;
    border-radius: 50px;
}


.home--slider{
    position: relative;
    top: -115px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top  left;
    background-repeat: no-repeat;
    padding: 10px 0px 10px 10px
}
.slider--span{
    background-color: #38512526;
    font-weight: 700;
    color: var(--secondary);
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 20px;
}
.slider--img{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.slider--title *    {
    font-size: 48px;
    line-height: 50px !important;
    font-weight: bold!important;
    font-weight: 700 !important;
    /* color: var(--primary) !important; */

}


.cat--item.cat-active{
    /* border: 1px solid var(--secondary); */
    /* border-radius: 18px; */
    padding: 10px;
    background-color:#B58050 ;
    color: white!important;
    border-radius: 24px 0px;
}
.cat--item{
    padding: 10px;
    color: #fff;
    border-radius: 24px 0px;
    border: 1px solid var(--primary);
    color: var(--primary)!important;
}

.cat--item a:hover{
    color: var(--primary)!important;
}

.cat--item.cat-active a:hover{
    color: #fff!important;
}

  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {

  }



.box-shadow{
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}


.counter--item{
    background-color: var(--primary);
    border-radius: 40px 0px;
    padding: 20px;
    color:#fff !important
}
.counter--item:hover{
    background-color: #815B39;
}

.partner-item {
    /* background-color: #fff; */
    transition: .3s all ease;
    margin: 10px;
    border-radius: 8px;
    border: 1px solid var(--secondary);
}
.partner-item:hover {

    border-radius: 8px;
    border: 1px solid var(--primary);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    /* right: 0 !important; */
    left: 0 !important;
    margin-top: 0.125rem;
}
.copyright{
    background-color: #4C3622;
    padding: 10px;
    /* border-top: 1px solid #fff; */
}
.contact--foot{
    background-image: url('../images/bg-fo.png');
    background-position: center;
    background-size: contain;
    height: 350px;
    background-repeat: no-repeat;
    position: relative;
    top: 100px;
}
.m--contact--foot{
    padding: 30px 0px;
    background-image: url('../images/bg-fo.png');
    background-position: center;
    background-size: cover;
    height: 550px;
    background-repeat: no-repeat;

}
.footer{
    /* background-image: url(../images/footer.png); */
    /* background-color: var(--primary); */
    background-size:contain;

}
.footer--links a{
    padding: 7px 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: var(--primary);
}
.bg-foot{
    background-image: url(../images/bg-foot.png);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-header{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    position: relative;
}
.bg-liner{
    background-image: linear-gradient(to bottom left, #319785, #206155, #123831, #11352F, #10312B);

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 300px; */
    width: 100%;
}
#pot {
    position: relative;
    top: -10px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 4s;
  }
  @-webkit-keyframes run {
    0% {
        rotate: -30deg;
    }
    50% {
      rotate: 30deg;
    }
    100% {
        rotate: -30deg;
    }
  }
.border-100{
    border-radius: 100px !important;
}

.sec--contact--us{
    background-color: var(--secondary);
    margin-top: 50px;
    border-radius: 12px;
}
.sec--contact--us .item{
    border-radius:12px 0px 0px 12px;

}

.about--mission{
    background-image: url(../images/mission.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.about--vision{
    background-image: url(../images/vision.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.item--cover{
    background-color: #000000dc;
    height: 100%;
}
.item--cover-2{
    background-color: #bda771d2;
    height: 100%;
}
.product_image{
    width: 80%;
    height: 72%;
    object-fit: contain;
    position: relative;
    left: 10.1%;
    top: 54px;
}

.round-100-0{
    border-radius: 40px 0px !important;
}
.round-100{
    border-radius: 100px !important;
}

.contact--section{
    background-image: url(../images/bg-contact.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 200px; */

}

.btn--custom,.btn--custom-2:hover{
    border-radius: 24px 0px;
    background-color: var(--primary)!important;
    color: #fff !important;
    border:1px solid var(--primary);

    padding: 8px 20px;
}
/* .btn--custom:hover{
    border-radius: 100px;
    background-color: #fff;
    color: var(--secondary);
    border:1px solid var(--secondary);
} */
.btn--custom-2{
    border-radius: 24px 0px;
    background-color: transparent!important;
    color: #fff !important;
    border:1px solid var(--primary);

    padding: 8px 20px;
}
.blog--card:hover .btn--custom-2{
    background-color: var(--secondary);
    color: #fff !important;

}

.package--item{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 600px;
    width: 100%;
}
@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 360px) {


    .carousel--contant{
        margin: 0px -40px !important;
    width: 100% !important;
    padding: 5px !important;

    }


    .text-slider-mobile {
        line-height: 17px !important;
        font-size: 15px!important;
    }
    .text-slider-mobile *{
        /* font-size: 10px!important; */
        line-height: 17px!important;
    }
    .btn-mobile {
        padding: 9px 20px;
        font-size: 12px;
    }

    .youtube_link iframe{
        height: 170px !important;
    }
    .youtube_link {
        top: 120px !important;
    }
    .image{
            width: 430px !important;
            background-position: center !important;
    }
    .service--video{
        width: auto !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left: 25%;
        height: 175px;
        top: 37px;
    }
}
@media (min-width: 1920px) and (min-height: 478px)  {


    .text-title-description-baner {
        margin-top: 120px;
        /* margin-right: 120px; */
    }
    .title-slider-bg-screen *{
        font-size: 50px!important;
        line-height: 60px!important;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .title-slider-bg-screen {
        font-size: 30px!important;
        line-height: 42px !important;
        /* font-weight: 700; */
        margin-bottom: 20px;
    }
    a.btn-big-screen  {
        font-size: 19px;
    }
}
@media screen and (min-width: 361px) and (max-width: 375px) {

    .carousel--contant{
        margin: 0px -43px !important;
        width: 100% !important;
        padding: 5px !important;

    }

    .text-slider-mobile *{
        font-size: 10px!important;
        line-height: 17px!important;
    }
    .btn-mobile {
        padding: 9px 20px;
        font-size: 12px;
    }
    .service--video{
        width: 100% !important;
    }
    .youtube_link{
        position: relative;
        left: 12%;
        top: 94px !important;
    }
    .youtube_link iframe{
        height: 200px !important;
    }
    .image{
            width: 325px !important;
            background-position: center !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left: 25%;
        height: 175px;
        top: 37px;
    }
}
@media screen and (min-width: 376px) and (max-width: 390px) {

    .carousel--contant{
        margin: 0px -46px !important;
        width: 100% !important;
    }

    .youtube_link iframe{
        height: 200px !important;
    }
    .youtube_link {
        top: 102px !important;
    }
    .image{
            width: 430px !important;
            background-position: center !important;
    }
    .service--video{
        width: auto !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left:25%;
        height: 175px;
        top: 37px;
    }
}
@media screen and (min-width: 391px) and (max-width: 411px) {
    .lap--view{
        left: -8px !important;
        width: 106% !important;
    }
    .lap--view #youtube_link iframe{

        height: 160px !important;
    }
    .lap--view #youtube_link {

        top: 118px !important;
    }
    .item-tect-feature:hover .overlay{
        font-size: 13px;

    }
    .goals--items{
        flex-direction: column;
    }
    .goals--item{
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }
    .laptop--image{
        width: 505px !important;
        position: relative;
        bottom: 488px !important;
        right: 83px !important;
    }
    .carousel--contant{
        margin: 0px -50px !important;
        width: 100% !important;
    }

}
@media screen and (min-width: 412px) and (max-width: 425px) {
    .lap--view{
        left: -8px !important;
        width: 106% !important;
    }
    .lap--view #youtube_link iframe{

        height: 160px !important;
    }
    .lap--view #youtube_link {

        top: 118px !important;
    }
    .item-tect-feature:hover .overlay{
        font-size: 13px;

    }
    .goals--items{
        flex-direction: column;
    }
    .goals--item{
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }
    .laptop--image{
        width: 488px !important;
        position: relative;
        bottom: 488px !important;
        right: 83px !important;
    }
    .carousel--contant{
        margin: 0px -48px !important;
        width: 100% !important;
        padding: 5px !important;

    }

    .youtube_link iframe{
        height: 200px !important;
    }
    .youtube_link {
        top: 102px !important;
    }
    .image{
            width: 430px !important;
            background-position: center !important;
    }
    .service--video{
        width: auto !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left:25%;
        height: 175px;
        top: 37px;
    }
}
@media screen and (min-width: 425px) and (max-width: 511px) {
    .item-tect-feature:hover .overlay{
        font-size: 13px;

    }
    .goals--items{
        flex-direction: column;
    }
    .goals--item{
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }
    .laptop--image{
        width: 513px !important;
        position: relative;
        bottom: 488px !important;
        right: 88px !important;
    }
    .carousel--contant{
        margin: 0px -52px !important;
    width: 100% !important;
    padding: 5px !important;
    }

    .youtube_link iframe{
        height: 200px !important;
    }
    .youtube_link {
        top: 102px !important;
    }
    .image{
            width: 430px !important;
            background-position: center !important;
    }
    .service--video{
        width: auto !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left: 25%;
        height: 175px;
        top: 37px;
    }
}
@media screen and (min-width: 512px) and (max-width: 768px) {
    .project--content{
        padding: 0px 0px 10px 0px !important;
    }
    .item-tect-feature:hover .overlay{
        font-size: 13px;

    }
    .goals--items{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .goals--item{
        width: 50%;
        margin: 0px !important;
        height: 50vh;


    }
    .laptop--image{
        width: 685px !important;
        position: relative;
        bottom: 488px !important;
        right: 115px !important;
    }
    .carousel--contant{
        margin: 0px -67px !important;
        width: 100% !important;
        padding: 10px !important;

    }
    .feature--item{
        flex-wrap: wrap;

    }
    .div-counters{
        flex-direction: column !important;
    }
    .counters--items{
        width: 90% !important;
        margin: auto !important;
        overflow: hidden;
    }

    .footer--one{
        display: none;
    }
    .footer--two{
        width: 100% !important;
    }
    .youtube_link iframe{
        height: 310px !important;
    }
    .youtube_link {
        top: 80px !important;
    }
    .image{
            width: 430px !important;
            background-position: center !important;
    }
    .service--video{
        width: auto !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left: 25%;
        height: 175px;
        top: 37px;
    }

}
@media screen and (min-width: 769px) and (max-width:820px) {
    .item-tect-feature:hover .overlay{
        font-size: 13px;

    }
    .goals--items{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .goals--item{
        width: 50%;
        margin: 0px !important;
        height: 50vh;


    }
    .laptop--image{
        /* width: 513px !important; */
        position: relative;
        bottom: 488px !important;
        right: 90px !important;
    }
    .carousel--contant{
        margin: 0px -58px !important;
        width: 85% !important;
        padding: 10px !important;

    }
    .feature--item{
        flex-wrap: wrap;

    }
    .div-counters{
        flex-direction: column !important;
    }
    .counters--items{
        width: 90% !important;
        margin: auto !important;
        overflow: hidden;
    }

    .footer--one{
        display: none;
    }
    .footer--two{
        width: 100% !important;
    }

    div.form{
        position: unset !important;
        width: 100% !important;
    }
    .contact--form{
        height: auto !important;
    }
    .youtube_link iframe{
        height: 320px !important;
    }
    .youtube_link {
        top: 80px !important;
    }
    .image{
            width: 430px !important;
            background-position: center !important;
    }
    .service--video{
        width: auto !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left: 25%;
        height: 175px;
        top: 37px;
    }
    .project--content{
        padding: 0px 0px 10px 0px !important;
    }
}
@media screen and (min-width: 821px) and (max-width:912px) {
    .item-tect-feature:hover .overlay{
        font-size: 22px;

    }
    .goals--items{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .goals--item{
        width: 46%;
        margin: 0px !important;
        height: 45vh;


    }
    .laptop--image{
        /* width: 513px !important; */
        position: relative;
        bottom: 488px !important;
        right: 41px !important;
    }
    .carousel--contant{
        margin: 0px -15px !important;
        width: 74% !important;
        padding: 10px !important;

    }
    .feature--item{
        flex-wrap: wrap;

    }
    .div-counters{
        flex-direction: column !important;
    }
    .counters--items{
        width: 90% !important;
        margin: auto !important;
        overflow: hidden;
    }

    .footer--one{
        display: none;
    }
    .footer--two{
        width: 100% !important;
    }

    div.form{
        position: unset !important;
        width: 100% !important;
    }
    .contact--form{
        height: auto !important;
    }
    .youtube_link iframe{
        height: 320px !important;
    }
    .youtube_link {
        top: 80px !important;
    }
    .image{
            width: 430px !important;
            background-position: center !important;
    }
    .service--video{
        width: auto !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left: 25%;
        height: 175px;
        top: 37px;
    }
}
@media screen and (min-width: 913px) and (max-width:1024px) {
    .package--content{
        height: 270px !important;
        overflow: auto !important;
        margin-top: 28px !important;
        padding: 30px    !important;
    }
    .package--item{
        min-height: 510px !important;
    }
    .item-tect-feature:hover .overlay{
        font-size: 14px;

    }
    .goals--items{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .goals--item{
        width: 46%;
        margin: 0px !important;
        height: 45vh;


    }

    .carousel--contant{
        margin: 0px 21px !important;
        width: 65% !important;
        padding: 10px !important;
    }
    .feature--item{
        flex-wrap: wrap;

    }
    .div-counters{
        flex-direction: column !important;
    }
    .counters--items{
        width: 90% !important;
        margin: auto !important;
        overflow: hidden;
    }

    .footer--one{
        display: none;
    }
    .footer--two{
        width: 100% !important;
    }

    div.form{
        position: unset !important;
        width: 100% !important;
    }
    .contact--form{
        height: auto !important;
    }
    .youtube_link iframe{
        height: 320px !important;
    }
    .youtube_link {
        top: 80px !important;
    }
    .image{
            width: 430px !important;
            background-position: center !important;
    }
    .service--video{
        width: auto !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left: 25%;
        height: 175px;
        top: 37px;
    }
}

.row-column {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }

  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }

  /* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }

  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }


  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #b58050db;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 20px;
    padding: 20px;

  }

  .project--item {
    position: relative;
  }
  .project--item:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

  }
  .title--banner {

    width: 90%;
    margin: auto;
    /* text-align: center; */
    padding: 20px;
    height: 90%;
    border-radius: 70px 0px!important;
    padding: 66px 66px !important;
    position: relative;
    z-index: 3;
}
.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #081e1ac5, #553920ce);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    z-index: 1;
}

.owl-dots {
    display: flex!important;
    justify-content: center!important;
}
.owl-dots button {
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%!important;
    margin: 0 5px!important;
    /* background: #ccc!important; */
    /* border: none!important; */
    /* outline: none!important; */
    border: 1px solid #B58050;
    background-color: white;
}

.owl-dots button.active {
    background-color: #B58050;
}

.text-slider-mobile {
    line-height: 17px !important;
    font-size: medium!important;
}

.rtl-icon {
    transform: rotateY(181deg);
}



.slider--description * {
    color: white!important;

    font-weight: 500 !important;
    line-height: 25px !important;

    font-size: 20px!important;
}

.text-slider-mobile * {
    line-height: 17px !important;
    font-size: medium!important;
}

.slider--description-mobile p {
    font-weight: 500 !important;
    line-height: 21px !important;
}

.title-slider-mobile-p *{
    font-size: x-large !important;
    line-height: 30px !important;
}

.owl-prev{

    background-color: unset;
    border-radius: 50%;
    border: unset;

}

.owl-prev span
{
    font-size: 50px;
    /* margin-left: 31px; */
    color: #DDC5AF;
}

.owl-next span
{
    font-size: 50px;
    /* margin-left: 31px; */
    color: #B58050;
}

.owl-next{


    background-color: unset;
    border-radius: 50%;
    border: unset;
}

.owl-nav {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
}

/* WhatsApp Button Styles */
.btn--whatsapp-header {
    background-color: #25D366 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 24px 0px !important;
    padding: 8px 20px !important;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn--whatsapp-header:hover {
    background-color: #20BA5A !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    color: #fff !important;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

[dir="rtl"] .whatsapp-float {
    right: auto;
    left: 20px;
}

.whatsapp-float:hover {
    background-color: #20BA5A;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Contact Section Prominent */
.contact-section-prominent {
    background: linear-gradient(135deg, var(--secondary) 0%, #1a4a3f 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact-section-prominent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.contact-section-prominent .container {
    position: relative;
    z-index: 1;
}

.contact-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
    background: var(--secondary);
}

.contact-icon svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
    }
    
    [dir="rtl"] .whatsapp-float {
        right: auto;
        left: 15px;
    }
    
    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
    
    .contact-section-prominent {
        padding: 50px 0;
    }
    
    .contact-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .btn--whatsapp-header {
        padding: 6px 15px !important;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 10px;
        right: 10px;
    }
    
    [dir="rtl"] .whatsapp-float {
        right: auto;
        left: 10px;
    }
    
    .contact-section-prominent {
        padding: 40px 0;
    }
}

/* Performance optimizations */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Lazy loading support */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Better touch targets for mobile */
@media (max-width: 768px) {
    a, button {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* Cross-browser compatibility */
.whatsapp-float,
.btn--whatsapp-header {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

/* Print styles */
@media print {
    .whatsapp-float,
    .btn--whatsapp-header {
        display: none !important;
    }
}

/* Better responsive typography */
@media (max-width: 1200px) {
    .fs-48 {
        font-size: 40px !important;
    }
}

@media (max-width: 768px) {
    .fs-48 {
        font-size: 32px !important;
    }
}

@media (max-width: 576px) {
    .fs-48 {
        font-size: 28px !important;
    }
}

/* Electrical/Technical Website Enhancements */
.contact-section-prominent {
    background: linear-gradient(135deg, var(--secondary) 0%, #0a2520 50%, var(--secondary) 100%);
}

.contact-card {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-color: var(--primary);
}

/* Improved button styles for technical feel */
.btn--custom {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn--custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn--custom:hover::before {
    width: 300px;
    height: 300px;
}

/* Enhanced navbar for technical look */
.navbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
}

/* Better focus states for accessibility */
a:focus,
button:focus {
    outline: 3px solid var(--primary);
    outline-offset: 2px;
}

/* Improved loading states */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Better contrast for electrical theme */
.bg-sec {
    background: linear-gradient(135deg, var(--secondary) 0%, #0a2520 100%) !important;
}

/* Responsive improvements for all screen sizes */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}

/* Better spacing for technical content */
section {
    padding: 60px 0;
}

@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }
}

/* Improved card shadows for depth */
.contact-card,
.partner-item,
.counter--item {
    will-change: transform;
    backface-visibility: hidden;
}

/* Performance Optimizations */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Prevent layout shift for images */
img[width][height] {
    aspect-ratio: attr(width) / attr(height);
}

/* Lazy loading images */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Improved responsive images */
@media (max-width: 768px) {
    .slider--img,
    .home--slider {
        background-size: cover;
        background-position: center;
    }
    
    .slider--title * {
        font-size: 32px !important;
        line-height: 38px !important;
    }
    
    .navbar .navbar-brand img {
        max-height: 50px;
        width: auto;
    }
    
    .service-card {
        min-height: 300px;
    }
    
    .project--item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

/* Tablet optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
    .slider--title * {
        font-size: 40px !important;
        line-height: 46px !important;
    }
    
    .service-card {
        min-height: 350px;
    }
}

/* Accessibility improvements */
a:not([aria-label]):not([title]) {
    text-decoration: underline;
}

/* Better contrast for text */
.text-white {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print styles */
@media print {
    .navbar,
    .whatsapp-float,
    footer {
        display: none !important;
    }
}

/* Fix for CLS - prevent layout shift */
.home--slider {
    min-height: 500px;
}

@media (max-width: 768px) {
    .home--slider {
        min-height: 400px;
    }
}

/* Optimize font loading */
@font-face {
    font-display: swap;
}

/* Better focus indicators for keyboard navigation */
a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: 3px;
    border-radius: 4px;
}

/* Improve heading hierarchy */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 1rem;
}

/* Better spacing for mobile */
@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .btn--custom,
    .btn--custom-2 {
        padding: 10px 16px;
        font-size: 14px;
    }
}

/* Optimize background images */
.bg-liner,
.contact--foot,
.m--contact--foot {
    will-change: auto;
}

/* Prevent text overflow */
p, span, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Fix heading hierarchy */
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* Screen reader only class */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Fix contrast for better accessibility */
.text-white {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Improve button contrast */
.btn--custom {
    background-color: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn--custom:hover,
.btn--custom:focus {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn--custom.border-white {
    border-color: #fff;
    color: #fff;
}

.btn--custom.border-white:hover,
.btn--custom.border-white:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

/* Improve counter text contrast */
.counter--item h2,
.counter--item .h1 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.counter--item p {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Ensure proper heading order */
section h1:first-child,
section h2:first-child {
    margin-top: 0;
}
