 @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
      font-family: "Mulish", sans-serif;
}
body{
    padding-top: 0px!important;
}
  .services-area {
            padding: 80px 0;
            position: relative;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Section Heading */
        .classic-section-head {
            margin-bottom: 60px;
        }
        
        .classic-section-head h2 {
            font-size: 36px;
            color: #222;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .classic-section-head h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #8e6e53;
        }
        
        .classic-section-head h3 {
            font-size: 18px;
            color: #666;
            font-weight: 400;
            margin-top: 25px;
            font-style: italic;
        }
        
        /* Service Grid */
        .service-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 30px;
        }
        
        /* Service Item */
        .our-home-ser {
            height: 300px;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease;
        }
        
        .our-home-ser:hover {
            transform: translateY(-5px);
        }
      .row-gap{
            row-gap: 15px;
      }  
        /* Banner Section */
        .banner-area {
            position: relative;
            padding: 80px 0;
            overflow: hidden;
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
        }
        
        .banner-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none"/><path d="M0,0 L100,100" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></svg>');
            opacity: 0.5;
            z-index: 0;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }
        
        /* Banner Body */
        .banner-body {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .banner-content {
            flex: 1;
            min-width: 300px;
            padding: 20px;
        }
        
        .banner-image {
            flex: 1;
            min-width: 300px;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        /* Content Styling */
        .section-head {
            margin-bottom: 30px;
        }
        
        .section-head h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 15px;
        }
        
        .section-head p {
            font-size: 1.1rem;
            color: #fff; 
            max-width: 90%;
        }
        
        /* Button Styling */
        .banner-btn {
            margin-top: 30px;
        }
        
        .btn-primary {
            display: inline-block;
            padding: 14px 32px;
            background: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
        }
        
        .btn-primary:hover {
            background: #2980b9;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
        }
        
        /* Image Styling */
        .banner-img-container {
            max-width: 400px;
            width: 100%;
            position: relative;
        }
        
        .banner-img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.5s ease;
        }
        
        .banner-img:hover {
            transform: scale(1.03);
        }
        
        /* Decorative Elements */
        .decoration {
            position: absolute;
            z-index: -1;
        }
        
        .decoration-1 {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background: rgba(52, 152, 219, 0.1);
            top: 10%;
            right: 10%;
        }
        
        .decoration-2 {
            width: 100px;
            height: 100px;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            background: rgba(155, 89, 182, 0.1);
            bottom: 15%;
            left: 5%;
        }
        
        /* Responsive Design */
      
        @media (max-width: 768px) {
            .banner-area {
                padding: 60px 0;
            }
            
            .section-head h2 {
                font-size: 2rem;
            }
            
            .banner-body {
                flex-direction: column;
            }
            
            .banner-content, .banner-image {
                width: 100%;
            }
            
            .banner-image {
                order: -1;
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 480px) {
            .section-head h2 {
                font-size: 1.7rem;
            }
            
            .btn-primary {
                padding: 12px 24px;
                font-size: 0.9rem;
            }
        }
        
        /* Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-fadeInUp {
            animation: fadeInUp 0.8s ease forwards;
        }
        .box-item {
            width: 100%;
            height: 100%;
            position: relative;
        }
        
        .service-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            z-index: 2;
            transition: all 0.4s ease;
        }
        
        .service-front {
            background-size: cover;
            background-position: center;
        }
        
        .service-back {
            background: rgba(142, 110, 83, 0.9);
            color: white;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
        }
        
        .our-home-ser:hover .service-back {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .services-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }
        
        .service-front .inner {
            position: relative;
            z-index: 2;
        }
        
        .service-back .inner {
            position: relative;
            z-index: 2;
        }
        
        /* Content Styling */
        .post-title {
            margin-bottom: 15px;
        }
        
        .post-title a {
            color: white;
            text-decoration: none;
            font-size: 22px;
            font-weight: 600;
            transition: color 0.3s;
        }
        
        .post-title a:hover {
            color: #f8d7a4;
        }
        
        .description {
            font-size: 15px;
            line-height: 1.5;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .service-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
            
            .classic-section-head h2 {
                font-size: 30px;
            }
        }
        
        @media (max-width: 576px) {
            .service-grid {
                grid-template-columns: 1fr;
            }
            
            .services-area {
                padding: 50px 0;
            }
        }
/* Overlay for better readability */
.media-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); /* black with 40% opacity */
    z-index: 1;
}

/* Text Styling */
.overlay-text {
    position: absolute;
    color: #fff !important;
    padding: 20px;
    z-index: 2; /* above overlay */
}
	.overlay-text h2,
	.overlay-text p{
		text-align:center;
		color:#fff !important;
	}
	.overlay-text h2{
		font-size:25px;
		font-weight:700;
	}
	.overlay-text p{
		font-size:18px;
		font-weight:500;
	}
	@media (max-width: 768px) {
		.overlay-text p{
		line-height:1 !important;
		font-size:16px !important;
	}
	}
	

/* On desktop (video) → right center */
@media (min-width: 768px) {
	
	.hero .slide {
		height: 600px !important;
	}
    .overlay-text {
        top: 40%;
        right: 10%;
        transform: translateY(-50%);
        text-align: right;
        max-width: 40%;
    }
}

