    .outrmcolala{
  padding:70px 20px;
  background:#ffffff;
}

.outrmcolala-container{
  max-width:1200px;
  margin:auto;
}

.outrmcolala h2{
  font-size:28px;
  margin-bottom:25px;
  color:#111;
}

/* LIST */
.terms-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

/* ROW */
.term-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

/* NUMBER CIRCLE */
.term-no{
  min-width:32px;
  height:32px;
  border:1.5px solid #ff5a3c;
  color:#ff5a3c;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:14px;
  font-weight:500;
}

/* TEXT */
.term-row p{
  margin:0;
  font-size:14px; /* same size as number */
  color:#444;
  line-height:1.7;
}

/* RESPONSIVE */
@media(max-width:600px){
  .outrmcolala h2{
    font-size:22px;
  }

  .term-row{
    gap:10px;
  }

  .term-no{
    width:28px;
    height:28px;
    font-size:13px;
  }
}
 
     
.ouconavenrr{
  padding:70px 20px;
  background:#ffffff;
}

.ouconavenrr-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:40px;
}

/* LEFT */
.ouconavenrr-left{
  flex:1.2;
}

.ouconavenrr-left h2{
  font-size:30px;
  margin-bottom:10px;
}

.contact-sub{
  color:#555;
  margin-bottom:20px;
}

/* CONTACT BOX */
.contact-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}

/* ITEM */
.contact-item{
  display:flex;
  gap:12px;
  padding:15px;
  border-radius:14px;
  background:#fafbff;
  border:1px solid #eee;
  transition:0.3s;
}

.contact-item:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

/* ICON */
.contact-item .icon{
  width:42px;
  height:42px;
  background:#fff2ef;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}

.contact-item svg{
  width:20px;
  height:20px;
  stroke:#ff5a3c;
  fill:none;
  stroke-width:2;
}

/* TEXT */
.contact-item h4{
  margin:0;
  font-size:14px;
}

.contact-item a{
  color:#ff5a3c;
  text-decoration:none;
  font-size:14px;
}

.contact-item p{
  margin:0;
  font-size:14px;
  color:#444;
}

/* MAP */
.contact-map{
  margin-top:20px;
  border-radius:16px;
  overflow:hidden;
}

.contact-map iframe{
  width:100%;
  height:250px;
  border:0;
}

/* RIGHT FORM */
.ouconavenrr-right{
  flex:1;
  background:#ffffff;
  padding:25px;
  border-radius:20px;
  border:1px solid #eee;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.ouconavenrr-right h3{
  margin-bottom:15px;
  font-size:22px;
}

/* FORM */
.contact-form{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.contact-form input,
.contact-form textarea{
  padding:12px;
  border-radius:10px;
  border:1px solid #ddd;
  font-size:14px;
  outline:none;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color:#ff5a3c;
}

/* BUTTON */
.contact-form button{
  padding:12px;
  border:none;
  border-radius:30px;
  background:linear-gradient(135deg,#ff5a3c,#ff8a3c);
  color:#fff;
  font-size:14px;
  cursor:pointer;
  transition:0.3s;
}

.contact-form button:hover{
  opacity:0.9;
}

/* RESPONSIVE */
@media(max-width:900px){
  .ouconavenrr-container{
    flex-direction:column;
  }

  .contact-box{
    grid-template-columns:1fr;
  }
}
 
     
    .oupaksdottails{
  padding:70px 20px;
  background:#ffffff;
}

.oupaksdottails-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:35px;
}

/* LEFT SECTION PREMIUM */
.oupaksdottails-left{
  flex:2;
  background:#ffffff;
  padding:30px;
  border-radius:22px;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
  border:1px solid #f1f1f1;
  transition:0.3s;
}

/* TITLE */
.pkg-title{
  font-size:30px;
  font-weight:700;
  color:#1a1a1a;
  margin-bottom:15px;
  line-height:1.3;
}

/* META PREMIUM BADGES */
.pkg-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:18px;
}

.pkg-meta div{
  display:flex;
  align-items:center;
  gap:6px;
  background:#f7f9ff;
  padding:8px 12px;
  border-radius:30px;
  font-size:13px;
  color:#444;
  border:1px solid #eef1ff;
}

.pkg-meta svg{
  width:16px;
  height:16px;
  stroke:#ff5a3c;
  fill:none;
  stroke-width:2;
}

/* IMAGE */
.pkg-img{
  overflow:hidden;
  border-radius:16px;
}

.pkg-img img{
  width:100%;
  height:420px;
  object-fit:cover;
  transition:0.5s;
}

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

/* OVERVIEW */
.pkg-overview{
  margin-top:25px;
  padding:20px;
  background:#fafbff;
  border-radius:16px;
  border:1px solid #eef1ff;
}

.pkg-overview h3{
  font-size:20px;
  margin-bottom:10px;
  color:#111;
}

.pkg-overview p{
  line-height:1.7;
  color:#555;
  font-size:15px;
}

/* ITINERARY PREMIUM ACCORDION */
.pkg-itinerary{
  margin-top:30px;
}

.pkg-itinerary h3{
  font-size:22px;
  margin-bottom:15px;
}

/* ITEM */
.itinerary-item{
  border-radius:14px;
  margin-bottom:12px;
  overflow:hidden;
  border:1px solid #eee;
  transition:0.3s;
}

/* HEADER */
.itinerary-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px;
  cursor:pointer;
  background:#ffffff;
  transition:0.3s;
}

