* {
    margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
  background: #fafbfc;
  font-size: 17px;
  font-weight: 400;
}

.container {
        max-width    :      1200px;
    margin: 0 auto;
   padding: 0 15px;
}

.main-navbar {
  position: fixed;
  top    :   0;
    width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
    border-bottom    :       1px solid #e6e9ef;
    transition: all 0.3s ease;
}

.nav-container {
	max-width: 1200px;
  margin: 0 auto;
   display: flex;
          justify-content: space-between;
    align-items: center;
   padding: 15px;
    height: 70px;
}

.brand-image {
   height: 40px;
    width: auto;
}

.menu-items {
    display: flex;
   list-style: none;
  gap: 30px;
   margin: 0;
}

.menu-link {
   border-radius   :4px;
   font-weight: 500;
   color: #555;
   text-decoration: none;
 padding: 8px 12px;
        transition  :     color 0.3s ease;
}

.menu-link:hover,
.menu-link.current {
  color: #0ea5e9;
   background-color: #f0f9ff;
}

.burger-menu {
  display: none;
   flex-direction: column;
	cursor:    pointer;
    padding   :     5px;
}

.burger-line {

	        width: 25px;
  height: 3px;
   background-color    :  #333;
  margin: 3px 0;
	transition: 0.3s;
	}

.hero-banner {
      position: relative;
  z-index: 4;
}

.hero-banner .owl-item {

	               opacity    :        .4;
}

.hero-banner .owl-item.active {


   opacity: 1;
	}

.hero-banner.hero-banner {
   z-index   :      1;
    position: relative; 

}

.hero-banner.hero-banner .btn-link{
  color: #fff;
}

.banner-slide {
    background-size: cover;
               background-repeat: no-repeat;
    background-position     :      center center;
  height: calc(100vh);
    min-height: 700px;
    position: relative;
}