/* On mobile (image) → center */
@media (max-width: 767.98px) {
	
	.overlay-text h2{
		font-size:28px !important;
	}
    .overlay-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }
}
div#services .service-bg{opacity:1}
div#services{padding-top:6em}
div#services{padding-bottom:0em}
div#services{background-color:#eeebe6}
#services .classic-section-head h2{color:#46567b}
#services .classic-section-head h3{color:#ec7e34}
#services .our-home-ser .home-ser-prof .post-title a{color:#ffffff}
#services .our-home-ser .description{color:#ffffff !important}
#services .classic-service-box .classic-service-image .classic-service-overlay{background-image:linear-gradient( to top,#000 -20%,transparent 80% )}
#services .classic-service-content h4 a,#classicinner-box .classic-service-content h4 a,#classicinner-box .classic-service-content h4 a:hover{color:#ffffff}
#services .classic-service-box .classic-service-image:hover p,#classicinner-box .classic-service-box .classic-service-image:hover p,#classicinner-box .classic-service-content p{color:#ffffff}
#services .classic-service-box .classic-service-image:hover .classic-service-overlay,#classicinner-box .classic-service-box .classic-service-image:hover .classic-service-overlay{background-image:linear-gradient( to top,#000000 -20%,transparent 80% )}
#Symbols{padding-top:2em}
#Symbols{padding-bottom:1em}
#Symbols .Symbols-bg{opacity:1}
#Symbols{background-color:#eeebe6}
#Symbols .classic-section-head h2{color:#46567b}
#Symbols .classic-section-head h3{color:#ec7e34}
#Symbols .classic-Symbols-single h4.classic-Symbols-title a{color:#fff}
#Symbols .classic-Symbols-single h4.classic-Symbols-title a:hover{color:#ffffff}
#Symbols .classic-Symbols-single .Box .FlipBox{background-color:#222632}
#Symbols .classic-Symbols-single .Box .Back{background-color:#af8451}
#services .service-bg,#Symbols .Symbols-bg,#about .about-bg,#blog .blog-bg,#banner .banner-bg{
   
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;

}
#services,#about,#blog,#banner{ position: relative;}
 #services .classic-section-head h2{
    color: #46567b;
    font-size: 20px;
   font-weight: 700;
    margin-bottom: 10px;
}

#services .classic-section-head h3{
    color: #ec7e34;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}
 div#services {
    position: relative;
    padding: 50px 0px;
    background: #eeebe6;
}
 #services .classic-service-box,
#classicinner-box .classic-service-box{
    margin: 0px 15px;
    margin-bottom: 22px;
    box-shadow: none;
    border-radius: 15px;
    position: relative;
}
 #services .classic-service-box .classic-service-image,
#classicinner-box .classic-service-box .classic-service-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 382px !important;
    -webkit-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius: 7px;
    text-align: left;
    overflow: hidden;
}
#services .classic-service-box .classic-service-image:hover,
#classicinner-box .classic-service-box .classic-service-image:hover {
    background-position: center left 1% !important;
}


#services .classic-service-content,
#classicinner-box .classic-service-content {
    position: absolute;
    bottom: 0;
    padding: 15px 25px 10px 25px;
    width: 100%;
}

#services .classic-service-content h4,
#classicinner-box .classic-service-content h4 {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    line-height: 20px;
    z-index: 5;
    position: relative;
    font-size: 20px;
    margin: 0;
    text-align: left;
}
#classicinner-box .classic-service-content h4 {
    margin: 0;
}

 #services .classic-service-content h4 a,
#classicinner-box .classic-service-content h4 a{
    word-break: break-word;
    color: #e8e5df;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    font-size: 22px;
    font-weight: 700;
}  
.classic-service-box .classic-service-image .classic-s-title {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.classic-service-box .classic-service-image:hover h4,
 .classic-service-box .classic-service-image:hover a,
  .classic-service-box .classic-service-image:hover p {
    z-index: 10;
}
#services .classic-service-image:hover .classic-service-content h4,
#classicinner-box .classic-service-image:hover .classic-service-content h4 {
    text-align: center;
}

main#classicinner-box h4.classic-s-title {
    margin-bottom: 0 !important;
}

.classic-service-box .classic-service-image:hover .classic-s-title {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;

}

 #services .classic-service-content p,
#classicinner-box .classic-service-content p{
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
    opacity: 0;
    height: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 0;
    word-break: break-word;
    white-space: normal;
}

 #services .classic-service-box .classic-service-image:hover p,
#classicinner-box .classic-service-box .classic-service-image:hover p {
    height: auto !important;
    opacity: 1 !important;
    color: #ffffff;
    text-align: center;
}
 #services .classic-service-box .classic-service-image:hover p,
#classicinner-box .classic-service-box .classic-service-image:hover p  {
    color: #d4d2cd !important;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


 #services .classic-service-box .classic-service-image:hover .classic-service-overlay,
#classicinner-box .classic-service-box .classic-service-image:hover .classic-service-overlay {
    opacity: 0.9;
    background-image: linear-gradient( to top,#000000c4 -20%,#00000085 80% );
}
 #services .classic-service-box .classic-service-image .classic-service-overlay,
#classicinner-box .classic-service-box .classic-service-image .classic-service-overlay {
    border-radius: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient( to top,#000000 -20%,transparent 80% );
}



.padding-0{padding: 0;}

 #services .owl-theme .owl-dots {display: none;}

 #services .owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: 50%;
    left: 0;
    color: #3e3e3e;
    font-size: 50px;
    width: 45px;
    height: 45px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-weight: 100;
    border: 1px solid #3e3e3e;
}

 #services .owl-carousel .owl-nav button.owl-next span:before, 
 #services .owl-carousel .owl-nav button.owl-prev span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe723;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#services .owl-carousel .owl-nav button.owl-prev span, 
#services .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
#services .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: pointer;
}
 #services .owl-carousel .owl-nav button.owl-prev, 
 #services .owl-carousel .owl-nav button.owl-next {
     position: relative;
    box-shadow: none;
    background: none;
    z-index: -1;
}
 #services .owl-carousel .owl-nav button.owl-next:before, 
