/*
 Theme Name:   Divi Child
 Theme URI:    https://www.example.com
 Description:  A child theme for Divi
 Author:       Amit Shaw 
 Author URI:   amitshaw9818@gmail.com
 Template:     Divi
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");


/* start  from here */

/* Body / small text */
body, p, li, span, a {
/*     font-family: 'Roboto', sans-serif; */
    font-weight: 400; /* normal weight */
}

/* Headings / large text */
h1, h2, h3, h4, h5, h6 {
/*     font-family: 'Inter', sans-serif; */
    font-weight: 600; /* adjust weight if needed */
}

.display-none{
  display: none !important;
}
.logo-boxxxx {
    position: relative;
    min-width: 380px;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px;
    padding-right: 70px;
    margin-right: -30px;
    z-index: 9;
}

.align-items-center {
    align-items: center!important;
}

/*top above header css */

.owner-info-line {
  display: flex;
  gap: 30px;
  align-items: center;
  color: white;
  font-weight: 600;
  padding: 13px 0px 10px 110px;
  font-size: 15px;
}

.owner-info-line .owner-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.owner-info-line .et-pb-icon {
  font-family: 'ETmodules';  /* This is crucial */
font-size: 30px !important;
color: #e11c09 !important;
font-weight: 400 !important;

}
.owner-info-line .et_pb_icon{
    margin: 0 !important;
}

.et_pb_icon_0_tb_header .et_pb_icon_wrap .et-pb-icon {
    font-family: FontAwesome!important;

}

.slanted-bg {
  position: relative;
  /* overflow: hidden; */
  z-index: 5;
}

.slanted-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    width: 102px;
    height: 100%;
    background: #ffffff;
    transform: skewX(328deg);
    transform-origin: top left;
    z-index: 1;
    left: -1vh;
}

.slanted-bg * {
  position: relative;     /* Keep text and icons above the pseudo-element */
  z-index: 1;
}

.info-right {
    display: flex;
    /* gap: 22px; */
    margin-left: auto;
    margin-right: 57px;
}
.info-right a {

    padding-right: 16px;
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);

}

.top-header-menu0203 #menu-top-header-main-menu li a:hover{
  color: #e11c09 !important;
}
/* --------------- */

/* above old  */

.top-header2150-row .top-header2152-col1{
display: flex;
    gap: 35px;
}

.top-header2150-row .top-header2152-col2{
display: flex;
    gap: 15px;
}

.top-header2152-col1 .dsm_icon_list_icon {
  font-size: 25px !important;
  color: #fff !important;
}

.head-no-row > div {
	display:flex;
}
.head-no-row-col1 .et_pb_blurb_container {
    padding-left: 0px !important;
}
.head-no-row-col2 .et_pb_blurb_container {
    padding-left: 0px !important;
}
.head-no-row-col1 .et_pb_blurb_container h4 {
    margin-top: 3px;
}
.head-no-row-col2 .et_pb_blurb_container h4 {
    margin-top: 3px;
}
/* Target the last menu item of the specific menu */

#menu-top-header-main-menu li:last-child{
margin-top: -10px;
}

#menu-top-header-main-menu li:last-child > a {
    background-color: #e50404; /* red background */
    color: #ffffff !important; /* white text */
    padding: 16px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.3s;
    border: 1px solid #e54040;
}

/* Hover effect */
#menu-top-header-main-menu li:last-child > a:hover {
        color: #e11c09 !important;
    background-color: #fff;
    border: 1px solid #e54040;
}
.banner-bredcum-1202 a {
    color: #2c2b31b8 !important;
    opacity: 0.6;
} 

/* video */

/* Playlist container */
.custom-playlist {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 6px;
}

/* Individual video item */
 .custom-playlist .video-thumb {
  display: flex;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background-color: #fafafa;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: background-color 0.3s ease, transform 0.15s ease;
  align-items: center;
}

.custom-playlist .video-thumb:hover {
  background-color: #e6f0ff;
  transform: translateY(-2px);
}

