/*
Theme Name: Deor Skyventure Child
Theme URI: https://wordpress.org/themes/DeorSkyventure
Template: Deor Skyventure
Author: Suchit Developer
Author URI: https://wordpress.org/
Description: Theme Developed By Suchit Dhiman.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.5.1753338360
Updated: 2025-07-24 06:26:00

*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	      font-family: "Sofia Sans", sans-serif;
}
p {
	font-family: 'Sofia Sans';
	color: #000000;
	font-size: 18px;
	line-break: 1.1;
}
  @font-face {
      font-family: 'Hathama';
      src: url('https://cdn.jsdelivr.net/gh/openai-sample/fonts/hathama/Hathama.woff2') format('woff2');
      font-weight: normal;
      font-style: normal;
    }
@font-face {
    font-family: 'arkipelagoregular';
    src: url('arkipelago_1.003-webfont.woff2') format('woff2'),
         url('arkipelago_1.003-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a, a:hover {
	text-decoration: none;
}
a {
	text-decoration: none !important;
}
:root  {
    --main-color: #02588C;
	--main-color2:  #F37022;
  --main-color3 :#325F92;
}
img {
	max-width: 100%;
	height: auto;
}
.top-header {
	    background: var(--main-color);
	padding: 10px 0;
}
.to--header-contacts {
    display: flex;
    gap: 20px;
}
.cor-contact a {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;

    font-family: "Sofia Sans", sans-serif;
    font-size: 1;
    line-height: 1;
	    gap: 8px;
}
.header-social a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 18px;
    font-size: 18px;
}
.text-right {
    text-align: right;
}
ul.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: inline-block;
    margin-left: 40px;
}
.progress-bottem-text {
    font-family: 'Sofia Sans';
    margin-top: 15px;
    font-weight: 700;
}
ul.main-menu li a {
    text-decoration: none;
    color: #1D1E3C;
    font-family: 'Sofia Sans';
    font-weight: 500;
    font-size: 16px;
}
.site-btn:hover {
    background: #32a7da;
    box-shadow: 0 0 10px #000000;
}
.pt-80 {
	padding-top: 80px;
}
p.max-width-type {
    max-width: 378px;
    margin-left: auto;
}
ul.main-menu li:last-child a {
    background: var(--main-color);
    color: #ffffff;
    padding: 16px 30px;
	border-radius: 8px;
	    font-size: 20px;
}
.header-menu.for-desktop {
    display: flex;
    justify-content: end;
	font-weight: 600;
}
.current-menu-item a {
    background: var(--main-color);
    color: #ffffff !important;
    padding: 6px 12px;
}
.carousel-item {
	position: relative;
}
.slider-text {
    position: absolute;
    top: 50%;
    z-index: 97;
    transform: translateY(-50%);
    width: 100%;
}
section.deor-slider {
    position: relative;
}
.cursive-title {
    color: #1D1E3C;
    font-size: 95px;
    line-height: 1;
     font-family: 'arkipelagoregular';
	margin-bottom: 0;
}
.main-slide-text {
    color: #1D1E3C;
    font-size: 115px;
    line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
	 font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}
.slider-inner p {
    color: #1D1E3C;
    font-size: 20px;
    font-family: 'Sofia Sans';
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 40px;
}
.slider-btns {
    display: flex;
    gap: 20px;
}
.site-btn {
    background: var(--main-color);
    padding: 15px 35px;
    color: #FFFFFF;
    font-family: 'Sofia Sans';
    font-size: 24px;
    font-weight: 600;
	border-radius: 8px;
}
.slider-inner {
    display: inline-block;
}
.top-footer {
    background: url(/wp-content/uploads/2025/07/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: center, center;
    padding: 70px 0 40px;
    position: relative;
}
.single-certification {
    background: rgb(255 255 255 / 21%);
    border-radius: 11px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.single-certification img {
    max-width: 40px;
}
.footer-social a {
    background: rgb(255 255 255 / 21%);
    border-radius: 11px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.footer-social {
    display: flex;
    gap: 10px;
}
.certifification-box {
    display: flex;
    gap: 10px;
}

.single-certification a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.footer-label {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Sofia Sans';
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
}
.footer-logo {
    margin-bottom: 35px;
}
p.subscribe-text {
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Sofia Sans';
    font-weight : 300;
}
.email-form {
    margin-bottom: 40px;
}
input[type="submit"] {
    background: #02588C;
    border: 0;
    border-radius: 0 8px 8px 0;
    color: #ffffff;
    height: 48px;
    padding: 0 19px;
    font-size: 16px;
    font-family: 'Sofia Sans';
    font-weight: 400;
}
input#email {
    width: 100%;
    height: 48px;
    border-radius: 8px 0 0 8px;
    padding: 0 9px;
	outline: 0;
}
.subscribe-form {
    display: flex;
    gap: 0;
    align-items: center;
	max-width: 288px;
}
.footer-logo {
    max-width: 288px;
}
.certifification-box {
    max-width: 288px;
}
.footer-label.menu-label {
    margin-bottom: 42px;
}
.footer-label.menu-label {
    margin-bottom: 42px;
}

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

ul.footer-menu li {
    margin-bottom: 15px;
}

ul.footer-menu li a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Sofia Sans';
    font-weight: 100;
}
.bottpm-footer {
    background: #14161F;
    padding: 30px 0 30px;
    color: #ffffff;
	    font-weight: 100;
    font-family: 'Sofia Sans';
}
.bottom-ftr-menu a {
    color: #ffffff;
    font-weight: 100;
    font-family: 'Sofia Sans';
}
.bottom-ftr-menu {
    display :  flex;
	justify-content: center;
	gap: 20px;
}
.footer-form {
    background: #FFFFFF;
    padding: 25px 45px;
    box-shadow: 11px 8px 8px #00000029;
}
.footer-form h4 {
    color: #14161F;
    font-size: 18px;
    font-family: 'Sofia Sans';
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px;
}
span.design-by a {
    color: #ffffff;
    font-weight: 600;
}
.footer-form input.wpcf7-form-control {
    width: 100%;
    border: 1px solid #DCDDDE;
    height: 45px;
    padding-left: 9px;
    font-size: 14px;
    color: #000000;
    border-radius: 8px;
    margin-bottom: 20px;
}
.footer-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 1px solid #DCDDDE;
    height: 100px;
    padding: 9px;
    font-size: 14px;
    color: #000000;
    border-radius: 8px;
    margin-bottom: 20px;
}
.footer-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #02588C;
    color: #ffffff;
    width: 100%;
    height: auto;
    padding: 12px 0;
    font-size: 16px;
    text-transform: uppercase;
	margin-bottom: 0;
}
section.prefooter {
    background: url(https://deorskyventure.com/wp-content/uploads/2025/07/pre-bg.png) no-repeat;
    background-size: cover;
    background-position: top, left;
    padding: 225px 0 100px;
}
.pre-text {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.pre-text h3 {
    color: #FFFFFF;
    font-family: 'arkipelagoregular';
    font-size: 59px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.pre-text h2 {
    color: #ffffff;
    font-size: 100px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 1;
    margin: 0 0 8px;
}
.pre-text p {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 37px;
    font-family: 'Sofia Sans';
    font-weight: 400;
}
section.why-fly-us {
    padding: 80px 0 160px;
}

section.partners {
    padding: 30px 0 30px;
    text-align: center;
}
.small-intro {
    color: #02588C;
    font-size: 59px;
    line-height: 71px;
    font-family: 'arkipelagoregular';
    margin-bottom: 8px;
}
.section-intro h2 {
    color: #1D1E3C;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 100px;
    line-height: 1.1;
}
.section-intro {
    position: relative;
}

.title-agfter-img {
    position: absolute;
    top: 0;
    right: 20%;
    max-width: 170px;
}
.section-text h3 {
    font-size: 50px;
    line-height: 1.1;
    font-family: 'Sofia Sans';
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}
.section-text p {
    color: #000000;
    font-family: 'Sofia Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.section-intro.text-center {
    margin-bottom: 100px;
}
.section-text ul {
    margin: 0;
    padding: 0;
}
.section-text li {
    color: #000000;
    font-family: 'Sofia Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}
.fly-front {
    max-width: 429px;
    text-align: center;
    margin-left: 20%;
}
.fly-image {
    position: relative;
}

.fly-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-22%);
}
.row.order-row.second-block {
    margin-top: 130px;
	 margin-bottom: 130px;
}
section.why-fly-us:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(/wp-content/uploads/2025/08/Mask-Group-349.png);
    background-repeat: repeat;
    opacity: 0.5;
    background-size: contain;
}

section.why-fly-us {
    position: relative;
}
section.exp-the {
    background: url(/wp-content/uploads/2025/08/Group-32820.png) no-repeat;
    background-size: cover;
    padding: 58px 0 114px;
	background-position: top;
}
.small-white-cnt {
    color: #FFFFFF;
    font-size: 63px;
    line-height: 76px;
    font-family: 'arkipelagoregular';
    margin-bottom: 10px;
}
.exp-cnt h2 {
    color: #FFFFFF;
    font-size: 70px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.2;
}
section.our-progress {
    padding-bottom: 80px;
    margin-top: -80px;
}
.exp-cnt p {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    line-height: 1;
}
.our-passion h2 {
    color: #ffffff;
    font-family: 'Bebas Neue';
    text-shadow: 4px 4px 6px #00000021;
    font-size: 80px;
    line-height: 1.1;
}
.our-passion {
    margin: 140px 0;
}
.progress-bar {
    background: #02588C;
    border-radius: 48px;
}
.progress-bar-area {
    background: #02588C;
    border-radius: 48px;
    padding: 57px;
}
section.exp-the .row {
    align-items: end;
}
.progress-box {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 30px 0;
}
.progress-text-heading {
    color: #FFFFFF;
    font-size: 26px;
    font-family: 'Sofia Sans';
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
	text-align: center;
}
 .progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.mb-50 {
	margin-bottom: 50px
}
    .progress-circle svg {
      transform: rotate(-90deg);
      width: 100%;
      height: 100%;
    }

    .progress-circle circle {
      fill: none;
      stroke-width: 10;
      stroke-linecap: round;
    }

    .progress-bg {
      stroke: #ddd;
    }

    .progress-bar {
      stroke: #3f51b5;
      transition: stroke-dashoffset 0.3s linear;
    }

    .progress-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 24px;
      font-weight: bold;
    }
.exp-left p {
    max-width: 583px;
    color: #000000;
    font-family: 'Sofia Sans';
    font-weight: 400;
    font-size: 17px;
	margin-bottom: 0;
}
.exp-divider {
    width: 50px;
    height: 2px;
    background: #02588C;
    margin: 25px 0;
}
.sign {
     font-family: "Edu NSW ACT Cursive", cursive;
    font-size: 43px;
    line-height: 92px;
    color: #1D1E3C;
}
.sign-info {
    color: #000000;
    font-family: 'Sofia Sans';
    font-weight: 400;
    font-size: 16px;
}
section.avalibality-banner {
    background: url(/wp-content/uploads/2025/08/Group-32815.png) no-repeat;
    padding: 58px 0 150px;
    background-size: cover;
}
.aval-text h2 {
    font-size: 55px;
        line-height: 1.1;
    color: #02588C;
    font-family: 'Bebas Neue';
    font-weight: 400;
	
}
.aval-text h2 span {
	color: #0090CD;
}
.aval-text {
    padding-left: 30%;
}
.video-wrapper {
  position: relative;
  max-height: 750px;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  max-height: 750px;
  display: block;
  object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 777px;
    background: rgb(0 144 205 / 80%);
    z-index: 1;
    pointer-events: none;
}
.video-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 2;
    left: 0;
    transform: translateY(-50%);
}
.videosmall-text {
    color: #FFFFFF;
    font-size: 63px;
    line-height: 76px;
    font-family: 'arkipelagoregular';
    margin-bottom: 10px;
}
.video-text h2 {
    color: #FFFFFF;
    font-size: 70px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.2;
}
.video-text p {
    color: #ffffff;
    font-family: 'Sofia Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    max-width: 524px;
    margin: 0 auto;
}
section.customer-reviews {
    padding: 80px 0 120px;
    position: relative;
}
.slider-btns.right-side {
    justify-content: flex-end;
}
.f-stars i {
    color: #FFC107;
}
.total-rating {
    display: flex;
    gap: 12px;
	align-items: center;
}
.r-text {
    color: #1A1A1A;
    font-size: 18px;
    font-family: 'Sofia Sans';
    font-weight: 600;
}
.r-overview {
    color: #1A1A1A;
    margin-bottom: 4px;
    font-family: 'Sofia Sans';
    font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}
.single-rating {
    background: #F3F3F3;
    border: 1px solid #56545B;
    border-radius: 15px;
    margin-bottom: 8px;
    padding: 35px;
}
.google-logo {
    max-width: 20px;
	margin: 30px 0;
}
.rating-review {
    color: #000000;
    margin-bottom: 30px;
    font-family: 'Sofia Sans';
    font-size: 16px;
}
.rating-foter h5 {
    color: #000000;
    font-family: 'Sofia Sans';
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
}
.rating-img {
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
}
.revi-text {
    margin-bottom: 70px;
}
/* slick slider */
/* Slider */