.itinerary-header h4{
  font-size:15px;
  color:#222;
  margin:0;
}

/* ICON */
.itinerary-header .icon{
  font-size:18px;
  background:#f3f4ff;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#ff5a3c;
  font-weight:600;
}

/* ACTIVE STATE */
.itinerary-item.active{
  box-shadow:0 8px 20px rgba(0,0,0,0.05);
  border-color:#ffe0da;
}

.itinerary-item.active .itinerary-header{
  background:#fff5f2;
}

/* CONTENT */
.itinerary-content{
  display:none;
  padding:15px 18px;
  background:#fff;
  border-top:1px solid #eee;
}

.itinerary-content p{
  margin:0;
  font-size:14px;
  color:#555;
  line-height:1.6;
}

.itinerary-item.active .itinerary-content{
  display:block;
}

/* INCLUSION / EXCLUSION PREMIUM */
.pkg-inc-exc{
  display:flex;
  gap:20px;
  margin-top:30px;
}

.pkg-inc-exc .inc,
.pkg-inc-exc .exc{
  flex:1;
  padding:20px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid #eee;
  box-shadow:0 6px 18px rgba(0,0,0,0.04);
}

.pkg-inc-exc h3{
  margin-bottom:12px;
  font-size:18px;
}

/* LIST */
.pkg-inc-exc ul{
  list-style:none;
  padding:0;
  margin:0;
}

.pkg-inc-exc li{
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px 0;
  font-size:14px;
}

/* ICON COLORS */
.pkg-inc-exc .inc li{
  color:#2e7d32;
}

.pkg-inc-exc .exc li{
  color:#c62828;
}

/* RIGHT SIDE SPACE */
.oupaksdottails-right{
  flex:1;
}

/* RESPONSIVE */
@media(max-width:900px){
  .oupaksdottails-container{
    flex-direction:column;
  }

  .pkg-img img{
    height:250px;
  }

  .pkg-title{
    font-size:22px;
  }

  .pkg-inc-exc{
    flex-direction:column;
  }
}
 
     
        .ougujrajdstlqq{
  width:100%;
  padding:60px 20px;
  background:linear-gradient(135deg,#f7f9fc,#eef3ff);
}

.ougujrajdstlqq-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:40px;
  align-items:flex-start;
}

