/* Start reviews */
.testimonials-section {
    padding: 50px 20px;
    background-color: #fff;
}

.testimonials-title {
    text-align: center;
    font-size: 32px;
    color: #FF7F50; /* لون برتقالي */
    margin-bottom: 10px;
}

.testimonials-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(33.38% - 20px); /* ثلاث بطاقات في الصف */
    max-width: 420px;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
    border: 3px solid #FF7F50;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

.verified-icon {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.verified-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.testimonial-stars {
    color: #FFD700;
    margin-top: 10px;
}

.google-image {
position: absolute;
top: 5px;
left: 10px;
width: 25px;
height: 25px;
border-radius: 50%;
/* border: 2px solid #ddd;
overflow: hidden; */
}

.google-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .testimonial-card {
        width: calc(50% - 20px); /* بطاقتان في الصف */
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        width: calc(100% - 20px); /* بطاقة واحدة في الصف */
    }
}




/* Start Blog */

 /*المدونة*/

 .blog-topics {
    padding: 80px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.blog-box {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 2%;
  /*  box-shadow: 0 0 5px #00000029;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f7;
    width: 100%;*/
}
.card-image {
    position: relative;
}

.card-image img {
    width: 100%
}

.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    padding: 15px 15px
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374;
    z-index: 6;
    position: relative;
}

.card-title {
    /*color: #000;
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none*/
    font-size: 20px;
    font-weight: 900;
    width: 90%;
    height: 63px;
    overflow: hidden;
    border-radius: 10px;
    text-align: right;
    color: #0b306e;
    z-index: 5;
    position: relative;
    transition: all .3s ease;
}

.card-excerpt {
    /*font-size: 15px;*/
    color: #949494;
    line-height: 32px;
    margin-top: 2px;
    width: 90%;
    height: 92px;
    font-size: 14px;
    z-index: 5;
    position: relative;
    overflow: hidden;
    text-align: right;
}


.sub-title {
    font-weight: 900;
    font-size: 20px
}
p.card-more {
    margin: 15px;
    text-align: left;
}

.card-more a {
    background: #236eb4;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
}
.card-more a:hover{

background-color: #e4f2fd;
color:#000;

}
.link {
    position: absolute;
    bottom: 90px;
    right: -108px;
    width: 140px;
    height: 50px;
    background: #E14E29;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: .3s all;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
}
.link a{

    color: #fff;
    text-decoration: none;
  
}
.inner-box:hover .link {
    right: 0;
    background: #E14E29;
}
.inner-box:hover img {
    transform: scale(1.2);
    transition: all 1s ;
}

.inner-box {
    margin: 15px;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 0 13px #d4d4d4;
    padding: 8px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.inner-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}
.inner-box:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 98%;
    height: 80px;
    transform: skewY(-2deg);
    transition: all .5s ease;
    border: 3px solid #343434;
    z-index: 0;
}
.inner-box:hover:after {
    transform: skewY(2deg);
    border-color: #140d0c;
}
.image {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    z-index: 8;
    overflow: hidden;
}
.image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 250px;
    display: block;
}

.image a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.up-hover {
    width: 100%;
    height: 100%;
    padding: 13px 0;
    /*text-align: center;*/
    transition: all .5s ease;
    position: relative;
}

textarea {
    max-height: 160px;
}
.form-submit{
    text-align:left
}
.submit {
    background-color: #ff6200;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
}


/*title*/