#services .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe723;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0;
    z-index: 999;
    color: #3e3e3e;
    width: 45px;
    height: 45px;
    line-height: 35px;
    background: #fff;
    font-weight: 100;
    font-size: 30px;
    padding: 5px;
    border: 3px solid #000;
    border-radius: 50%;
}
 #services .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    position: relative;
    top: 50%;
    right: 0;
    color: #3e3e3e;
    top: -380px;
    left: 620px;
}
 #services .owl-carousel .owl-nav button.owl-prev:before{
    content: "\f177";
    font-family: FontAwesome;
    position: relative;
    color: #3e3e3e;
    top: -380px;
    left: -620px;
}

#services .owl-carousel .owl-nav button.owl-next:hover:before,
 #services .owl-carousel .owl-nav button.owl-prev:hover:before{
        background: -moz-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: -webkit-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: linear-gradient(to right,#7441f4 0%,#5468f0 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #7441f4;
}
#services .classic-service-box .classic-service-mainoverlay,
#classicinner-box .classic-service-box .classic-service-mainoverlay {
    position: absolute;
    right: 20px;
    left: 20px;
    top: 20px;
    bottom: 20px;
    background: #000;
    opacity: 0.3;
    background-size: cover;
    border-radius: 20px;
    z-index: 3;
        transition: all 1s ease 0s;
}
#services .classic-service-box:hover .classic-service-mainoverlay,
#classicinner-box .classic-service-box:hover .classic-service-mainoverlay {
    border-radius: 0;
}

.our-home-ser .description{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
        text-align: -webkit-center;
}

.our-home-ser .home-ser-prof .post-title a{
   color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    line-height: 20px;
    z-index: 5;
    font-size: 22px;
    margin: 0;
    text-align: left;
    font-weight: 700;
}


#services .box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
/*  width: 415px;*/
  margin-bottom: 35px;
  max-width: 100%;
}

#services .flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
/*  perspective: 1000px;
  -webkit-perspective: 1000px;*/
      position: relative;
    z-index: 5;
}

#services .flip-box-front,
#services .flip-box-back {
  background-size: cover !important;
  background-position: center !important;
  border-radius: 8px;
  min-height: 382px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#services .flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#services .flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#services .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#services .flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#services .flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 5;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  /*top: 50%;*/
  bottom: 0;
}

#services .flip-box-header {
  font-size: 34px;
}
.flip-box-img {
  margin-top: 25px;
}
 #services .classic-service-box {
        margin: 0px 10px;
        margin-bottom: 15px;
        margin-top: 0px;
        /*padding: 12px 12px 12px;*/
    }
#services .classic-service-box .classic-service-mainoverlay {
        right: 12px;
        left: 12px;
        top: 12px;
        bottom: 12px;
    }
     #services .classic-service-content h4 a {
        font-size: 25px;
    }
    #services,#Symbols
    {
    position: relative;
}
.classic-section-head {
    position: relative;
    /* margin: 0 10em 2.5em; */
}
 #Symbols .Symbols-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
 #Symbols {
    background: #eeebe6;
        overflow: hidden;
}
 #Symbols .classic-section-head {
    position: relative;
    margin: 0 10em 3em;
}

 #Symbols .classic-section-head h2 {
    color: #46567b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

 #Symbols .classic-section-head h3 {
    color: #ec7e34;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}

 #Symbols  .owl-theme .owl-dots, 
 #Symbols  .owl-theme .owl-nav {
    display: none;
}

 #Symbols .classic-Symbols-single h4.classic-Symbols-title{
    margin: 0;
   /* margin-top: 25px;*/
}

 #Symbols .classic-Symbols-single h4.classic-Symbols-title a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
 #Symbols .classic-Symbols-single h4.classic-Symbols-title a:hover {
    color: #ec7e34;
}

 #Symbols .owl-carousel .owl-item {
    height: 128px;
}

 #Symbols .classic-Symbols-single-area {
    position: relative;
}
 #Symbols .classic-Symbols-b {
    padding: 0 10px;
}

 #Symbols .classic-Symbols-single .Box{
position: relative;
    min-height: 200px;
    transform-style: preserve-3d;
    perspective: 800px;
    transition: 1s;
    border-radius: 10px;
    margin-bottom: 40px;
}
 #Symbols .classic-Symbols-single .Box .FlipBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 1s;
    transform-style: preserve-3d;
    background: #222632;
    position: relative;
    width: 100%;
    min-height: 200px;
    transform-style: preserve-3d;
    perspective: 800px;
    transition: 1s;
    border-radius: 10px;
}
 #Symbols .classic-Symbols-single .Box .Front,
 #Symbols .classic-Symbols-single .Box .Back{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    cursor:pointer;
    transition:.5s;
    backface-visibility:hidden;
}
 #Symbols .classic-Symbols-single .Box .Front img{
    /* width: 85px; */
    /* height: auto; */
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding: 25px 0;
        top: 5px;
}
 #Symbols .classic-Symbols-single .Box .Back{
    background-color:#081a25;
    color:#fff;
    display:table;
    transform:rotateY(180deg);
     border-radius: 10px;
}
.Front .classic-Symbols-title {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}
 #Symbols .classic-Symbols-single .Box .Back div{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    padding:20px;
}
 #Symbols .classic-Symbols-single .Box .Back div h4{
    font-size:22px;
}
 #Symbols .classic-Symbols-single .Box .Back div p{
    font-size:17px;
    margin-top:10px;
}
 #Symbols .classic-Symbols-single .Box:hover .FlipBox{
    transform:rotateY(180deg);
}
 #Symbols .classic-Symbols-single .Box:hover{
    transform:translateY(-30px);
    z-index:2;
}
@media (max-width:780px){
     #Symbols .classic-Symbols-single .Box:not(:last-child):hover{
        transform:translateY(0px);
        z-index:2;
    }
}
@media (max-width:520px){
     #Symbols .classic-Symbols-single .Box:hover{
        transform:translateY(0px);
        z-index:2;
    }
}
@media (max-width:255px){
     #Symbols .classic-Symbols-single .Box{
        width:100%;
    }       
}
.decor__flying_word_box {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
}
.services-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.4);
    opacity: 1;
    background-size: cover;
    z-index: 2;
}
.classic-about-btn a {
    padding: 16px 40px;
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    background: #ec7b34;
    text-align: center;
}

 #blog .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
 #blog {
    background: #eeebe6;
}
 #blog .classic-section-head h2{
     /* color: #ec8034; */
      color: #46567b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

 #blog .classic-section-head h2:after {
   display: none;
}
 #blog .classic-section-head h3{
     /* color: #46567b; */
     color: #ec8034;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}
 #blog {
    position: relative;
}
 #blog .classic-box-area-S {
    margin: 20px;
}
 #blog .classic-blog-single {
    position: relative;
    background: #f1f1f1;
    padding: 15px 20px 8px;
    box-shadow: 0px 0px 18px 19px rgb(198 199 200 / 20%);
}
 #blog .classic-blog-date-comment {
