@-webkit-keyframes sliderBack {
    0%,
    to {
        background-position-y: 100%
    }
    50% {
        background-position-y: 0
    }
}

@keyframes sliderBack {
    0%,
    to {
        background-position-y: 100%
    }
    50% {
        background-position-y: 0
    }
}

.slider {
    color: #fff;
    position: relative
}

@media (min-width:1200px) {
    .slider {
        margin-top: 102px
    }
}

.slider:hover .arrow img {
    opacity: .6
}

/* home slider */

.slide {
    display: none;
    padding: 50px 0 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width:480px) {
    .slide {
        padding: 50px 0
    }
}

@media (min-width:1200px) {
    .slide {
        padding: 200px 0 52px;
        /* padding: 100px 0 52px */
    }
}
.slide--02 {
    background-image: url(../img/slider/banner-2.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

@media (min-width:480px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

@media (min-width:768px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

@media (min-width:1024px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

@media (min-width:1200px) {
    .slide--02 {
        background-image: url(../img/slider/banner-2.png)
    }
}

.slide--01 {
    background-image: url(../img/slider/home_page_banner.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--01 {
        background-image: url(../img/slider/home_page_banner.png)
    }
}

@media (min-width:480px) {
    .slide--01 {
        background-image: url(../img/slider/home_page_banner.png)
    }
    .slider__heading{
        font-size: 16px !important;
    }

}

@media (min-width:768px) {
    .slide--01 {
        background-image: url(../img/slider/home_page_banner.png)
    }
}

@media (min-width:1024px) {
    .slide--01 {
        background-image: url(../img/slider/home_page_banner.png)
    }
}

@media (min-width:1200px) {
    .slide--01 {
        background-image: url(../img/slider/home_page_banner.png)
    }
}

.slide--01 .container, .slide--02 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 470px;
    padding: 60px 20px;
    text-align: center;
}

@media (max-width: 600px) {
    .slide--01 .container, .slide--02 .container {
        min-height: 320px;
        padding: 30px 8px;
    }
}

.slide--active {
    display: block
}

.arrow {
    display: none;
    position: absolute;
    cursor: pointer
}

.arrow img {
    height: 40px;
    opacity: .2;
    -webkit-transition: all 1s;
    transition: all 1s
}

.arrow--left img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .arrow {
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.arrow--left {
    left: 1%
}

.arrow--right {
    right: 1%
}

.slider__heading {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 auto 20px;
    text-shadow: 0 0 10px #000;
    padding: 12px;
    background: rgba(0, 0, 0, 0.5);
}

@media (min-width:480px) {
    .slider__heading {
        font-size: 26px
    }
   
}

@media (min-width:320px)  {
    .btn--prim {
        padding: 12px 17px 11px;
    } 
    .slider__heading {
        font-size: 18px;
    }
    .slide {
        padding: 125px 0 24px;
    }
    .commslide {
        padding: 125px 0 24px;
    }
}

@media only screen and (max-width: 480px) {
    .header__icons {
        display: none !important;
    }
}

.header__icons {
    display: block;
}

.header__menu li {
    position: relative;
}

.header__menu li a:hover {
    color:#fff;
}


.submenu {
    display: none;
    position: absolute;
    background: white;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 200px; /* Set long width */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}

.header__menu li:hover .submenu {
    display: block;
}

.submenu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ddd; /* underline each item */
}

.submenu li a:hover{
    color:#0753af;
}

.submenu li:last-child a {
    border-bottom: none; /* remove underline from last item */
}

.submenu li a:hover {
    background-color: #f5f5f5;
}

.submenu {
    display: none;
    position: absolute;
    background: white;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 258px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    z-index: 1000;
    text-align: left;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .submenu {
        position: static; /* So it flows in the document, not absolutely positioned */
        min-width: 100%;
        box-shadow: none;
        border: none;
    }

    .submenu li {
        border-bottom: 1px solid #eee;
    }
}


@media (min-width:768px) {
    .slider__heading {
        margin: 0 0 20px;
        font-size: 40px;
        line-height: 44px;
        text-align: center;
        width: 90%
    }
    .header__icons {
        display: none !important;
    }
}

@media (min-width:1024px) {
    .slider__heading {
        margin: 0 0 24px;
        font-size: 44px !important;
        line-height: 52px;
        /* margin-bottom: 120px; */
    }
    .header__icons {
        /* display: block !important; */
        display: flex !important;
         flex-wrap: wrap;     /* optional: allows wrapping on small screens */
        align-items: center; /* optional: vertically align images */
        gap: 21px;  
    }
}

.services__item p br,
.slider__heading .sod {
    display: none
}

@media (min-width:1200px) {
    .slider__heading .sod {
        display: initial
    }
}

.slider__text {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 960px;
    font-weight: 700;
    text-shadow: 0 0 10px #f28400cc;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;

}

@media (min-width:768px) {
    .slider__text {
        font-size: 25px;
        font-weight: 700;
    }
}

/* @media (min-width:1024px) {
    .slider__text {
        margin-bottom: 80px
    }
} */

.slider__btns {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .slider__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 260px;
        margin: 0
    }
}

.services {
  background: #fafafa;
  padding: 80px 20px;
}

.services__title {
  font-size: 2.5rem;
  color: #1a1a1a;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 50px;
}

/* Responsive grid */
.services__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Card style */
.services__item {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 60px 20px;
  background: linear-gradient(135deg, #fff0e1, #ffc478);
  /* background: linear-gradient(135deg, #fff6e0, #ffe3b3); */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* .services__item:nth-child(2n) {
  border-radius: 60px 20px 20px 20px;
  background: linear-gradient(135deg, #fff5eb, #ffd6a3);
}

.services__item:nth-child(3n) {
  border-radius: 20px 20px 60px 20px;
  background: linear-gradient(135deg, #fff0e1, #ffc478);
} */

.services__item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Image */
.services__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #f28400;
  border-radius: 20px 60px 0 0;
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}

.services__item:hover .services__img {
  transform: scale(1.05);
}

/* Content */
.services__border {
  position: relative;
  z-index: 2;
  padding: 25px 25px 40px;
  text-align: center;
}

.services__item h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #222;
}

.services__item p {
  color: #000;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Button */
.btn--prim {
  background: linear-gradient(90deg, #f28400, #ffb85c);
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  transition: 0.3s;
}

.btn--prim a {
  color: inherit;
  text-decoration: none;
}

.btn--prim:hover {
  background: linear-gradient(90deg, #ff9d2e, #f28400);
}

/* Mobile */
@media (max-width: 768px) {
  .services__wrap {
    grid-template-columns: 1fr;
  }

  .services__img {
    height: 180px;
  }
}


.about__title {
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}

.about__wrap {
    padding-bottom: 40px
}

.features__icon img {
    height: 60px;
    position: relative;
}


@media (min-width: 1200px) {
    .features__item {
        max-width: 350px;
    }
}
.features__item {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
}

.features__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .about__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .about__wrap {
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .about__txt {
        /* margin-right: 80px; */
        margin-left: 70px;

    }
}

.about__txt p {
    margin-bottom: 40px
}

.about__txt a.btn {
    display: inline-block
}

.about__img {
    position: relative;
    margin-top: 40px;
    text-align: justify;

}

/* .about__img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-top: 15px solid #f28400cc ;
    border-left: 15px solid #f28400cc ;
    top: -15px;
    left: -15px
} */

@media (min-width:768px) {
    /* .about__img::before {
        border-top: 30px solid #f28400cc ;
        border-left: 30px solid #f28400cc ;
        top: -30px;
        left: -30px
    } */
    .about__img {
        margin-top: 0;
        min-width: 290px;
        padding: 20px;
    }
}

@media (min-width:1024px) {
    .about__img {
        min-width: 490px
    }
}

@media (min-width:1200px) {
    .about__img {
        min-width: 450px; /*650px*/
    }
}

.features {
    position: relative;
    background-color: #f5f5f5;
    padding: 0 0 40px
}

@media (min-width:768px) {
    .features {
        padding: 40px 0
    }
    
}

.features .container {
    padding-top: 40px
}



.testimonials {
    padding: 60px 0
}

.testimonials__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 36px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.testimonials__item {
    margin-bottom: 24px
}

.testimonials__text {
    border-left: 15px solid #f28400cc ;
    padding-left: 20px;
    margin-bottom: 12px
}

@media (min-width:1024px) {
    .testimonials__text {
        margin-bottom: 0;
        border-left: 30px solid #f28400cc;
    }
}

.testimonials__author {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: right
}

.quote-section {
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 30px 0;
background: linear-gradient(135deg, #005a9e, #0753af, #00ffe0);}

.quote-container {
  max-width: 700px;
  margin: 0 auto;
}
.quote-section h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  color: #fff;
  border: 2px solid #f28400cc;
    background-color: #f28400cc;
}

.quote-section p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
}

.quote-section .btn {
  display: inline-block;
  background-color: #f28400cc;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: bold;
} 

.contacts {
    padding: 20px 0;
    border-top: 3px solid #f28400;
    border-bottom: 3px solid #f28400
}

.contacts .container,
.contacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .contacts .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contacts__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .contacts__block {
        margin-bottom: 0;
        margin-right: 30px;
        width: auto
    }
}

.contacts__block img {
    height: 50px
}

.contacts__line {
    color: #111;
    font-size: 18px;
    width: 195px
}

@media (min-width:480px) {
    .contacts__line {
        font-size: 20px;
        letter-spacing: .5px;
        width: 227px
    }
}

@media (min-width:1024px) {
    .contacts__line {
        font-size: 22px;
        width: auto
    }
}

.contacts__txt {
    margin-left: 20px
}

.contacts__txt-title {
    font-weight: 700;
    color: #777;
    font-size: 22px;
    letter-spacing: .5px
}

.contacts__phone-link {
    font-size: 22px;
    font-weight: 700;
    color: #b10c3c
}

contacts__line, .contacts__txt a{
        font-size: 18px;
        color:#333;
 }

.locations-section {
  background: linear-gradient(135deg, #0753af 0%, #0753af 100%);
  text-align: center;
}

/* .locations-section h3 {
 font-size: 20px; 
 font-weight: 700;
color:#fff;
} */

.locations-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.location-item {
  background: #fff;
  border-radius: 16px;
  padding: 25px 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.location-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
background: linear-gradient(90deg, #f28400, #ffce73);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.location-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.location-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #0753af;
  transition: all 0.3s ease;
}

.location-item a:hover {
  color: #f28400;
}

/* Responsive */
@media (max-width: 768px) {
  .locations-section {
    padding: 60px 15px;
  }

  .locations-section h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .location-item {
    padding: 20px;
  }

  .location-item a {
    font-size: 16px;
  }
}