.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto auto 30px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .titles_concept_1{
    position: relative;
  }
  .titles_concept_1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78%;
    height: 3px;
    border-radius: 5px;
    right: 0;
    margin: 0 auto;
    background: #363532;
  }
  
  .titles_concept h2 {
    font-size: 30px;
  }
  
  .titles_concept_1 h2 {
    width: fit-content;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin: auto auto 12px;
    line-height: 34px;
    z-index: 1;
    color: #E14E29;
  }
  .q-a, .titles_concept_1 h2 {
    display: block;
    position: relative;
  }
  .titles_concept h3 {
    justify-content: center;
    font-size: 37px;
    font-weight: 700;
    -webkit-background-clip: text;
    line-height: 37px;
    margin: 0 0 15px;
    text-align: center;
    display: block;
    color: #171f26;
    
  }
  .titles_concept_1 p {
    position: relative;
    margin: 5px 5px 19px;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
/*title*/

.blog-topics {
    padding: 50px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-box {
    width:100%;
    margin-bottom: 25px;
    margin-right: 2%;
   /* box-shadow: 0 0 5px #00000029;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f7;*/
}
.card-image {
    position: relative;
}

.card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.blog-topics h2 {
    margin-bottom: 10px
}

.card-content {
    text-align: right;
    padding: 9px 13px;
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374
}

.card-title {
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none
}

.card-excerpt {
    font-size: 18px
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}

.desc {
    font-size: 17px;
    font-weight: 500
}

.wp-video,
.wp-video video {
    height: 100%!important;
    max-width: 100%!important;
    padding: 1px 12px 11px 22px;
    margin-top: 15px;
}

.col-6 {
    width: 100%
}

@media (min-width:992px) {
    .col-6 {
        width: 49%
    }
    .features.content {
        width: 48%
    }
    .features-videos {
        width: 48%
    }
    .features-box {
        width: 22%
    }
    .price-plan {
        width: 30.333%
    }
    .box-work {
        width: 30.3333%
    }
    .blog-box {
        width: 30%
    }
    .services-plan .flex {
        justify-content: space-between
    }
    .qr-img {
        text-align: left
    }
    .features-content,
    .features-videos {
        width: 48%
    }
    .slider-header h3 {
        font-size: 22px
    }
    .services-plan>img {
        opacity: 1
    }
}
@media only screen and (min-width: 982px){
.blog-box {
    width: 31%;
}
}




/*المدونة*/


/* End Blog */



/* Start Contact */
.contact {
    padding-bottom: 0;
    margin-bottom: -10px;
}

.contact .map {
    position: relative;
}

.contact .map iframe {
    width: 100%;
    height: 100vh;
}

.contact .map .info_contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact .map .info_contact .content {
    background: #ffffffcd;
    width: max-content;
    padding: 70px;
    border-radius: 5px;
    border: 1px solid #c6892db1;
    box-shadow: -8px 8px 8px #a2a2a290;
}

.contact .map .info_contact .content .box {
    margin-bottom: 30px;
}

.contact .map .info_contact .content .box:last-child {
    margin-bottom: 0;
}

.contact .map .info_contact .content .box h4 {
    margin-bottom: 15px;
}

.contact .map .info_contact .content .box .line {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}

.contact .map .info_contact .content .box .line span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
}

.contact .num {
    letter-spacing: 4px;
}

.contact .map .info_contact .content .box .line a {
    font-size: 25px;
    font-weight: bold;
    padding: 3px 35px;
    border-radius: 30px;
    color: #fff;
    width: calc(100% - 65px);
    text-align: center;
}

.contact .map .info_contact .content .box .line.line1 span {
    background: #075E54;
}

.contact .map .info_contact .content .box .line.line1 a {
    background: #075E54;
}



.contact .map .info_contact .content .box .line.line2 span {
    background: #0B5A80;
}

.contact .map .info_contact .content .box .line.line2 a {
    background: #0B5A80;
}


.contact .map .info_contact .content .box .line.line3 span {
    background: #031122;
}

.contact .map .info_contact .content .box .line.line3 a {
    background: #031122;
}

.contact .map .info_contact .content .box .line:hover {
    scale: 1.05;
}


@media (max-width:1000px) {
    .contact .map .info_contact .content{
        padding: 40px;
    }
    .contact .map .info_contact .content .box .line a{
        padding: 3px 25px;
        font-size: 20px;
    }
    .contact .map .info_contact .content .box .line span{
        font-size: 20px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width:500px) {
    section{
        padding: 50px 0;
    }
    .fro3{
        padding: 40px 0;
    }
    .contact .map .info_contact{
        position: relative;
        top: 0;
        left: 0;
        transform:translate(0 , 0);
        margin-bottom: 40px;

    }
    .contact .map .info_contact .content{
        width: 100%;
    }
    .contact .map iframe {
        width: 100%;
        height: 400px;
    }
    .contact .map .info_contact .content .box .line a{
        padding: 3px 18px;
        font-size: 18px;
        width: calc(100% - 45px);
    }
    .contact .map .info_contact .content .box .line span{
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
    .contact .map .info_contact .content{
        padding: 30px;
    }
    .contact .map .info_contact .content .box .line{
        gap: 10px;
    }
}



/* End Contact Map */   















/*شركة فن بولوم*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background-color: #f9f9f9;
    color: #2d2d2d;
    overflow-x: hidden;
}

/* Hero Section */
.hero {
    height: 100vh;
    background: url('../img/home123.webp') no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}

.hero::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 193, 7, 0.15);
    top: 10%;
    left: 10%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: rotateAndScale 8s infinite ease-in-out;
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(42, 77, 105, 0.5), transparent);
    bottom: 20%;
    right: 0;
    animation: slideFade 6s infinite ease-in-out;
    z-index: 1;
    transform: rotate(-45deg);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 0 20px;
}