color: #adb2be;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
 #blog .classic-blog-date-comment i{
    color: #ec7b34;
    font-size: 20px;
    font-weight: 400;
    padding-right: 8px;
      animation-name: tada;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
 #blog h4.inner-area-title {
    color: #47597e;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0.1em;
    padding: 0em;
}
 #blog p{
    color: #949bad;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0em;
    padding: 0em;
}
 #blog .classic-blog-thumbnail a img {
    width: 100%;
}
 #blog .classic-blog-thumbnail {
    position: relative;
    overflow: hidden;
    text-align: center;
}
 #blog .classic-blog-thumbnail:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
 #blog .classic-box-area-S:hover .classic-blog-thumbnail:before {
    top: 0;
}
 #blog .classic-blog-comment {
    color: #a1a1ad;
    font-size: 15px;
    padding: 0px 0px 15px;
    text-transform: uppercase;
}
 #blog .classic-blog-comment i{
    font-size: 14px;
    padding-right: 5px;
}
 #blog .classic-blog-thumbnail img {
    transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
}
 #blog .classic-blog-post:hover .classic-blog-thumbnail img {
    transform: scale(1.2);
/*    transform:rotate(-10deg) scale(1.2);*/
}

 #blog .blog-area-category {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0;
}
 #blog .blog-area-category ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
 #blog .blog-area-category ul li {
    color: #282828;
    background: #dddddd;
    text-align: left;
    display: inline-block;
    border-radius: 2px 15px 2px 2px;
    padding: 3px 10px;
     overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
}

 #blog .blog-area-category ul li:hover {
    color: #fff;
}


 #blog .blog-area-category ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px;
    background-color: #eb8733;
    transition: all 0.3s ease;
}

 #blog .blog-area-category ul li:hover:after {
    top: 0;
    height: 100%;
}
 #blog .classic-blog-btn {
    padding-top: 4px;
}
 #blog .classic-blog-btn a {
    font-size: 16.74px;
    padding: 7px 5px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    color: #eb8733;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
}

 #blog .classic-blog-btn a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #45567a;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

 #blog .classic-blog-btn a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

 #blog .classic-blog-btn a:hover{
    color: #fff;
}

 #blog .box{
    background: linear-gradient(#12c2e9,#c471ed,#f64f59);
    overflow: hidden;
    position: relative;
    
    border-radius: 15px;
}
 #blog .box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
 #blog .box:hover img{
    opacity: 0.4;
    transform: scale(1.5);
    transform-origin: left center;
}
.inner-blog-post{
    margin: 0em 0em 3em;
}
.inner-blogpost {
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 15%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 15%);
    background: #f1f1f1;
}
body.page-template-blog-template .inner-blogpost {
    margin: 20px;
}
main#classicinner-box .single_post .blog-tags a {
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 500;
}

main#classicinner-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
}


main#classicinner-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 0px;
    padding: 0;
}
main#classicinner-box .blog-page-btn {
    padding-top: 4px;
}
main#classicinner-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 24px;
    color: #adb2be;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
main#classicinner-box .blog-info-area ul.metabox li i{
    color: #ec7b34;
    font-size: 20px;
    font-weight: 400;
    padding-right: 8px;
    animation-name: tada;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
main#classicinner-box .ht-blog-thumbnail img {
    width: 100%;
    max-height: 350px;
    height: 100%;
}
main#classicinner-box .ht-blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000
    transition: all .4s ease;
}
main#classicinner-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.4;
}

main#classicinner-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
main#classicinner-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
main#classicinner-box .ht-blog-thumbnail .overlay .box .content > a {
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
main#classicinner-box .ht-blog-thumbnail .overlay .box .content > a:before {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    position: relative;
    top: 45%;
    padding: 15px;
}
main#classicinner-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
    position: relative;
    padding: 15px 20px 8px;
    box-shadow: 0px 0 18px -5px #e8e5e1;
}


main#classicinner-box #blog-box h2 {
    word-break: break-word;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0.1em;
    padding: 0em;
    color: #47597e;
}
main#classicinner-box #blog-box h2 {
    color: #47597e;
}

main#classicinner-box #blog-box h2:hover{background-image: linear-gradient( 
    40deg, #eb8733 30%, #eb8733 70% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
div#secondary .social-profile-icons ul li i:hover, main#classicinner-box .inner-blogpost:hover .blog-date span {
    color: #eb8733;
}
.inner-blog-excerpt {
    word-break: break-word;
    color: #949bad;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0em;
    padding: 0em;
}

#classicinner-box .blog-page-btn a {
    font-size: 16.74px;
    padding: 7px 5px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    color: #eb8733;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
}

#classicinner-box .blog-page-btn a:hover {
    outline-width: 0;
}
#classicinner-box .blog-page-btn a:hover {
    color: #fff;
}

#classicinner-box .blog-page-btn a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #45567a;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

