/*
Theme Name: Umrah Companions Promotions
Theme URI: https://promotions.umrahcompanions.com/
Author: Umrah Companion
Author URI: https://funadiq.com
Description: A custom theme for Umrah Companions website powered by Funadiq.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: umrahcompanions
Tags: travel, booking, umrah, hajj, bootstrap
*/



/* =============================
   Google Fonts
============================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins");

/* =============================
   Global Reset
============================= */
* {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

html,
body {
  scroll-behavior: smooth;
  overflow-y: scroll;
/*   overflow-x: hidden; */
  scrollbar-width: none; /* Firefox */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;

}
.modal-promotion{
	width:50%!important;
}
.modal-content{
	width:50%!important;
}
/* Hide scrollbar (Chrome, Safari, Edge) */
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* =============================
   Root Variables
============================= */
:root {
  --box-background-color: #ffffff;
  --background-color: #f1f5f9;
  --primary-color: #1d3a6d;
  --secondary-color: #ebebeb;
  --heading-color: #1e3a6d;
  --border-color: #a6a6a8;
  --placeholder-color: #636161;
  --sub-heading-color: #292d32;
  --text-color: #2f2f2f;
  --text-color2: #ffffff;

  /* Transitions */
  --tran-05: all 0.5s ease;
  --tran-03: all 0.3s ease;
  --tran-02: all 0.2s ease;
}

/* =============================
   Layout Containers
============================= */
.container {
  margin: 0 80px !important;
}

.top-header {
  width: 100%;
  background-color: var(--heading-color);
  display: flex;
  padding: 10px 0;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.carousel {
    width: 100% !important;
}
/* TRANSPORT PROMO CARDS */
.transport-promotions {
    background: #f6f9fc;
}

.tp-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

.tp-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.tp-img img {
    width: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.tp-card:hover .tp-img img {
    transform: scale(1.05);
}

.tp-content {
    padding: 20px 25px;
}


.tp-title {
    font-size: 20px;
    color: #1E3A6D;
    font-weight: 700;
    margin-bottom: 8px;
}

.tp-price {
    font-size: 18px;
    color: #0A9396;
    margin-bottom: 20px;
}

.tp-btn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 12px;
    width: 70%;
}

.navbar {
  background-color: #15325a;
}

/* =============================
   Buttons
============================= */
.btn-relative{
	  background-color: var(--heading-color) !important;
	color:white !important;
	position:absolute;
	top:86%;
	left:70.5%;
}
.btn-relative.view{
	background-color: var(--heading-color) !important;
	color:white !important;
	position:absolute !important;
	top:86.5% !important;
	left:37.5% !important;
}
.btn-primary {
  background-color: var(--heading-color) !important;
  border-radius: 37px !important;
  display: flex !important;
  padding: 10px 20px !important;
  align-items: center !important;
  gap: 30px !important;
  color: #fff;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  text-transform: capitalize;
  border: none !important;
}
.form-control{
	width:100% !important;
}
.transport{
  height: 100%;
}
.badge-primary{
	background-color:#78E2E6;
	color:#1E3A6D !important;
	border-radius:15px;
}

.btn-outline {
  display: flex !important;
  padding: 10px 20px !important;
  align-items: center !important;
  gap: 30px !important;
  border-radius: 37px !important;
  border: 1px solid #e9e9e9 !important;
  color: #161c24 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  text-transform: capitalize;
}
body.modal-open {
  overflow: hidden;
  position: fixed; /* Optional: prevents scroll jump */
  width: 100%;     /* Prevent horizontal scroll */
}


.primary-btn-img,
.outline-btn-img {
  border-radius: 20px;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.primary-btn-img {
  background-color: #fff;
}

.outline-btn-img {
  background-color: #eaeaea;
}

/* =============================
   Hero Section
============================= */
.hero-section {
 
  width: 100%;
  padding-bottom: 0px;
  aspect-ratio: 108/43;
}

.hero-section .container {
  padding-top: 78px;
}

.hero-content {
  gap: 33px;
}

.text-green {
  color: #c0d857;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 120px;
  font-weight: 800;
  line-height: 105px;
  margin: 0 !important;
  text-transform: capitalize;
}

.text-green sub {
  color: #fff;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.text-green span {
  font-family: "Poppins";
  color: #c0d857;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
  -webkit-text-stroke-width: 0.0125px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  font-size: 120px;
  font-weight: 800;
  line-height: 105px;
}

h2.text-white {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 !important;
}

/* =============================
   Counter
============================= */
.counter {
  display: flex;
  align-items: center;
  gap: 18px;
}

.counter-box {
  display: flex;
  width: 80px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  background: #1E396B;
}

.counter-box span {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.counter-box h5 {
  color: #7AD8E7;
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
  text-transform: capitalize;
}

/* =============================
   Carousels / Partners
============================= */
.partners {
  padding: 40px 10px;
}

.carousel {
  width: 85%;
}

.carousel-inner {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.carousel-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
  border-radius: 10px;
  padding: 10px;
}

.logo-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-carousel {
  display: flex;
  gap: 40px;
  animation: scroll 60s linear infinite;
}

.logo-carousel img {
  height: 100px;
  flex-shrink: 0;
}
.promotions-section{
   padding: 60px 0px;
    .container{
        margin: 0 auto;
    }
    h6{
        color: var(--Black, #222);
        font-family: 'Inter';
        font-size: 43px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 43px */
        letter-spacing: -0.43px;
        text-transform: capitalize;
    }
    p{
        margin: 0px;
        width: 90%;
        color: #554A4A;
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }
}

.promotion-cards{
    display: flex;
    padding: 30px 10px;
    gap: 25px;
    height: 40vh;
    overflow-x: scroll;
	overflow-y:hidden;
    width: 100%;
      scrollbar-width: none;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: none; 
}
.promotion-cards img{
    width:30%;
    height: 100%;
    border-radius: 10px;
}
footer span{
color: var(--white, #FFF);
font-family: 'Inter';
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 17px */
text-transform: capitalize;
}
.green-btn{
    display: flex;
padding: 12px 10px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 20px;
background: var(--Lemon, #C0D857);
box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
color: var(--Heading-1, #161C24);

font-family: 'Inter';
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 150% */
border: none;
}
.blue-btn{
    display: flex;
padding: 12px 10px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 20px;
background: var(--Light-blue, #24B3BA);
box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
color: var(--white, #FFF);
font-family: 'Inter';
font-size: 20px;
font-style: normal;
font-weight: 600;
border: none;
line-height: 30px; /* 150% */
}
.white-btn{
display: flex;
padding: 12px 10px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 20px;
background: #FFF;
box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
color: var(--Heading-1, #161C24);
font-family: 'Inter';
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 150% */
border: none;

}
.contact-div{
     position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
    display: none;
flex-direction: column;
justify-content: center;
align-items: flex-end;
gap: 9px;
}
.contact-div.show {
    display: flex; /* or block depending on your design */
    opacity: 1;
}
.hero-content{
    gap: 33px;
}
.modal.fade .modal-dialog {
    transform: translate(0, 15%) !important;
}
.modal-backdrop.show {
  opacity: 0.3 !important; /* Default is 0.5 */
}
.modal-dialog{
   
    max-width: 900px !important;
    height: 70vh !important;
    border-radius: 10px!important;
}
.modal-img{

    transform: scaleX(1);
	width:400px;
	height:500px;
   
}
.modal-body .btn-outline{
    border-radius: 10px !important;
    text-align: center;
}
.modal-content{
    height: 100%;
    overflow-y: scroll;
	scrollbar-width: none;
}
.modal-ob{
        height: 100% !important;

}
.text-desktop{
	display:block;
}
.dropdown-item {
    padding: 10px 10px !important;
}
.modal-title{
    width: 400px;
    padding: 30px 0px;
    text-align: center;
    color: var(--Heading, #1E3A6D) !important;
font-family: 'Inter' !important;
font-size: 40.14px !important;
font-style: normal;
font-weight: 800 !important ;
line-height: 100% !important; /* 75.14px */
}
.modal-header{
border-bottom: none !important;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.partner-card {
  max-width: 160px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e1e6ee;
  background: #fff;
  box-shadow: 0 3px 159px rgba(172, 172, 172, 0.07);
}

/* =============================
   Transport Promotion
============================= */
.transport-promotion {
  background-image: url("<?php echo get_template_directory_uri(); ?>/assets/img/promotion-bg.png");
  background-repeat: no-repeat;
	height:100vh;
}

.transport-bg {
  background-image: url("<?php echo get_template_directory_uri(); ?>/assets/img/svg/transport.svg");
  background-repeat: no-repeat;
  background-position-x: 70%;
}

.text-blue {
    color: var(--heading-color);
    font-size: 28px;
    font-weight: 900;
    position: relative;
    bottom: 0px;
    top: 52px;
    right: 72px;
}
.text-blue-heading{
    color: var(--Heading, #1E3A6D);
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    align-self: stretch;
    line-height: 100%; /* 75.14px */
}
/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional: removes gap */
}

/* Optional: change cursor for better UX */
.dropdown-toggle::after {
  transition: transform 0.2s;
}

.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
.heading-666{
    color: var(--Heading, #1E3A6D);
    font-family: 'Inter';
    font-size: 70.14px;
    font-style: normal;
    font-weight: 800;
    align-self: stretch;
    line-height: 100%; /* 75.14px */
}
#loader {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.555);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spinner {
  border: 6px solid #ddd;
  border-top: 6px solid #1E3A6D;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin { 100% { transform: rotate(360deg); } }



/* =============================
   Footer
============================= */
footer span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

.modal-dialog .btn-primary{
  border-radius: 10px !important;
}
/* =============================
   Responsive Media Queries
============================= */
@media (max-width: 575.98px) {
  html{margin:0px;}
  .container { margin: 0px !important; }
  .top-header .box .text-white { font-size: 10px; }
  footer .text-white { font-size: 9px; }
	.modal-content{
	width:100%!important;
}
	.text-blue-heading{
    color: var(--Heading, #1E3A6D);
    font-family: 'Inter';
		font-size: 28px;}
	.btn-relative{

		display:flex !important;
		align-items: center !important;
		transform:translatey(-132px) translatex(-176px);
		font-size:16px !important;
		font-weight:600 !important;
		padding:8px !important;
		color:#1E3A6D !important;
		border:2px solid #1E3A6D !important;
		background-color:white !important;
		img{
			display:none;
			width:15px !important;
			height:15px !important;
		}
}
	.btn-relative.view{		
       font-size:16px !important;
		font-weight:600 !important;
        background-color: var(--heading-color) !important;
        color: white !important;
      	transform: translateY(-135px) translateX(0px);

	}
  .btn-primary, .btn-outline { font-size: 11px; padding: 9px 8px; gap: 9px; }
  .text-green { font-size: 55px; line-height: 100%; }
  .text-white { font-size: 33px; line-height: 30px; }
  .text-green span{
    font-size: 55px; font-style: normal; font-weight: 800; line-height: 100%; /* 55px */
    }
	.transport-promotion{
		height:28vh;
	}
    .text-white{
    font-size: 33px;
    font-weight: 700;
    line-height: 100%; /* 90.909% */

    }
	.promotions-section {
    h6 {
        color: var(--Black, #222);
        font-family: 'Inter';
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.43px;
		text-transform: capitalize;
		}

.promotion-cards {
    display: flex;
    padding: 30px 10px;

    }
		
}
	.logo-carousel {
  display: flex;
  gap: 40px;
  animation: scroll 10s linear infinite;
}
.counter-box{
    display: flex;
width: 60px;
height: 60px;
padding: 15px 11px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0px;
}
	.promotions-section{
		padding: 20px 0px;
	}
.promotion-cards img {
    width: 350px;
    height: 150px;
    border-radius: 10px;
}
.counter-box h5{
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 136.364% */
text-transform: capitalize;
}
.counter-box span{
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 300% */
text-transform: capitalize;
}
.hero-content{
    gap: 15px;
}
.hero-section .container {
    padding-top: 38px;
    padding-bottom: 38px;
}
.hero-section{
    background-size: cover;
	height: 27vh ;
	

}
.partners .container{
    padding: 10px 0px;
}
.partner-card{
    width: 40%;
}
.percent{
    width: 100px;
}
.text-blue-heading{

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 17px */
}
.text-blue{
    position: relative;
    top: 20px;
    right: 0px;
	font-size: 20px;
    left: 0px;
}
.route{
    width: 142px;
}
.transport{
    width: 236.952px;
    height: 152.591px;
    position: relative;
    top: 70px;
	left:-10px
    }
	.btn-outline {
		line-height:100% !important;
		font-weight:500 !important;
	}
	.transport-promotion .container{
		padding-top:10px;
		padding-bottom:10px;
	}

.transport-promotion .btn-primary {

    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
	line-height: 100% !important;
	}
h2.text-white {
    font-size: 34px;
  }
.promotion-cards {
    height: 23vh;
    }

.hero-section {
    padding-bottom: 0px;
  }
.transport-bg{
     background-size: contain;
	width:45%;
}
.modal-dialog{
  height: auto !important;
}
.modal-title {
  width: 100% !important;
    padding: 15px 0px !important;
    font-size: 20.14px !important;
}
	.text-desktop{
	display:none;
}
	

.promotion-cards {
    display: flex;
    padding: 10px 5px;
	}
}