.slick-slide {
    margin: 0px 20px 0 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
section.our-pkgs {
    background: #F3F3F3;
    padding: 80px 0 80px;
}
.single-pkg {
    position: relative;
    border: 1px solid #0090CD;
    border-radius: 24px;
    overflow: hidden;
}

.single-img {
    position: relative;
}

.single-img:after {
    content: '';
    background: rgb(0 0 0 / 20%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pkg-short-info {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 27px;
}

.single-pkg-header {
    position: relative;
}
.pkg-short-info h3 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 35px;
    font-family: 'Sofia Sans';
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
.single-pkg-body {
    padding: 25px 28px;
}
.slider-btns.book-pkg {
    justify-content: center;
}
.single-pkg-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 60px;
}
.pkg-short-info p {
    color: #ffffff;
    font-family: 'Sofia Sans';
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.pkg-short-info p span {
    background: #FFC107;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
}
section.recent-blogs {
    padding: 80px 0 80px;
}
.blogs-text-body {
    background: #FFFFFF;
    box-shadow: 0 0 10px #e7e7e7;
    max-width: 90%;
    margin: -70px auto 0;
    position: relative;
    z-index: 1;
    border-radius: 14px;
	padding: 30px;
}
.blg-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
	align-items: center;
}
.posting-date {
    color: #0090CD;
    font-size: 14px;
    font-family: 'Bebas Neue';
    letter-spacing: 0.5px;
    line-height: 1;
}
.posting-tag {
    background: #0090CD;
    font-size: 17px;
    font-family: 'Bebas Neue';
    letter-spacing: 0.5px;
    line-height: 1;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
}
.blg-body h2 {
    color: #2A254D;
    font-size: 24px;
    font-family: 'Sofia Sans';
    font-weight: bold;
	margin-bottom: 33px;
}
.blg-ftr {
    display: flex;
    justify-content: space-between;
}
.blg-read a {
    width: 45px;
    height: 45px;
    border: 1px solid #0090CD;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.blg-read a:hover {
 background : #02588C;
color: #ffffff;
}
.auth-info h6 {
    color: #2A254D;
    font-size: 14px;
    font-family: 'Sofia Sans';
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}
.auth-info p {
    font-size: 12px;
    margin-bottom: 0;
}
.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.quantity-wrapper button {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}
.quantity-wrapper input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
}
/* ================================
   WOOCOMMERCE CUSTOM STYLING
   ================================ */
/* ------------------------------
   Buttons (General)
------------------------------ */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .wc-forward,
.woocommerce .added_to_cart {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .wc-forward:hover,
.woocommerce .added_to_cart:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

/* ------------------------------
   Notices & Messages
------------------------------ */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top: 3px solid var(--main-color);
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 14px;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: var(--main-color);
    text-decoration: underline;
}

/* ------------------------------
   Price
------------------------------ */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--main-color);
    font-size: 1.4em;
    font-weight: bold;
}