#classicinner-box .blog-page-btn a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

#classicinner-box .blog-page-btn a i {
    font-size: 15px;
    padding-left: 5px;
     -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
#classicinner-box .blog-page-btn a:hover i {
   -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#classicinner-box .single_post .blog-page-btn a{
    font-size: 18px;
    background: #eb8733;
    padding: 12px 20px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    color: #fcfcf8;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
}

#classicinner-box .single_post .blog-page-btn a:hover {
    outline-width: 0;
}
#classicinner-box .single_post .blog-page-btn a:hover {
    color: #fff;
}

#classicinner-box .single_post .blog-page-btn a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px;
    background-color: #eb8733;
    transition: all 0.3s ease;
}

#classicinner-box .single_post .blog-page-btn a:hover:after {
    top: 0;
    height: 100%;
}

#classicinner-box .single_post .blog-page-btn a i {
    font-size: 15px;
    padding-left: 5px;
     -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    color: #fcfcf8;
}
#classicinner-box .single_post .blog-page-btn a:hover i {
   -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
}

#classicinner-box .blog-author, #classicinner-box .blog-time, #classicinner-box .single-blog-date {
/*    color: #000;*/
    padding-left: 18px;
}
main#classicinner-box .single_post .blog-category {
    padding: 0px;
        padding-left: 18px;
}
#classicinner-box .blog-author i, #classicinner-box .blog-time i{
    color: #000;
    padding-right: 8px;
}

main#classicinner-box #blog-box .socialMedia {
    padding-bottom: 15px;
}

main#classicinner-box #blog-box .socialMedia ul{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
    position: relative;
}
main#classicinner-box #blog-box .socialMedia ul li{
    margin-right: 15px;
    float: left;
    text-align: center;
}
   main#classicinner-box #blog-box .socialMedia ul li a.site-button{
    display: block;
    color: #000;
    background: none;
}
   main#classicinner-box #blog-box .socialMedia ul li a.site-button:hover{
    color: #eb8733;
     background: none;
}


#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #eb8733;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #eb8733;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #eb8733;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #eb8733;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #eb8733;
    transform: none;
}


main#classicinner-box #blog-box h2 {
    font-size: 20px;
}

.single main#classicinner-box h1, .single main#classicinner-box h2, .single main#classicinner-box h3, .single main#classicinner-box h4, .single main#classicinner-box h5, .single main#classicinner-box h6 {
    color: #000;
}

.single main#classicinner-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}
div#banner {
    background: #000;
}

 #banner .classic-section-head {
    position: relative;
    margin: 0;
}

 #banner .classic-section-head h2 {
    color: #eeebe6;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}

 #banner .classic-section-area-text {
    color: #c5c6ca;
    font-size: 20px;
    margin-bottom: 1.5em;
    margin-top: 5px;
    font-weight: 500;
}

 #banner .banner-space {
    padding: 2em 0 1em;
}

 #banner .classic-banner-btn a {
    padding: 16px 40px;
    color: #fffefd;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    background: #ec7b34;
    text-align: center;
}

 #banner .classic-banner-btn a:hover {
   /* color: #000 !important;*/
    outline-width: 0;
    z-index: 1;
}

 #banner .classic-banner-btn a:after {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #ffff;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

 #banner .classic-banner-btn a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slider {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 107vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.slide-text {
    position: relative;
    color: #fff;
    text-align: center;
    max-width: 700px;
    padding: 20px;
}

.slide-text h2 {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 15px;
    color:#fff !important;
}

.slide-text p {
    font-size: clamp(14px, 2.5vw, 18px);
    color:#fff !important;
}

/* Controls */
.prev-slide, .next-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: clamp(24px, 4vw, 36px);
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    z-index: 10;
}

.prev-slide { left: 20px; }
.next-slide { right: 20px; }

.prev-slide:hover, .next-slide:hover { background: rgba(0,0,0,0.7); }

/* Responsive adjustments */
@media(max-width: 768px){
    .slide-text {
        max-width: 90%;
        padding: 15px;
    }
}


/* --- General Header --- */
.site-header {
    position: relative; 
    width: 100%;
    z-index: 9999;
    background-color: #7788ffb3;
    font-family: Arial, sans-serif;
}

/* Header wrapper */
.header-nav-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
}

.logo-header img {
    max-width: 80%;
    height: auto;
}

/* --- Navigation Desktop --- */
.site-navigation {
    text-align: right;
}
.mainmenu > li {
    text-align: left !important;
}
.mainmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainmenu > li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding: 0 !important;
}

.mainmenu li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    transition: color 0.3s;
}

.mainmenu li a:hover,
.mainmenu li.current-menu-item > a {
    color:#243b55;
}

/* --- Submenu Desktop --- */
.mainmenu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #111;
    min-width: 220px;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 99999;
}

.mainmenu li:hover > ul.sub-menu {
    display: block;
}

.mainmenu li ul.sub-menu li a {
    padding: 10px 20px;
}

/* ------------------------------------------------- */
/* ------------------ MOBILE MENU ------------------ */
/* ------------------------------------------------- */
@media (max-width: 992px) {

    .header-nav-area {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        height: 65px;
    }

    .logo-header {
        flex: 0 0 auto;
    }

    .logo-header img {
        max-width: 140px;
        height: auto;
    }

    /* -------------------- MOBILE MENU PANEL -------------------- */
       .mainmenu {
        position: fixed;
        top: 85px;
        right: -50%;
        width: 50%;
        height: calc(100vh - 85px);
        background: #000;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        transition: right 0.4s ease;
        z-index: 99999;
        border-left: 2px solid #222;

        overflow-y: auto !important;   /* 🔥 scrolling enabled */
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .mainmenu.show {
        right: 0;             /* Slide-in from right */
    }

    .mainmenu > li {
        margin: 0;
        padding: 12px 0;
        text-align: left;
    }

    .mainmenu li a {
        padding: 8px 0;
        font-size: 15px;
        width: 100%;
        display: block;
        color: #fff;
    }

    /* Submenu */
    .mainmenu li ul.sub-menu {
        display: none;
        background: #111;
        margin-top: 8px;
        padding: 10px 0;
        border-radius: 5px;
        width: 100%;
    }

    .menu-item-has-children.open > .sub-menu {
        display: block;
    }

    .mainmenu li ul.sub-menu li a {
        padding: 8px 20px;
        font-size: 14px;
    }

    /* -------------------- HAMBURGER BUTTON -------------------- */
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-left: auto;
        z-index: 100000;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 3px;
    }
}