.hero h1 {
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    position: relative;
    opacity: 0;
}

.hero h1 span {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

.hero h1 span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #f98715;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hero p {
    font-size: 28px;
    margin-bottom: 35px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 0;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    backdrop-filter: blur(5px);
    opacity: 0;
}

.hero .btn {
    padding: 12px 40px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 3;
    border: none;
    cursor: pointer;
    color: #fff;
}

.hero .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent, rgba(255, 255, 255, 0.2));
    transition: transform 0.5s ease;
    z-index: -1;
    transform: translateX(-100%);
}

.hero .btn:hover::before {
    transform: translateX(100%);
}

.hero .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.hero .btn-1 {
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
}

.hero .btn-2 {
    background: linear-gradient(45deg, #FFFFFF, #E0E0E0);
    color: #000;
}

.hero .btn-3 {
    background: linear-gradient(45deg, #25D366, #20C058);
}

/* SVG Curve at Bottom with Animation */
.hero-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

/* About Us Section */
.about-us {
    padding: 80px 40px;
    background: linear-gradient(135deg, #f9f9f9, #e9e9e9);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05);
    opacity: 0;
}

.about-us::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 193, 7, 0.15);
    top: 10%;
    right: 10%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: rotateAndScale 8s infinite ease-in-out;
    z-index: 1;
}

.about-us::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, rgba(42, 77, 105, 0.2), transparent);
    bottom: -50px;
    left: -50px;
    border-radius: 50%;
    animation: float 6s infinite ease-in-out;
    z-index: 1;
    box-shadow: 0 0 30px rgba(42, 77, 105, 0.3);
}

.about-us-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.about-us-text {
    flex: 1;
    position: relative;
}

.about-us-text .side-title {
    position: relative;
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 30px;
    display: inline-block;
    opacity: 0;
}

.about-us-text .side-title span {
    color: #f98715;
    display: inline-block;
}

.about-us-text .side-title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 60px;
    background: linear-gradient(to bottom, #2A4D69, #f98715);
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

.about-us-text p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0;
}

.about-us-text .features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-us-text .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(50% - 10px);
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.about-us-text .feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 193, 7, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-us-text .feature-item:hover::before {
    opacity: 1;
}

.about-us-text .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.about-us-text .feature-item img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.about-us-text .feature-item:hover img {
    transform: scale(1.2);
}

.about-us-text .feature-item span {
    font-size: 16px;
    color: #1a1a1a;
}

.about-us-text .contact-btn {
    display: inline-block;
    margin-top: 20px;
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0;
}

.about-us-text .contact-btn:hover {
    background: linear-gradient(45deg, #3B6E9A, #2A4D69);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.about-us-media {
    flex: 1;
    position: relative;
}

.media-container {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.media-container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.media-image, .media-video-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
}

.media-image {
    background: url('../img/h2.webp') no-repeat center center/cover;
    opacity: 1;
}

.media-video-1 {
    opacity: 0;
}

.media-video-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-container.show-video-1 .media-image {
    opacity: 0;
}

.media-container.show-video-1 .media-video-1 {
    opacity: 1;
}

.experience-box {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    z-index: 2;
    opacity: 0;
}

.media-container:hover .experience-box {
    transform: translateY(-5px);
}

.experience-box span {
    color: #f98715;
    font-weight: 700;
}

.media-play-buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.media-play-btn {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #f98715, #FFD54F);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: glowPulse 2s infinite ease-in-out;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.3);
}

.media-play-btn:hover {
    background: linear-gradient(45deg, #FFD54F, #f98715);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
}

.media-play-btn i {
    font-size: 24px;
    color: #fff;
}

.media-play-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://via.placeholder.com/60x60') no-repeat center center/cover;
    opacity: 0.3;
    border-radius: 50%;
}

.media-return-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    animation: glowPulse 2s infinite ease-in-out;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(42, 77, 105, 0.3);
    z-index: 2;
}