/* ------------------------------
   Quantity
------------------------------ */
.woocommerce .quantity input.qty {
    width: 70px;
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* ------------------------------
   Tables (Cart, Checkout)
------------------------------ */
.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #eee;
}

.woocommerce table.shop_table th {
    background-color: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

/* ------------------------------
   Forms (Checkout, Account)
------------------------------ */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.woocommerce form .form-row label {
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

/* ------------------------------
   Pagination
------------------------------ */
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    padding: 8px 14px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: var(--main-color);
    color: #fff;
}

/* ------------------------------
   Product Grid (Shop Page)
------------------------------ */
.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.woocommerce ul.products li.product .button {
    width: 100%;
    text-align: center;
}

/* ------------------------------
   Sale Badge
------------------------------ */
.woocommerce span.onsale {
    background-color: var(--main-color);
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 50px;
    top: 10px;
    left: 10px;
}

/* ------------------------------
   Responsive Adjustments
------------------------------ */
@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        padding: 10px;
    }
    .woocommerce .quantity input.qty {
        width: 50px;
    }
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        padding: 8px;
        font-size: 13px;
    }
    .woocommerce a.button,
    .woocommerce button.button {
        padding: 10px 15px;
        font-size: 13px;
    }
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: var(--main-color);
    color: #ffffff;
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 20px;
    border: 0;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: var(--main-color);
    color: #ffffff;
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 20px;
}
.booking-form-fields {
    margin-bottom: 15px;
}
p.price del {
    color: #f00;
}