@media (min-width: 993px) {
    .mobile-menu-toggle {
        display: none;
    }
}


/* Desktop hide hamburger */



.contact-hero p {
    text-align: center;
}
.info-card p {
    text-align: center;
}
/* ----------- HERO SECTION ----------- */
.contact-hero {
    padding: 90px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(1px);
}

.contact-hero .container {
    position: relative;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 700;
}

.breadcrumb {
    display: inline-flex;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255,255,255,0.15);
    border-radius: 50px;
    margin-bottom: 12px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb li {
    list-style: none;
    color: #ddd;
}
.breadcrumb > li + li::before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    margin-right: 5px;
}
/* ----------- CONTACT INFO CARDS ----------- */
.contact-info-section {
    padding: 60px 0;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.info-card {
    background: #fff;
    padding: 35px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: .3s ease;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}

.info-card .icon {
    height: 75px;
    width: 75px;
    background: linear-gradient(135deg, #141e30, #243b55);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 30px;
}

.info-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.info-card p,
.info-card a {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    text-decoration: none;
}

/* ----------- FORM SECTION ----------- */
.contact-form-section {
    padding: 70px 0 90px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: center;
}

.form-text h2 {
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 600;
}

.form-text p {
    font-size: 17px;
    color: #666;
    line-height: 1.7;
}

/* ----------- FORM BOX ----------- */
.form-box {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.modern-form input,
.modern-form textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    margin-bottom: 22px;
    transition: .3s ease;
    background: #fafafa;
}

.modern-form input:focus,
.modern-form textarea:focus {
    border-color: #243b55;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(36,59,85,0.15);
}

.form-row {
    display: flex;
    gap: 20px;
}

.submit-btn {
    background: linear-gradient(135deg, #243b55, #141e30);
    color: #fff;
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
    transition: .3s;
    width: auto;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #141e30, #243b55);
    transform: translateY(-3px);
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 900px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .form-row {
        flex-direction: column;
    }

    .form-box {
        padding: 30px;
    }

    .contact-hero h1 {
        font-size: 36px;
    }
}


    /* ---------- Banner ---------- */
.page-title-modern {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    height: 260px;
}
.page-title-modern h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}
.breadcrumb-modern {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.breadcrumb-modern li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.breadcrumb-modern li a {
    color: #f8f8f8;
    text-decoration: none;
}
.breadcrumb-modern li::after {
    content: " / ";
    color: #ddd;
}
.breadcrumb-modern li:last-child::after {
    content: "";
}

/* ---------- About Section ---------- */
.about-modern {
    padding: 80px 0;
    background: #f8f8f8;
}
.abt-title {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 700;
}
.abt-title span {
    color: #eb8733;
}
.about-modern p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Image */
.abt-img-wrapper {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.abt-img {
    
    width: 450px;
    height: 500px;
    border-radius: 12px;
    transition: 0.4s;
}
.abt-img:hover {
    transform: scale(1.05);
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
    .page-title-modern h1 {
        font-size: 36px;
    }
    .about-modern {
        padding: 50px 0;
    }
}


/* ---------------- BANNER SECTION ---------------- */
.page-title {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    color: #fff;
}
.page-title:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.55);
}
.page-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.page-title .breadcrumb {
    background: transparent;
    padding: 0;
    margin-top: 15px;
    position: relative;
}
.breadcrumb li a {
    color: #fff;
    font-weight: 600;
}
.breadcrumb li {
    color: #eb8733;
    font-weight: 600;
}

/* ---------------- ABOUT SECTION ---------------- */
.astro-about {
    padding: 80px 0;
    background: #f9f9f9;
}
.astro-about h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.astro-about h2 {
    font-size: 24px;
    font-weight: 600;
    color: #eb8733;
    margin-bottom: 30px;
}
.astro-about p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 18px;
    color: #333;
}

/* Image */
.hs_about_left_img_wrapper img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* CTA BOX */
.cta-box {
    margin-top: 40px;
    padding: 35px;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.cta-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}
.cta-box p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.cta-btn {
    display: inline-block;
    background: #eb8733;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}
.cta-btn:hover {
    background: #ff9b53;
}

/* Responsive */
@media (max-width: 768px) {
    .astro-about h1 { font-size: 28px; }
    .astro-about h2 { font-size: 20px; }
    .page-title h2 { font-size: 32px; }
}


/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
#about {
    position: relative;
    overflow: hidden;
    background: #eeebe6;
    padding: 3rem 0;
}
#about .classic-section-head {
    margin: 0px;
}
/* Section Head Titles */
#about .classic-section-head h2 {
    color: #ec7e34;
    font-size: 22px;
    font-weight: 700;
}

#about .classic-section-head h3 {
    color: #021348;
}

.space-block {
    padding: 3em 0;
}

/* About Body */
#about .about-body {
    position: relative;
    padding: 0 1.5em;
}

#about .about-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 1;
}

/* Text List */
#about .classic-section-area-textlist ul,
#about .classic-section-area-textlist ol {
    list-style: none;
    padding: 0;
    margin: 0 0 2em 0;
}