/* Thumbnail image */
 .custom-playlist .video-thumb img {
  width: 165px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.12);
  flex-shrink: 0;
}

/* Video info wrapper */
 .custom-playlist .thumb-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

/* Video title */
.custom-playlist .video-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}

/* Video views count */
.custom-playlist .video-views {
  margin: 0;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}


/* whats app and call button */

/* WhatsApp button */
#whatsapp-float-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  animation: whatsapp-wave 2.5s infinite ease-in-out;
  transition: box-shadow 0.3s ease;
}

#whatsapp-float-btn:hover {
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.9);
}

/* Call button - sits above WhatsApp */
#call-float-btn {
  position: fixed;
  bottom: 113px;  /* 60px height + 10px gap + 20px bottom */
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #e50404;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(229, 4, 4, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  animation: call-wave 2.5s infinite ease-in-out;
  transition: box-shadow 0.3s ease;
}

#call-float-btn:hover {
  box-shadow: 0 6px 15px rgba(229, 4, 4, 0.9);
}

.home-bannerf-sub {
	    background-color: #e50404;
    color: #ffffff !important;
    padding: 11px 29px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.3s;
    border: 1px solid #e54040;
    font-size: 17px;
    left: 13px;
	cursor: pointer;
}
.home-bannerf-sub:hover {
	    
    
    padding: 11px 29px !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.3s;
    font-size: 17px;
    left: 13px;
	color: #e11c09 !important;
    background-color: #fff !important;
    border: 1px solid #e54040 !important;
}
.home-bannerf-sub:hover:after {
    opacity: 0;
    margin-left: 0;
}

.popmake-close {
   
    background-color: #e50404 !important;
}


/* Wave / pulse animations */
@keyframes whatsapp-wave {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0.7),
      0 0 0 10px rgba(37, 211, 102, 0);
  }
  50% {
    box-shadow:
      0 0 0 10px rgba(37, 211, 102, 0),
      0 0 0 20px rgba(37, 211, 102, 0.15);
  }
}

@keyframes call-wave {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(229, 4, 4, 0.7),
      0 0 0 10px rgba(229, 4, 4, 0);
  }
  50% {
    box-shadow:
      0 0 0 10px rgba(229, 4, 4, 0),
      0 0 0 20px rgba(229, 4, 4, 0.15);
  }
}

/* SVG icon colors */
#whatsapp-float-btn svg {
  fill: white;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

#call-float-btn svg {
  fill: white;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

/* free quote */

/* Container */
.pm-free-quote-form.wpcf7 { max-width: 100%; box-sizing: border-box; }

/* Make every field full width and roomy */
.pm-free-quote-form label { display: block; width: 100%; margin-bottom: 14px; font-weight: 600; }
.pm-free-quote-form label input[type="text"],
.pm-free-quote-form label input[type="tel"],
.pm-free-quote-form label input[type="email"],
.pm-free-quote-form label input[type="date"],
.pm-free-quote-form label select,
.pm-free-quote-form label textarea {
  width: 100% !important;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #e50404 !important;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
}

/* Textarea sizing */
.pm-free-quote-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Fieldset & legend for groups */
.pm-free-quote-form fieldset.pm-rooms {
  border: 1px solid #e50404;
  padding: 12px;
  margin-bottom: 14px;
  border-radius: 6px;
}
.pm-free-quote-form fieldset.pm-rooms legend {
  font-weight: 700;
  padding: 0 6px;
}

/* Checkbox list styling */
.pm-free-quote-form .wpcf7-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 6px 8px 6px 0;
}
.pm-free-quote-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #eee;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}

/* Accent color for checkbox/tick (modern browsers) */
.pm-free-quote-form input[type="checkbox"],
.pm-free-quote-form input[type="radio"] {
  accent-color: #e50404;
  width: 18px;
  height: 18px;
}

/* When hovered (visual cue) */
.pm-free-quote-form .wpcf7-list-item label:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* Submit button styling (full width) */
.pm-free-quote-form .wpcf7-submit {
  width: 100% !important;
  display: inline-block;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  background: #e50404;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(229,4,4,0.18);
}