/* LEFT SIDE */
.ougujrajdstlqq-left{
  flex:2;
  background:#fff;
  padding:25px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.ougujrajdstlqq-left h2{
  font-size:28px;
  margin-bottom:15px;
  color:#222;
}

.ougujrajdstlqq-left img{
  width:100%;
  border-radius:14px;
  margin-bottom:15px;
}

.ougujrajdstlqq-left p{
  line-height:1.7;
  color:#555;
  margin-bottom:12px;
}

/* RIGHT SIDE */
.ougujrajdstlqq-right{
  flex:1;
  background:#fff;
  padding:25px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  position:sticky;
  top:20px;
}

.ougujrajdstlqq-right h3{
  font-size:20px;
  margin-bottom:15px;
  border-left:4px solid #ff5a3c;
  padding-left:10px;
  color:#222;
}

/* LIST RESET */
.ougujrajdstlqq-right ul{
  list-style:none;
  padding:0;
  margin:0;
}

/* LINK STYLE */
.ougujrajdstlqq-right ul li a{
  text-decoration:none;
  color:#444;
  display:block;
  padding:10px 0;
  border-bottom:1px dashed #ddd;
  font-size:14px;
  transition:0.3s;
}

.ougujrajdstlqq-right ul li a:hover{
  color:#ff5a3c;
  padding-left:6px;
  background:#fff6f3;
  border-radius:6px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .ougujrajdstlqq-container{
    flex-direction:column;
  }

  .ougujrajdstlqq-right{
    position:relative;
    top:auto;
  }

  .ougujrajdstlqq-left h2{
    font-size:22px;
  }
}
     
     
.ouabgujrajlistpgs{
  width:100%;
  padding:60px 20px;
  background:#f6f8fb;
}

.ouabgujrajlistpgs-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:25px;
}

/* CARD */
.ouabgujrajlistpgs-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:0.3s ease;
  text-align:center;
  padding-bottom:20px;
}

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

.ouabgujrajlistpgs-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.ouabgujrajlistpgs-card h3{
  font-size:16px;
  margin:15px 10px;
  color:#222;
}

/* BUTTON */
.ouabgujrajlistpgs-card a{
  display:inline-block;
  padding:10px 18px;
  background:linear-gradient(135deg,#ff5a3c,#ff9a3c);
  color:#fff;
  text-decoration:none;
  border-radius:30px;
  font-size:13px;
  transition:0.3s;
}

.ouabgujrajlistpgs-card a:hover{
  opacity:0.9;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .ouabgujrajlistpgs-container{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media(max-width:600px){
  .ouabgujrajlistpgs-container{
    grid-template-columns:1fr;
  }
}
 
     
.blgsoutdsllwer{
  width:100%;
  background:#f7f9fc;
  padding:50px 20px;
}

.blgsoutdsllwer-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:30px;
  align-items:flex-start;
}

/* LEFT */
.blgsoutdsllwer-left{
  flex:2;
  background:#fff;
  padding:25px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.blog-banner img{
  width:100%;
  border-radius:14px;
}

.blog-meta{
  display:flex;
  gap:15px;
  font-size:13px;
  color:#666;
  margin:15px 0;
}

.blog-title{
  font-size:28px;
  margin-bottom:15px;
  color:#222;
}

.blog-content p{
  line-height:1.7;
  color:#444;
  margin-bottom:15px;
}

.blog-content h2{
  margin-top:20px;
  font-size:20px;
  color:#111;
}

/* RIGHT SIDEBAR */
.blgsoutdsllwer-right{
  flex:1;
}

.sidebar-title{
  font-size:18px;
  margin-bottom:15px;
  border-left:4px solid #ff5a3c;
  padding-left:10px;
}

.blog-card{
  display:flex;
  gap:10px;
  margin-bottom:15px;
  cursor:pointer;
  padding:10px;
  border-radius:12px;
  transition:0.3s;
}

.blog-card:hover{
  background:#f1f5ff;
}

.blog-card img{
  width:60px;
  height:60px;
  object-fit:cover;
  border-radius:10px;
}

.blog-card h4{
  font-size:14px;
  margin:0;
  color:#222;
}

.blog-card span{
  font-size:12px;
  color:#ff5a3c;
}

/* RESPONSIVE */
@media(max-width:900px){
  .blgsoutdsllwer-container{
    flex-direction:column;
  }

  .blog-title{
    font-size:22px;
  }
}
 
     
.ououservn {
  padding: 60px 20px;
  background: #ffffff;
}

.ouou-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 35px;
}

/* MAIN CONTENT */
.ouou-main {
  flex: 2;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.ouou-main h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #111;
}

.ouou-main img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: 0.4s;
}

.ouou-main img:hover {
  transform: scale(1.03);
}

.ouou-main p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

/* SIDEBAR */
.ouou-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* BOX STYLE */
.ouou-box {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.ouou-box:hover {
  transform: translateY(-5px);
}

/* BOX HEADING */
.ouou-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #111;
  position: relative;
}

.ouou-box h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #007bff;
  display: block;
  margin-top: 5px;
}