#about .classic-section-area-textlist li {
    display: flex;
    align-items: flex-start;
    color: #3a3839;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 22px;
}

#about .classic-section-area-textlist li:before {
    content: "\f1e3";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #d0150f;
    margin-right: 12px;
    padding-top: 4px;
}

/* Subtitle */
#about .classic-section-area-text-subtitle {
    color: #46567b;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
    margin: 0.5em 0;
    padding-right: 2rem;
    letter-spacing: 0.02em;
}

/* Body text */
#about .classic-section-area-text {
    color: #5e5d5a;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* Success Boxes */
#about .classic-success-single {
    background: #fff;
    box-shadow: 0 0 12px 1px #efefef;
    padding: 20px;
    border-radius: 6px;
    transition: 0.4s;
}

#about .classic-success-single:hover {
    box-shadow: 0 0 12px 5px #e2e2e2;
}

#about .classic-success-icon span {
    font-size: 28px;
    color: #d9484e;
}

/* Image Wrapper */
/* #about .classic-img1,
#about .classic-about-img
 {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    margin: 0 auto;
    transition: 0.5s ease;
}

#about .classic-about-img {
    background: #e97e33;
    padding-right: 10px;
}
 */
#about .classic-about-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#about .classic-about-img:hover {
    padding-right: 0;
    padding-left: 10px;
}

#about .classic-img1 {
    background: #bec7cc;
}

/* Button */
.classic-about-btn a {
    padding: 14px 35px;
    background: #ec7b34;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.classic-about-btn a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #46567a;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

.classic-about-btn a:hover::after {
    opacity: 1;
}

/*----------------------------------------*/
/*  LARGE SCREENS (≤1200px)
/*----------------------------------------*/
@media (max-width: 1200px) {
    #about .classic-about-img,
    #about .classic-img1 {
        width: 330px;
        height: 330px;
    }
    #about .classic-section-area-text-subtitle {
        padding-right: 0;
    }
}

/*----------------------------------------*/
/*  TABLETS (≤1024px)
/*----------------------------------------*/
@media (max-width: 1024px) {
    #about {
        padding: 2.5rem 0;
    }

    #about .classic-section-area-text-subtitle {
        font-size: 32px;
        line-height: 38px;
    }

    #about .classic-about-img,#about .classic-img1 {
        width: 300px;
        height: 300px;
    }
     #services .classic-section-head h3,#Symbols .classic-section-head h3,#blog .classic-section-head h3{
        font-size: 32px;
        line-height: 44px;
    }
     #banner .classic-section-head h2 {
   
    font-size: 40px;
    line-height: 60px;
   
}
}

/*----------------------------------------*/
/*  MOBILE (≤768px)
/*----------------------------------------*/
@media (max-width: 768px) {
    #about {
        padding: 2rem 0;
    }

    #about .classic-section-area-text-subtitle {
        font-size: 28px;
        line-height: 34px;
    }

    #about .classic-about-img,#about .classic-img1{
        width: 400px;
        height: 340px;
        padding: 0;
    }

    #about .about-body {
        padding: 0 1em;
    }
      #services .classic-section-head h3,#Symbols .classic-section-head h3,#blog .classic-section-head h3{
        font-size: 28px;
        line-height: 40px;
    }
     #banner .classic-section-head h2 {
   
    font-size: 36px;
    line-height: 55px;
   
}
}

/*----------------------------------------*/
/*  SMALL MOBILE (≤480px)
/*----------------------------------------*/
@media (max-width: 480px) {
    #about .classic-section-area-text-subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    #about .classic-about-img,#about .classic-img1 {
        width: 220px;
        height: 220px;
    }
      #services .classic-section-head h3,#Symbols .classic-section-head h3,#blog .classic-section-head h3{
        font-size: 24px;
        line-height: 35px;
    }
    #banner .classic-section-head h2 {
   
    font-size: 32px;
    line-height: 50px;
   
}
.page-title {
    padding: 60px 0;}
}

/*----------------------------------------*/
/*  EXTRA SMALL MOBILE (≤375px)
/*----------------------------------------*/
@media (max-width: 375px) {
	.banner-image {
    padding-bottom:0px;
}
	.banner-img-container {
    
		width: 70%;}
	.banner-content {padding-top:0px;}
	    .banner-area {
        padding: 0px 0;
    }
	.banner-content {
    flex: 1;
    min-width: 300px;
    padding-top: 0px;
}
	#Symbols .classic-Symbols-single h4.classic-Symbols-title a {
		font-size: 15px;}
	#Symbols .classic-Symbols-single .Box {
    margin-bottom:0px;
		min-height: 150px;
	}
	#Symbols .classic-Symbols-single .Box .FlipBox {
		min-height: 140px;}
	#Symbols .classic-Symbols-single .Box .Front img {
		height: 100px;}
	
    #about .classic-section-area-text-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    #about .classic-about-img,#about .classic-img1 {
        width: 190px;
        height: 190px;
        margin-bottom: 20px;
    }
    #services .classic-section-head h3,#Symbols .classic-section-head h3,#blog .classic-section-head h3  {
        font-size: 22px;
        line-height: 35px;
    }

    div#services {
    padding-top: 0em;
}
#services .box-item {

    margin-bottom: 20px;
    
    margin-left: 20px;}


#Symbols .classic-Symbols-single .Box {
    margin-bottom: 0px;
}
#banner .classic-section-head h2 {
   
    font-size: 29px;
    line-height: 50px;
    padding-left: 15px;
}
 #banner .classic-banner-btn{
    padding-left: 20px;
 }
.contact-info-section {
    padding: 35px 0;
}
.contact-form-section {
    padding: 0px 0 0px;
}
.contact-info-grid {
    gap: 20px;
}
.form-text h2 {
    font-size: 30px;}
    .form-text p {
    font-size: 15px;
    text-align: center;}
    .contact-grid {
    gap:0;}
    .form-row {
    gap: 0px;}
        .astro-about h2 {
        font-size: 22px !important;
    }

