/*

Tooplate 2133 Moso Interior

https://www.tooplate.com/view/2133-moso-interior

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #d22c22;
  --secondary-color: #004581;
  --section-bg-color: #f9f9f9;
  --site-footer-bg-color: #004581;
  --custom-btn-bg-color: #00a05d;
  --dark-color: #000000;
  --p-color: #ffffff;
  --border-color: #e9eaeb;

  --twitter-color: #1da1f2;
  --facebook-color: #1877f2;
  --instagram-color: #c13584;
  --pinterest-color: #e60023;
  --whatsapp-color: #128c7e;

    --secondary-color: #07366e;
    --light-gray: #f8f9fa;
    --border-color: #e9ecef;
    --text-dark: #2c3e50;
    --text-muted: #6c757d;
    --success-color: #28a745;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 15px rgba(0, 0, 0, 0.2);

  --body-font-family: 'League Spartan', sans-serif;

  --h1-font-size: 62px;
  --h2-font-size: 48px;
  --h3-font-size: 36px;
  --h4-font-size: 32px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 20px;
  --btn-font-size: 16px;
  --copyright-font-size: 14px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}
@font-face {
  font-family: main;
  src: url(../fonts/Cairo-VariableFont_slnt\,wght.ttf);
}
body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  padding-top: 70px;
}

/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/
/* body
{
  direction: rtl;
} */
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  font-family: main;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
div,
ul,
small,
strong,
span  {
  font-weight: var(--font-weight-semibold);
  font-family: main;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.tooplate-red {
  color: var(--secondary-color);
}

.tooplate-green {
  color: var(--custom-btn-bg-color);
}


/*---------------------------------------
  SECTION
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 20px;
}

.section-bg {
  background: var(--section-bg-color);
}

.section-small-title {
  color: var(--custom-btn-bg-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  display: block;
}

.section-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.custom-block {
  background: var(--primary-color);
  border-top: 20px solid var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px 50px;
}

.featured-custom-block {
  background: var(--border-color);
}

.shop-detail-custom-block {
  background: transparent;
  border-top: 0;
  border-radius: 0;
  padding: 30px;
}

.pagination {
  margin-top: 30px;
  margin-bottom: 0;
}

.page-link {
  border-color: var(--border-color);
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  font-size: var(--copyright-font-size);
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

.page-item.active .page-link,
.page-link:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: var(--white-color);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border: 0;
  border-radius: var(--border-radius-large);
}

.page-item:not(:first-child) .page-link {
  margin-left: 5px;
}


/*---------------------------------------
  CUSTOM LINK
-----------------------------------------*/
.custom-link {
  color: var(--p-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  padding-bottom: 2px;
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover {
  color: var(--primary-color);
}

.custom-link:hover::after {
  background: var(--custom-btn-bg-color);
}


/*---------------------------------------
  CUSTOM BADGE
-----------------------------------------*/
.custom-badge {
  background: var(--white-color);
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: var(--secondary-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
  padding: 10px 10px 6px 10px;
}

.custom-badge::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 7px solid var(--white-color);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
}


/*---------------------------------------
  CUSTOM BUTTON
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  padding: 15px 20px;
}

.custom-btn:hover {
  background: transparent;
  border-color: var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--border-color);
  color: var(--white-color);
}

.custom-border-btn:hover {
  background: var(--white-color);
  border-color: var(--white-color);
  color: var(--secondary-color);
}


/*---------------------------------------
  NAVIGATION
-----------------------------------------*/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s;
  background:#07366e !important;
}

.navbar-brand {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 20px 35px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  /* background: var(--primary-color); */
  color: var(--primary-color);
}

@media (max-width: 600px) {
  .backstretch img {
    /* Your styles go here */
    width: 100%;       /* example: make it responsive */
    height: auto;      /* maintain aspect ratio */
	left:0 !important;  
  object-fit: cover; /* optional: crop to fit container */
  }
}

.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
}

.dropdown-item {
  border-bottom: 1px solid var(--border-color);
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER
-----------------------------------------*/
.site-header {
  background-image: url('../images/empty-living-room-with-blue-sofa-plants-table-empty-white-wall-background-3d-rendering.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}


/*---------------------------------------
  HERO
-----------------------------------------*/
.hero-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 580px;
}

@media screen and (min-width: 991px) {
  .hero-section {
    height: calc(100vh - 70px);
  }
}

.hero-form {
  background: var(--white-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
  padding-bottom: 16px;
}

.hero-icon,
.contact-icon {
  color: var(--secondary-color);
}

.hero-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 60px auto;
}

.hero-btn-link {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--h4-font-size);
  width: 64px;
  height: 64px;
  line-height: 68px;
  text-align: center;
}

.hero-btn-link:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}


/*---------------------------------------
  ABOUT
-----------------------------------------*/
.about-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.about-image {
  display: block;
  border-radius: 100%;
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.about-image-small {
  display: block;
  margin: auto;
  width: 250px;
  height: 250px;
}

/*---------------------------------------
  FEATURED
-----------------------------------------*/
.featured-section {
  background-image: url('../images/empty-living-room-with-blue-sofa-plants-table-empty-white-wall-background-3d-rendering.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.featured-icon {
  font-size: var(--h5-font-size);
}

.register_text{
    color:black !important;
}



/* Section About And Register */


.registration-form{
    width:100% !important;
}
.registration-section {
    background: linear-gradient(135deg, var(--light-gray) 0%, #ffffff 100%);
    min-height: 100vh;
    padding: 60px 0;
}

.registration-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.registration-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.form-header {
    margin-bottom: 40px;
}

.form-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.highlight-text {
    color: var(--primary-color);
    position: relative;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.form-subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin: 0;
}

.form-section {
    /* margin-bottom: 35px; */
    /* padding: 25px; */
    /* background: var(--light-gray); */
    border-radius: 15px;
    /* border-left: 4px solid var(--secondary-color); */
}

.section-title {
    color: var(--secondary-color);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

/* .section-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: var(--primary-color);
    margin-left: 10px;
    border-radius: 2px;
} */

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 10px 15px 10px 15px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(210, 44, 34, 0.1);
    transform: translateY(-2px);
}

.form-control:valid {
    border-color: var(--success-color);
}

.form-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.form-control:focus + .form-icon {
    color: var(--primary-color);
}

.form-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-left: 45px;
}

.trip-selection {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.trip-option {
    position: relative;
}

.trip-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.trip-label {
    cursor: pointer;
    display: block;
}

.trip-card {
    background: #ffffff;
    border: 2px solid var(--border-color);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.trip-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-color);
}

.trip-radio:checked + .trip-label .trip-card {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(210, 44, 34, 0.1), rgba(7, 54, 110, 0.1));
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.trip-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.trip-radio:checked + .trip-label .trip-icon {
    color: var(--primary-color);
}

.trip-card h5 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.trip-card p {
    color: var(--text-muted);
    margin: 0;
    font-size: 0.9rem;
}

.program-select {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.form-actions {
    text-align: center;
    margin-top: 40px;
}

.submit-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.submit-btn:active {
    transform: translateY(-1px);
}

/* Responsive Design */
/* Responsive Design */
@media (max-width: 768px) {
    .registration-form{
    width:95% !important;
    margin:auto;
}
    .registration-section {
        background: #f8f9fa; /* Remove gradient */
        padding: 30px 0;
    }

    .registration-card {
        padding: 20px;
        margin: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Simpler shadow */
    }

    .registration-card::before {
        background: var(--primary-color); /* Remove gradient */
    }

    .form-title {
        font-size: 2rem;
    }

    .form-section {
        padding: 20px 15px;
        margin-bottom: 25px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-control {
        width: 100%;
        padding: 18px 20px; /* More padding, no icon space */
        font-size: 1.1rem; /* Larger text */
        border-radius: 12px;
    }

    .form-icon {
        display: none; /* Hide icons on mobile */
    }

    .form-select {
        padding-left: 20px; /* Remove icon space */
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
        background-position: left 20px center;
    }

    .trip-selection {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .trip-card {
        padding: 20px;
        background: #ffffff; /* Remove gradient */
        border: 2px solid var(--border-color);
    }

    .trip-radio:checked + .trip-label .trip-card {
        background: #ffffff; /* Remove gradient */
        border-color: var(--primary-color);
    }

    .submit-btn {
        width: 100%;
        padding: 18px 20px;
        background: var(--primary-color); /* Remove gradient */
        border-radius: 12px;
        font-size: 1.2rem;
    }

    .submit-btn:hover {
        background: #b8241e; /* Darker shade instead of gradient */
    }

    /* Make all columns full width on mobile */
    .row .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 576px) {
    .registration-section {
        padding: 20px 0;
        background: #f8f9fa; /* Remove gradient */
    }

    .registration-card {
        margin: 5px;
        padding: 15px;
        border-radius: 15px;
    }

    .form-title {
        font-size: 1.8rem;
    }

    .form-section {
        padding: 15px 10px;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .form-control {
        width: 100%;
        padding: 20px 15px; /* Even more padding */
        font-size: 1.1rem;
        border-radius: 10px;
    }

    .form-label {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .trip-card {
        padding: 25px 15px;
    }

    .trip-icon {
        font-size: 2rem;
    }

    .submit-btn {
        width: 100%;
        padding: 20px 15px;
        font-size: 1.2rem;
        background: var(--primary-color); /* Remove gradient */
    }

    /* Ensure all form elements are full width */
    .form-control,
    .form-select,
    .submit-btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Remove any fixed widths */
    * {
        max-width: 100% !important;
    }

    .container,
    .row,
    .col-lg-8,
    .col-md-10,
    .col-md-6,
    .col-12 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .registration-section {
        padding: 15px 0;
    }

    .container {
        padding: 0 10px;
    }

    .registration-card {
        margin: 0;
        padding: 15px;
        border-radius: 10px;
    }

    .form-section {
        padding: 15px 5px;
        margin-bottom: 15px;
    }

    .form-control {
        padding: 22px 15px; /* Maximum padding for better touch */
        font-size: 1.2rem;
        border-radius: 8px;
    }

    .submit-btn {
        padding: 22px 15px;
        font-size: 1.3rem;
        background: var(--primary-color); /* Remove gradient */
    }

    .trip-card {
        padding: 20px 10px;
    }

    /* Force full width on everything */
    .registration-card,
    .form-section,
    .form-group,
    .form-control,
    .form-select,
    .submit-btn,
    .trip-selection,
    .trip-option,
    .trip-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .registration-section {
        background: #f8f9fa; /* Remove gradient */
        padding: 20px 0; /* Reduced padding */
    }

    .registration-card {
        padding: 15px; /* Much smaller padding */
        margin: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .registration-card::before {
        background: var(--primary-color); /* Remove gradient */
    }

    .form-title {
        font-size: 1.8rem; /* Smaller title */
    }

    .form-section {
        padding: 15px 10px; /* Much smaller padding */
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 15px; /* Reduced margin */
    }

    .form-control {
        width: 100%;
        padding: 12px 15px; /* Simple, smaller padding */
        font-size: 1rem;
        border-radius: 8px;
    }

    .form-icon {
        display: none; /* Hide icons on mobile */
    }

    .form-select {
        padding: 12px 15px; /* Simple padding */
        background-position: left 15px center;
    }

    .trip-selection {
        grid-template-columns: 1fr;
        gap: 10px; /* Smaller gap */
    }

    .trip-card {
        padding: 15px; /* Smaller padding */
        background: #ffffff;
        border: 2px solid var(--border-color);
    }

    .trip-radio:checked + .trip-label .trip-card {
        background: #ffffff;
        border-color: var(--primary-color);
    }

    .submit-btn {
        width: 100%;
        padding: 12px 20px; /* Simple padding */
        background: var(--primary-color);
        border-radius: 8px;
        font-size: 1.1rem;
    }

    .submit-btn:hover {
        background: #b8241e;
    }

    /* Make all columns full width on mobile */
    .row .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 576px) {
    .registration-section {
        padding: 15px 0; /* Very small padding */
        background: #f8f9fa;
    }

    .registration-card {
        margin: 5px;
        padding: 10px; /* Very small padding */
        border-radius: 10px;
    }

    .form-title {
        font-size: 1.6rem;
    }

    .form-section {
        padding: 10px 8px; /* Very small padding */
        margin-bottom: 15px;
    }

    .section-title {
        font-size: 1.1rem;
        margin-bottom: 10px; /* Smaller margin */
    }

    .form-control {
        width: 100%;
        padding: 10px 12px; /* Minimal padding */
        font-size: 1rem;
        border-radius: 6px;
    }

    .form-label {
        font-size: 0.9rem;
        margin-bottom: 5px; /* Smaller margin */
    }

    .trip-card {
        padding: 12px 10px; /* Minimal padding */
    }

    .trip-icon {
        font-size: 1.8rem; /* Smaller icon */
        margin-bottom: 8px;
    }

    .submit-btn {
        width: 100%;
        padding: 10px 15px; /* Minimal padding */
        font-size: 1rem;
        background: var(--primary-color);
    }

    /* Ensure all form elements are full width */
    .form-control,
    .form-select,
    .submit-btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    .container,
    .row,
    .col-lg-8,
    .col-md-10,
    .col-md-6,
    .col-12 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .registration-section {
        padding: 10px 0; /* Minimal padding */
    }

    .container {
        padding: 0 5px; /* Very small container padding */
    }

    .registration-card {
        margin: 0;
        padding: 8px; /* Minimal card padding */
        border-radius: 8px;
    }

    .form-section {
        padding: 8px 5px; /* Minimal section padding */
        margin-bottom: 12px;
    }

    .form-control {
        padding: 8px 10px; /* Minimal input padding */
        font-size: 0.95rem;
        border-radius: 5px;
    }

    .submit-btn {
        padding: 8px 12px; /* Minimal button padding */
        font-size: 0.95rem;
        background: var(--primary-color);
    }

    .trip-card {
        padding: 10px 8px; /* Minimal card padding */
    }

    .form-header {
        margin-bottom: 15px; /* Smaller header margin */
    }

    .form-actions {
        margin-top: 15px; /* Smaller action margin */
    }
}

/* Remove gradients completely on mobile */
@media (max-width: 768px) {
    .registration-section,
    .registration-card::before,
    .submit-btn,
    .trip-radio:checked + .trip-label .trip-card {
        background-image: none !important;
    }

    .submit-btn::before {
        display: none;
    }
}

/* Loading Animation */
.submit-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.submit-btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Form Validation Styles */
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-control.is-valid {
    border-color: var(--success-color);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
}

.valid-feedback {
    display: block;
    color: var(--success-color);
    font-size: 0.875rem;
    margin-top: 5px;
}
/* Section About And Register */

/*---------------------------------------
  REVIEWS
-----------------------------------------*/
.reviews-section {
  background: var(--section-bg-color);
}

.reviews-carousel .owl-item img,
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.reviews-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

.reviews-carousel .owl-nav button.owl-next,
.reviews-carousel .owl-nav button.owl-prev {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  width: 60px;
  height: 60px;
  margin: 5px;
  transition: all 0.5s;
}

.reviews-carousel .owl-nav button.owl-next:hover,
.reviews-carousel .owl-nav button.owl-prev:hover {
  background: var(--secondary-color);
}

.reviews-carousel .owl-prev:hover span::before,
.reviews-carousel .owl-next:hover span::before {
  color: var(--white-color);
}

.reviews-carousel .owl-prev span,
.reviews-carousel .owl-next span {
  display: block;
  color: transparent;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.reviews-carousel .owl-prev span::before,
.reviews-carousel .owl-next span::before {
  font-family: bootstrap-icons;
  display: block;
  font-size: var(--h4-font-size);
  color: var(--secondary-color);
}

.reviews-carousel .owl-prev span::before {
  content: "\f12f";
}

.reviews-carousel .owl-next span::before {
  content: "\f138";
}

.reviews-thumb {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.reviews-body {
  padding: 50px 40px;
}

.reviews-bottom {
  background: var(--secondary-color);
  background: linear-gradient(180deg, rgba(246, 81, 41, 1) 0%, rgba(255, 190, 140, 1) 100%);
  position: relative;
  padding: 10px 36px;
}

.reviews-bottom-up::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 22px solid var(--secondary-color);
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  top: -20px;
  left: 36px;
}

.bi-star-fill {
  color: var(--primary-color);
}

.reviews-section .custom-btn {
  background: var(--facebook-color);
}

.reviews-section .custom-btn:hover {
  background: transparent;
  border-color: var(--facebook-color);
  color: var(--facebook-color);
}

.reviews-bottom small {
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
}


/*---------------------------------------
  SHOP
-----------------------------------------*/
.shop-section {
  background: var(--white-color);
}

.shop-listing-page .shop-section {
  padding-bottom: 0;
}

.shop-thumb {
  margin-bottom: 24px;
}

.shop-image-wrap {
  position: relative;
  width: fit-content;
}

.shop-image-wrap:hover .shop-btn-wrap {
  opacity: 1;
}

.shop-icons-wrap {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.shop-icons {
  background: var(--white-color);
  border-radius: var(--border-radius-small);
  padding: 20px 15px;
}

.shop-icon {
  line-height: normal;
  margin-bottom: 10px;
}

.shop-icon:last-child {
  margin-bottom: 0;
}

.shop-pricing-text {
  color: var(--secondary-color);
}

.shop-condition-text {
  color: var(--custom-btn-bg-color);
}

.shop-image {
  display: block;

  border-radius: var(--border-radius-medium);
}

@media(min-width:767px) {
  .shop-image {
    display: block;
    max-height: 550px;

    border-radius: var(--border-radius-medium);
  }


}

.shop-body {
  padding: 20px;
  padding-bottom: 0;
}

.shop-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.shop-btn {
  background: var(--primary-color);
  font-size: var(--copyright-font-size);
  width: 100px;
  height: 100px;
  text-transform: uppercase;
}

.shop-btn:hover {
  border-color: transparent;
  background: var(--secondary-color);
  color: var(--white-color);
}

.shop-detail-bar {
  padding: 20px;
}

.shop-listing-page .navbar-nav .nav-link.active,
.shop-detail-page .navbar-nav .nav-link.active {
  background: transparent;
  color: var(--p-color);
}

.shop-listing-page .navbar-nav .nav-link.active:hover,
.shop-detail-page .navbar-nav .nav-link.active:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  CONTACT
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.contact-form label {
  font-weight: var(--font-weight-semibold);
}

.google-map {
  display: block;
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM
-----------------------------------------*/
.custom-form .input-group {
  background-color: var(--white-color);
  border: 2px solid var(--border-color);
  border-radius: .25rem;
  margin-bottom: 24px;
  padding-left: 20px;
}

.custom-form .textarea-group label {
  margin-top: 13px;
}

.custom-form label {
  margin-right: 10px;
  margin-bottom: 0;
}

.custom-form .form-control {
  background-color: var(--white-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  padding-top: 12px;
  padding-bottom: 12px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form button[type="submit"] {
  background: var(--secondary-color);
  border: none;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--primary-color);
  border-color: transparent;
}


/*---------------------------------------
  FILTER FORM
-----------------------------------------*/
.filter-form {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.filter-form-small-title {
  display: block;
  margin-bottom: 10px;
}

.filter-form .form-select {
  border: 2px solid var(--border-color);
}

.filter-form .form-check-label {
  color: var(--p-color);
}


/*---------------------------------------
  SITE FOOTER
-----------------------------------------*/
.site-footer {
  background: var(--site-footer-bg-color);
  padding-top: 0px;
}

.site-footer h3 {
  line-height: normal;
}

.site-footer h3 .custom-link,
.site-footer .social-icon-link:hover {
  color: var(--white-color);
}

.site-footer h3 .custom-link:hover , .orange ,.orange:hover{
  color: var(--primary-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-top: 10px;
}

.site-footer .social-icon-link {
  margin-top: 10px;
}


/*---------------------------------------
  SOCIAL ICON
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  color: var(--p-color);
  font-size: var(--p-font-size);
  display: block;
  margin-right: 15px;
  text-align: center;
}

.social-icon-link:hover {
  color: var(--secondary-color);
}

.social-icon-twitter {
  color: var(--twitter-color);
}

.social-icon-facebook {
  color: var(--facebook-color);
}

.social-icon-instagram {
  color: var(--instagram-color);
}

.social-icon-pinterest {
  color: var(--pinterest-color);
}

.social-icon-whatsapp {
  color: var(--whatsapp-color);
}


/*---------------------------------------
  RESPONSIVE STYLES
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-form {
    padding-bottom: 40px;
  }

  .page-link {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    padding: 15px 30px;
    min-width: 125px;
  }

  .about-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .about-image {
    width: 260px;
    height: 260px;
  }

  .about-image-small {
    width: 180px;
    height: 180px;
  }

  .custom-block,
  .contact-form {
    padding: 30px;
  }

  .reviews-thumb {
    margin-bottom: 24px;
  }

  .reviews-body {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 580px) {
  .site-footer {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .about-image {
    width: 205px;
    height: 205px;
  }

  .about-image-small {
    width: 145px;
    height: 145px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }
}


.multimedia-ct {
  padding: 0px;

}

.clear {
  clear: both;
}

.owl-nav {
  display: flex !important;
  align-items: center;
  /* flex-direction: column; */
  justify-content: center;
  gap: 7px;
  position: relative;
  /* top: 50%; */
  width: fit-content;
  right: 47%;
  margin-top: -50px;
  z-index: 9999;

}

.nxt-slide {
  color: var(--primary);
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0px 0px 4px 0px #0000001A;
  width: 25px;
  height: 25px;
  text-align: center;
  /* padding-top: 4px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;

}

@media(max-width:767px) {
  .owl-nav {
    display: flex;
    /* flex-direction: row-reverse; */
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
    top: 0%;
    right: 39%;

  }

  .custom-carousel {
    /* margin-bottom: 50px;  */
  }

  .nxt-slide {
    font-size: 20px;
    width: 35px;
    height: 35px;
    /* padding-top: 8px; */
  }
}

@media(min-width:767px) {
  .custom-carousel {
    /* display: flex !important;
      flex-direction: row-reverse; */
  }
}

/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}

.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.multimedia-ct {
  /* padding: 60px 50px; */
}

.multimedia-ct .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}



.multimedia-ct .item.active {
  width: 600px;
  /* box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
  /* -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
}

.video-player {
  border-radius: 15px;
}
/*
.multimedia-ct .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(167.57deg, rgba(0, 0, 0, 0.2) 54.44%, rgba(0, 0, 0, 0.9) 97.8%);

} */

.multimedia-ct .multimedia-overlay {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;

}



.multimedia-overlay {
  height: 75%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.video-icon-ct {
  width: 100%;
  display: flex;
  justify-content: center;
}

.video-share-icon {
  height: 18px;
}

.video-small-text {
  font-family: Noto;
  font-size: 12px;
  font-weight: 400;
  text-align: start;
  margin-bottom: 1px;
}

.video-title {
  font-family: Noto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: start;
  color: #fff;

}

.owl-carousel .owl-item img {
  width: auto;
}

/******** Middle section CSS End *******/
.multimedia-overlay {
  height: 100%;
}

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 2000px) {



  .multimedia-ct .item {
    margin: 0 14px 60px;
    /* width: 450px;
      height: 360px; */
  }



  .multimedia-ct .multimedia-overlay {
    /* transform: translateY(calc(100% - 46px)); */
    /* -webkit-transform: translateY(calc(100% - 46px)); */
  }
}
iframe
{
  /* width: 400px; */
  height: 300px;
}
@media (min-width: 992px) {

  .multimedia-ct .item.active {
    /*width: 100%;*/
    max-height: 410px;
    object-fit: contain;
  }

  .video-icon-ct {
    height: 410px !important;
    width: 100% !important;
  }
  iframe
  {
    /* width: 400px; */
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .multimedia-ct {
    padding: 50px 30px 40px;
  }

  .multimedia-ct .item {
    margin: 0 12px 60px;
    /* width: 240px;
      height: 330px; */
  }

  .multimedia-ct .item.active {
    /* width: 360px; */
  }

  .multimedia-ct .multimedia-overlay {
    /* transform: translateY(calc(100% - 42px)); */
    /* -webkit-transform: translateY(calc(100% - 42px)); */
  }
}

@media (max-width: 767px) {


  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .multimedia-ct {
    padding: 30px 15px 20px;
  }

  .multimedia-ct .item {
    margin: 0 6px 40px;
    width: 200px;
    height: 280px;
  }


  .multimedia-ct .item.active {
    width: 100%;
    background-size: cover;
    height: fit-content;
    margin-bottom: 0px;
  }

  .multimedia-ct .multimedia-overlay {
    padding: 0 14px 5px;
    /* transform: translateY(calc(100% - 42px)); */
    /* -webkit-transform: translateY(calc(100% - 42px)); */
  }

  .video-title {
    font-size: 14px;
  }

  .multimedia-overlay {
    height: 100%;
  }
  .owl-dots
  {
    display: none;
  }
}
@media(max-width:767)
{
  .multimedia-ct .item
  {

  }
}
.owl-stage
{
  /* transform: translate3d(0px, 0px, 0px) ; */
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot
{

    /* font-family: bootstrap-icons; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: var(--h4-font-size);
    color: var(--secondary-color);
    background-color: #fff;
    height: 40px;
    margin-bottom: 15px;
    width: 40px;

}
/* ~------------------------Multimedia End --> */


/* ^--------------- register start --> */
.register-title {
  font-family: 'bold';
  font-size: 64px;
  font-weight: 700;
  text-align: start;
  background: #ff830a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.register-sub {
  font-size: 40px;
  font-weight: 400;
  text-align: justify;
  background: linear-gradient(89.66deg, #828080 22.5%, #7F7D7D 70.72%, #1C1C1C 105.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.register-ct {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  border-bottom: 1px solid #6666664D;
}

.register-desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  text-align: justify;
  width: 360px;

}

.input-form-name {
  gap: 12px;
  border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #66666633;
  color: #666666;
  padding: 8px 20px 8px 20px;


}

.input-form-name:focus {
  outline: none;
}

.input-form {
  gap: 12px;
  border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #66666633;
  color: #666666;
  padding: 8px 20px 8px 20px;


}

.input-form:focus {
  outline: none;
}

.radio-container {
  display: flex;
  align-items: center;
}

.radio-label {
  position: relative;
  padding-right: 25px;
  margin-left: 20px;
  /* font-family: Tajawal; */
  text-wrap: nowrap;
  white-space:nowrap;
  font-size: 16px;
  color: #666;
  /* Adjust text color as needed */
  cursor: pointer;
}

.radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: white;
  transform: translateY(-50%);
}

.radio-input:checked~.custom-radio {
  /* border-color: ;  */
}

.radio-input:checked~.custom-radio::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  background-color: #ff830a;
  /* Adjust fill color for the checked state */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

form {
  /* box-shadow: 0px 1px 4px 0px #0c0c0d3d; */
  /* box-shadow: 0px 1px 4px 0px #0C0C0D1A; */
  border-radius: 20px;
  background-color: #fff;
  z-index: 1
  ;

}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 0px !important;
  left: auto !important;
}

.iti__selected-flag {
  gap: 10px;
  border-left: 1px solid #6666666e;
  padding-right: 15px;
}

.iti__selected-flag::after {
  /* content: ">";
color: #C69955;
font-size: 16px;
transform: rotateZ(-90deg); */
}

.iti__arrow {
  /* display: none; */

}

.phone-1 {
  /* padding-right: 80px !important; */
}

.phone-1::placeholder {
  /* padding-right: 20px !; */
}

.option {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  border-left: 1px solid #666666;
  color: #666666;

}

/* Hide the default arrow */
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../img/icons/arrow.svg') no-repeat left 20px center;
  /* Custom arrow */
  background-size: 12px;
  /* Adjust the size of the arrow */
  padding-right: 30px;
  /* Make space for the custom arrow */
}

/* Optional: Customize the select box appearance */
.custom-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  color: #989898;
  /* color: #333; */
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  padding-right: 15px;
  border: 1px solid #66666633;
}

form {
  padding: 35px;
}
.pattern
{
  left: -115px;
  top: 14%;
  z-index: 0
  ;
}
.navbar-toggler:focus
{
  box-shadow: none;
}
@media(min-width:767px) {
  .register-sub {
      font-size: 37px;
      width: 360px;
      font-weight: 400;
      line-height: 47px;
      height: 150px;
      text-align: justify;

  }

  form {
      padding: 30px;
      width: 450px;
      height: fit-content;

  }

  .register-sec-ct {
      width: 90%;
  }

}

@media(max-width:767px) {
  .register-title {
      font-size: 55px;
  }

  .register-sub {
      font-size: 27px;
      text-align: justify;
  }

  .register-desc {
      width: 100%;
  }

  .register-ct {
      padding-top: 30px !important;
  }
  .pattern
  {
      display: none;
  }
  .shop-thumb
  {
    display: flex;
    justify-content: center;
  }
}

.input-form-name::placeholder , .phone-1::placeholder
{
  color: #989898;
}

/* ^--------------- register start --> */
img
{
  object-fit: cover !important;
}


/* Handle New Design For الالبومات (Ahmed Abdrabou) */

/* Enhanced Styles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #004581, #0066cc);
    margin: 15px auto;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.album-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.album-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.album-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.album-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.album-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.album-card:hover .album-image {
    transform: scale(1.1);
}

.album-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #6c757d;
}

.album-placeholder i {
    font-size: 3rem;
    margin-bottom: 10px;
}

.album-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 69, 129, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.album-card:hover .album-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.album-card:hover .overlay-content {
    transform: translateY(0);
}

.overlay-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    display: block;
}

.overlay-text {
    font-size: 1.1rem;
    font-weight: 600;
}

.album-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.album-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: center;
}

.album-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.image-count {
    color: #6c757d;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.image-count i {
    color: #004581;
}

/* Empty State */
.empty-state {
    padding: 60px 20px;
}

.empty-icon {
    font-size: 4rem;
    color: #dee2e6;
}

.empty-title {
    color: #495057;
    margin-bottom: 10px;
}

.empty-text {
    font-size: 1.1rem;
}

/* Pagination */
.pagination-wrapper {
    margin-top: 40px;
}

.pagination-wrapper .pagination {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.pagination-wrapper .page-link {
    border: none;
    padding: 12px 18px;
    color: #004581;
    font-weight: 500;
}

.pagination-wrapper .page-link:hover {
    background-color: #004581;
    color: white;
}

.pagination-wrapper .page-item.active .page-link {
    background-color: #004581;
    border-color: #004581;
}

/* Wave Animation */
.section-wave {
    margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .album-image-container {
        height: 200px;
    }

    .album-info {
        padding: 15px;
    }

    .album-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .album-image-container {
        height: 180px;
    }

    .overlay-icon {
        font-size: 2rem;
    }

    .overlay-text {
        font-size: 1rem;
    }
}

/* Loading Animation */
.album-image {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Hover Effects */
.album-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(0, 69, 129, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.album-card:hover::before {
    opacity: 1;
}


/* Handle New Design For الالبومات (Ahmed Abdrabou) */



/* البومات الصور نفسها  */

/* Gallery Header Styles */
.gallery-header {
    margin-bottom: 2rem;
}

.gallery-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, #004581, #0066cc);
    margin: 15px auto;
    border-radius: 2px;
}

.gallery-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-top: 10px;
}

/* Gallery Item Styles */
.gallery-item {
    height: 100%;
}

.image-container {
    position: relative;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #f8f9fa;
}

.image-container:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-link {
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 20px;
}

.image-container:hover .gallery-image {
    transform: scale(1.1);
}

/* Image Overlay */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 69, 129, 0.8), rgba(0, 102, 204, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    transform: translateY(30px);
    transition: transform 0.3s ease;
}

.image-container:hover .overlay-content {
    transform: translateY(0);
}

.overlay-icon {
    font-size: 3rem;
    margin-bottom: 10px;
    display: block;
    animation: pulse 2s infinite;
}

.overlay-text {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.9;
}

/* Image Number Badge */
.image-number {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 69, 129, 0.9);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.image-container:hover .image-number {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.9);
    color: #004581;
}

/* Back Button */
.back-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: linear-gradient(45deg, #004581, #0066cc);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 69, 129, 0.3);
}

.btn-back:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 69, 129, 0.4);
    color: white;
    text-decoration: none;
}

.btn-back i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-back:hover i {
    transform: translateX(5px);
}

/* Empty State */
.empty-gallery {
    padding: 80px 20px;
}

.empty-icon {
    font-size: 5rem;
    color: #dee2e6;
}

.empty-title {
    color: #495057;
    margin-bottom: 15px;
}

.empty-text {
    font-size: 1.1rem;
    max-width: 400px;
    margin: 0 auto;
}

/* Pagination Styles */
.pagination-wrapper {
    margin-top: 40px;
}

.pagination-wrapper .pagination {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: white;
}

.pagination-wrapper .page-link {
    border: none;
    padding: 15px 20px;
    color: #004581;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-link:hover {
    background: linear-gradient(45deg, #004581, #0066cc);
    color: white;
    transform: translateY(-2px);
}

.pagination-wrapper .page-item.active .page-link {
    background: linear-gradient(45deg, #004581, #0066cc);
    border-color: #004581;
    box-shadow: 0 4px 15px rgba(0, 69, 129, 0.3);
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-item {
    animation: fadeInUp 0.6s ease forwards;
}

/* Loading State */
.gallery-image {
    transition: opacity 0.3s ease;
}

.gallery-image[loading] {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 992px) {
    .image-container {
        height: 250px;
    }

    .gallery-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .image-container {
        height: 220px;
        border-radius: 15px;
    }

    .gallery-image {
        border-radius: 15px;
    }

    .image-overlay {
        border-radius: 15px;
    }

    .overlay-icon {
        font-size: 2.5rem;
    }

    .gallery-title {
        font-size: 1.8rem;
    }

    .btn-back {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .image-container {
        height: 200px;
        border-radius: 12px;
    }

    .gallery-image {
        border-radius: 12px;
    }

    .image-overlay {
        border-radius: 12px;
    }

    .overlay-text {
        font-size: 0.9rem;
    }

    .image-number {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
        top: 10px;
        right: 10px;
    }
}

/* Custom Fancybox Styles */
.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, 0.9);
}

.fancybox__caption {
    background: linear-gradient(45deg, #004581, #0066cc);
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 20px;
    text-align: center;
    font-weight: 500;
}

/* Hover Effects Enhancement */
.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
    border-radius: 20px;
}

.image-container:hover::before {
    opacity: 1;
}

/* البومات الصور نفسها  */


/* معرض الفديوهات */

/* Videos Section Header */
.videos-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, #004581, #0066cc);
    margin: 15px auto;
    border-radius: 2px;
}

.videos-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Video Card Styles */
.video-card {
    height: 100%;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-container {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
}

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

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.video-player {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    border: none;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.video-container:hover .video-player {
    transform: scale(1.02);
}

/* Video Info Overlay */
.video-info {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none;
    z-index: 2;
}

.video-number {
    background: rgba(0, 69, 129, 0.9);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.video-title {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    max-width: 200px;
    text-align: center;
}

/* Loading State */
.video-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23004581"><path d="M8 5v14l11-7z"/></svg>') center/contain no-repeat;
    opacity: 0.3;
    z-index: 1;
}

/* Enhanced Video Card with Play Button Effect */
.video-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 69, 129, 0.8);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 3;
}

.video-container::before {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 4;
}

.video-container:hover::after,
.video-container:hover::before {
    opacity: 1;
}

/* Empty State */
.empty-videos {
    padding: 80px 20px;
}

.empty-icon {
    font-size: 5rem;
    color: #dee2e6;
}

.empty-title {
    color: #495057;
    margin-bottom: 15px;
}

.empty-text {
    font-size: 1.1rem;
    max-width: 400px;
    margin: 0 auto;
}

/* Pagination Styles */
.pagination-wrapper {
    margin-top: 40px;
}

.pagination-wrapper .pagination {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: white;
}

.pagination-wrapper .page-link {
    border: none;
    padding: 15px 20px;
    color: #004581;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-link:hover {
    background: linear-gradient(45deg, #004581, #0066cc);
    color: white;
    transform: translateY(-2px);
}

.pagination-wrapper .page-item.active .page-link {
    background: linear-gradient(45deg, #004581, #0066cc);
    border-color: #004581;
    box-shadow: 0 4px 15px rgba(0, 69, 129, 0.3);
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.video-card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Responsive Design */
@media (max-width: 992px) {
    .videos-title {
        font-size: 2rem;
    }

    .video-info {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    .video-number {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    .video-title {
        font-size: 0.8rem;
        padding: 6px 12px;
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .videos-title {
        font-size: 1.8rem;
    }

    .video-container {
        border-radius: 15px;
    }

    .video-player {
        border-radius: 15px;
    }

    .video-container::after {
        width: 60px;
        height: 60px;
    }

    .video-container::before {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .videos-title {
        font-size: 1.6rem;
    }

    .video-container {
        border-radius: 12px;
    }

    .video-player {
        border-radius: 12px;
    }

    .video-number {
        width: 25px;
        height: 25px;
        font-size: 0.7rem;
    }

    .video-title {
        display: none; /* Hide on very small screens */
    }
}

/* Section Wave */
.section-wave {
    margin-top: 60px;
}

/* Custom Scrollbar for better UX */
.video-container::-webkit-scrollbar {
    width: 8px;
}

.video-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.video-container::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #004581, #0066cc);
    border-radius: 10px;
}

.video-container::-webkit-scrollbar-thumb:hover {
    background: #003d73;
}

/* Enhanced Hover Effects */
.video-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(0, 69, 129, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
    border-radius: 20px;
}

.video-card:hover::before {
    opacity: 1;
}

/* معرض الفديوهات */