/* OTHER SERVICES */
.ouou-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ouou-box ul li {
  margin: 0;
}

.ouou-box ul li a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  font-size: 13px;
  color: #333;
  background: #fafafa;
  transition: 0.3s;
}

/* HOVER */
.ouou-box ul li a:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* CONTACT */
.ouou-box a,
/* .ouou-box p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin-bottom: 12px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
} */

.ouou-box a:hover {
  color: #007bff;
}

/* SVG */
.ouou-box svg {
  width: 18px;
  height: 18px;
      stroke: #000000;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

/* FORM */
.ouou-box form input,
.ouou-box form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.ouou-box form input:focus,
.ouou-box form textarea:focus {
  border-color: #007bff;
  outline: none;
}

/* BUTTON */
.ouou-box form button {
  width: 100%;
  padding: 12px;
  background: #05426d;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.ouou-box form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,123,255,0.3);
}

/* RESPONSIVE */
@media(max-width:768px){
  .ouou-container {
    flex-direction: column;
  }

  .ouou-main {
    padding: 18px;
  }
}
 
     
     .outbrdofave {
  position: relative;
  padding: 70px 20px;
  text-align: center;

  /* YOUR IMAGE */
  background: url('imgs/brdoutbanneer.webp') no-repeat center/cover;
}

/* SOFT OVERLAY (IMPORTANT) */
.outbrd-overlay {
  position: absolute;
  inset: 0;
}

/* INNER */
.outbrd-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.outbrd-title {
  font-size: 38px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

/* DIVIDER */
.outbrd-divider {
  width: 70px;
  height: 2px;
  margin: 10px auto 18px;
  background: #007bff;
}

/* PATH */
.outbrd-path {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
}

/* LINKS */
.outbrd-path a {
  color: #333;
  text-decoration: none;
}

.outbrd-path a:hover {
  color: #007bff;
}

/* CURRENT */
.outbrd-path p {
  margin: 0;
  color: #111;
  font-weight: 500;
}

/* ICON */
.outbrd-path svg {
  width: 14px;
  height: 14px;
  stroke: #777;
  fill: none;
  stroke-width: 2;
}

/* RESPONSIVE */
@media(max-width:768px){
  .outbrd-title {
    font-size: 24px;
  }
}
  
     
        .ovrcalwhatful {
  position: fixed;
  right: 20px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

/* BUTTON BASE */
.ovrcalwhatful a {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 10px 14px;
  border-radius: 30px;

  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;

  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: 0.3s;
}

/* ICON */
.ovrcalwhatful svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

/* CALL */
.ovr-call {
  background: linear-gradient(135deg,#ff5f6d,#ff9966);
}

/* WHATSAPP */
.ovr-whatsapp {
  background: linear-gradient(135deg,#25D366,#1ebe57);
}

/* HOVER */
.ovrcalwhatful a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

/* MOBILE */
@media(max-width:576px){
  .ovrcalwhatful a span {
    display: none; /* only icon on small screens */
  }

  .ovrcalwhatful a {
    padding: 10px;
    border-radius: 50%;
  }
}
     
     
        .outglbhead {
  text-align: center;
  padding: 40px 20px;
}

/* INNER */
.outglb-inner {
  max-width: 800px;
  margin: auto;
}


.outglb-sub {
  display: inline-flex;        
  align-items: center;         
  justify-content: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;         
  border-radius: 20px;
      background: linear-gradient(135deg, #ff5a3c, #ff8a3c);
  color: #fff;
  line-height: 1;
}
/* TITLE */
.outglb-title {
  font-size: 42px;
  font-weight: 700;
      color: #000000;
  margin-bottom: 14px;
  line-height: 1.25;
}

/* CENTER LINE (MAIN DESIGN ELEMENT) */
.outglb-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #ff5a3c, #ff8a3c);
  margin: 0 auto 16px;
}

/* DESCRIPTION */
.outglb-desc {
  font-size: 15px;
      color: #000000;
  line-height: 1.6;
}

/* RESPONSIVE */
@media(max-width:768px){
  .outglb-title {
    font-size: 28px;
  }
}
     
     
        .outcon {
      margin: 10px 0 0 0;
}

/* ITEM */
.outcon-item {
  display: flex;
  align-items: flex-start;   
  gap: 10px;
  margin-bottom: 12px;
}

/* ICON */
.outcon-item svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 3px;       
  stroke: #000;
  fill: none;
  stroke-width: 2;
}

/* TEXT */
.outcon-item a,
.outcon-item p {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  line-height: 1.5;         
  margin: 0;
}
     
     
        .outreave {
  padding: 25px 20px;
      background: #f9f9f9;
}

/* HEADING */
.outrev-heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
      font-weight: 700;
}

.outrev-heading small {
  display: block;
  font-size: 13px;
  color: #007bff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.outrev-heading span {
  color: #007bff;
  position: relative;
}

.outrev-heading span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: rgba(0,123,255,0.15);
  bottom: 4px;
  left: 0;
  z-index: -1;
}

/* GRID */
.outrev-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
}

/* CARD */
.outrev-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: 0.3s;
  text-align: center;
}