.astro-about h1
 {
        font-size: 20px;
    }
.cta-box h3 {
    font-size: 22px;}
.cta-box p {
    font-size: 16px;}
.cta-box {
    margin-top: 0px;}

    .hs_about_left_img_wrapper {
        margin-bottom: 20px;
    }

.page-section-view .page-section

 {
    padding: 20px !important;
    margin-bottom: 20px !important;

}
}

@media (min-width: 1024px) {
    .classic-section-head {
    margin: 0 10em 2.5em;
}
#Symbols .classic-section-head {
    margin: 0 10em 3em;
}

.ss{padding-left:100px;}

}

@media (max-width: 1024px) {
    .classic-section-head {
    
    margin: 0px;
}
#Symbols .classic-section-head {
    margin: 0px;
}
}

/* -------------------------
   GLOBAL STYLING
--------------------------*/
.zodiac-wrapper {
    padding: 60px 0;
    background: linear-gradient(180deg, #fafafa, #f0f0f0);
}

/* -------------------------
   LEFT SIDEBAR MENU
--------------------------*/
.navigation-bar {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.navigation-bar a {
    display: block;
    padding: 12px 15px;
    margin-bottom: 6px;
    border-radius: 10px;
    background: #f5f5f5;
    font-weight: 600;
    color: #444;
    transition: all .3s ease;
	font-size:20px;
}

.navigation-bar a:hover {
    background: #ec7e34;;
    color: #fff;
    transform: translateX(5px);
}

.navigation-bar a.active {
    background: #ec7e34;;
    color: #fff;
    /* box-shadow: 0 4px 10px rgba(255,140,0,0.3); */
}

/* -------------------------
    RIGHT CONTENT WRAPPER
--------------------------*/
.page-section-view .page-section {
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 25px rgba(0,0,0,0.1);
    transition: transform .4s ease;
}

.page-section:hover {
    transform: translateY(-6px);
}

/* -------------------------
    HEADINGS
--------------------------*/
.page-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* .page-section h2 img {
    border-radius: 100%;
    border: 3px solid #ffb400;
} */
.page-section h2 img {
    border-radius: 100%;
    border: 3px solid #000;
    background: #000;
}
/* -------------------------
    DETAILS PARAGRAPH
--------------------------*/
.details-p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}
/* footer  */
.px_footer_wrapper {
    background-color: #131212;
    background-image: url(https://kamleshyadav.com/templatemonster-html/Jyotish/assets/images/footernew1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 80px 0px 80px;
}
.px_footer_wrapper:before {
    position: absolute;
    content: "";
    background-color: #000000d4;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.px_footer_inner {
    display: flex;
}
.px_share_box p{
    color: #fff;
}
.px_footer_widget>p {
    color: #fff;
    margin: 18px 0 20px;
}
.px_share_box ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #7788ffb3;
    border-radius: 100%;
}
.px_share_box ul li {
    display: inline-flex;
    margin-right: 5px;
}

.px_footer_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.px_footer_heading {
    font-size: 22px;
    line-height: 60px;
    margin: 0;
    position: relative;
    margin-bottom: 22px;
}
.px_footer_heading:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 92px;
    height: 2px;
    background-color:red;
}
.px_footer_widget .px_contact_list li svg {
    margin: 0 15px 0 0;
    transform: translateY(11px);
    width: 18px;
    height: 18px;
    fill: #7788ffb3;
}

.px_footer_widget .px_contact_list li p {
    margin: 0;
    color: #fff;
}
.px_footer_widget>ul>li {
    padding-bottom: 10px;
    position: relative;
    font-size: 14px;
}
.px_footer_widget>ul>li  a{
    color: #fff;
}
.px_footer_widget>ul>li span svg {
    fill: #ffffff;
    margin-right: 10px;
}
.px_footer_heading {
    font-size: 22px;
    line-height: 60px;
    margin: 0;
    position: relative;
        color: #fff;
    margin-bottom: 22px;
}
.px_footer_heading:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 92px;
    height: 2px;
    background-color: #7788ffb3;
}

.px_footer_widget .px_contact_list li {
    padding-left: 0;
    display: flex;
    align-items: baseline;
}

/* footer  */
/* MOBILE */
@media(max-width: 768px){
    .navigation-bar {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    .slide {
    height: 80vh;
}
.hero-slider-wrapper {
   
    height: 80vh!important;
   }
}

@media(max-width: 425px){
	.banner-image {
    padding-bottom:0px;
}
	.banner-img-container {
    
		width: 70%;}
	.banner-content {padding-top:0px;}
	    .banner-area {
        padding: 0px 0;
    }
	.banner-content {
    
    padding-top: 0px;
}
	#Symbols .classic-Symbols-single h4.classic-Symbols-title a {
		font-size: 15px;}
	#Symbols .classic-Symbols-single .Box {
    margin-bottom:0px;
		min-height: 150px;}
	#Symbols .classic-Symbols-single .Box .FlipBox {
		min-height: 140px;}
	#Symbols .classic-Symbols-single .Box .Front img {
		height: 100px;}
	.our-home-ser .description {
    font-size: 14px;
    line-height: 15px;
		font-weight:300;
}
	.our-home-ser .home-ser-prof .post-title a {font-size:17px;}
	#services .flip-box-header {
    font-size: 17px;
}
	.gap-row {
    row-gap: 10px !important;
		margin: 0px;
}
	.our-home-ser {
		height: 210px;
        padding-left:5px;
        padding-right: 5px;}
	.pt {
    padding-left: 4px;
    padding-right: 4px;
	}
	.astro-about .col-md-12.mt-4 {
    margin-top: 0px !important;
}
}