.banner-slide:before {
  content: "";
   position: absolute;
   top: 0;
   height: 500px;
  width:        100%;
   background: black;
  background: -moz-linear-gradient(top, black 0%, rgba(145, 232, 66, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(145, 232, 66, 0)));
  background: -webkit-linear-gradient(top, black 0%, rgba(145, 232, 66, 0) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(145, 232, 66, 0) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(145, 232, 66, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(145, 232, 66, 0) 100%);
}

.banner-slide .slider-text {
    color  :  #fff;
  height: calc(100vh);
         min-height: 700px;
}

.banner-slide .slider-text h1     {
  font-size: 50px;
  color: #fff;
    line-height: 1.2;
	font-weight: 300 !important;
    text-transform: uppercase;
  margin-bottom: 30px;
    margin-left: 0.5em;
}

.banner-slide .slider-text h1 span {
    color    :        white;
	background-color: #0ea5e9;
  box-shadow: 0.5em 0 0 #0ea5e9,-0.5em 0 0 #0ea5e9;
}@media (max-width: 991.98px) {
    .banner-slide .slider-text h1 {
        font-size: 40px;
    }
}.banner-slide .slider-text p {
   font-size: 20px;
    line-height: 1.5;
   font-weight: 300;
    color: white;
        margin: 0 auto;
}

.btn-play-wrap {
   position: relative;
   height: 100px;
    width: 100px;
}

.btn-play {
   display: inline-block;
    width: 60px;
   height: 60px;
    background: #fff;
  border-radius     :       50%;
  position: relative;
   position: absolute;
  transition: .3s all ease-in-out;
  top: 50%;
   left: 50%;
  transform: translate(-50%, -50%);
}

.play-icon {
    position: absolute;
  top :      50%;
    left: 50%;
   color: #000;
  transform: translate(-50%, -50%);
}

.play-icon:before {
  content: "▶";
   font-size: 18px;
}

.btn-play:hover {
    width: 80px;
  height: 80px;
  top: 50%;
    left    :50%;
  transform: translate(-50%, -50%);
}

.row {
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
        margin-left: -15px;
}

.col-lg-7,
.col-lg-4,
.col-lg-6,
.col-lg-10,
.col-md-6,
.col-md-7,
.col-md-12,
.col-sm-12 {
    position: relative;
  width: 100%;
    padding-right   :  15px;
    padding-left: 15px;
}

.text-center {
	 text-align: center;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
  align-items: center;
}

.mb-4 {
   margin-bottom: 1.5rem;
}

.mb-5 {
   margin-bottom: 3rem;
}

.w-75 {
    width: 75%;
    margin: 0 auto;
}

.py-5 {
    padding-top: 3rem;
   padding-bottom: 3rem;


}

.element-animate {
   opacity: 0;
     animation: fadeInUp 1s ease forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.features-area.section_gap {
          padding-bottom: 100px;
   padding-top: 80px;
}

.main_title {

    text-align: center;
    margin-bottom: 85px;}

.main_title h2 {
    font-size: 36px;
  line-height: 30px;
				 font-weight   :    bold;
   margin-bottom: 15px;
  font-family: "Segoe UI", sans-serif;
   color   : #002347;

}

.main_title p {
     font-style: italic;
  font-size: 16px;
    margin-bottom: 0px;
  color: #7b838a;
  font-family: "Segoe UI", sans-serif;
	}

.col-lg-4 {
  flex: 0 0 33.333333%;
    max-width: 33.333333%;
} 

.col-md-6 {

  flex: 0 0 50%;
    max-width:        50%;}

.single_feature {
    position: relative;
   background  :    #f9f9ff;
   padding: 40px 36px;
    margin-bottom: 30px;
 transition: all 0.3s ease 0s;
    text-align    :      center;
   border-radius: 8px;
}

.single_feature .icon {
   margin-bottom: 20px;
		width: 60px;
        height: 60px;
   margin: 0 auto 20px;
  background: #e3f2fd;
	border-radius: 50%;
  display: flex;
  align-items: center;
   justify-content: center;
}

.feature-svg     {
   width: 30px;
   height  :       30px;
  filter: invert(41%) sepia(79%) saturate(2476%) hue-rotate(184deg) brightness(97%) contrast(97%);
}

.single_feature h4 {
   font-size: 20px;
    font-weight: 500;
  font-family: "Segoe UI", sans-serif;
    color: #002347;
   margin-bottom: 15px;
}

.single_feature p {
   margin-bottom:        0px;
  font-family: "Segoe UI", sans-serif;
   color:   #7b838a;
  line-height   :    1.6;


}

.single_feature:hover {
  box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.1);
  transform: translateY(-5px);
}

.services {


  display: block;
   width: 100%;
   position: relative;
    transition     :  all 0.3s ease;
  margin-bottom: 30px;
}

.services .d-block {
   margin-bottom: 20px;
}

.services .d-block:hover .icon {
   background: #2b98f0;
}

.services .d-block:hover .icon:after {
   	right: 4px;
  bottom: -7px;
    height: 7px;
    left: 4px;
	}

.services .d-block:hover .service-svg {
  filter: brightness(0) invert(1);
}

.services .icon {


    line-height   :1.3;
  position: relative;
	width: 70px;
					height: 70px;
  margin    :    0 auto;
         position: relative;
    z-index: 0;
       border-radius     :  5px;
    background: #2b98f0;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
   display: flex;
  align-items: center;
  justify-content:      center;
     }

.services .icon:after {
       position  :   absolute;
    bottom    :       -5px;
  left: 5px;
   right: 5px;
  content: '';
    height: 5px;
   background: #f3e53d;
                    border-radius: 0 0 3px 3px;
  transition: all 0.3s ease;
}

.service-svg {
  width:      30px;
    height: 30px;
  filter: brightness(0) invert(1);

}

.services .media-body h3 {
   font-weight: 500;
    font-size: 18px;
  color: #000000;
}

.services .btn-custom {
	 font-size: 12px;
	  font-weight: 500;
	  text-transform: uppercase;
	    color :       #000000;
		border-bottom: 2px solid #e6e6e6;
	  text-decoration: none;
}

.services .btn-custom:hover {
   border-color  :        #f3e53d;
	color: #f3e53d;
}

.heading-section .subheading {
   font-size: 12px;
   display: block;
  font-weight: 500;
    color:       #2b98f0;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.heading-section h2 {
	 font-size: 44px;
  font-weight: 300;
}@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}.ftco-section {
   padding    :      7em 0; 
  position: relative;
}@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}.d-flex {
   display: flex;
}

.d-block {
   display: block;
}



.justify-content-center {
	justify-content: center;
}

.align-items-center {
		 align-items: center;
}