/* Hover state for submit */
.pm-free-quote-form .wpcf7-submit:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
	    color: #000;
    padding: 14px 20px;
}
.pm-free-quote-form .cf7-nep {
    display: flex;
    gap: 35px;
}

.pm-free-quote-form .cf7-mmm {
    display: flex;
    gap: 35px;
}
.pm-free-quote-form .cf7-mmm > p {
    width: 33%;
}

.pm-free-quote-form .cf7-st-si {
    display: flex; gap: 35px;
}

.cf7-st-si-70 {
    width: 32%;
}
.cf7-st-si-30 {
    width: 67%;
}

.pm-free-quote-form.wpcf7 label {
    font-size: 16px;
    line-height: 2rem;
}


/* allways free quote button */

/* Floating Vertical Get Free Quote Button */
.get-free-quote-btn {
  position: fixed;
  top: 50%;              /* center vertically */
  right: 25px;          /* push outside edge so rotation fits */
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  
  background: #e50404;
  color: #fff;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px 8px 0 0; /* rounded corners (adjust as you like) */
  box-shadow: 0 6px 18px rgba(229, 4, 4, 0.25);
  z-index: 99999;
  transition: all 0.3s ease;
  display: inline-block;
  white-space: nowrap;
}

/* Hover effect */
.get-free-quote-btn:hover {
  background: #c40303;
  text-decoration: none;
  transform: translateY(-50%) rotate(-90deg) scale(1.05);
}

/* ------------------------------------------------------------------ */
#popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#popup-form .et_pb_contact_form_container {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

#popup-form .close-popup {
    position: absolute !important;
    top: 47px;
    right: 325px;
    cursor: pointer;
    font-size: 29px;
    color: #ffffff;
    z-index: 10;
    background-color: #e50404!important;
    border-radius: 30px;
    padding: 1px 5px;
}
/* ------------------------------------------------ */


/* Smaller screens adjustments */
@media (max-width: 768px) {
  .pm-free-quote-form .wpcf7-list-item { width: 100%; } /* two columns for checkboxes on small screens */
	.pm-free-quote-form .cf7-nep {
    display: block;
}
	.pm-free-quote-form .cf7-mmm {
    display: block;
}
	.pm-free-quote-form .cf7-mmm > p {
    width: 100%;
}
	.pm-free-quote-form .cf7-st-si {
    display: block;
}
	.cf7-st-si-70 {
    width: 100%;
}
	.cf7-st-si-30 {
    width: 100%;
}
	.pm-free-quote-form .wpcf7-list-item label {
    display: contents;

}
	#popup-form .close-popup {

    right: 15px;
   
}
	
	
}


@media (max-width: 420px) {
  .pm-free-quote-form .wpcf7-list-item { width: 100%; } /* stack on very small screens */
}



/*------------------------------- Tablets: landscape/portrait (<=1024px) --------------------------------------------*/
@media (max-width: 1024px) {
  .slanted-bg::after {
display: none;
}

.top-header2150-row .top-header2152-col1 {
    display: block;
    /* gap: 35px; */
}
.et_pb_column.et_pb_column_3_4.et_pb_column_0_tb_header.top-header2152-col1.et_pb_css_mix_blend_mode_passthrough div {
    padding-bottom: 10px;
}
.et_pb_row.et_pb_row_0_tb_header.top-header2150-row.et_pb_row_3-4_1-4 {
    /* padding: 20px; */
    margin: 15px;
}
.header-menu-0020-sec .header-menu-0020-sec-col1{

}
.header-menu-0020-sec .header-menu-0020-sec-col1{

}
.header-menu-0020-sec > div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.top-header-menu0203 .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: center;
    justify-content: end;
}
}


/* Mobile: portrait (<=768px) */
@media (max-width: 768px) {
.et_pb_text h2 {

    font-size: 28px !important;
}
}

/* Small mobile: portrait (<=480px) */
@media (max-width: 480px) {
.et_pb_text h2{
    font-size: 28px !important;
}
}