.outrev-card:hover {
  transform: translateY(-6px);
}

/* NAME */
.outrev-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

/* GOOGLE LOGO */
.outrev-source img {
  width: 20px;
  margin-bottom: 8px;
}

/* STARS */
.outrev-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
}

.outrev-stars svg {
  width: 16px;
  height: 16px;
  fill: #ffc107;
}

/* REVIEW TEXT */
.outrev-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

/* BUTTONS */
.outrev-cta {
  text-align: center;
  margin-top: 40px;
}

.outrev-btn {
  display: inline-block;
  padding: 10px 25px;
  margin: 5px;
  border-radius: 25px;
  background: linear-gradient(135deg,#007bff,#00c6ff);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
}

/* OUTLINE BUTTON */
.outrev-btn.outline {
  background: transparent;
  border: 2px solid #007bff;
  color: #007bff !important;
}

.outrev-btn.outline:hover {
  background: #007bff;
  color: #fff !important;
}

/* RESPONSIVE */
@media(max-width:992px){
  .outrev-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:576px){
  .outrev-grid{grid-template-columns:1fr;}
}
     
     
    .outblog-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 12px 30px;
  border-radius: 30px;

  border: 2px solid #007bff;
  color: #007bff;
  background: transparent;

  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  transition: 0.3s ease;
}

/* Arrow icon */
.outblog-main-btn svg {
  width: 16px;
  height: 16px;
  stroke: #007bff;
  fill: none;
  stroke-width: 2;
  transition: 0.3s;
}

/* HOVER */
.outblog-main-btn:hover {
  background: linear-gradient(135deg,#007bff,#00c6ff);
  color: #fff;
  border-color: transparent;
}

.outblog-main-btn:hover svg {
  stroke: #fff;
  transform: translateX(3px);
}
        .outblgosche {
  padding: 25px 20px;
}


/* GRID */
.outblog-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
}

/* CARD */
.outblog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  position: relative;
}

.outblog-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.outblog-img {
  position: relative;
  overflow: hidden;
}