p.price {
    font-size: 25px;
}
.auth-img img {
    border-radius: 50%;
    margin-bottom: 10px;
}
section.inner-page-banner {
    padding: 300px 0 300px;
    position: relative;
}
section.inner-page-banner:after {
    content: '';
    background: hsl(0deg 0% 0% / 30%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.inner-page-banner:after {
    content: '';
    background: hsl(0deg 0% 0% / 30%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.container {}

.internal-banner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.internal-banner h1 {
    color: #ffffff;
    font-size: 115px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}
.internal-banner p {
    color: #ffffff;
    font-size: 20px;
}
section.contact-form-area {
    padding: 80px 0 80px;
}
.contact-form input {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    padding-left: 12px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
	    margin-bottom: 0;

}
.cd-icon {
    background: #02588C;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    color: #ffffff;
    font-size: 40px;
}
.cd-icon {
    background: #02588C;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    color: #ffffff;
    font-size: 20px;
}

.cd-text {
    text-align: center;
    color: #02588C;
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Sofia Sans';
    font-weight: 600;
}

section.contact-details-boxes {
    padding: 20px 0 80px;
}
.single-blog-wrapper {
	padding: 80px 0 80px;
}
/* single blog post */
/* Headings */
.single-blog-wrapper h1,
.single-blog-wrapper h2,
.single-blog-wrapper h3,
.single-blog-wrapper h4,
.single-blog-wrapper h5,
.single-blog-wrapper h6 {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #222;
  line-height: 1.3;
}

.single-blog-wrapper h1 { font-size: 2.2rem; }
.single-blog-wrapper h2 { font-size: 2rem; border-left: 4px solid #ff6600; padding-left: 10px; }
.single-blog-wrapper h3 { font-size: 1.6rem; }
.single-blog-wrapper h4 { font-size: 1.3rem; color: #444; }
.single-blog-wrapper h5 { font-size: 1.1rem; color: #555; }
.single-blog-wrapper h6 { font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; }

/* Paragraphs & Links */
.single-blog-wrapper p {
  margin-bottom: 1rem;
}

.single-blog-wrapper a {
  color: #02588C;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-blog-wrapper a:hover {
  text-decoration: underline;
  color: #cc5200;
}

/* Lists */
.single-blog-wrapper ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.single-blog-wrapper ol li {
  list-style: decimal;
  margin-bottom: 0.5rem;
}

/* Images */
.single-blog-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Table */
.single-blog-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}
.single-blog-wrapper table th,
.single-blog-wrapper table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}
.single-blog-wrapper table thead th {
  background: #ff6600;
  color: #fff;
}
.single-blog-wrapper table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* Blockquote */
.single-blog-wrapper blockquote {
  border-left: 5px solid #ff6600;
  padding: 1rem 1.5rem;
  background: #fafafa;
  font-style: italic;
  margin: 2rem 0;
  color: #555;
}

/* Author Box */
.single-blog-wrapper .author-box {
  background: #f8f9fa;
  border-radius: 10px;
  margin-top: 2rem;
}
.single-blog-wrapper .author-box .author-img img {
  border-radius: 50%;
}
.single-blog-wrapper .author-box h5 {
  margin-bottom: 0.5rem;
}
.single-blog-wrapper .author-box p {
  font-size: 0.9rem;
  color: #666;
}

/* Post Navigation */
.single-blog-wrapper .post-navigation {
  margin-top: 2rem;
  font-weight: 500;
}
.single-blog-wrapper .post-navigation a {
  color: #ff6600;
}
.single-blog-wrapper .post-navigation a:hover {
  color: #cc5200;
}

/* Comments Section */
.single-blog-wrapper .comments-area {
  margin-top: 2rem;
}
.single-blog-wrapper .comments-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.single-blog-wrapper .comment {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

/* Responsive */
@media (max-width: 991px) {
  .single-blog-wrapper h1 { font-size: 1.8rem; }
  .single-blog-wrapper h2 { font-size: 1.6rem; }
  .single-blog-wrapper h3 { font-size: 1.4rem; }
  .single-blog-wrapper img { margin: 0.8rem 0; }
  .single-blog-wrapper table, 
  .single-blog-wrapper table th, 
  .single-blog-wrapper table td {
    font-size: 0.85rem;
    padding: 8px;
  }
}

@media (max-width: 575px) {
  .single-blog-wrapper h1 { font-size: 1.6rem; }
  .single-blog-wrapper h2 { font-size: 1.4rem; }
  .single-blog-wrapper h3 { font-size: 1.2rem; }
  .single-blog-wrapper blockquote { padding: 0.8rem 1rem; }
}
/* ===== Comment Form Styling ===== */
.single-blog-wrapper #respond {
  margin-top: 2rem;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.single-blog-wrapper #reply-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #222;
}

.single-blog-wrapper .comment-notes {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

/* Form Fields */
.single-blog-wrapper .comment-form p {
  margin-bottom: 1rem;
}

.single-blog-wrapper .comment-form input[type="text"],
.single-blog-wrapper .comment-form input[type="email"],
.single-blog-wrapper .comment-form input[type="url"],
.single-blog-wrapper .comment-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.single-blog-wrapper .comment-form input:focus,
.single-blog-wrapper .comment-form textarea:focus {
  border-color: #ff6600;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255,102,0,0.15);
}

/* Textarea */
.single-blog-wrapper .comment-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Labels */
.single-blog-wrapper .comment-form label {
  font-weight: 500;
  margin-bottom: 0.3rem;
  display: inline-block;
}

/* Checkbox */
.single-blog-wrapper .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

/* Submit Button */
.single-blog-wrapper .form-submit input[type="submit"] {
  background: #ff6600;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.single-blog-wrapper .form-submit input[type="submit"]:hover {
  background: #cc5200;
}
section.our-gallery {
    padding: 80px 0 80px;
}
  /* Magnific Popup CSS */
   .mfp-bg {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1042;
   overflow: hidden;
   position: fixed;
   background: transparent;
   opacity: 0.8; }
   .mfp-wrap {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1043;
   position: fixed;
   outline: none !important;
   -webkit-backface-visibility: hidden; }
   .mfp-container {
   text-align: center;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   padding: 0 8px;
   box-sizing: border-box; }
   .mfp-container:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle; }
   .mfp-align-top .mfp-container:before {
   display: none; }
   .mfp-content {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   text-align: left;
   z-index: 1045; }
   .mfp-inline-holder .mfp-content,
   .mfp-ajax-holder .mfp-content {
   width: 100%;
   cursor: auto; }
   .mfp-ajax-cur {
   cursor: progress; }
   .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
   cursor: -moz-zoom-out;
   cursor: -webkit-zoom-out;
   cursor: zoom-out; }
   .mfp-zoom {
   cursor: pointer;
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
   cursor: zoom-in; }
   .mfp-auto-cursor .mfp-content {
   cursor: auto; }
   .mfp-close,
   .mfp-arrow,
   .mfp-preloader,
   .mfp-counter {
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none; }
   .mfp-loading.mfp-figure {
   display: none; }
   .mfp-hide {
   display: none !important; }
   .mfp-preloader {
   color: #CCC;
   position: absolute;
   top: 50%;
   width: auto;
   text-align: center;
   margin-top: -0.8em;
   left: 8px;
   right: 8px;
   z-index: 1044; }
   .mfp-preloader a {
   color: #CCC; }
   .mfp-preloader a:hover {
   color: #FFF; }
   .mfp-s-ready .mfp-preloader {
   display: none; }
   .mfp-s-error .mfp-content {
   display: none; }
   button.mfp-close,
   button.mfp-arrow {
   overflow: visible;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
   display: block;
   outline: none;
   padding: 0;
   z-index: 1046;
   box-shadow: none;
   touch-action: manipulation; }
   button::-moz-focus-inner {
   padding: 0;
   border: 0; }
   .mfp-close {
   width: 44px;
   height: 44px;
   line-height: 44px;
   position: absolute;
   right: 0;
   top: 0;
   text-decoration: none;
   text-align: center;
   opacity: 0.65;
   padding: 0 0 18px 10px;
   color: #FFF;
   font-style: normal;
   font-size: 28px;
   font-family: Arial, Baskerville, monospace; }
   .mfp-close:hover,
   .mfp-close:focus {
   opacity: 1; }
   .mfp-close:active {
   top: 1px; }
   .mfp-close-btn-in .mfp-close {
   color: #333; }
   .mfp-image-holder .mfp-close,
   .mfp-iframe-holder .mfp-close {
   color: #FFF;
   right: -6px;
   text-align: right;
   padding-right: 0px;
   width: 100%; }
   .mfp-counter {
   position: absolute;
   top: 0;
   right: 0;
   color: #CCC;
   font-size: 12px;
   line-height: 18px;
   white-space: nowrap; }
   .mfp-arrow {
   position: absolute;
   opacity: 0.65;
   margin: 0;
   top: 50%;
   margin-top: -55px;
   padding: 0;
   width: 90px;
   height: 110px;
   -webkit-tap-highlight-color: transparent; }
   .mfp-arrow:active {
   margin-top: -54px; }
   .mfp-arrow:hover,
   .mfp-arrow:focus {
   opacity: 1; }
   .mfp-arrow:before,
   .mfp-arrow:after {
   content: '';
   display: block;
   width: 0;
   height: 0;
   position: absolute;
   left: 0;
   top: 0;
   margin-top: 35px;
   margin-left: 35px;
   border: medium inset transparent; }
   .mfp-arrow:after {
   border-top-width: 13px;
   border-bottom-width: 13px;
   top: 8px; }
   .mfp-arrow:before {
   border-top-width: 21px;
   border-bottom-width: 21px;
   opacity: 0.7; }
   .mfp-arrow-left {
   left: 0; }
   .mfp-arrow-left:after {
   border-right: 17px solid #FFF;
   margin-left: 31px; }
   .mfp-arrow-left:before {
   margin-left: 25px;
   border-right: 27px solid #3F3F3F; }
   .mfp-arrow-right {
   right: 0; }
   .mfp-arrow-right:after {
   border-left: 17px solid #FFF;
   margin-left: 39px; }
   .mfp-arrow-right:before {
   border-left: 27px solid #3F3F3F; }
   .mfp-iframe-holder {
   padding-top: 40px;
   padding-bottom: 40px; }
   .mfp-iframe-holder .mfp-content {
   line-height: 0;
   width: 100%;
   max-width: 900px; }
   .mfp-iframe-holder .mfp-close {
   top: -17px;
   right: -14px;
   height: 45px;
   width: 45px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: var(--e-global-color-accent) !important;
   border-radius: 50%;
   opacity: 1;
   }
   .mfp-iframe-scaler {
   width: 100%;
   height: 0;
   overflow: hidden;
   padding-top: 56.25%; }
   .mfp-iframe-scaler iframe {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
   background: #000; }
   /* Main image in popup */
   img.mfp-img {
   width: auto;
   max-width: 100%;
   height: auto;
   display: block;
   line-height: 0;
   box-sizing: border-box;
   padding: 40px 0 40px;
   margin: 0 auto; }
   /* The shadow behind the image */
   .mfp-figure {
   line-height: 0; }
   .mfp-figure:after {
   content: '';
   position: absolute;
   left: 0;
   top: 40px;
   bottom: 40px;
   display: block;
   right: 0;
   width: auto;
   height: auto;
   z-index: -1;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
   background: #444; }
   .mfp-figure small {
   color: #BDBDBD;
   display: block;
   font-size: 12px;
   line-height: 14px; }
   .mfp-figure figure {
   margin: 0; }
   .mfp-bottom-bar {
   margin-top: -36px;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   cursor: auto; }
   .mfp-title {
   text-align: left;
   line-height: 18px;
   color: #F3F3F3;
   word-wrap: break-word;
   padding-right: 36px; }
   .mfp-image-holder .mfp-content {
   max-width: 100%; }
   .mfp-gallery .mfp-image-holder .mfp-figure {
   cursor: pointer; }
.mfp-iframe-holder .mfp-content img {
    width: 100%;
    height: 100%;
}
.image-slider {
    margin-bottom: 20px;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #ffffff;
}

.single-slide-img {
    position: relative;
}
.image-slider {
    direction: ltr !important;
}

.video-slider-wrapper {
    direction: rtl;
}
.mfp-img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}
.single-img {
    max-height: 280px;
    overflow: hidden;
}

.single-img img {
    object-fit: cover;
    height: 370px !important;
    object-position: center;
}


.single-pkg {
    margin-bottom: 20px;
}
.single-pkg-body li:before {
    content: '';
    background: url(/wp-content/uploads/2025/08/icons8_climbing_anchor.png)no-repeat;
    background-size: 100%;
    width: 16px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.single-pkg-body li {
    position: relative;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    padding-left: 22px;
	    margin-bottom: 20px;
}
   @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
   /**
   * Remove all paddings around the image on small screen
   */
   .mfp-img-mobile .mfp-image-holder {
   padding-left: 0;
   padding-right: 0; }
   .mfp-img-mobile img.mfp-img {
   padding: 0; }
   .mfp-img-mobile .mfp-figure:after {
   top: 0;
   bottom: 0; }
   .mfp-img-mobile .mfp-figure small {
   display: inline;
   margin-left: 5px; }
   .mfp-img-mobile .mfp-bottom-bar {
   background: rgba(0, 0, 0, 0.6);
   bottom: 0;
   margin: 0;
   top: auto;
   padding: 3px 5px;
   position: fixed;
   box-sizing: border-box; }
   .mfp-img-mobile .mfp-bottom-bar:empty {
   padding: 0; }
   .mfp-img-mobile .mfp-counter {
   right: 5px;
   top: 3px; }
   .mfp-img-mobile .mfp-close {
   top: 0;
   right: 0;
   width: 35px;
   height: 35px;
   line-height: 35px;
   background: rgba(0, 0, 0, 0.6);
   position: fixed;
   text-align: center;
   padding: 0; } }
/* Responsive */
@media (max-width: 575px) {
  .single-blog-wrapper #respond {
    padding: 1.5rem;
  }
  .single-blog-wrapper .form-submit input[type="submit"] {
    width: 100%;
  }
}
.ratings-area .single-rating.slide {
    margin-bottom: 30px;
}
/* ------------------------------
   WooCommerce My Account Styling (Customer Dashboard)
   Fully Responsive and Clean Design
------------------------------ */

/* === General Page Layout === */

/* === Navigation Menu (Sidebar) === */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 66%;
}
article#post-66 {
    padding: 80px 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #34495e;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  display: block;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #0073aa;
  color: #fff;
}

/* === Main Content Area === */
.woocommerce-MyAccount-content {
  flex: 1;
  padding: 30px;
  margin-left: 30px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-content h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #555;
}

/* === Links === */
.woocommerce-MyAccount-content a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
  color: #005077;
}

/* === Buttons === */
button,
.woocommerce-button,
.button {
  background-color: #0073aa;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/* === Forms === */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 14px;
}

.woocommerce form .form-row label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

/* === Address Boxes === */
.addresses .title {
  margin-bottom: 10px;
}

.woocommerce .addresses .title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
}

/* === Table (Orders, Downloads, etc.) === */
.woocommerce table.my_account_orders,
.woocommerce table.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.woocommerce-table th,
.woocommerce table.woocommerce-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.woocommerce table th {
  background-color: #f1f1f1;
  font-weight: 600;
}

/* === Messages (Success, Errors, Info) === */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 4px;
  padding: 15px 20px;
  margin: 20px 0;
  font-size: 14px;
}

.woocommerce-message {
  background-color: #dff0d8;
  border-left: 5px solid #3c763d;
  color: #3c763d;
}

.woocommerce-error {
  background-color: #f2dede;
  border-left: 5px solid #a94442;
  color: #a94442;
}

.woocommerce-info {
  background-color: #d9edf7;
  border-left: 5px solid #31708f;
  color: #31708f;
}

/* === Responsive Design === */
@media screen and (max-width: 991px) {
  .woocommerce-account {
    flex-direction: column;
    padding: 20px;
  }

  .woocommerce-MyAccount-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .woocommerce-MyAccount-navigation {
    padding: 15px;
  }

  .woocommerce-MyAccount-content {
    padding: 20px;
  }
}
/* Discount Badge */
.discount-badge {
  background : var(--main-color);
  color: #fff;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.9rem;
}

/* Optional text shadow for slider heading */
.text-shadow {
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.page-template-contact-us .contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 400px;
}
.woocommerce-account .addresses .title .edit {
    float: left;
}
.mfp-iframe-holder .mfp-close {
    background: #f00 !important;
}
ul.main-menu li:last-child a:hover {
    background: #32a7da;
    box-shadow: 0 0 10px #000000;
}
.blog-sidebar {
    position: sticky;
    top: 50px;
}
.progress-bottem-text.text-center.text-white {
    color: #ff6600 !important;
}
.blog-image img {
    width: 100% !important;
    height: 270px !important;
    border-radius: 8px;
    object-fit: cover;
}
.we-do-wrapper {
    background: #02588C;
    border-radius: 48px;
    padding: 57px;
}
.we-do-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.we-do-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.we-do-wrapper li {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 20px;
	    margin-bottom: 12px;
}
strong.text-center.big-text {
    display: block;
    color: #ffffff;
    font-size: 45px;
    margin-bottom: 40px;
}
.we-do-wrapper ul {
    display: flow-root;
}
.commitment-section {
    background: linear-gradient(180deg, #f9fbfd 0%, #f0f7fa 100%);
  }
  .icon-circle {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: rgba(2, 88, 140, 0.1);
    color: #02588c;
    margin: 0 auto;
  }
  .highlight-box {
    background: #fff;
    transition: all 0.3s ease;
  }
  .highlight-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(2, 88, 140, 0.15);
  }
  .commitment-section h2 {
    color: #0b2a3a;
  }
.mb-50 {
    margin-bottom: 50px !important;
}
.team-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .team-card:hover .team-photo {
    transform: scale(1.1);
  }
  .team-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  }
  .founder-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%; /* circular crop */
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .founder-card:hover .founder-photo {
    transform: scale(1.1);
  }
  .founder-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .founder-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  }
.mobile-toggle {
     color: 000;
     font-size: 30px;
     cursor: pointer;
 }

 .sidenav {
     height: 100%;
     width: 0px;
     position: fixed;
     top: 0;
     right: -20px;
     z-index: 999;
     background: #fff;
     overflow-x: hidden;
     padding: 70px 0 0 0;
     transition: all 0.5s;
     box-shadow: 0 0 10px #dfdfdf;
 }

 i.fa.fa-times {
     color: #0d56dc;
 }

 .sidenav .current-menu-item a {
     color: #0d56dc !important;
     font-weight: 400;
     ;
      !important;
 }

 .sidenav a {
     font-weight: 400;
 }

 .sidenav a {
     padding: 30px 0 30px 20px;
     font-size: 20px;
     display: block;
     text-decoration: none;
     color: #fff;
 }

 .sidenav a:hover {
     color: var(--main-bg-color);
 }


 .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 40px !important;
 }
.white-background a {
     border: 2px solid #fff;
 }

 .sidenav .contact-btn a {
     padding: 10px;
     margin-left: 19px;
 }

 .mobile-toggle {
     text-align: right;
     color: #0f94d4;
 }

 .mobile-toggle {
     display: none;
 }
.mobile-fix-btns {
    background: #ffffff;
    padding: 15px 0;
}

.mobile-fix-btns a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    color: #ffffff;
    font-family: 'Sofia Sans';
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
}