.media-body {
   flex: 1;
}

.pl-3 {
   padding-left: 1rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.mb-3 {
	  margin-bottom: 1rem;
	}

.col-md-7 {

	    flex: 0 0 58.333333%;
    max-width:        58.333333%;
}

.col-lg-6
	{
  flex: 0 0 50%;
    max-width: 50%;
}

.main-section {
    padding: 7.5em 0;
               position: relative;
}@media (max-width: 767.98px) {
    .main-section {
        padding: 6.5em 0;
    }
}.main-no-pt {

  padding-top   :     0 !important;

}

.main-no-pb {
  padding-bottom: 0 !important;
}

.img {
    width :       100%;
   display: block;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}

.img.bg-video {
  height: 620px;
}@media (max-width: 767.98px) {
    .img.bg-video {
        height: 420px;
    }
}.heading-area .subtitle {
    font-size: 17px;
		 display: block;
    margin-bottom: 8px;
 font-weight: 700;
    text-transform: uppercase;
      color: #0035ff;
} 

.heading-area h2 {
    font-size     :  52px;
  font-weight: 800;
               text-transform: uppercase;
  line-height : 1.3;
  font-family: "Segoe UI", Arial, sans-serif;
}

.heading-area h2 span {
  font-weight: 800;
  color: #0035ff;
}@media (max-width: 767.98px) {
    .heading-area h2 {
        font-size: 30px;
    }
}.btn {
  cursor: pointer;
    border-radius: 5px;
  box-shadow: 0px 26px 38px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn:hover, .btn:active, .btn:focus  {
   outline  :  none;
}

.btn.btn-main {

   background: #0035ff !important;
  border: 1px solid #0035ff !important;
  color: #fff !important;
  padding: 10px 20px;
    text-decoration: none;
     }

.btn.btn-main:hover {
  border    :1px solid #0035ff;
   background: transparent;
  color: #0035ff;
}

.no-gutters {
  margin-right: 0;
   margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
  padding-left: 0;
}

.pl-md-4 {
   padding-left: 1.5rem;
}

.py-4 {
   padding-top: 1.5rem;
                    padding-bottom: 1.5rem;
}

.justify-content-start {
  justify-content: flex-start;
}

.pl-md-3 {
	 padding-left: 1rem;
}

.py-md-3 {
	 padding-top: 1rem;
    padding-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mt-3 {
    margin-top: 1rem;
}

.about-room h2		{

   text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height :      56px;
    color: #242424;
  margin-bottom: 26px;}

.about-room .about-para {
   margin-bottom: 13px;
}

.about-room .about-para p {
  color: #242424;
	line-height   :      32px;
    font-size: 16px;
  font-family: "Segoe UI", sans-serif;
    font-weight: 400;
  margin: 0 0 15px 0;
}

.about-room .about-btn {
	 text-align: center;
  margin-top: 30px;
}

.col-lg-10 {
  flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.offset-lg-1 {
   margin-left: 8.333333%;
}

.primary-btn     {
      display: inline-block;
    font-size   : 14px;
    font-weight: 700;
    padding: 15px 0;
   padding-left: 34px;
   padding-right    :      64px;
	color: #0ea5e9;
  font-family: "Segoe UI", sans-serif;
   text-transform: uppercase;
  border: 2px solid #0ea5e9;
   position: relative;
   text-decoration: none;
  transition:   all 0.3s ease;
}

.primary-btn:hover {
  background: #0ea5e9;
  color: #ffffff;
	 text-decoration: none;
}

footer.row {
         background: #1a202c;
  color: #a0aec0;
  padding    :        60px 0 20px;
}

.footer-sections {
    flex-wrap: wrap;
  margin-bottom: 40px;
    display: flex;
  justify-content  :       space-between;
}


.company-section
	{
  flex: 2; 
	     max-width: 400px;
}

.links-section,
.legal-section {
  flex: 1;
   min-width: 150px;
}

.footer-logo {
   height: 40px;
  margin-bottom  :20px;
  filter: brightness(0) invert(1);
}

.company-desc {
  color   :#718096;
    margin-bottom: 25px;
   line-height: 1.6;
}

.contact-info .contact-item {

	   display: flex; 
	    align-items: center; 
	          margin-bottom: 10px; 
	  color: #a0aec0;

}

.contact-icon {
    width: 16px;
   height: 16px;
  margin-right: 10px;
  filter: brightness(0) invert(1); 

}

.links-section h3,
.legal-section h3 {
   color: #fff;
  margin-bottom: 15px;
   font-size: 18px;


}

.links-section ul,
.legal-section ul {
   list-style: none; 
     padding: 0;
}

.links-section li,
.legal-section li {
    margin-bottom: 8px;
}

.links-section a,
.legal-section a {


   color: #a0aec0;
               text-decoration    :  none;
    transition: color 0.3s ease;

}

.links-section a:hover,
.legal-section a:hover {
  color: #0ea5e9;
	
}

footer p		{


  color:       #737373;
   margin-bottom    :   0;}

.col-md-12 {

  flex: 0 0 100%;
   max-width: 100%;
}@media (max-width: 768px) {
    .menu-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        gap: 10px;
    }

    .menu-items.active {
        display: flex;
    }

    .burger-menu {
        display: flex;
    }

    .col-lg-4,
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-sections {
        flex-direction: column;
        gap: 30px;
    }

    .company-section,
    .links-section,
    .legal-section {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .features-area.section_gap {
        padding-bottom: 40px;
    }

    .main_title {
        margin-bottom: 40px;
    }

    .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .main_title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .single_feature {
        padding: 25px 15px;
    }

    .about-room h2 {
        font-size: 36px;
    }
}.services-hero-section {
    padding: 120px 0 80px;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  position: relative;
}

.hero-content-area {
    text-align: center;
  max-width: 800px;
	margin: 0 auto;


}

.services-main-title {
   font-size: 3.2rem;
   font-weight: 700;
    color: #1e293b;
   margin-bottom: 25px;
        line-height: 1.2;
}

.services-intro-text {


    font-size: 1.2rem;
  color: #64748b;
   line-height: 1.7;
    margin-bottom: 0;
     }

.site-section {
  padding: 7.5rem 0;
}@media (max-width: 991.98px) {
    .site-section {
        padding: 3.2rem 0;
    }

    .services-main-title {
        font-size: 2.4rem;
    }

    .services-intro-text {
        font-size: 1.1rem;
    }
}.bg-light {
   background-color: #f8fafc !important;
}

.scissors {
    position: relative;
    padding-bottom: 32px;
  margin-bottom: 32px;
   font-size  : 3.2rem;
 color: #0ea5e9;
   font-weight: 600;
}@media (max-width: 991.98px) {
    .scissors {
        font-size: 2.1rem;
    }
}.scissors:after {
  bottom     : 0;
    left: 50%;
  transform: translateX(-50%);
    font-size: 18px;
  content: "✂";
  position: absolute;
   color: #cbd5e1;
}

.lead {
    font-size: 1.15rem;
   font-weight: 300;
  line-height: 1.7;
   color  :  #64748b;
}

.services-carousel-wrapper {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-card-item {
      border-radius: 8px;
    position: relative;
     overflow: hidden;
    background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition    :       all 0.4s ease;
     }

.service-card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.service-image 
 {
   width: 100%;
  height: 220px;
	object-fit: cover;
}

.service-card-content {
  padding: 35px 32px;
                    border: 1px solid #e2e8f0;
    border-top: none;
    border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.service-card-content ul {
    list-style: none;
    margin: 0;
                    padding: 0;
	}

.service-feature {
  display: flex;
                    justify-content: space-between;
   align-items: center;
  margin: 0 0 15px 0;
   padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
   color: #475569;
}

.service-feature:last-child {
   border-bottom: none;
  margin-bottom: 20px;
}

.service-price {
  font-weight: 600;
	color: #0ea5e9;
	font-size: 1.1rem; 
	
}

.service-card-content h3 {
  color    :       #0ea5e9;
	font-weight: 600;
	 position: relative;
    font-size: 1.4rem;
   padding-bottom: 25px;
  margin-bottom: 25px;
}

.service-card-content h3:after     {
   left: 0;
   bottom:   0;
  content: "";
   width: 50px;
       height   : 3px;
     background: #0ea5e9;
   position  :     absolute;
   border-radius: 2px;
}

.service-cta-area
{
    text-align: center;
   margin-top: 25px;
}

.service-enquiry-btn	{
       display: inline-block;
    background: #0ea5e9;
			color: white;
   padding: 12px 28px;
   border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
    font-size: 0.95rem; 
	
}

.service-enquiry-btn:hover {
	background: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.3);
  color: white;
   text-decoration: none;
} 

.pricing-block {
    margin-bottom: 30px;
   padding: 35px 30px;
         background: #fff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border-radius: 10px;
    position :       relative;
    height :  100%;
}

.featured-package {
  transform: scale(1.05);
   border: 2px solid #0ea5e9;
}

.featured-package::before {
  content: "Most Popular";
   position: absolute;
  top: -15px;
	left: 50%;
  transform: translateX(-50%);
       background :#0ea5e9;
  color :        white;
  padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
  font-weight: 600;
}

.pricing-block .package-name

{
   font-weight: 600; 
	   margin: 0 0 15px 0; 
	    font-size: 16px; 
	               text-transform :      uppercase; 
	   color: #1e293b; 
	   line-height: 1.2;
}

.pricing-block .package-tagline  
  {
   font-size: 14px;
  text-transform: uppercase;
    letter-spacing: 1px;
   font-weight: 600;
  color: #64748b;
    margin: 20px 0;
}

.pricing-block .package-price {
  margin: 0;
  padding: 0;
	display     :block;
   margin-bottom: 8px;
}

.pricing-block .package-price sup     {
  font-size: 24px;
    top: -1em;
  color :    #0ea5e9;
   font-weight: 600; 
	
}

.pricing-block .package-price .price-number {
  font-size: 48px;
                    font-weight: 700;
   color: #0ea5e9;
}

.pricing-block .package-period		{
    font-size: 0.9rem;
    margin-bottom: 20px;
	color: #94a3b8; 

}

.pricing-block .package-features


{

   padding: 0;
    margin: 0 0 30px 0;

}

.pricing-block .package-features li {
	 list-style: none;
   margin-bottom: 12px;
  color: #475569;
	display: flex;
 align-items :       center;
    padding: 8px 0;
}

.feature-check {
  width: 16px;
    height: 16px;
  margin-right: 12px;
  filter: invert(41%) sepia(79%) saturate(2476%) hue-rotate(184deg) brightness(97%) contrast(97%);
}

.package-button {
	    display: block;
  width: 100%;
  padding: 15px 20px;
	background: #0ea5e9;
   color: white;
   text-align: center;
	 text-decoration   :      none;
   border-radius    :    8px;
  font-weight: 600;
   transition: all 0.3s ease;
   margin-top: auto;
}

.package-button:hover {
	 background: #0284c7;
  color: white;
    text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(14, 165, 233, 0.3);
}

.pricing-block:hover {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.ftco-section-parallax {
   position: relative;
  background: linear-gradient(135deg, #0ea5e9, #3b82f6);
       padding: 80px 0;
}

.ftco-section-parallax .parallax-img

{

    background-size: cover;
   background-repeat: no-repeat;
    background-position: center center;
    position: relative;
	}

.ftco-section-parallax .heading-section-white h2 {
  font-weight    :600;
  font-size: 2.8rem;
 color   :        #fff;
    margin-bottom: 20px;
}

.ftco-section-parallax .heading-section-white p {
  color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height  :  1.7;
	 margin-bottom: 30px;
}

.cta-button-area {
  text-align: center;
}

.main-cta-button {
   display: inline-flex;
	align-items: center;
  background: rgba(255, 255, 255, 0.15);
   color: white;
                    padding: 18px 35px;
	 border-radius: 8px;
  text-decoration: none;
       font-weight: 600;
    font-size: 1.1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.main-cta-button:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
   color: white;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.4);
}

.cta-icon {
   width: 18px;
    height: 18px;
    margin-right   :        10px;
  filter: brightness(0) invert(1);
}@media (max-width: 768px) {
    .services-carousel-wrapper {
        grid-template-columns: 1fr;
    }

    .featured-package {
        transform: none;
    }

    .pricing-block {
        padding: 25px 20px;
    }

    .pricing-block .package-price .price-number {
        font-size: 36px;
    }

    .ftco-section-parallax .heading-section-white h2 {
        font-size: 2.2rem;
    }

    .services-hero-section {
        padding: 100px 0 60px;
    }
}

@media (max-width: 480px) {
    .service-card-content {
        padding: 25px 20px;
    }

    .service-feature {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .service-price {
        margin-top: 5px;
        font-size: 1.2rem;
    }

    .main-cta-button {
        padding: 15px 25px;
        font-size: 1rem;
    }
}.services-carousel-wrapper  {
    display: flex;
    gap: 25px;
  margin-top: 40px;
	 justify-content: space-between;
   flex-wrap: wrap;
}

.service-card-item {
      flex: 1;
  min-width: 320px;
  max-width: calc(33.333% - 17px);
    border-radius: 8px;
    position: relative;
  overflow: hidden;
   background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;



}@media (max-width: 1199px) {
    .service-card-item {
        min-width: 300px;
        max-width: calc(33.333% - 17px);
    }
}

@media (max-width: 991px) {
    .services-carousel-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .service-card-item {
        max-width: 450px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .service-card-item {
        max-width: 100%;
        min-width: auto;
    }
}.pol {
  margin: 8% 0;
}

.contact-hero-area {
         padding: 120px 0 70px;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  position: relative;
}

.contact-hero-content {
    text-align: center;
    max-width     :   900px;
   margin: 0 auto;
}

.contact-main-heading {
  font-size     : 3.4rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 25px;
  line-height: 1.1;
}

.contact-intro-paragraph {

	    font-size: 1.2rem;
   color: #64748b;
  line-height: 1.7;
   margin-bottom: 0;}

.contact-info-section {
   padding: 80px 0;
  background: white;
}

.contact-cards-row {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
   margin-top     :  20px;
}

.contact-info-card {
	  background: #f8fafc;
                    padding: 35px 25px;
	 border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;

}

.contact-info-card:hover {
   border-color: #0ea5e9;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(14, 165, 233, 0.15);
}

.contact-card-icon {
    width     :  70px;
  height: 70px;
    background: #0ea5e9;
	border-radius: 50%;
       margin: 0 auto 20px;
  display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-info-card:hover .contact-card-icon {
   background: #0284c7;
  transform: scale(1.1);
}

.contact-icon-img {


   width: 28px;
     height: 28px;
  filter: brightness(0) invert(1);


}

.contact-card-content h3 {

	   font-size: 1.3rem;
   font-weight: 600;
    color: #1e293b;
	 margin-bottom: 10px;
     }


.contact-card-content p {
    color: #475569;
  font-size: 1rem;
    margin-bottom: 8px;
}

.contact-detail-note {
   font-size: 0.9rem;
    color: #64748b;
	font-style: italic;
}

.contact_form_quote {
     padding-top: 100px;
    padding-bottom: 100px;
   background: #fafbfc;


}@media (max-width: 767px) {
    .contact_form_quote {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-hero-area {
        padding: 100px 0 50px;
    }

    .contact-main-heading {
        font-size: 2.4rem;
    }

    .contact-intro-paragraph {
        font-size: 1.1rem;
    }
}.contact_form_quote .form_wrap {
      margin-bottom: 30px;
  padding-right: 20px;

}

.contact_form_quote .form_wrap h3 {
   font-size: 2.8rem;
   font-weight     :  600;
   color: #1e293b;
   margin-bottom: 20px; 

}

.form-intro-text     {
	 font-size: 1.1rem;
    color: #64748b;
  line-height: 1.6;
   margin-bottom: 35px;
}@media (max-width: 767px) {
    .contact_form_quote .form_wrap h3 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .contact_form_quote .form_wrap {
        padding-right: 0;
    }
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.contact_form_quote .form_wrap form input,
.contact_form_quote .form_wrap form textarea,
.contact_form_quote .form_wrap form select {
    width: 100%;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    padding: 15px 18px;
    background: white;
    color: #1e293b;
    font-family: "Segoe UI", sans-serif;
    transition: all 0.3s ease;
}

.contact_form_quote .form_wrap form input:focus,
.contact_form_quote .form_wrap form textarea:focus,
.contact_form_quote .form_wrap form select:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.contact_form_quote .form_wrap form input::placeholder,
.contact_form_quote .form_wrap form textarea::placeholder {
    color: #94a3b8;
    font-weight: 400;
    font-size: 15px;
}

.contact_form_quote .form_wrap form textarea {
    height: 120px;
    resize: vertical;
    font-family: "Segoe UI", sans-serif;
}

.contact_form_quote .form_wrap form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    padding-right: 45px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin: 0;
    transform: scale(1.2);
    accent-color: #0ea5e9;
}

.checkbox-group label {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    cursor: pointer;
}

.checkbox-group label a {
    color: #0ea5e9;
    text-decoration: underline;
}

.checkbox-group label a:hover {
    color: #0284c7;
}

.form-error {
    display: block;
    color: #ef4444;
    font-size: 13px;
    margin-top: 5px;
    min-height: 18px;
}

.contact_form_quote .form_wrap form button {
    width: 100%;
    text-align: center;
    padding: 18px 20px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.contact_form_quote .contact_thumb {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact_form_quote .contact_thumb img {
    width: 100%;
    height: auto;
    transition: 0.4s ease;
}

.contact_form_quote .contact_thumb:hover img {
    transform: scale(1.05);
}

.boxed-btn3 {
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    color: #fff;
    display: inline-block;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.boxed-btn3:hover {
    background: linear-gradient(135deg, #0284c7, #2563eb);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.3);
}

.boxed-btn3:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-loading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-loading:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}.contact-benefits-section {
	background: white;
                    padding: 30px;
    border-radius: 12px;
  border: 2px solid #f1f5f9;
}

.contact-benefits-section h4 {
  font-size: 1.4rem;
   font-weight: 600;
    color: #1e293b;
   margin-bottom: 25px;
  text-align: center;
}


.benefit-item {
  display: flex;
    align-items: center;
  margin-bottom: 15px;
    padding: 8px 0;
}

.benefit-icon {
     width    :  20px;
    height: 20px;
  margin-right: 15px;
  filter: invert(41%) sepia(79%) saturate(2476%) hue-rotate(184deg) brightness(97%) contrast(97%);
    flex-shrink: 0;
}

.benefit-item span {
   color: #475569;
   font-size: 15px;
    line-height: 1.4;
}

.success-popup {
    position    :fixed;
          top: 0;
    left: 0;
   width: 100%;
   height: 100%;
  display: none;
   align-items: center;
   justify-content: center;
	 z-index: 10000;
}

.popup-overlay {
    position: absolute;
   top    :      0;
	left: 0;
   width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.popup-content


{
     background: white;
       border-radius: 15px;
     padding: 40px 35px;
                    max-width: 480px;
  width: 90%;
  text-align   :  center;
  position: relative;
   z-index: 10001;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
	animation: popupSlideIn 0.3s ease-out;
	}@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}.popup-icon {
        width: 80px;
   height    :       80px;
   background: #10b981;
   border-radius: 50%;
     margin: 0 auto 25px;
  display    : flex;
    align-items: center;
  justify-content: center;
}

.popup-check-icon {
    width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

.popup-content h3 {
   font-size: 1.8rem;
   font-weight: 600;
   color: #1e293b;
       margin-bottom: 15px;
}

.popup-content p {
  color: #64748b;
       line-height: 1.6;
    margin-bottom: 15px;
}

.popup-note {

   font-size: 0.9rem;
		color: #94a3b8;
  font-style: italic;
	margin-bottom: 25px !important;
     }

.popup-close-btn {
    background: #0ea5e9;
  color: white;
  border: none;
    padding: 12px 30px;
   border-radius: 8px;
  font-weight: 600;
    cursor: pointer;
  transition: all 0.3s ease;
}

.popup-close-btn:hover
{
  -webkit-transform: translateY(-2px);
  background   :  #0284c7;
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.section-padding {
         padding-top: 120px;
	 padding-bottom  :      120px;
}@media (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact-cards-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .popup-content {
        padding: 30px 25px;
        margin: 20px;
    }

    .popup-content h3 {
        font-size: 1.5rem;
    }
}.col-xl-6,
.col-lg-6     {
   flex: 0 0 50%;
	max-width: 50%;
  padding: 0 15px;
}@media (max-width: 991px) {
    .col-xl-6,
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.read-more-btn:hover {
    border-color: currentColor;
  transform: translateX(5px);
}

.category-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12); 
	
}  @media (max-width: 768px) {
    .blog-hero h1 {
        font-size: 36px !important;
    }

    .featured-articles .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-grid {
        flex-direction: column;
        align-items: center;
    }

    .category-item {
        width: 100%;
        max-width: 300px;
    }
}