.outblog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.6s;
}

.outblog-card:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.outblog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

/* TAG */
.outblog-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #007bff;
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 20px;
}

/* CONTENT */
.outblog-content {
  padding: 16px;
}

.outblog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
}

.outblog-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #555;
}

.outblog-meta svg {
  width: 14px;
  height: 14px;
  stroke: #007bff;
  fill: none;
  stroke-width: 2;
}

/* TITLE */
.outblog-content h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #0a2540;
}

/* BUTTON */
.outblog-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.outblog-btn svg {
  width: 16px;
  height: 16px;
  stroke: #007bff;
  fill: none;
}

/* CTA */
.outblog-cta {
  text-align: center;
  margin-top: 40px;
}

.outblog-btn {
  display: flex;             
  justify-content: center;  
  align-items: center;
  gap: 8px;
  margin: 10px auto 0;       
  width: fit-content;  
  padding: 8px 18px;
  border-radius: 25px;
  background: linear-gradient(135deg,#007bff,#00c6ff);
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

/* SVG inside button */
.outblog-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

/* Hover */
.outblog-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.outblog-meta svg {
  width: 14px;
  height: 14px;
  stroke: #007bff;
  fill: none;
  stroke-width: 2;
}


/* RESPONSIVE */
@media(max-width:992px){
  .outblog-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:576px){
  .outblog-grid{grid-template-columns:1fr;}
}
     
     
    .abgujrajdes {
  padding: 25px 20px;
      background: #f9f9f9;
}


/* CONTAINER */
.abgj-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

/* BOX */
.abgj-box {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.abgj-box:hover {
  transform: translateY(-6px);
}

/* TITLE */
.abgj-box h3 {
      font-size: 22px;
    margin-bottom: 10px;
    color: #0a2540;
    font-weight: 600;
    text-decoration: underline;
}
.abgjbspan{
        color: #0030e9;
}
/* TEXT */
.abgj-box p {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* LIST */
.abgj-box ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

.abgj-box ul li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #000;
}

/* BUTTON */
.abgj-btn {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(135deg,#007bff,#00c6ff);
  color: #fff !important;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.abgj-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media(max-width:768px){
  .abgj-container {
    grid-template-columns: 1fr;
  }
}
        /* IMAGE */
.abgj-img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 15px;
}

.abgj-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.5s;
}

.abgj-box:hover .abgj-img img {
  transform: scale(1.08);
}
     
     
.ouabhom-bottom {
  max-width: 1200px;
  text-align: left;
  padding-top: 25px;
}

.ouabhom-bottom p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

/* Mobile */
@media (max-width: 768px) {
  .ouabhom-bottom {
    margin-top: 25px;
    padding-top: 20px;
  }

  .ouabhom-bottom p {
    font-size: 14px;
  }
}
    .ouabhom {
  position: relative;
  padding: 80px 20px;
  
  overflow: hidden;
}

/* Floating Shapes */
.ouabhom::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at center, rgba(0,123,255,0.12), transparent 70%);
  top: -120px;
  right: -120px;
  filter: blur(25px);
}

.ouabhom::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle at center, rgba(0,198,255,0.12), transparent 70%);
  bottom: -120px;
  left: -120px;
  filter: blur(25px);
}

/* Container */
.ouabhom-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 0; /* removed card padding */
  background: transparent; /* no white box */
  box-shadow: none; /* removed shadow */
  border-radius: 0; /* no rounded card */
  position: relative;
  z-index: 1;
}

/* Image */
.ouabhom-img {
  flex: 1 1 500px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.ouabhom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ouabhom-img:hover img {
  transform: scale(1.08);
}

/* Image Overlay */
.ouabhom-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.25), transparent);
}

/* Content */
.ouabhom-content {
  flex: 1 1 500px;
  animation: fadeUp 1s ease;
}