.media-return-btn:hover {
    background: linear-gradient(45deg, #3B6E9A, #2A4D69);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(42, 77, 105, 0.5);
}

.media-return-btn i {
    font-size: 24px;
    color: #fff;
}

/* Services Section */
.services {
    padding: 80px 40px;
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.services::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 193, 7, 0.15);
    bottom: 10%;
    right: 10%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: rotateAndScale 8s infinite ease-in-out;
    z-index: 1;
}

.services::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(42, 77, 105, 0.5), transparent);
    top: 20%;
    left: 0;
    animation: slideFade 6s infinite ease-in-out;
    z-index: 1;
    transform: rotate(45deg);
}

.services h2 {
    font-size: 48px;
    margin-bottom: 70px;
    position: relative;
    color: #1a1a1a;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    opacity: 0;
}

.services h2 span {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
}

.services h2 span::before {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    border: 3px solid #f98715;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.5s ease;
    opacity: 0;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.8), transparent);
    transition: height 0.5s ease;
    z-index: 1;
}

.service-card:hover::before {
    height: 100%;
}

.service-card:hover {
    transform: translateY(-20px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover img {
    transform: scale(1.1);
}

.service-card .content {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
    opacity: 0;
}

.service-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    opacity: 0;
}

.service-card .btn {
    background: linear-gradient(45deg, #2A4D69, #3B6E9A);
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.service-card .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent, rgba(255, 255, 255, 0.2));
    transition: transform 0.5s ease;
    z-index: -1;
    transform: translateX(-100%);
}

.service-card .btn:hover::before {
    transform: translateX(100%);
}

.service-card .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* Steps Section (Enhanced Design) */
.steps {
    padding: 80px 40px;
    background: linear-gradient(135deg, #f9f9f9, #e9e9e9);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05);
    text-align: center;
    opacity: 1;
    visibility: visible;
}

.steps::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 193, 7, 0.15);
    top: 10%;
    left: 10%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: rotateAndScale 8s infinite ease-in-out;
    z-index: 1;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.3);
}

.steps::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, rgba(42, 77, 105, 0.2), transparent);
    bottom: -50px;
    left: -50px;
    border-radius: 50%;
    animation: float 6s infinite ease-in-out;
    z-index: 1;
    box-shadow: 0 0 30px rgba(42, 77, 105, 0.3);
}

.steps h2 {
    font-size: 48px;
    margin-bottom: 70px;
    position: relative;
    color: #1a1a1a;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    opacity: 1;
}

.steps h2 span {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
}

.steps h2 span::before {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    border: 3px solid #f98715;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    visibility: visible;
}

.step-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.5s ease;
    opacity: 1;
    overflow: hidden;
    animation: noticeableFloat 4s infinite ease-in-out;
    visibility: visible;
    display: block;
}

.step-card::before {
    content: attr(data-step);
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: transparent;
    backdrop-filter: blur(5px);
    color: #2A4D69;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 2;
    opacity: 1;
    animation: fadeInNumber 0.5s ease forwards;
    border: none;
}

.step-card:hover::before {
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.7);
    transform: scale(1.1) rotate(15deg);
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.05), #fff);
}

.step-card img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.step-card:hover img {
    transform: rotate(360deg);
}

.step-card h3 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 15px;
    opacity: 1;
    position: relative;
}

.step-card h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(45deg, #2A4D69, #f98715);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.step-card:hover h3::after {
    opacity: 1;
}

.step-card p {
    font-size: 16px;
    color: #666;
    opacity: 1;
}