a.call-btn {
    background: #095b8e;
}

a.location-btn {
    background: #038ed4;
}
.mobile-fix-btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.mobile-fix-btns {
    display: none;
}


@media only screen and (max-width: 1181px) { 
.header-menu.for-desktop {
    display: none;
}
	
	.current-menu-item a {
		background: transparent;
	}
	.mobile-toggle {
    display: block;
}
	.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
	.sidenav a {
    padding: 10px 30px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #000000;
}
}
@media only screen and (max-width: 767px) {
	.mobile-fix-btns {
    display: block;
}
	#chaty-widget-0 .chaty-widget {
    bottom: 10% !important;
}
	.top-header {
    display: none;
}
	.slider-btns a {
    width: 100%;
    display: block;
    text-align: center;
}
    .section-intro h2 {
        font-size: 32px;
    }
	.small-intro {
    font-size: 30px;
    line-height: 1.2;
}
	.title-agfter-img {
		display: none;
	}
	.section-text h3 {
    font-size: 24px;
}
	.section-text li {
    font-size: 16px;
}
	.order-row {
    flex-wrap: wrap-reverse;
}
	.fly-image {
    margin-bottom: 30px;
}
	.slider-text {
    position: static;
    top: 0;
    z-index: 97;
    transform: none;
    width: 100%;
}
.cursive-title {
        font-size: 35px;
        line-height: 1.2;
    }
	.slider-inner p {
    font-size: 16px;
}
.site-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
	.slider-btns {
    gap: 10px;
}
	.slider-inner p {
		margin-bottom: 16px;
	}
	.slider-text {
    text-align: center;
}
	.slider-btns {
    justify-content: center;
}
    section.why-fly-us {
        padding: 60px 0 60px;
    }
	.fly-front {
    max-width: 100%;
    text-align: center;
    margin-left: 0;
}
	.order-row {
    flex-wrap: wrap-reverse;
}
	.order-row.second-block {
    margin-top: 60px;
    margin-bottom: 60px;
}
	section.exp-the .row {
    flex-wrap: wrap-reverse;
}
	.exp-cnt h2 {
		font-size: 40px;
	}
	.our-passion h2 {
    font-size: 50px;
}
	.our-passion {
    margin: 0;
}
    .progress-bar-area {
        margin-bottom: 60px;
        padding: 60px 20px;
    }
	 
	.section-intro.text-center {
    margin-bottom: 60px;
}
	.row.order-row.second-block {
    flex-wrap: wrap-reverse;
    margin-top: 60px;
    margin-bottom: 60px;
}
	.small-white-cnt {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
}
	section.exp-the {
    padding: 60px 0 60px;
}
	.exp-cnt p {
    font-size: 20px;
    line-height: 1.5;
}
	.small-intro.text-white.mb-50 {
    margin-bottom: 20px !important;
}
	.progress-text-heading {
    font-size: 18px;
    margin-bottom: 10px;
}
	.progress-text-heading br { 
		display: none;
	}
	section.our-progress {
    padding-bottom: 0;
    margin-top: 0;
}
.video-wrapper {
        max-height: 100%;
        overflow: hidden;
        height: 360px;
    }
	.video-wrapper video {
    height: 100%;
}
	.progress-inner {
    padding: 40px 20px 0;
}
	.video-text h2 {
    font-size: 32px;
}
	.videosmall-text {

    font-size: 30px;
    line-height: 35px;
		margin-bottom: 50px;
	}
	.slider-btns.text-center.justify-content-center {
    padding: 0 10px;
}
	ection.our-gallery {
    padding: 60px 0 60px;
}
	.pt-80 {
    padding-top: 40px;
}
	.video-play-icon {
    font-size: 30px;
}
	.slick-slide {
    margin: 0px 10px 0 0;
}
	.image-slider {
    margin-bottom: 10px;
}
	section.our-gallery {
    padding: 60px 0 0;
}
	section.customer-reviews {
    padding: 60px 0 30px;
}
	.total-rating {
    flex-direction: column;
    justify-content: start;
    margin-bottom: 12px;
}
	.revi-text {
    margin-bottom: 12px;
}
	.r-overview {
    text-align: center;
}
	section.our-pkgs {
    background: #F3F3F3;
    padding: 60px 0 60px;
}
	.rating-review {
    margin-bottom: 20px;
    font-size: 14px;
}
	.single-rating {
    padding: 20px;
}
	p {

    font-size: 16px;
}
	section.recent-blogs {
    padding: 60px 0 60px;
}
	.blg-body h2 {
    font-size: 18px;
    margin-bottom: 25px;
}
	.pre-text h2 {
    font-size: 32px;
}
	.pre-text h3 {
    font-size: 30px;
    line-height: 1.2;
}
	.pre-text p {
    font-size: 16px;
    line-height: 1.5;
}
	section.prefooter {
    padding: 140px 0 60px;
}
	.col-lg-4.col-md-6.mob-order-one {
    order: 1 !important;
}
.footer-social {
    margin-bottom: 40px;
}
.footer-label.menu-label {
    margin-bottom: 20px;
}
	.footer-column {
    padding-bottom: 40px;
}
	.bottpm-footer {
    font-size: 14px;
}
.bottpm-footer .col-md-4.text-right {
    padding-bottom: 100px;
	text-align: center;
}
.bottpm-footer {
    text-align: center;
}
	.we-do-wrapper {
    padding: 40px 20px;
}
	strong.text-center.big-text {
    font-size: 28px;
}
	.we-do-wrapper li {
    width: 100%;
    float: none;;
    font-size: 16px;
    margin-bottom: 12px;
}
	.aval-text {
    padding-left: 0;
    text-align: center;
}
	section.avalibality-banner {
    padding: 60px 0 60px;
    background: #d8effc;
}
	.page-template-Gallery section.our-gallery {
        padding: 60px 0 60px;
    }
	.page-template-Gallery .videosmall-text {
        margin-bottom: 10px;
    }
	.woocommerce a.button, .woocommerce button.button {
  
        text-align: center;
    }
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    padding: 16px 18px;
    font-size: 16px;
}
}