.ouabhom-tag {
  display: inline-block;
  font-size: 13px;
          color: #ffffff;
    background: linear-gradient(45deg, #05426d, #05426d);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.ouabhom-content h2 {
  font-size: 34px;
  margin-bottom: 15px;
  color: #0a2540;
  font-weight: 600;
}

.ouabhom-content p {
  font-size: 16px;
     color: #000000;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Points */
.ouabhom-points {
  margin: 15px 0;
}

.ouabhom-points div {
  font-size: 15px;
  margin-bottom: 8px;
      color: #000000;
}

.ouabhom-points span {
  color: #00b894;
  margin-right: 8px;
  font-weight: bold;
}

/* Button */
.ouabhom-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 30px;
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.ouabhom-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

/*testing*/
@media (max-width: 768px) {

  /* Reduce Section Padding */
  .ouabhom {
    padding: 40px 15px;
  }

  /* Reduce Gap Between Image & Content */
  .ouabhom-container {
    gap: 25px;
  }

  /* Reduce Image Height */
  .ouabhom-img {
    height: 220px;
  }

  .ouabhom-img img {
    height: 100%;
    object-fit: cover;
  }

  /* Reduce Content Spacing */
  .ouabhom-content {
    padding: 0;
  }

  /* Smaller Heading */
  .ouabhom-content h2 {
    font-size: 24px;
  }

  /* Slightly Smaller Text */
  .ouabhom-content p {
    font-size: 14px;
  }

  /* Button Size Adjust */
  .ouabhom-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
}
/*testing*/
 
     
    .oupkslsdesgn {
  padding: 25px 20px;
      background: #f9f9f9;
}


/* GRID */
.oupk-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

/* CARD */
.oupk-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.oupk-img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

/* CONTENT */
.oupk-content {
  padding: 15px;
}

.oupk-content h3 {
      font-size: 18px;
    font-weight: 600;
    color: indigo;
}

/* META */
.oupk-meta span,
.oupk-content p {
      display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 2.1;
    font-weight: 600;
}

.oupk-content svg {
  width: 16px;
  height: 16px;
  stroke: #007bff;
  fill: none;
  stroke-width: 2;
}

/* BUTTONS FIX */
.oupk-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.oupk-inq,
.oupk-view {
  flex: 1;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
  font-size: 13px;
}

.oupk-inq {
      background: #531881;
  color: #fff;
  border: none;
}

.oupk-view {
      background: linear-gradient(135deg, #d50000, #d16203);
  color: #fff !important;
  text-decoration: none;
}

/* CTA */
.oupk-cta {
  text-align: center;
  margin-top: 40px;
}

.oupk-main-btn {
  padding: 12px 30px;
  background: linear-gradient(135deg,#007bff,#00c6ff);
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none;
}

/* MODAL */
.oupk-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);

  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;

  z-index: 99999; /* 🔥 IMPORTANT FIX */
}

.oupk-modal.active {
  display: flex;
}

.oupk-modal-box {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  width: 320px;
  text-align: center;
  position: relative;
}

.oupk-close {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}

.oupk-logo {
  width: 100px;
}

/* FORM */
.oupk-modal input,
.oupk-modal textarea {
  width: 100%;
  margin: 6px 0;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.oupk-modal textarea {
  height: 25px;
}

.oupk-submit {
  width: 100%;
  padding: 9px;
  background: #007bff;
  color: #fff;
  border-radius: 20px;
  border: none;
}

/* OR */
.oupk-or {
  margin: 8px 0;
  font-size: 12px;
  color: #777;
}

/* ALT BUTTONS */
.oupk-alt-btns {
  display: flex;
  gap: 8px;
}

.oupk-alt-btns a {
  flex: 1;
  padding: 8px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.oupk-alt-btns a:first-child { background:#0a2540; }
.oupk-alt-btns a:last-child { background:#25D366; }

/* RESPONSIVE */
@media(max-width:992px){
  .oupk-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:576px){
  .oupk-grid{grid-template-columns:1fr;}
}

input.wpcf7-form-control.wpcf7-submit.has-spinner
{
	width: 100%;
    padding: 12px;
    background: #05426d;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}