@keyframes fadeInNumber {
    0% { opacity: 0; transform: scale(0.5); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes noticeableFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* SVG Curve Animation */
@keyframes waveAnimation {
    0% { d: path("M0,0 C480,80 960,20 1440,80 V100 H0 Z"); }
    50% { d: path("M0,0 C480,40 960,90 1440,50 V100 H0 Z"); }
    100% { d: path("M0,0 C480,80 960,20 1440,80 V100 H0 Z"); }
}

.hero-svg path {
    animation: waveAnimation 5s infinite ease-in-out;
}

/* Animations */
@keyframes rotateAndScale {
    0% { transform: rotate(0deg) scale(1); opacity: 0.8; }
    50% { transform: rotate(180deg) scale(1.2); opacity: 0.5; }
    100% { transform: rotate(360deg) scale(1); opacity: 0.8; }
}

@keyframes slideFade {
    0% { transform: translateX(-20%) rotate(45deg); opacity: 0; }
    50% { transform: translateX(20%) rotate(45deg); opacity: 1; }
    100% { transform: translateX(-20%) rotate(45deg); opacity: 0; }
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

@keyframes glowPulse {
    0% { box-shadow: 0 0 10px rgba(255, 193, 7, 0.5); }
    50% { box-shadow: 0 0 20px rgba(255, 193, 7, 0.8); }
    100% { box-shadow: 0 0 10px rgba(255, 193, 7, 0.5); }
}

@keyframes shine {
    0% { background-position: 0%; }
    100% { background-position: 200%; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        height: 60vh;
    }
    .hero h1 { font-size: 45px; }
    .hero h1 span::before { width: 105%; height: 105%; }
    .hero p { font-size: 18px; }
    .hero-buttons { 
        flex-direction: column; 
        gap: 15px; 
        padding: 10px 20px; 
    }
    .hero .btn { 
        padding: 10px 30px; 
        font-size: 16px; 
    }
    .about-us { padding: 60px 20px; }
    .about-us-container { flex-direction: column; }
    .about-us-media { width: 100%; }
    .media-container { height: 300px; }
    .about-us-text .feature-item { width: 100%; }
    .about-us-text .side-title { font-size: 36px; }
    .about-us-text p { font-size: 16px; }
    .about-us-text .feature-item span { font-size: 14px; }
    .media-play-btn { width: 50px; height: 50px; }
    .media-play-btn i { font-size: 20px; }
    .media-play-buttons { gap: 5px; }
    .media-return-btn { width: 50px; height: 50px; }
    .media-return-btn i { font-size: 20px; }
    .services { padding: 60px 20px; }
    .services h2 { font-size: 36px; }
    .service-grid { gap: 30px; }
    .service-card img { height: 200px; }
    .service-card h3 { font-size: 22px; }
    .service-card p { font-size: 14px; }
    .service-card .btn { padding: 8px 20px; font-size: 14px; }
    .steps { padding: 60px 20px; }
    .steps h2 { font-size: 36px; }
    .steps-grid { 
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
        gap: 20px; 
    }
    .step-card { padding: 20px; }
    .step-card img { width: 30px; height: 30px; }
    .step-card h3 { font-size: 20px; }
    .step-card p { font-size: 14px; }
    .step-card::before { 
        width: 40px; 
        height: 40px; 
        font-size: 18px; 
        top: 10px; 
        right: 10px; 
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .hero {
        height: 64vh;
    }
    .hero h1 { font-size: 32px; }
    .hero p { font-size: 16px; }
    .hero .btn { padding: 8px 25px; font-size: 17px; }
    .about-us-text .side-title { font-size: 28px; }
    .about-us-text p { font-size: 19px; }
    .about-us-text .feature-item span { font-size: 16px; }
    .about-us-text .feature-item img { width: 30px; height: 30px; }
    .media-container { height: 200px; }
    .experience-box { font-size: 14px; padding: 8px 15px; }
    .media-play-btn { width: 40px; height: 40px; }
    .media-play-btn i { font-size: 16px; }
    .media-return-btn { width: 40px; height: 40px; }
    .media-return-btn i { font-size: 18px; }
    .services h2 { font-size: 28px; }
    .service-card h3 { font-size: 20px; }
    .service-card p { font-size: 12px; }
    .service-card .btn { padding: 6px 15px; font-size: 12px; }
    .steps h2 { font-size: 28px; }
    .step-card h3 { font-size: 18px; }
    .step-card p { font-size: 18px; }
    .step-card img { width: 24px; height: 24px; }
    .step-card::before { 
        width: 30px; 
        height: 30px; 
        font-size: 18px; 
        top: 10px; 
        right: 10px; 
        line-height: 30px;
    }
}